我使用 Ubuntu 20.04 的默认应用程序 -文件。我使用它进行 Samba 连接。我建议使用 连接gvfs
。我还使用 Ubuntu Desktop 和 Ubuntu Server。
我的问题是,当我尝试将一些符号链接从客户端复制到服务器时出现错误 - “后端不支持符号链接”。
另外,当我使用 MC 进行复制并尝试复制时,/run/user/1000/gvfs/smb-share:server=cool.local,share=dir
出现另一个错误“操作不支持 (95)”。
我想在服务器上保留符号链接,符号链接必须具有相对路径(例如 ./dir2,而不是 /mnt/dir2),并且当我尝试通过客户端 PC 上的文件(Samba
, gvfs
)进行连接时,符号链接必须起作用。
我使用 Samba 版本 4.11.6-Ubuntu。
欢迎任何想法。
我的 Samba 配置:
[global]
workgroup = LAN
bind interfaces only = yes
log file = /var/log/samba/log.%m
max log size = 1000
log level = 0
syslog = 0
netbios name = COOL
server string = "Cool Server"
map to guest = Bad User
username map = /etc/samba/smbusers
security = user
encrypt passwords = yes
hosts allow = 127.0.0.0/24 192.168.1.0/24
min protocol = SMB3
name resolve order = bcast host lmhosts wins
acl allow execute always = yes
[APPs]
valid users = @group
path = /path/to/dir
write list = @group
comment = Directories
create mode = 0660
directory mode = 0770
browseable = yes