display charset = UTF8
dos charset = CP950
unix charset = UTF8
workgroup = MYGROUP
netbios name = MY_SAMBA# ← 可以把名字改成自己喜歡的名字
server string = Samba Server Version %v
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
hosts allow = 192.168. # 預設內網才能用
security = USER
log file = /var/log/samba/log.%m
max log size = 50
load printers = No
printing = bsd
create mask = 0644
directory mask = 0755
dead time = 15
getwd cache = yes
# 想要存取哪個目錄,就加上底下 5 行,更改 [名稱] 跟目錄 (path=)
[SOMEWHERE]
path = /some/where
valid users =# ←允許存取的帳號寫在這裡,多個以逗點隔開
force user = root
read only = No
2.接著利用指令「smbpasswd」,一一設定 SAMBA 伺服器中每個帳號的密碼:
e.g.,
# smbpasswd -a guest | 新增 SAMBA 使用者 guest |
在 Linux 主機掛載 Windows 檔案系統
Windows 的 smb 檔案系統可以像 Linux 的檔案系統一樣直接掛載到 Linux 的目錄樹中:
[root@CentOS ~]# vi /etc/fstab
加入
\\192.168.1.x\Shared /Shared cifs user,uid=500,rw,suid,username=username,password=password 0 0
完成後可用mount -a看看有無錯誤訊息
沒有留言:
張貼留言