Skip to content
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

High CPU usage (20 %) copying files #144

Open
paulmenzel opened this issue Feb 15, 2025 · 0 comments
Open

High CPU usage (20 %) copying files #144

paulmenzel opened this issue Feb 15, 2025 · 0 comments

Comments

@paulmenzel
Copy link

Intel Kaby Lake laptop Dell XPS 13 9360 (i7-7500U) with Debian sid/unstable and ntfs-3g 1:2022.10.3-5

Copying files from a USB flash drive to an external USB rotating disk, both formatted with NTFS, the CPU usage is quite high:

$ ps aux | grep mount.ntfs
root      151432 19.0  0.0   7580  2256 ?        Ds   21:47   1:58 /sbin/mount.ntfs /dev/sdb1 /media/myuser/usb-disk -o rw,uhelper=udisks2,nodev,nosuid,uid=5272,gid=5272,windows_names
myuser   165696  0.0  0.0   7028  2392 pts/10   S+   21:57   0:00 grep --color=auto mount.ntfs
$ ps aux | grep mount.ntfs
root      151432 19.2  0.0   7580  2256 ?        Rs   21:47   2:01 /sbin/mount.ntfs /dev/sdb1 /media/myuser/usb-disk -o rw,uhelper=udisks2,nodev,nosuid,uid=5272,gid=5272,windows_names
myuser   165726  0.0  0.0   7028  2312 pts/10   S+   21:57   0:00 grep --color=auto mount.ntfs
$ ps aux | grep mount.ntfs
root      151432 19.3  0.0   7580  2256 ?        Rs   21:47   2:01 /sbin/mount.ntfs /dev/sdb1 /media/myuser/usb-disk -o rw,uhelper=udisks2,nodev,nosuid,uid=5272,gid=5272,windows_names
myuser   165768  0.0  0.0   7028  2360 pts/10   S+   21:57   0:00 grep --color=auto mount.ntfs

At least I’d have expected less than 5 %.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant