Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2010 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3b022ab5ce1bc0bac91b to your computer and use it in GitHub Desktop.
Save anonymous/3b022ab5ce1bc0bac91b to your computer and use it in GitHub Desktop.
root@maroon:~# cat /etc/fstab
# <sys.fichiers><pt de montage><type> <options> <dump> <pass>
/dev/md2 / ext3 errors=remount-ro 0 1
/dev/md1 /boot ext3 errors=remount-ro 0 1
/dev/md4 /home ext4 defaults 1 2
/dev/sda3 swap swap defaults 0 0
/dev/sdb3 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
dev /dev devtmpfs rw 0 0
root@maroon:~# cat /etc/fstab | grep home
/dev/md4 /home ext4 defaults 1 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment