7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
|
# /etc/fstab: static file system information.
|
||
|
#
|
||
|
# <file system> <mount pt> <type> <options> <dump> <pass>
|
||
|
/dev/root / ext2 rw 0 1
|
||
|
proc /proc proc defaults 0 0
|
||
|
tmpfs /tmp tmpfs defaults 0 0
|