无法挂载CIFS卷


0

我正在尝试使用cifs安装远程卷。每当我尝试时mount -t cifs ...,我都会收到错误消息,说mount_cifs无法找到。我在哪里可以找到它?或者我该如何安装它?

我正在使用OS X 10.9.2。

Answers:


1

我想你正在寻找mount_smbfs:)或者mount -t smbfs ...


好吧,从Ubuntu机器我使用mount -t -cifs而不是smbfs(cifs取代它)。
zmbq 2014年

1
CIFS和SMBFS是相同的,但它取决于操作系统的制造商他将如何拼写它。OSX基于FreeBSD,称之为SMB。如果您需要更多详细信息,请查看Microsoft
UsersUser 2014年

1
从Apple的手册页“注意:您应该始终使用系统安装命令,而不要直接调用mount_smbfs。” - developer.apple.com/library/mac/documentation/Darwin/Reference / ...
Graham Miln 2014年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.