mount -t nfs -o nolock 10.200.1.1:/rootfs /mnt/nfs
mount.nfs: an incorrect mount option was specified
Solution:
# mount -t nfs -o nolock,nfsvers=3,vers=3 10.200.1.1:/rootfs /mnt/nfs
mount.nfs: an incorrect mount option was specified
Solution:
# mount -t nfs -o nolock,nfsvers=3,vers=3 10.200.1.1:/rootfs /mnt/nfs
本文介绍了如何解决在使用mount命令挂载NFS时遇到的指定不正确的挂载选项问题,并给出了具体的解决方法。
2527

被折叠的 条评论
为什么被折叠?



