QNX 4.25 with 2 harddisk

hi everybody,
i had install QNX 4.25 in my computer. And in my computer have 2 harddisk
with harddisk 1 have 3 partitions (1 partition is QNX and 2 partitions is
DOS) and harddisk 2 have 1 partition for QNX. I have use mount then see 3
partitions in harddisk 1 but with harddisk 2 i can’t use mount. Why ??

In /dev have hd0, hd0t77, hd0t6.0 hd0t6.1 and hd1. Is it (hd1) harddisk 2??

How do work then use harddisk 2 in QNX?

harddisk 1 capacity is 20 GB so partition with QNX is 700 MB, Partitions
for DOS is 2 GB and 3 GB
harddisk 2 capacity is 40 GB and partition for QNX is 8 GB.

Phan Tuan wrote:

i had install QNX 4.25 in my computer. And in my computer have 2 harddisk
with harddisk 1 have 3 partitions (1 partition is QNX and 2 partitions is
DOS) and harddisk 2 have 1 partition for QNX. I have use mount then see 3
partitions in harddisk 1 but with harddisk 2 i can’t use mount. Why ??
In /dev have hd0, hd0t77, hd0t6.0 hd0t6.1 and hd1. Is it (hd1) harddisk 2??
How do work then use harddisk 2 in QNX?

Have you done a “mount -p /dev/hd1” to mount the partitions on hd1? Do
this, and then look in /dev to see if any new hd1t77 (or similar)
partitions have been created; you can then use “mount /dev/hd1t77 /hd2”
to mount the filesystem (pick appropriate name and mountpoint) …

Thank you very much. I will test it.
John Garvey wrote:

Phan Tuan wrote:
i had install QNX 4.25 in my computer. And in my computer have 2 harddisk
with harddisk 1 have 3 partitions (1 partition is QNX and 2 partitions is
DOS) and harddisk 2 have 1 partition for QNX. I have use mount then see 3
partitions in harddisk 1 but with harddisk 2 i can’t use mount. Why ??
In /dev have hd0, hd0t77, hd0t6.0 hd0t6.1 and hd1. Is it (hd1) harddisk 2??
How do work then use harddisk 2 in QNX?

Have you done a “mount -p /dev/hd1” to mount the partitions on hd1? Do
this, and then look in /dev to see if any new hd1t77 (or similar)
partitions have been created; you can then use “mount /dev/hd1t77 /hd2”
to mount the filesystem (pick appropriate name and mountpoint) …