coLinuxでsmbmount
■How to
- rootにて
# apt-get install smbfs # cd / # mkdir c d # chown eto.eto c d
- etoにて
% smbmount //win/c /c -o codepage=932,iocharset=euc,username=eto Password: →いれる % smbmount //win/d /d -o codepage=932,iocharset=euc,username=eto Password: →いれる
日本語ファイル名を扱うためのオプションを設定している.
■link
- [http://scratchpad.fc2web.com/colinux/install/install-6.html Host PCフォルダのマウント]
その他
# apt-get install locales localeconf util-linux-locales liblocale-gettext-perl
Last modified: 2006-09-05