Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. root@OMV-NAS:~# cat /etc/fstab
  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=ece86f1c-b779-457b-9c72-1165bc591bae / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda5 during installation
  12. UUID=003d61f3-0d54-46eb-8447-b73091cdc564 none swap sw 0 0
  13. /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
  14. # >>> [openmediavault]
  15. UUID=5c58f4b6-28ba-425e-95d6-baa205d392be /media/5c58f4b6-28ba-425e-95d6-baa205d392be ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,discard,acl 0 2
  16. # <<< [openmediavault]
  17. root@OMV-NAS:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement