1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
------ fs:
source: /dev/sda4
target: /
fstype: ext3
optstr: rw,noatime
VFS-optstr: rw,noatime
------ fs:
source: proc
target: /proc
fstype: proc
optstr: rw
VFS-optstr: rw
------ fs:
source: sysfs
target: /sys
fstype: sysfs
optstr: rw
VFS-optstr: rw
------ fs:
source: devpts
target: /dev/pts
fstype: devpts
optstr: rw,gid=5,mode=620
VFS-optstr: rw
FS-opstr: gid=5,mode=620
------ fs:
source: tmpfs
target: /dev/shm
fstype: tmpfs
optstr: rw
VFS-optstr: rw
------ fs:
source: /dev/sda6
target: /boot
fstype: ext3
optstr: rw,noatime
VFS-optstr: rw,noatime
------ fs:
source: /dev/mapper/kzak-home
target: /home/kzak
fstype: ext4
optstr: rw,noatime
VFS-optstr: rw,noatime
------ fs:
source: none
target: /proc/sys/fs/binfmt_misc
fstype: binfmt_misc
optstr: rw
VFS-optstr: rw
------ fs:
source: fusectl
target: /sys/fs/fuse/connections
fstype: fusectl
optstr: rw
VFS-optstr: rw
------ fs:
source: gvfs-fuse-daemon
target: /home/kzak/.gvfs
fstype: fuse.gvfs-fuse-daemon
optstr: rw,nosuid,nodev,user=kzak
VFS-optstr: rw,nosuid,nodev
user-optstr: user=kzak
------ fs:
source: sunrpc
target: /var/lib/nfs/rpc_pipefs
fstype: rpc_pipefs
optstr: rw
VFS-optstr: rw
------ fs:
source: none
target: /var/tmp/ / / / / / / / / / / / / / /
fstype: overlay
optstr: rw,relatime,lowerdir=lower,upperdir=upper,workdir=work
VFS-optstr: rw,relatime
FS-opstr: lowerdir=lower,upperdir=upper,workdir=work
|