Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚安装了 Ubuntu 12.10,并试图将一个文件夹挂载到 Ubuntu 系统。所以我用:
sudo smbmount <folder> /path/to/my/folder -ouser=<my id>, dom=<my dom>
但是找不到 smbmount ......我现在只有 cifs-utils。
上面的命令适用于 Ubuntu 12.04,但不适用于 12.10。
有什么提示吗?
提前谢谢:)
运行这个: -
sudo apt-get install smbfs
将来,如果您有找不到的命令,则可以运行
apt-file search smbmount smbfs: usr/bin/smbmount
搜索您需要的文件。当然要安装apt-file,你需要
sudo apt-get install apt-file apt-file update