I found this link very useful to emulate MIPS malta
http://people.debian.org/~aurel32/qemu/mips/
kernel and file system images are provided. But I'm facing a problem.
Actually I want to share files between guest and for this purpose I try to
modify the provided
file system but whenever I tried to mount it, it is not successful here are my
command and output
$mount debian_lenny_mips_standard.qcow2 fsys -o loop
mount: you must specify the filesystem type
where fsys is directory
anyone have idea how to modify this kind of file system?
Thanks