打算在树莓派搞一个samba服务器作共享,配置完了smb.conf后windows端无法写入,首先想到添加
[share_folder]
writeable : yes
read only : no
但是仍然无法写入,后来查证资料得到,需要修改文件夹自身权限,即:
chmod -R 777 folder_name
ok~
打算在树莓派搞一个samba服务器作共享,配置完了smb.conf后windows端无法写入,首先想到添加
[share_folder]
writeable : yes
read only : no
但是仍然无法写入,后来查证资料得到,需要修改文件夹自身权限,即:
chmod -R 777 folder_name
ok~
转载于:https://my.oschina.net/dantefu/blog/873655