I have an NFS share that I want to mount at boot, but cannot mount from fstab because it appears to cause blocking boot problems (centOS 7) (not yet sure exactly why, all I know is that rooting in in emergency mode and commenting out the mounting line in /etc/fstab
file fixes the problem (still debugging)).
Is there any other location that I can specify a share to automatiaclly mount that gets loaded at a later time in the boot sequence than /etc/fstab
?
/etc/fstab
. Have you checked the boot log or/var/log/messages/ to see what's happening? Add the particular line in
/etc/fstab` to your question. – Nasir Riley Oct 23 '19 at 23:58systemd
service that executes the mount. – FelixJN Oct 24 '19 at 19:25/etc/fstab
is for. – Nasir Riley Oct 24 '19 at 20:30