-
Notifications
You must be signed in to change notification settings - Fork 64
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
ksmbd detect disk space incorrect #400
Comments
Windows is checking disk space before writing file. but mount point is tmpfs(1MB size), not ext4(64GB). |
@namjaejeon |
ksmbd report disk size of root share to windows client.
Sorry, Impossible. If we have tens of thousands of directories in share, the cost of a directory lookup is too high whenever be called from statfs. |
@namjaejeon could we provide an fake option?
|
@ptpt52 Sorry, I can't. Because this option will cause other issues. |
step to produce the issue:
smb config:
disk part sda4 size is 64GB
and then
I open
\\192.168.16.1\mnt
in windows 11copy one
1GB-big-file
to\\192.168.16.1\mnt\sda4\
then it displays no space enough error.
The text was updated successfully, but these errors were encountered: