ntfsresize uses only 1 core
tmollov opened this issue · 1 comments
tmollov commented
Hi,
When i was using Gparted i noticed that
ntfsresize is running only on single core so i wanted to ask: is that how it supposed to work like?
unsound commented
This is completely expected, and I would expect other offline resize utilities to work the same. This type of work is typically I/O bound and not CPU bound and I wouldn't expect much of an improvement attempting to parallelize the workload.