Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' 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/sda4 during installation
  10. #UUID=60bfbd46-c52f-4869-a25e-e27b3189199d / ext4 rw,user_xattr 0 1
  11. /dev/sdb /media/cdrom0 udf,iso9660 user,noauto 0 0
  12. /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
  13. /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
  14.  
  15.  
  16.  
  17.  
  18. ################
  19. # WORKING ON GNOME
  20. ##################
  21.  
  22.  
  23. # /etc/fstab: static file system information.
  24. #
  25. # <file system> <mount point> <type> <options> <dump> <pass>
  26. proc /proc proc defaults 0 0
  27. # /dev/sda3 lmde
  28. UUID=07eb73f2-1a47-4d6b-9df1-93cb34e /swap ext4 rw,errors=remount-ro 0 0
  29. # /dev/sda4 kde
  30. UUID=60bfbd46-c52f-4869-a25e-e27b3189199d / ext3 rw,user_xattr 0 1
  31. # /dev/sda2 Windows
  32. UUID=3461e13d75a89124 /media/Windows ntfs rw,user_xattr 0 0
  33.  
  34. # android tablet
  35. mtpfs /media/transformer fuse user,noauto,allow_other 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement