Advertisement
Guest User

scunizi

a guest
Feb 7th, 2009
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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/sda6
  6. UUID=ed7835c6-5b16-4d7d-83ed-0792654bd5f0 / ext3 relatime,errors=remount-ro 0 1
  7. # /dev/sda7
  8. UUID=d4afa7e7-9e6f-4bf4-ae1b-9d8c8f28c468 /home ext3 relatime 0 2
  9. # /dev/sdb1
  10. #UUID=83d169e8-46b5-4181-bcf5-999338fd2386 /home ext3 relatime 0 2
  11. # /dev/sda8
  12. UUID=379e55f5-eed3-4dfd-ba43-4c7518e66d66 none swap sw 0 0
  13. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
  14. none /proc/bus/usb usbfs devgid=124,devmode=664 0 0
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement