【发布时间】:2019-07-30 13:11:27
【问题描述】:
当我尝试使用 cifs-utils 将 NFS GoFlexHome 安装到 Ubuntu 上时,出现以下错误。
sb@sb-Virtual-Machine:~$ sudo mount -t cifs "//192.168.1.14/bezgoan" -o user=bezgoan,vers=1.0 /mnt
Password for bezgoan@//192.168.1.14/bezgoan: ************
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
我可以通过 Ubuntu 的文件浏览器实用程序直接加载 NFS,但命令行出错。
也尝试使用 smbclient。 SmbClient 不返回 smb> 提示,但显示可用共享列表
sb@sb-Virtual-Machine:~$ sudo smbclient -L //192.168.1.14/bezgoan -U bezgoan
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\bezgoan's password:
Sharename Type Comment
--------- ---- -------
GoFlex Home Personal Disk GoFlex Home (GoFlex Home Personal)
GoFlex Home Backup Disk GoFlex Home (GoFlex Home Backup)
GoFlex Home Public Disk GoFlex Home (GoFlex Home Public)
External Storage Disk GoFlex Home (External Storage)
IPC$ IPC IPC Service (GoFlex Home)
GoFlex_Home Printer GoFlex Home usb port
重新连接 SMB1 以列出工作组。
Server Comment
--------- -------
Workgroup Master
--------- -------
HOME BTHUB5
SEAGATEGROUP GOFLEX_HOME
【问题讨论】: