Advertisement
virgosun

Untitled

Jan 13th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 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/sda9 during installation
  9. UUID=19254694-706b-4d9e-864c-ca22c65594cb / ext4 errors=remount-ro 0 1
  10. # swap was on /dev/sda7 during installation
  11. UUID=fe5048fe-be6e-4974-ac72-fce98ed046e0 none swap sw,pri=1 0 0
  12. /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  13. # swap manual on sdhci
  14. UUID=0f66f506-fe16-4dc4-a554-573001d7d09b none swap sw,pri=1 0 0
  15. # EFI mount
  16. UUID=3ED1-3532 /boot/efi vfat rw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement