我们的办公室里并没有太多的文件服务器,所以我想我们可以使用苹果时间胶囊(我已经有了)。
我在安装时遇到了问题,具体如下:
mount -t afp afp://10.0.1.1 /Volumes/test
这个错误被返回:
mount_afp: AFPMountURL returned error 22, errno is 2
我不知道发生了什么,我尝试了-i (交互式)参数,它提示我input用户名和密码,即使它们正确,也会出现相同的错误。 如果我在地址中username:password正确的username:password ,也是如此。
这是不同的,然后安装任何其他networking驱动器?
尝试使用-v来获取详细的输出,如果需要更多的帮助输出,请在这里发布。
你是不是要在IP和Volumepath之间放一个空格? 我不认为这应该在那里:)
10月11日,法新社登上了下列网站:
mount -v -o automounted -t afp afp://user:[email protected]/${ShareName} /Volumes/${ShareName}
在10.11.3上,以下SMB安装程序正在运行:
mount -v -o automounted,soft -t smbfs smb://user:[email protected]/${ShareName} /Volumes/${ShareName}