0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【メモ】fstabについて

Posted at

最近なんかウィンドウズが使えなくなったからlinuxをいじってる
スワップファイルとバインドと設定反映

blkid でUUID確認
sudo systemctl daemon-reload でfstabの更新反映
ls /run/systemd/generator/ に-つなぎで設定ファイルができる
sudo mount -am でマウント

/dev/mmcblk0p / ext4 defaults,noatime 0 1
/swap      swap swap defaults 0 0
/mnt/kkkk /home/kkkk none defaults,bind,noatime 0 0
PARTUUID=xxxxxxxxx /mnt/kkkk/bbbb/ vfat nofail,x-systemd.device-timeout=5,defaults,noatime 0 1

参考:インターネット,man

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?