Can you mount QNX from Linux?

Is this possible? To run linux, and then mount a QNX partition? I have searched for this and have come up with nothing. Any ideas?

sure you can. eg: if you qnx is on the first hard disk /dev/hda, run “fdisk -l /dev/hda” to find out the actual number, say, /dev/hda2

mkdir /mnt/qnx
mount -o ro -t qnx4 /dev/hda2 /mnt/qnx

If you get an error, it’s probably because you didn’t enable QNX filesystem in the kernel. Re config/build the kernel to include QNX4 filesystem support.