我搜索并找到了很多东西,但都没有用。我已经安装了 Ubuntu 16.04 LTS,我可以使用用户和密码挂载远程 CIFS 共享。使用mount //IP.Address/Share /mnt/path -t cifs -o user=username,pass=password
但是我还有另外 3 个共享,它们是简单的 NAS 共享(Freenas),没有密码,只有访客可以访问。尝试mount //IP.Address/Share/Path /mnt/path2 -t cifs -o guest
仅转储挂载选项。
我无法挂载不受密码保护的共享。显然安装了 cifs utils。我的目标是能够在 fstab 中挂载所有这些。
谢谢