Firstly, welcome to the forums, and above all, thank you for being an EMC customer.
Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility. Questions written to the users' own "Discussions" space don't get the same amount of attention and can go unanswered for a long time.
You can do so by selecting "Move" under ACTIONS along the upper-right. Then search for and select: "存储系统"
christopher_ime
2K 消息
0
2014年1月13日 20:00
Ni hao ma?
Firstly, welcome to the forums, and above all, thank you for being an EMC customer.
Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility. Questions written to the users' own "Discussions" space don't get the same amount of attention and can go unanswered for a long time.
You can do so by selecting "Move" under ACTIONS along the upper-right. Then search for and select: "存储系统"
存储系统
Xie xie!
Jason_Zhou
2 Intern
2 Intern
•
1.2K 消息
0
2014年1月13日 21:00
楼主,你好。我是论坛版主Jason周。我注意到,你的这个帖子被不小心创建在了你的个人的版面内了。建在个人版块里的帖子其他人基本没机会看到 。至于为什么会发生这样的情况以及如何避免,可参考我写的这个帖子 【帮助说明】如何避免帖子在不经意间被创建在了错误的版面里,导致收不到回复(因为别人看不到帖子)
我现在已把你的帖子移动到中文支持论坛内的 存储系统 版块里了,这样更多的朋友能够看到,相信稍后会有懂VNXe NFS的朋友们来跟你分享或解答。以后建议先由中文支持论坛首页 用顶部的导航按钮先进入相应的版块(例如:存储系统),然后用右边操作栏里的“开始一个讨论”来创建帖子提问或者分享,这样创建出来的帖子默认就是在你所在的版块的,避免帖子被无意中创建在了个人版块内。
谢谢!
DELL-Leo
Community Manager
Community Manager
•
7.3K 消息
0
2014年1月14日 00:00
LZ,
下面是Linux上挂载NFS共享的命令:
Linux or Solaris host — Mounting the NFS share
On the host, use the mount command to mount the NFS share.
For a Linux host, use
mount -t nfs SharedFolderServer:/local_mount_point_directory
你执行命令报什么错啊?请你把执行的命令以及错误贴出来看一下。
DELL-Leo
Community Manager
Community Manager
•
7.3K 消息
1
2014年1月14日 00:00
楼主,
请你尝试在本地用mkdir创建一个目录,如test, 然后请你尝试将NFS挂载到这个目录下看看能否成功。例如:
mount -t nfs 192.168.0.12:/Sharefile /test