--- busybox-1.00-rt-mdstart.plasmaroo.orig/libbb/loop.c 2004-08-16 10:36:28.000000000 +0200 +++ busybox-1.00-rt-mdstart.plasmaroo.orig/libbb/loop.c 2006-01-11 23:03:14.000000000 +0100 @@ -129,7 +129,7 @@ struct stat statbuf; struct loop_info loopinfo; - for (i = 0; i <= 7; i++) { + for (i = 0; i <= 255; i++) { sprintf(dev, LOOP_FORMAT, i); if (stat(dev, &statbuf) == 0 && S_ISBLK(statbuf.st_mode)) { if ((fd = open(dev, O_RDONLY)) >= 0) {