如何mount一个Isilon的NFS的file share?

命令如下:

mount -o vers=3,proto=tcp 172.16.200.41:/ifs/nfsshare1 /mnt/localfolder1


简单版的

mount 192.168.1.21:/ifs/data/DemoData /root/mntdir


mount的命令貌似在不同的linux发行版上不一样,那么我的client是什么Linux版本呢?

ls /etc/*release

cat /etc/os-release

cat /etc/redhat-release


在Isilon的节点上,想查看OS的版本上面的方法就不行了。用这个:

uname -a


参考资料

=========

https://www.toytowngermany.com/forum/topic/70040-linux-how-to-determine-what-version-is-running/

posted on 2018-04-19 11:48  中道学友  阅读(681)  评论(0编辑  收藏  举报

导航

技术追求准确,态度积极向上