Guest User

Fstab

a guest
Jun 5th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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/sda2 during installation
  9. UUID=001a1c43-fcc5-4077-a603-acc9575b6ce4 / ext4 usrquota,erro$
  10. # /boot was on /dev/sda1 during installation
  11. UUID=216ffc85-83eb-457c-86e1-968e4c0972ea /boot ext4 defaults $
  12. # /home was on /dev/sda4 during installation
  13. UUID=16d6c99f-996d-4eed-9a7f-bdbaf67ba99d /home ext4 defaults $
  14. # swap was on /dev/sda3 during installation
  15. UUID=75daf973-d209-4fd1-b5ab-a789b54402f4 none swap sw $
Add Comment
Please, Sign In to add comment