install ソースから

cd /usr/local/src
wget ftp://ftp.samba.gr.jp/pub/samba/samba-3.0.26a.tar.gz
tar -xvzf samba-3.0.26a.tar.gz
cd samba-3.0.26a/source
./configure --with-automount --with-smbmount \
--with-ldap --with-acl-support
make
make install

install パッケージから

apt-get install samba samba-client samba-swat samba-libsmbclient

smb.conf 抜粋

        writeable = Yes
        create mask = 0777
        force create mode = 0777
        directory mask = 0777

Linux からのマウント

mount -t cifs -o username=hoge,password=fuga,noperm,codepage=932,iocharset=utf8  //server/dir /mnt/dir

Apache2 で公開する場合の apache2.conf

charset を指定しないと、日本語ファイル名が化けます。
    IndexOptions FancyIndexing IgnoreCase NameWidth=* SuppressDescription HTMLTable Charset=UTF-8 XHTML

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

編集にはIDが必要です