Hi,
I have a file that’s in tar.gz on a floppy. The floppy was formatted on win2k machine.
How would I mount this floppy on the QNX system? and copy that file on to the system.
If anyone can help me please, that’d be so grateful. Also for general knowledge, I installs the QNX from the cd and I was wondering if it came with a compiler like gcc or do I have to install it separately. Please advise.
thanks,
George Mammen wrote:
Hi,
I have a file that’s in tar.gz on a floppy. The floppy was formatted
on win2k machine.
How would I mount this floppy on the QNX system? and copy that file on
to the system.
mount -t dos /dev/fd0 /fs/fd0
ls /fs/fd0 - should show content of floppy.
If anyone can help me please, that’d be so grateful. Also for general
knowledge, I installs the QNX from the cd and I was wondering if it
came with a compiler like gcc or do I have to install it separately.
It is not installed by default, you have to start package manager and
install development tools.