You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# /etc/fstab: static file system information.
|
|
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
|
|
|
#// Main Filesystems
|
|
none /tmp tmpfs defaults,rw 0 0
|
|
|
|
#// Miscellaneous Filesystems
|
|
proc /proc proc defaults 0 0
|
|
sysfs /sys sysfs defaults 0 0
|
|
tmpfs /dev/shm tmpfs defaults 0 0
|