如何修复 mount: unknown filesystem type 'smbfs'
问题:
当你尝试使用类似这样的命令挂载 Windows 网络共享时
mount-smbfs-example.sh
sudo mount -t smbfs //Asus/store_n_go /mnt/你看到此错误消息:
mount-error.txt
mount: unknown filesystem type 'smbfs'解决方案
首先确保已安装 samba
install-samba.sh
sudo apt install samba然后使用 cifs 作为文件系统类型而不是 smbfs 重试:
mount-cifs-example.sh
sudo mount -t cifs //Asus/store_n_go /mnt/Check out similar posts by category:
Linux, Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow