-
Notifications
You must be signed in to change notification settings - Fork 456
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
FAT32 USB flash, can't copy/paste anything #2036
Comments
It looks like a duplicate of #1858. Yazi simply calls Rust's
|
I've done a couple more tests, and the yazi version doesn't affect the behavior, what usb stick I use and how many files are being copied at a time does.
cp gives consistent results for both drives:
I have no idea. I've never messed with rust before. Is there any way to launch yazi in debug mode, so it would generate a log file with the last file operations? |
as a temporary solution, I guess I can just hardcode cp command for this particular drive and call it a day. |
In this case, if it only happens on certain USB drives, I guess it might be a hardware issue — some hardware might have issues with concurrent read/write operations, although I can't reproduce it on my FAT32 USB. You could try setting both yazi/yazi-config/preset/yazi-default.toml Lines 81 to 83 in c78f39b
|
Nice to see it's working! I'll create a PR later to choose more conservative values for the preset But of course, users can always adjust them in their own config as needed, I think that's enough. |
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
kitty 0.37.0
yazi --debug
outputDescribe the bug
yazi seems to be extremely sluggish when I copy files on an external fat 32 drive (I've tried two different ones and had the same issue). it takes about an hour maybe even more to transfer less than 1000 MB. if I do the same using cp or ranger it takes just several minutes
Minimal reproducer
Anything else?
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: