Photonicat 网络共享/samba4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Luci 配置有时候存在一定问题,目前可以通过修改以下配置文件: | Luci 配置有时候存在一定问题,目前可以通过修改以下配置文件: (可以通过自带的terminal 界面) | ||
mkdir /share | mkdir /share | ||
vim /etc/samba/smb.conf | vim /etc/samba/smb.conf | ||
在文件最后最后添加: | |||
<pre> | <pre> |
Revision as of 16:46, 25 October 2022
Luci 配置有时候存在一定问题,目前可以通过修改以下配置文件: (可以通过自带的terminal 界面)
mkdir /share vim /etc/samba/smb.conf
在文件最后最后添加:
[share] comment = Guest access share path = /share browseable = yes read only = no guest ok = yes
然后:
/etc/init.d/samba4 restart