[resolved] fstab qnx 6.3.0

Hello everybody,
I have a PC with one flash disk containing OS and another one HDD with 2 partitions:
one for tmp and the other for /var.
I made a fstab file with:
/dev/hd0t77 /tmp qnx4 rw
/dev/hd0t78 /var qnx4 rw

But when I did mount -a I have the following error:
mount: can’t mount /tmp (type qnx4)
mount: Possible reason: Resource busy

So, what can I do to make this working at boot time like with Linux?

Best regards,
jeff

Hello Jeff,
Aren’t the partitions mounted already?
What is the output of

mount

Regards,
Yuriy

create on both partitions a file called .diskroot

In this file put

mount=/tmp

or for the other partition

mount=/var

this will make Neutrino automatically mount those 2 partitions on startup

Thank you very much micro,
I’ll try this later.

jeff

Thank you micro,
that’s OK now !!!:lol:

jeff