I currently tar -cvf a 600gb folder, on the background, without compression.
I noticed that my ubuntu lags so much during this process, that it becomes practically unusable. When I top I see that
60% of my CPU is taken a mount.ntfs command and 15% of my CPU by the tar.
How can I limit the CPU usage of those two to let's say 30% and 10%, so that I can actually use my system at the same time?