Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1.  
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point> <type> <options> <dump> <pass>
  9. # / was on /dev/sda1 during installation
  10. UUID=4bd3003c-d000-4362-983a-d06c8b0b95b8 / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda5 during installation
  12. UUID=666600bb-227f-4702-9c30-90757c574d48 none swap sw 0 0
  13. # /dev/disk/by-uuid/7515218e-6854-4e30-96da-9df32f04ef00 /mnt/hdd/ auto nosuid,nodev,nofail,x-gvfs-show 0 0
  14. # /dev/disk/by-uuid/9f6be58a-88f3-45b4-8e28-021886971130 /mnt/hdd1/ auto nosuid,nodev,nofail,x-gvfs-show 0 0
  15. #Storage
  16. # uuid=8adde553-80ae-46fd-8db4-285087e8960b /home/mike/Documents ext4 defaults 0 2
  17. uuid=7449ae5e-b75e-4d84-a07e-98c8c04d0bc6 /var/www/html ext4 defaults 0 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement