Contents
  1. How to
  2. link
    1. その他

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

その他

# apt-get install locales localeconf util-linux-locales liblocale-gettext-perl
Last modified: 2006-09-05