How can I mount a Minix filesystem in Ubuntu? I'm trying to do
sudo mount -o loop,offset=1024 -t minix B30M biggy/
and I get
mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
Thanks!
dmesg | tailas the error suggests, is there anything minix related? – quack quixote Nov 27 '09 at 18:59