Registered: 13/07/2000
Posts: 4182
Loc: Cambridge, England
fsck is IO-bound
But on a car-player, IO is CPU-bound: it's polled. Fsck wouldn't go any faster if you did two in parallel (even if you could fit two copies of fsck in memory at the same time, which you can't).