directory mount
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VGExaDb-export_home 5.0G 2.1G 2.7G 45% /tech/home
$
$ grep /export/home /etc/fstab
LABEL=HOME /export/home ext3 defaults 0 2
$
$ ls -l /export/home
lrwxrwxrwx 1 root root 10 Jun 16 2011 /export/home -> /tech/home
$
Now How I can I mount it with only /export/home. Please let me know the steps. It should be like this below.
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VGExaDb-export_home 5.0G 2.1G 2.7G 45% /export/home
$