Advertisement
Kedster

Server Fstab

Sep 9th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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. # /boot/efi was on /dev/sdb1 during installation
  9. UUID=8A80-ADA4 /boot/efi vfat umask=0022,fmask=0022,dmask=0022 0 1
  10. /boot/efi/grub /boot/grub none defaults,bind 0 0
  11. UUID=d33c5557-2f5a-4f3a-b88a-f2818f6bb97b none swap discard 0 0
  12.  
  13.  
  14. #Real UUIDs
  15. UUID=a415f869-4df5-447a-b90f-466acc36b885 /mnt/Multimedia auto defaults,noexec,x-gvfs-show 0 2
  16. UUID=23b2a5ae-20bb-4a1f-8ce0-5d18c1abb457 /mnt/Storage auto defaults,x-gvfs-show 0 2
  17. UUID=b67a0ebb-7303-4443-b774-12b663eb5ee8 /mnt/Backup auto defaults,noexec,x-gvfs-show 0 2
  18. UUID=68470886-3d75-413b-b186-af58f04ea44f /mnt/Probationary auto suid,nodev,nofail,x-gvfs-show 0 0
  19.  
  20. #virtual machine install UUIDs
  21. #UUID=27d23ea9-1a4f-4c28-ab95-ad13172ed7c1 /mnt/Multimedia auto defaults,noexec,x-gvfs-show 0 2
  22. #UUID=7B31D6EF7B80D6AE /mnt/Storage auto nosuid,nodev,nofail,x-gvfs-show 0 0
  23.  
  24.  
  25. #Bind mounts for NFS
  26. /mnt/Multimedia /srv/nfs/Multimedia none bind 0 0
  27. /mnt/Storage /srv/nfs/Storage none bind 0 0
  28. /mnt/Backup /srv/nfs/Backup none bind 0 0
  29. /mnt/Probationary /srv/nfs/Probationary none bind 0 0
  30.  
  31. #Bind mount for storage expansion
  32. /mnt/Storage/Multimedia/Complete /srv/nfs/Multimedia/TV_Series/Complete\040Series none bind,_netdev 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement