Guest User

Untitled

a guest
Feb 22nd, 2011
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 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/sdc1 during installation
  10. UUID=1eb7c0f7-ecf9-4030-9c1d-bcdeddcae2c3 / ext4 errors=remount-ro 0 1
  11. # /media/data1 was on /dev/sdd1 during installation
  12. UUID=43e20e98-834f-4873-98fe-b822b6049a81 /media/data1 ext4 defaults 0 2
  13. # /media/data2 was on /dev/sdb1 during installation
  14. UUID=bff5bd05-78c6-40ea-ab7b-9b59096d4735 /media/data2 ext4 defaults 0 2
  15. # /media/data3 was on /dev/sda1 during installation
  16. UUID=cdbb337d-2cee-49d8-ab1d-b00aa8a6fd8b /media/data3 ext4 defaults 0 2
  17. # swap was on /dev/sdc5 during installation
  18. UUID=5c3a4323-0643-4f59-aa23-fb97e823d9b9 none swap sw 0 0
  19. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  20. /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Advertisement
Add Comment
Please, Sign In to add comment