Hi,
The subject says it all.
Thanks in advance for answering this newbie question.
Mel.
Hi,
The subject says it all.
Thanks in advance for answering this newbie question.
Mel.
Melchior MPANJO PENDA wrote:
Hi,
The subject says it all.
Thanks in advance for answering this newbie question.
Mel.
mount -t dos /dev/hd- /fs/dos
The is the partition name. Do a ls -al /dev and find the /dev/hd
files and the dos partition will be listed (hopefully). You do not have
to create a dos directory under /fs, because QNX will create the mount
point for you (actually, you won’t be able to create a directory under
fs). You must be root to do this BTW.
I hope this helps. The hard part is figuring out the device name. BTW,
the partition might already be mounted, ls -al /fs to check.
Dave