• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with minix fs under linux

eigen

Diamond Member
I have Minix fs support enabled under in the Kernel (2.6) however I do not see a mkfs.minix listing in /sbin. I believe the utiil-linux package has source for this but the included docs do not help with installation. Does anyone have xperince with this.

For those that care why this dumb newb is using minix fs , it required to build a ramdisk so I can encrypt / (root partion).see the loop-aes project for more details. .

You guys are my last hope (saved the best for last) as I have posted this question on more linux specific boards and am getting little help,
 
Maybe try something like mkfs -t minix devicename. You may also need to load a minix module for your kernel to get minix support going for your kernel.

try locate minix command, see if you can find it that way.
 
Back
Top