nfs mount at startup

Hi,

I am new to QNX, how to I mount nfs volumes ats startup, so home directories and stuff will be in place ?

Thanks,

Andrew

Make a shell script, /etc/rc.d/rc.local.

#!/bin/sh
fs-nfs2 server:/mnt /place/to/mount

Don’t forget to “chmod 750 /etc/rc.d/rc.local” when you are done. Also note that QNX doesn’t require that /place/to/mount actually exist, you can specify any path to take over.