I've noticed over the years that quite a few users who copy files from their pc onto external devices are reporting the files as either corrupt or zero bytes in size, and we know that the file-copy buffer still holds much of the file to be copied even after it says that it's completed, which they dont see as they eject their external device.
For the sake of sanity and new users everywhere, wouldnt it be better to add a /etc/sysctl.d/8-writing_buffer.conf file and add the following lines to at least report accurate copy status:-
vm.dirty_bytes=52428800
vm.dirty_background_bytes=26214400
For the sake of sanity and new users everywhere, wouldnt it be better to add a /etc/sysctl.d/8-writing_buffer.conf file and add the following lines to at least report accurate copy status:-
vm.dirty_bytes=52428800
vm.dirty_background_bytes=26214400







Comment