Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create a new mount point from existing mount points ?

JhilMay 25 2016 — edited May 25 2016

Hi all.

Space allocation of my linux machine (on top of virtual machine)

$ df -TH

Filesystem    Type     Size   Used  Avail Use% Mounted on

/dev/sda5     ext3      11G   3.4G   6.5G  35% /

/dev/sda8     ext3      22G   2.7G    19G  13% /u03

/dev/sda7     ext3     3.0G    72M   2.8G   3% /tmp

/dev/sda3     ext3      23G   181M    22G   1% /u02

/dev/sda2     ext3      27G    23G   2.6G  90% /u01

/dev/sda1     ext3     104M    12M    87M  12% /boot

tmpfs        tmpfs     1.2G   596M   547M  53% /dev/shm

.host:/     vmhgfs     105G    67G    39G  64% /mnt/hgfs

Just i want to add one more mount point  /opt/  from  avail space ( /u02 or /uo3).

How do i achieve it ? is it possible to create a new mount point from existing one ?

This post has been answered by remzi.akyuz on May 25 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2016
Added on May 25 2016
10 comments
2,206 views