Due to some, ah... legacy requirements, I find myself needing to create and access minuxfs partitions from a modern distribution (specifically Fedora 15). Unfortunately, there appears to be no documentation available to help me accomplish this task and I am operating almost completely in the dark.
Should it be possible to create and access minuxfs partitions from Fedora 15?
If it is possible, what steps do I need to take to allow the following: 1) Creation of minux file system partitions (e.g. mkfs.minix /dev/whatever or mkfs -T minix /dev/whatever) 2) Mounting of those partitions (e.g. mount -t minix /dev/whatever)