[BusyBox 0000931]: mount -o loop is broken again

bugs at busybox.net bugs at busybox.net
Fri Sep 29 21:40:28 UTC 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=931 
====================================================================== 
Reported By:                STV
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   931
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-02-2006 13:14 PDT
Last Modified:              09-29-2006 14:40 PDT
====================================================================== 
Summary:                    mount -o loop is broken again
Description: 
I see that this has been broken before and it has been fixed as well, but
im pretty darn sure the current code is b0rken.

im trying to mount an image produced by buildroot on a busybox based
system using -o loop.  It fails telling me

mount: Couldn't setup loop device.

I know its not a show-stopped, but its pretty annoying for me since i was
planning to use this as a way of providing a "firmware" update feature
(mounitng the file and reimaging the system using it as a source).  a
quick fix would be much appreciated - im about to stick gdb on it to see
what i can dig up.
====================================================================== 

---------------------------------------------------------------------- 
 vda - 09-29-06 14:40  
---------------------------------------------------------------------- 
if CONFIG_FEATURE_DEVFS=y, mount tries to use /dev/loop/N,
if not, it uses /dev/loopN.

This is trivially obvious if you will run strace. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-02-06 13:14  STV            New Issue                                    
07-02-06 13:14  STV            Status                   new => assigned     
07-02-06 13:14  STV            Assigned To               => BusyBox         
09-29-06 14:40  vda            Note Added: 0001655                          
======================================================================




More information about the busybox-cvs mailing list