Photonicat 网络共享/samba4

来自Photonicat Wiki
C2h2留言 | 贡献2022年10月25日 (二) 16:43的版本 (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>")
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

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

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

最后添加:

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