1
Koma 2 天前
啥机器啊?用的啥网卡啊?外接的还是自带的。
|
2
Koma 2 天前
哦,看懂了,我还以为你 WiFi 正常,有线不正常呢
那你试试 AFP 有没有这个问题呢? |
4
ashong 2 天前
前几天也遇到一样的问题,搜素一番后, 以下配置千兆可以跑满
mac 上添加文件/etc/nsmb.conf ``` [default] signing_required=no validate_neg_off=yes port445=no_netbios protocol_vers_map=6 smb_neg=smb3_only soft=yes streams=yes mc_on=yes mc_prefer_wired=yes dir_cache_off=yes dir_cache_max_cnt=0 dir_cache_max=0 notify_off=yes max_resp_timeout=600 aapl_off=false ``` 服务端: ``` server min protocol = SMB3_00 fruit:aapl = yes fruit:copyfile = yes fruit:nfs_aces = no fruit:aapl = yes fruit:copyfile = yes fruit:nfs_aces = no fruit:metadata = stream fruit:time machine = no vfs objects = catia fruit streams_xattr aio read size = 1 aio write size = 1 ea support = yes durable handles = yes posix locking = no use sendfile = no strict sync = no socket options = TCP_NODELAY ``` |
5
234ygg 2 天前
server 端 global 里面加入下面这四行试试看
strict sync = no sync always = no aio read size = 1 aio write size = 1 |
6
380cc 1 天前
威联通 NAS 也是这个问题,smb 有线连 mac 速度时好时坏。自从升级到 26.2 后,又出现新的问题,访问 nas 映射的某文件夹,会显示报错: 不能打开"",因为找不到原始项目。同样的设备连 win10 主机就不存在这个问题。不知道怎么解决。
|
7
fha520 1 天前
使用 nfsv4 吧,不管是 4k 随机还是 1m 顺序,都比 smb 快,而且更稳。
|
8
gpt5 1 天前
同样问题。smb 很慢,但是 synology drive 客户端很快,可以跑满,然而客户端体验有些地方体验不好。
|
11
134432233 1 天前 via iPad
自從用上 ftp 之後就省心多了,不配置的前提下個人感覺 SMB 只適合 win 到 win 之間
|
12
yaleyu 1 天前
@fha520 #7 nfs 有个一直解决不了的问题:空格键预览之后文件的修改时间会被改变为当前时间。
https://www.reddit.com/r/MacOS/comments/1gqmpbu/caution_quicklook_modifies_file_date_over_nfs/ |