在全新安装的 Ubuntu 23.04 中,我的 /etc/fstab 中有一个条目:
yyy.yyy.yyy.yyy:/storage /storage nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0
如果我想挂载 NFS 共享,我会收到 systemd 错误:
mount /storage/
mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
执行 systemctl 命令时,mountig 工作正常。但现在出现了问题:即使重新启动后,NFS 共享仍未挂载,我必须再次输入“systemctl daemon-reload”来手动挂载共享。
有没有提示为什么 systemd 即使在重启后也无法识别 fstab?