mount nfs 各版本之间的转换

[root@one1-fst-hx ~]# mount.nfs 182.168.2.49:/mnt/sdb/nfs /mnt/nfs2/ nomand,-o vers=3
[root@one1-fst-hx ~]# mount -t,nfs 182.168.2.49:/mnt/sdb/nfs /mnt/nfs2/ nomand,-o vers=4
[root@one1-fst-hx ~]# mount 182.168.2.49:/mnt/sdb/nfs /mnt/nfs2/ -t nfs -o vers=4
[root@one1-fst-hx ~]# mount.nfs 182.168.2.49:/mnt/sdb/nfs /mnt/nfs2/ nomand -o vers=4

上一篇:Nodejs开发Office插件


下一篇:移动端(手机端)页面自适应解决方案—rem布局篇