[BusyBox] [Fwd: Loopback device setup?]

DHollenbeck dick at softplc.com
Mon Feb 16 22:56:31 UTC 2004


Your /dev loop file names depend on whether your busybox config has 
DEVFS enabled or not.

With DEVFS, the busybox library expects:

/dev/loop/0
/dev/loop/1

but without DEVFS in the busybox config, the busybox library uses:

/dev/loop0
/dev/loop1

you can create symlinks to get the "best of both worlds", and you can:

confirm this in the busybox source code.

Dick Hollenbeck




More information about the busybox mailing list