Advertisement
Guest User

Untitled

a guest
Jun 10th, 2011
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  4. # for a device; this may be used with UUID= as a more robust way to name
  5. # devices 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 nodev,noexec,nosuid 0 0
  9. # / was on /dev/sda1 during installation
  10. UUID=2a5e1ccc-7322-43f4-908b-37904a821802 / ext4 errors=remoun$
  11. # /home was on /dev/sda5 during installation
  12. UUID=d88ab71a-c104-4efe-9ddb-0e7d171d5362 /home ext4 defaults $
  13. # /misc was on /dev/sda8 during installation
  14. UUID=1a51aa30-5d1a-4492-a674-c787693ddeae /misc ext4 defaults $
  15. # /prod was on /dev/sda7 during installation
  16. UUID=d68dfcf4-6a30-42a0-b499-60a0a364792d /prod ext4 defaults $
  17. # /tmp was on /dev/sda6 during installation
  18. UUID=1d7a7340-214b-4d50-b5e7-0c7cf851c186 /tmp ext4 defaults $
  19. # /var was on /dev/sda10 during installation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement