27行目: | 27行目: | ||
|- | |- | ||
|user || 一般ユーザにマウントを許可。アンマウントはマウントしたユーザのみ | |user || 一般ユーザにマウントを許可。アンマウントはマウントしたユーザのみ | ||
|- | |||
|usrquota || ユーザに対してクオータを設定 | |||
|} | |} |
2019年2月27日 (水) 09:57時点における版
オプション
- -w
- (default) writable
- -r
- read only
- -a
- Mount all filesystems mentioned in /etc/fstab
- -o
- options
$ mount /dev/mmcblk0p2 on / type ext4 (rw,noatime,data=ordered) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) .... (省略)....
マウントオプション
オプション | 説明 |
---|---|
ro | read only |
rw | read / write |
auto | -a が指定された時に自動でマウント |
user | 一般ユーザにマウントを許可。アンマウントはマウントしたユーザのみ |
usrquota | ユーザに対してクオータを設定 |