Quote Originally Posted by kl522 View Post
The reason for this is due to the different versions of mount.
Knoppix 6.2 uses util-linux-ng 2.13.1.1, it is using /dev/loopX, ignoring /dev/loop/X.
New versions of mount found in newer version of knoppix try to use /dev/loop/X, if it is present.

To fix the problem, alternatively :-
Code:
   rm -rf /dev/loop
This can be done in either rc.local and any other places suitable.

Cheers
Maybe. But this is 6.2.1, and /dev/loop/0 is created. And used. But that's the only one, and we need more. So I'm not sure the problem is as you describe.