Photonicat 网络共享/samba4

From Photonicat Wiki
Revision as of 16:43, 25 October 2022 by C2h2 (talk | contribs) (Created page with "Luci 配置有时候存在一定问题,目前可以通过修改以下配置文件: mkdir /share vim /etc/samba/smb.conf 最后添加: <pre> [share] comment = Guest access share path = /share browseable = yes read only = no guest ok = yes </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Luci 配置有时候存在一定问题,目前可以通过修改以下配置文件:

mkdir /share
vim /etc/samba/smb.conf

最后添加:

[share]
	comment = Guest access share
    path = /share
    browseable = yes
    read only = no
    guest ok = yes