# UUID=d6749b22-6cde-11eb-9439-0242ac130002 / ext4 errors=remount-ro 0 1 UUID=9076-3D04 /boot/efi vfat umask=0077 0 1 /swapfile none swap sw 0 0 LABEL=STORAGE0 /media/user1/STORAGE0 auto nosuid,nodev,nofail,x-gvfs-show 0 0 #----------------Begin Tutorial Comments------------------- #the below line adds the share we created on HOSTNAME1 so that we can access it here on HOSTNAME2. #as I later found out, some directives are required - failure to include _netdev,noauto,x-systemd.automount will add 90 seconds to boot time and mounting will fail. #The rsize= and wsize= paramters are mandatory, otherwise the system will complain that the file system packets are too large. 172.16.79.1:/export/share1 /import/HOSTNAME1/share1 nfs _netdev,noauto,x-systemd.automount,nosuid,rsize=8192,wsize=8192 0 0