auto mount lofs

Hi All,

I want to mount one directory to other.
i.e /export/home/dju to /dju

It's like a link ( link -s ). but I don't want to use this( link method ) .

I try to use : mount -F lofs /export/home/dju /dju

the question is,
how do I use this mount method with automount , incase I reboot the machine ?

-dju

if i understand your requirement as it to be mounted automatically everytime your system boots up then,

add the below entry to vfstab (vfstab in solaris; fstab in linux etc..)

/export/home/dju - /dju lofs - yes -

Prvn