今天尝试在ubuntu与mac os x之间通过nfs共享文件。
使用mac os x访问nfs的步骤:finder -> "前往" -> "连接服务器..."。在打开的窗口中输入"nfs://server.name/path/to/shared/folder",点击连接即可。
在ubuntu中需要安装,配置并启动nfs-kernel-server。具体步骤看这里:https://help.ubuntu.com/community/SettingUpNFSHowTo
这里需要主意的是nfs的设置(/etc/exports):
/srv/exchange 192.168.100.*(rw,sync,insecure,no_root_squash)
"insecure"必须有,否则finder会报找不到服务器的错误。
本文介绍如何在MacOSX与Ubuntu之间通过NFS实现文件共享。包括在Mac上通过Finder连接NFS服务器的方法及在Ubuntu上安装、配置nfs-kernel-server的具体步骤。特别提到设置/etc/exports文件时需包含'insecure'选项。

1037

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



