How to automount file system mount point ?

I have 2 QNX partition (type 78 & 79).
At system start I have to (always) choose file system mount point.

How & where automatically mount file system
from active partition ?
/I have to add some lines to boot script file ?

How to automount file system type 78 ?

Do you have a .diskroot file on each partition?

yes, and it contains:
mount=/

so I have to change it to:
mount=/dev/hd0t79
?
/or other :slight_smile:

If only one QNX partition has a .diskroot file, diskboot automatically mounts the partition as /. If more than one QNX partition has a .diskroot file, diskboot asks you which partition you want to mount as /. Do you need a .diskroot file in both partitions?

Do you need a .diskroot file in both partitions?
no, I don’t need it;

so the only way to boot up without prompt is to delete /.diskroot file
from inactive partitions (with qnx) ?

ps.
any other systems boot up normally
if they are on active partition;
qnx is weird… :neutral_face: