.qfs files mount points for QNX4 based instalation

Please tell me where the root.qfs and qnxbase.qfs file systems get
mounted durring the QNX4 based nto start up proceedure. I need to know
to be able to develop a custom startup script.

Thanks in advance for your help.

John Sanders <jsanders@radix.net> wrote:

Please tell me where the root.qfs and qnxbase.qfs file systems get
mounted durring the QNX4 based nto start up proceedure. I need to know
to be able to develop a custom startup script.

Under a QNX4 based installation:

/boot/fs/qnxbase.qfs
/boot/fs/root.qfs


thanx
ben


\

Thanks in advance for your help.

No - I found the files. I need to know what mount command to use to
mount the files as file systems on the nto root - What are the mount
points???

Brian Northgrave wrote:

John Sanders <> jsanders@radix.net> > wrote:

Please tell me where the root.qfs and qnxbase.qfs file systems get
mounted durring the QNX4 based nto start up proceedure. I need to know
to be able to develop a custom startup script.


Under a QNX4 based installation:

/boot/fs/qnxbase.qfs
/boot/fs/root.qfs


thanx
ben



Thanks in advance for your help.

Hay - i think that I found it. They seem to both mount to the root of
the nto (/). The startup script that boots is as follows. All is fine
but I am missing some of the development package links for some reason??..


[+script] startup-script = {
[pri=10o] PATH=/proc/boot

Standard I86

seedres &
pci-bios &

drivers

devc-con -n4 &
reopen /dev/con1
devb-eide blk auto=partition dos exec=all cam quiet eide dma eide dma &
waitfor /dev/hd0t77
mount -t qnx4 /dev/hd0t77 /fs/hd0-qnx4
mount -t qnx4 /fs/hd0-qnx4/boot/fs/root.qfs /
mount -t qnx4 /fs/hd0-qnx4/boot/fs/qnxbase.qfs /

fs-pkg -a/pkgs/base/safe-config/etc/system/package/packages &

do the startup commands

waitfor /nto
/bin/ksh /etc/system/sysinit &

}





John Sanders wrote:

No - I found the files. I need to know what mount command to use to
mount the files as file systems on the nto root - What are the mount
points???

Brian Northgrave wrote:

John Sanders <> jsanders@radix.net> > mailto: jsanders@radix.net> > wrote:

Please tell me where the root.qfs and qnxbase.qfs file systems get
mounted durring the QNX4 based nto start up proceedure. I need to know
to be able to develop a custom startup script…


Under a QNX4 based installation:

/boot/fs/qnxbase.qfs
/boot/fs/root.qfs


thanx
ben



Thanks in advance for your help.