Displaying 1 result from an estimated 1 matches for "chenxiaolong".
2024 Nov 26
2
Random EINVAL when opening files with SMB3 POSIX extensions enabled
...running Fedora 41 with:
kernel-6.11.8-300.fc41.x86_64
cifs-utils-7.1-2.fc41.x86_64
samba-4.21.1-7.fc41.x86_64
The client mounts the share with the following fstab entry:
//sm-1.int.chiller3.com/home /media/sm-1/home cifs nofail,credentials=/etc/samba/credentials/sm-1,uid=chenxiaolong,gid=chenxiaolong,posix,x-systemd.automount 0 0
Does anyone have any suggestions for how to troubleshoot this? I'm not quite
sure if this issue is in the client's cifs.ko or in Samba. While I'm not
familiar with either codebase nor the SMB protocol, I can definitely apply
patches, add a...