Advertisement
Guest User

dafty

a guest
Oct 31st, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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/sdh1 during installation
  9. UUID=f16a4783-648e-44cb-bf99-5d89dfc4feb2 / ext4 errors=remount-ro 0 1
  10. # swap was on /dev/sdh5 during installation
  11. UUID=eb48d84d-98ce-4af9-9fa6-83fc25b8ef7b none swap sw 0 0
  12. # RAID mount
  13. UUID=758b57bc-0658-4406-a1bd-64d423dc6b67 /home/brad/media ext4 user 0 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement