我正在设置 DeployStudio 系统。部分要求是服务器能够连接到文件存储库。
在我的服务器上,该存储库位于分区“NetRestore-Images”上。
我已将文件夹的权限调整为可读/可写。我已确认文件共享已打开并设置为由 AFP 和 SMB 共享。我已确认文件夹显示在文件共享系统偏好设置窗格和 OS X Server 文件共享中。
尽管如此,我还是无法连接。我收到一条错误消息,提示“服务器上不存在共享”。
我尝试了以下地址:(为了举例说明,我将使用 192.168.0.1 作为服务器 IP)
afp://192.168.0.1/Volumes/NetRestore-Images/Repository
smb://192.168.0.1/Volumes/NetRestore-Images/Repository
nfs://192.168.0.1/Volumes/NetRestore-Images/Repository
我也尝试过使用 DNS 服务器名称(我不想使用它)
afp://psu-nx-01.corp.walrus.net/Volumes/NetRestore-Images/Repository
smb://psu-nx-01.corp.walrus.net/Volumes/NetRestore-Images/Repository
nfs://psu-nx-01.corp.walrus.net/Volumes/NetRestore-Images/Repository
我尝试过不使用 NetRestore-Images 和其他一些变体来执行此操作,但似乎没有任何效果。
有什么建议吗?我只想直接安装此文件夹。
答案1
对于遇到此问题的任何人来说,DeployStudio 论坛上的人们发布了答案:
afp://192.168.0.1/Volumes/NetRestore-Images/Repository
连接到共享时,请勿使用共享点的完整路径。如果共享名为“Repository”,那么就您的客户端而言,“Repository”是根文件夹。例如,
afp://192.168.0.1/Repository
或者如果你正在共享 NetRestore-Images 文件夹,
afp://192.168.0.1/NetRestore-Images/Repository