NFS in etc/fstab gives a boot delay [SOLVED] - Raspberry Pi Forums
hi,
not expert, please if in wrong forum or wrong title me correct it.
have managed nfs working on rpiv2 raspian-wheezy, using debian - jessie on pc pi2 connected switch in network, manual mount fine.
decided after testing time add in /etc/fstab , reboot, reboot comes delay message 1.30 minute. continues boot , can use nas write , read, fine. seems bottle neck in /etc/fstab, not sure , why goes wrong, how solve this?
/etc/fstab
...
#
# raspberry
192.168.0.12:/mnt/nfs /media/nasdrive nfs rw,auto,noatime,dev,exec,suid,hard,intr 0 0
thanks.
not expert, please if in wrong forum or wrong title me correct it.
have managed nfs working on rpiv2 raspian-wheezy, using debian - jessie on pc pi2 connected switch in network, manual mount fine.
decided after testing time add in /etc/fstab , reboot, reboot comes delay message 1.30 minute. continues boot , can use nas write , read, fine. seems bottle neck in /etc/fstab, not sure , why goes wrong, how solve this?
/etc/fstab
...
#
# raspberry
192.168.0.12:/mnt/nfs /media/nasdrive nfs rw,auto,noatime,dev,exec,suid,hard,intr 0 0
thanks.
that's feature of nfs , jessie. delays on jessie systems, worse hard hang during shutdown because network disconnected before nfs mounts unmounted. if want clean reboot have ensure nothing using nfs shares , umount them before starting reboot.
raspberrypi
Comments
Post a Comment