How to recongnize a newly created partition (t79 type)?

Hi, guys;

Does anyone know a good way to let a newly created partition get recongnized
without rebooting the system? Many thanks.

Xuedong

Unfortunately I don’t think there is. Apparently QNX decided this
was a usefull feature as it was in QNX4.

“Xuedong Chen” <Xuedong.Chen@IGT.com> wrote in message
news:9g8smr$qrk$1@inn.qnx.com

Hi, guys;

Does anyone know a good way to let a newly created partition get
recongnized
without rebooting the system? Many thanks.

Xuedong

Mario Charest <mcharest@zinformatic.com> wrote:

Unfortunately I don’t think there is. Apparently QNX decided this
was a usefull feature as it was in QNX4.

This is addressed in the upcoming 6.1 release.

Thomas

“Xuedong Chen” <> Xuedong.Chen@IGT.com> > wrote in message
news:9g8smr$qrk$> 1@inn.qnx.com> …
Hi, guys;

Does anyone know a good way to let a newly created partition get
recongnized
without rebooting the system? Many thanks.

Xuedong

Thomas (toe-mah) Fletcher QNX Software Systems
thomasf@qnx.com Neutrino Development Group
(613)-591-0931 http://www.qnx.com/~thomasf

Xuedong Chen <Xuedong.Chen@igt.com> wrote:
: Does anyone know a good way to let a newly created partition get recongnized
: without rebooting the system? Many thanks.

mount -e /dev/hd0

Just tried it, it seems still have problem, here is the output. (the hard
disk in the master of secondary IDE, so I use /dev/hd1)

mount -e /dev/hd1

Guessing type [qnx4], use -[t|T] if incorrect
mount: Can’t mount /dev/hd1 (type qnx4)
mount: Possible reason: Invalid argument

mount -ewt qnx4 /dev/hd1

mount: Can’t mount /dev/hd1 (type qnx4)
mount: Possible reason: Invalid argument

mount -et qnx4 /dev/hd1

mount: Can’t mount /dev/hd1 (type qnx4)
mount: Possible reason: Invalid argument

By the way, thanks for all your help!

“John Garvey” <jgarvey@qnx.com> wrote in message
news:9gagie$9ob$3@nntp.qnx.com

Xuedong Chen <> Xuedong.Chen@igt.com> > wrote:
: Does anyone know a good way to let a newly created partition get
recongnized
: without rebooting the system? Many thanks.

mount -e /dev/hd0

Xuedong Chen <Xuedong.Chen@igt.com> wrote:
: Just tried it, it seems still have problem, here is the output. (the hard
: disk in the master of secondary IDE, so I use /dev/hd1)
: # mount -e /dev/hd1

As others pointed out, this is a 6.1 feature …