Welcome to Takajun's Room

パソコン、オーディオ、カメラ、ビデオ、車、食べ歩きを中心とした blog です。

CentOS 6.0 による 18TB RAID 6 Fileserver の製作(18) smb.conf 設定

samba の設定も最終段階です。smb.conf を設定します。16TB のパーティションは /mnt/data に mount しています。その後ろのディレクトリは適当です。

#======================= Global Settings =================

[global]

workgroup = WORKGROUP

server string = Samba2

username map = /etc/samba/smbusers

security = user

hosts allow = 127. 192.168.xx.

# CUPS contorol

printing = bsd

#--------------------------- Logging Options ----------------

# logs split per machine

log file = /var/log/samba/%m.log

# max 500KB per log file, then rotate

max log size = 500

#=================== Share Definitions ====================

[data]

path = /mnt/data

writeable = yes

browseable = yes

valid users = root, hogehoge

[Files]

path = /mnt/data/Data1/Files

writeable = yes

browseable = yes

valid users = root, hogehoge, hogehoge2



CentOS 6.0 による 18TB RAID 6 Fileserver の製作

(1) 3ware 9690SA-8I による RAID 6 18TB fileserver

(2) CBL-SFF8087OCF-05M

(3)CentOS 6.0

(4)3TB HDD 発注

(5)3TB HDD 到着

(6)HDDリムーバブルラック

(7)3ware RAID 6 構築中

(8)OS インストール その1

(9)OS インストール その2

(10)CentOS 6.0 3ware 3DM2 インストール

(11)CentOS 6.0 gfs2 のインストール

(12a)mount

(12b)memory 増設

(13) HDDリムーバブルラック

(14) OS クラッシュ

(15)samba install

(16)samba 転送速度トラブル

(17)samba user 設定

(18)smb.conf 設定

(19)samba 起動

(20)SELinux 設定確認

(21)samba.conf 設定変更

(22)foobar2000 設定

(23)httpd 設定

(24)httpd.conf 設定