-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Description
Distribution
Mint 22.2
Package version
nemo 6.4.5
Frequency
Always
Bug description
When copying very large files likes ISOs to a USB progress may not be properly reported depending on the user's available RAM.
Usually one fix is to change the dirty_bytes values:
echo $((32*1024*1024)) >/proc/sys/vm/dirty_background_bytes
echo $((1024*1024*1024)) >/proc/sys/vm/dirty_bytesIt would be good if nemo handles this visually properly.
Steps to reproduce
- Get a big enough USB to hold a large
.isofile. - Open
nemo. - Copy your
.isofile from your computer to the USB. - Observe copying progress.
Expected behavior
Nemo reports progress properly.
Additional information
Reference discussions from here: https://askubuntu.com/questions/1117832/copying-files-from-pc-to-pendrive-gets-stuck-at-the-end-on-ubuntu-16-04
lucasliram
Metadata
Metadata
Assignees
Labels
No labels