|
|
老贴了,问题已经解决:
http://www.linux-wiki.cn/index.p ... C%E5%85%B1%E4%BA%AB
我用ubuntu,按照ubuntu的文档,我可以在文件管理器的地址栏中输入 smb://机器名/共享名 来正常访问Windows的共享文件夹,但是使用ubuntu.org.cn上的mount方法却报错,大家一般怎么挂载呢?
我mount时遇到的问题是这样的:
我输入命令:
#mount //192.168.0.1/c$ /media/wqmmC/ -o username=administrator,password=我的密码,dmask=777,fmask=777 -t smbfs
mount: wrong fs type, bad option, bad superblock on //192.168.0.1/c$,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
#mount //192.168.0.1/c$ /media/wqmmC/ -o username=administrator,password=我的密码,dmask=777,fmask=777
同样不行 |
|