Advertisement
Guest User

Untitled

a guest
Jan 15th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'vol_id --uuid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. proc /proc proc defaults 0 0
  9. # / was on /dev/sdd1 during installation
  10. UUID=0c046476-8388-4f1c-a363-22be3ef90e06 / ext3 errors=remount-ro 0 1
  11. # swap was on /dev/sda3 during installation
  12. UUID=a8de5ca5-2158-43be-ab17-0a5ee856d03a none swap sw 0 0
  13. /dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto 0 0
  14. /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
  15. /dev/sdd1 /media/usb0 auto rw,user,noauto 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement