Advertisement
Guest User

matthew

a guest
Aug 31st, 2008
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # <file system> <mount point> <type> <options> <dump> <pass>
  4. proc /proc proc defaults 0 0
  5. # /dev/sda2
  6. UUID=3f577cb5-6f5c-4a52-b0ea-f0e4ceebe7ee / ext3 relatime,errors=remount-ro 0 1
  7. # /dev/sda3
  8. UUID=07ccc280-a37a-45d7-ad0e-d2109b923b38 none swap sw 0 0
  9. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement