[samba-jp:20627] 共有デイレクトリィの作成について。
mmiyanmoto @ kcd.biglobe.ne.jp
mmiyanmoto @ kcd.biglobe.ne.jp
2009年 3月 22日 (日) 11:44:29 JST
お世話になります。宮本です。
堂々巡りになってしまって多分初歩的な話だと思うのですが
切羽詰っておりご教示頂きたいと存じます。
OS:CentOS 5.2 samba:3.0.28
を使用しています。
[root@ pub]# ls -al
合計 8
drwxrwxrwx 1 root root 0 3月 21 00:09 .
drwxr-xr-x 25 root root 4096 3月 22 10:16 ..
drwxrwx--- 1 root root 0 3月 22 11:28 cad
と共有ホルダーの属性を770に設定しておりますが
sambaを起動した時点ではまだ属性は770なのですが
\\192.168.1.10\(sambaサーバ)としログインした時点で
[root@ pub]# ls -al
合計 8
drwxrwxrwx 1 root root 0 3月 21 00:09 .
drwxr-xr-x 25 root root 4096 3月 22 10:16 ..
drwxrwxrwx 1 root root 0 3月 22 11:28 cad
と属性が777に変わってしまいます。
設定ですが関係しそうな箇所だけ抜粋させて頂きます。
# When a file is created, the necessary permissions are calculated according
# to the mapping from DOS modes to UNIX permissions, and the resulting UNIX
# mode is the bit-wise 'AND'ed with this parameter.
create mask = 760
# This parameter is the octal modes which are used when converting DOS modes
# to UNIX modes when creating UNIX directories.
directory mask = 0770
[CAD Data]
comment = CAD Data Area
path = /pub/cad
writable = yes
read list = @staff
write list = @staff
# force create mode = 0666
# force directory mode = 0777
force group = nogroup
# guest only = yes
# guest ok = yes
# public = yes
としています。
また/pubは
mount -t cifs -o user=*****,password=***** //192.168.1.11/pub /pub
でNASをmountしています。
ただこのNASはLogitec LSV-5S 2000でWindows Storage Serverです。
客先が間違って購入してしまい仕方なく設定しております。
本来ならNAS自体でファイルサーバを構築すればよいのですが。。
以上ご教示の程よろしくお願い致します。
samba-jp メーリングリストの案内