今天在ununtu虚机里面挂在文件,总是提示下面的错误:
root@ljk:/home# mount -t cifs //192.168.25.12/sources /home/ljk -o username=name,password=123456
mount: wrong fs type, bad option, bad superblock on //172.18.1.87/sources,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
查看/var/log/syslog:
Oct 8 16:41:28 host-40-40-40-13 kernel: [ 8848.377815] CIFS VFS: Connecting to DFS root not implemented yet
Oct 8 16:41:28 host-40-40-40-13 kernel: [ 8848.379315] CIFS VFS: cifs_mount failed w/return code = -22
Oct 8 16:41:37 host-40-40-40-13 kernel: [ 8856.976371] CIFS VFS: Connecting to DFS root not implemented yet
Oct 8 16:41:37 host-40-40-40-13 kernel: [ 8856.977982] CIFS VFS: cifs_mount failed w/return code = -22
解决:
apt-get install smbfs
安装smbfs文件系统