mount.nfs: an incorrect mount option was specified

来源:互联网 发布:电脑免费视频编辑软件 编辑:程序博客网 时间:2024/06/05 03:58
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

转载自:http://blog.chinaunix.net/uid-13173049-id-3209021.html

0 0
原创粉丝点击