Advertisement
Guest User

Untitled

a guest
Dec 31st, 2013
112
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. # / was on /dev/sda5 during installation
  9. UUID=b4f09c77-3d70-40a9-860c-96436c8cbfa0 / ext4 errors=remount-ro 0 1
  10. # storage1 was on /dev/sda6 during installation
  11. UUID=9b7ac413-1ddf-4c2e-a74d-75651d6bd37c /mnt/storage1 ext4 defaults 0 2
  12. # storage2 was on /dev/sda7 during installation
  13. UUID=37f01625-218e-4027-ac8f-42b135251af5 /mnt/storage2 ext4 defaults 0 2
  14. # storage3 was on /dev/sda3 during installation
  15. UUID=80AEBDCAAEBDB94C /mnt/windows ntfs-3g defaults,rw,async,umask=0,user,locale=en_US.utf8,exec,uid=1000,gid=100 0 0
  16. # swap was on /dev/sda8 during installation
  17. UUID=20289b7a-9266-4ac1-9f69-ecd7e1163fb2 none swap sw 0 0
  18.  
  19. ## Dump /tmp to VMEM
  20. none /tmp tmpfs defaults,size424m 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement