mount提示wrong fs type

root@test:~# mount -o username=my_xp_name,password=my_xp_pw,iocharset=utf8  //my_xp_ip/my_share_dir    /root/my_server_dir

mount: wrong fs type, bad option, bad superblock on //172.18.1.112/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

 

  root@test:~# mount.cifs
The program 'mount.cifs' is currently not installed.  You can install it by typing:
apt-get install cifs-utils

 

因爲沒有安裝cifs工具集

apt-get install cifs-utils就ok了。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章