执行下面命令挂载网盘
- mount -t smbfs -o username=root,password=welc0me,codepage=cp936,iocharset=gb2312 //192.168.1.2/Public/download /mnt/trdownload
复制代码
然后提示错误如下:
- mount: mounting //192.168.1.2/Public/download on /mnt/trdownload failed: No such device
复制代码
我已经为OpenWRT安装了samba36-client (3.6.5-3)和samba36-server (3.6.5-3)。
还需要在MC上设置什么吗? |