打印

究竟debian该如何使用samba来和win共享?

究竟debian该如何使用samba来和win共享?

我使用了
mount -t cifs

mount -t smbfs

这两个参数想来加载win共享的目录,但是都提示说类型错误。请问要装什么才能让debian支持cifs或smbfs?
I need a hand for I am a new comer who abandon WinOS and use Linux for freedom. I would like to share all what i know about Linux.

TOP

原来smbfs是要单独装的呀,明白了。呵呵
I need a hand for I am a new comer who abandon WinOS and use Linux for freedom. I would like to share all what i know about Linux.

TOP

呵呵,现在连乱码都解决了。

mount -t smbfs -o iocharset=utf8,codepage=cp936 //IP/dir /mnt/dir

系统是locale是zh_CN.UTF-8的。cp936是简体中文,cp950是繁体中文。
I need a hand for I am a new comer who abandon WinOS and use Linux for freedom. I would like to share all what i know about Linux.

TOP