-
Notifications
You must be signed in to change notification settings - Fork 5.2k
When using SMB to share a FUSE-mounted folder, writing from Windows 10 always results in error 0x8007045d. #6797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think it's unlikely that this issue is Pi-specific, and we are not going to have the time to look into such a niche problem. Does the SMB log extract above cover 1 or 2 file creations? The message |
Non-FUSE work fine, and that's how I'm handling it for now. But it was working fine before the upgrade — the issue only started after updating to the latest packages. I have two Raspberry Pi 5Bs. Everything was working normally before. After the issue appeared, I tried running the same service on the other Raspberry Pi 5B, and it worked fine. But once I ran apt upgrade on it as well, the same issue occurred. And it seems the problem can be almost certainly narrowed down to the packages mentioned above. |
You can rewind to older kernels using
I advise you to back up any important data first, just in case. Another good one to try would be the release after that, which was the first from the 6.12 kernel:
If the former works and the latter doesn't (which is my prediction) then are a lot of kernel versions (6.7-6.11) to comb through looking for the problem. |
That's what I was afraid of. I'll see about getting you some intermediate kernel builds to try. |
Hello, any updates? I'm more than happy to assist with testing on my side. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When using SMB to share a FUSE-mounted folder, writing from Windows 10 always results in error 0x8007045d.
What is certain is that it worked fine before the upgrade, but the problem started after updating to the latest packages.
I believe the issue is more likely related to the FUSE and kernel upgrade, but I don't know how to downgrade them to pinpoint the problem.
Pre-upgrade version: Linux rpi-03 6.6.74+rpt-rpi-2712 # 1 SMP PREEMPT Debian 1:6.6.74-1+rpt1 (2025-01-27) aarch64
Current version: Linux rpi-03 6.12.20+rpt-rpi-2712 # 1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64
Steps to reproduce the behaviour
Samba logs at this moment:
Device (s)
Raspberry Pi 5
System
Raspberry Pi reference 2024-11-19
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 891df1e21ed2b6099a2e6a13e26c91dea44b34d4, stage2
2025/03/10 17:10:37
Copyright (c) 2012 Broadcom
version 2bb2ae64 (release) (embedded)
Linux rpi-03 6.12.20+rpt-rpi-2712 # 1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64 GNU/Linux
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: