Advertisement
Guest User

Untitled

a guest
Apr 26th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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/sda1 during installation
  9. UUID=ce081dd4-bf56-47f2-9dfb-a420da1d1522 / ext4 errors=remount-ro 0 1
  10. # /data was on /dev/sda6 during installation
  11. # /home was on /dev/sda5 during installation
  12. UUID=3d2bf287-5a90-45e4-9a28-11b46e0bbeca /home ext4 defaults 0 2
  13. # swap was on /dev/sda2 during installation
  14. UUID=6d4381bc-2379-435a-9532-84371f5d66af none swap sw 0 0
  15. UUID=a0174071-52f0-44b0-a062-074781c408ab /data ext4 defaults 0 2
  16. UUID=c5ded19e-b5c8-4d8c-b427-6c508ef1e3b9 /mnt/c5ded19e-b5c8-4d8c-b427-6c508ef1e3b9 auto defaults,noauto 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement