Linux Operating System (MOSC)

MOSC Banner

directory mount

edited Jan 18, 2014 10:16AM in Linux Operating System (MOSC) 1 commentAnswered ✓
My current home directory (/export/home/bob1674)  mounted on /tech/home.$ df -hP /export/home/

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

$

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center