You are not logged in.
Hello, when I transfer some big files to my usb flash disk (videos), the progress bar arrives at 100% and the file transfer window closes itself, but when I try to eject volume it tells me that the file transfer is still in progress , and to not eject the volume still. Here's a screen of it.
Is it a bug? How can I solve this problem?
Thanks

Last edited by tomax (2022-07-09 08:05:51)
Offline
Its not a bug. There's a 'cache' involved. Thus the progress bar is too fast. You can omit that behavior by mounting with 'sync' option but its not recommended for general usage.
sys2064
Offline
Its not a bug. There's a 'cache' involved. Thus the progress bar is too fast. You can omit that behavior by mounting with 'sync' option but its not recommended for general usage.
Ok thanks
Offline
https://wiki.archlinux.org/title/Sysctl#Virtual_memory
this is what i do:
cat /etc/sysctl.d/99.sysctl.conf
vm.dirty_bytes=50331648
vm.dirty_background_bytes=16777216Offline
https://wiki.archlinux.org/title/Sysctl#Virtual_memory
this is what i do:
cat /etc/sysctl.d/99.sysctl.conf vm.dirty_bytes=50331648 vm.dirty_background_bytes=16777216
Thanks, is it normal that I don't have the file 99.sysctl.conf ? Do I need to create it and add those commands to the file?
Offline
yea sorry that info is at the top of the page i posted:
https://wiki.archlinux.org/title/Sysctl
so yes you create that file and set those values, be sure to read the virtual memory section including the linked info so you understand what your doing
Offline
yea sorry that info is at the top of the page i posted:
https://wiki.archlinux.org/title/Sysctlso yes you create that file and set those values, be sure to read the virtual memory section including the linked info so you understand what your doing
Ok thanks a lot !
Last edited by tomax (2022-07-08 08:19:04)
Offline