Linux Samba 支持 visual studio

在 [global] 中加入, 然后重启smbd

1
2
3
4
5
6
7
8
9
10
11
#对软连接的支持 我要将 /home/code  --> /root/code
allow insecure wide links = yes
wide links = yes
unix extensions = no

# visual studio 2019 无法工作在基于SAMBA挂载的磁盘
veto oplock files = /*.mdb/*.MDB/*.dbf/*.DBF/

#防止Windows 客户端 修改文件变成 可执行权限(ACL权限会有一个 "+")
# -rw-rwxr--+ 1 root root 8.7K Apr 16 11:43 context.c
nt acl support = no