編集の要約なし
6行目: 6行目:
;-a
;-a
:Mount  all filesystems mentioned in /etc/fstab
:Mount  all filesystems mentioned in /etc/fstab
;-o
:options


  $ mount
  $ mount
11行目: 13行目:
  sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  .... (省略)....
  .... (省略)....
==マウントオプション==

2019年2月27日 (水) 09:34時点における版

オプション

-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)
.... (省略)....

マウントオプション