> I do not understand. You are taking a partition, like hdb1 and
> putting the susie stuff on it and mounting it to /home/susie.
>
> This is straightforward in Linux. Or am I missing something in
> what you said?
To do it under Linux, you'd have to list every directory separately in
/etc/fstab, right?
ie:
/dev/hdb1/susie /home/susie etc etc
Under QNX, you would just have to list:
/dev/hda2 /home
/dev/hda3 /home
/dev/hdb1 /home
And any directories you create would link.
I'm making it a lot more general than it really is. This part of their
filesystem I believe is only under Neutrino (an even smaller version of QNX),
and is meant more for ROM & Flash-based file systems.
-id