| Anonymous | Login | Signup for a new account | 11-10-2008 11:03 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000931 | [BusyBox] Other | minor | always | 07-02-06 13:14 | 09-30-06 13:21 | ||||
| Reporter | STV | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | 1.2.x | ||||||
| Summary | 0000931: 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. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0001655) 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. |
| Copyright © 2000 - 2006 Mantis Group |