Charles Lewis wrote: > Hrm...I guess you mean that I need to create /dev/loop8 thru > /dev/loop63? I didn't realize I needed to do this. How do I do this?
for i in $(seq 8 63) ; do mknod /dev/loop$i b 7 $i ; done chmod 660 /dev/loop* ; chown 0.disk /dev/loop* > Also, what impact on memory will this have? The usage of a couple of inodes - nearly no impact. -- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]