Re: [uClinux-dev] mount cramfs on loopback?

2013-02-20 Thread Steve deRosier
On Tue, Feb 19, 2013 at 11:59 AM, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote: On Tue, Feb 19, 2013 at 10:04:41AM -0800, Steve deRosier wrote: Is your busybox built with BB_FEATURE_MOUNT_LOOP enabled? No, it wasn't, but since I was manually doing the losetup command, that wouldn't

Re: [uClinux-dev] mount cramfs on loopback?

2013-02-19 Thread Lennart Sorensen
On Mon, Feb 18, 2013 at 12:08:19PM -0800, Steve deRosier wrote: OK, this is driving me crazy, I can't figure out how to get a cramfs file to mount via loopback on my Coldfire target. I'm sure I'm missing something simple, but I'm not seeing it. Can anyone help? * cramfs is enabled in my

Re: [uClinux-dev] mount cramfs on loopback?

2013-02-19 Thread Steve deRosier
Hi Lennart, On Tue, Feb 19, 2013 at 8:40 AM, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote: The syntax from what I recall is: mount -t cramfs -o loop /path/imagefile /mountpoint Yes, but that results in a Block device required error with uClinux's Busybox mount command. Not

Re: [uClinux-dev] mount cramfs on loopback?

2013-02-19 Thread Lennart Sorensen
On Tue, Feb 19, 2013 at 10:04:41AM -0800, Steve deRosier wrote: Hi Lennart, On Tue, Feb 19, 2013 at 8:40 AM, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote: The syntax from what I recall is: mount -t cramfs -o loop /path/imagefile /mountpoint Yes, but that results in a

[uClinux-dev] mount cramfs on loopback?

2013-02-18 Thread Steve deRosier
OK, this is driving me crazy, I can't figure out how to get a cramfs file to mount via loopback on my Coldfire target. I'm sure I'm missing something simple, but I'm not seeing it. Can anyone help? * cramfs is enabled in my kernel * loopback is enabled in my kernel * using busybox's mount command