graeme.n.brown at bt.com ()
2004-02-05 20:34:41 UTC
I 'm putting together a small embedded Linux distro based on Buybox and uClibc.
Trying Busybox-1.0-pre7 I am having difficulties with /bin/mount of loop devices.
I get an error message "Could not find a spare loop device" when I try to load
a CRAMFS image from my startup script [which happens to be /etc/rc.d/rc.S]
with lines such as
<snip> ....
/bin/mount -t cramfs -o loop /volumes/usrbin.cfs /usr/bin
<snip>
I have searched the archives for previous reportings of this error message and I got
the idea this bug (?) had been fixed in 2002.
Is Busybox-1.0-pre7 thought to have the same problem? BTW I have /dev/loop1 ... /dev/loop12
device files in my /dev directory.
Any help, or fixes would be appreciated.
Graeme N Brown
Trying Busybox-1.0-pre7 I am having difficulties with /bin/mount of loop devices.
I get an error message "Could not find a spare loop device" when I try to load
a CRAMFS image from my startup script [which happens to be /etc/rc.d/rc.S]
with lines such as
<snip> ....
/bin/mount -t cramfs -o loop /volumes/usrbin.cfs /usr/bin
<snip>
I have searched the archives for previous reportings of this error message and I got
the idea this bug (?) had been fixed in 2002.
Is Busybox-1.0-pre7 thought to have the same problem? BTW I have /dev/loop1 ... /dev/loop12
device files in my /dev directory.
Any help, or fixes would be appreciated.
Graeme N Brown