Advertisement
folious

Untitled

Jan 21st, 2016
67
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' 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=55ad2225-242f-4619-9697-b727124b1ff3 / ext4 errors=remount-ro 0 1
  10. # /home was on /dev/sda6 during installation
  11. UUID=77821575-e949-419f-869b-0406e0f12926 /home ext4 defaults 0 2
  12. # /media/loc was on /dev/sda5 during installation
  13. UUID=7bc6ffd3-7f2d-4251-933b-d9579095d1eb /media/loc ext4 defaults 0 2
  14. # /tmp was on /dev/sda7 during installation
  15. UUID=2ae66967-7f38-48fc-a322-f3b9165e623a /tmp ext4 defaults 0 2
  16. # swap was on /dev/sda1 during installation
  17. UUID=ed3412e4-e458-4086-8557-e7385608efa0 none swap sw 0 0
  18. /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement