For an embedded device we need to create a minix filesystem which contains the program files. Currently we mount the image file via the loopback device, which is tedious since it requires configuration efforts on every development box.

So are there any tools which can manipulate a minix filesystem as regular userspace tools, so mounting the image file is no longer required?

link|improve this question
it could probably be done with fuse, but I can't think of anything as simple or as straightforward as using a loopback. what exactly is complicating it for you? – jcomeau_ictx Jun 14 '11 at 7:10
@jcomeau_ictx I would like to have a process where a developer checks out the environment, and run the top-level build command, and after 1..10 coffees later everything is done. Currently there is some fstab and /dev hacking prior to the build, which I want to avoid. – Rudi Jun 14 '11 at 7:34
I guess I'd "have to be there". Without seeing firsthand what you're talking about, I find it hard to believe that it's something that can't be automated by some clever scripting. But I'll take your word for it. – jcomeau_ictx Jun 14 '11 at 7:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.