LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Increase space for mount point . . . (https://www.linuxquestions.org/questions/linux-software-2/increase-space-for-mount-point-713885/)

eng_mohammedmostafa 03-23-2009 03:58 PM

Increase space for mount point . . .
 
Dears,,

I installed Oracle Enterprise Linux 32-bit.
There is a mount point called /oracle
I need to increase the size for this mount point.
How make this?
if you provide me full steps will be highly appreciated.

Thanks,,

TB0ne 03-23-2009 04:02 PM

Quote:

Originally Posted by eng_mohammedmostafa (Post 3485392)
Dears,,

I have mount point called /oracle
I need to increase the size for this mount point.
How make this?

Thanks,,

You're going to have to provide alot more information, before anyone can help you.

What version/distro of Linux are you running? What size disk? How much free space? Any un-partitioned space available? What file system type? Part of a logical volume?

And please try to write more clearly.

eng_mohammedmostafa 03-24-2009 12:37 AM

As i mentioned before i installed Oracle Enterprise Linux 32-bit.
for file system type: EXT3
Kindly,See spaces below . . .

Filesystem Size Used Avail Use% Mounted on
/dev/sda3 1.5G 252M 1.2G 18% /
/dev/mapper/VolGroup00-LogVol08 356G 101M 338G 1% /backup
/dev/sda1 99M 17M 78M 18% /boot
none 1.5G 0 1.5G 0% /dev/shm
/dev/mapper/VolGroup00-LogVol00
1.5G 35M 1.4G 3% /home
/dev/mapper/VolGroup00-LogVol05
1.5G 35M 1.4G 3% /opt
/dev/mapper/VolGroup00-LogVol07
248M 11M 226M 5% /oracle

/dev/mapper/VolGroup00-LogVol01
3.4G 40M 3.2G 2% /tmp
/dev/mapper/VolGroup00-LogVol06
73G 35G 34G 51% /u01
/dev/mapper/VolGroup00-LogVol02
15G 6.3G 7.5G 46% /usr
/dev/mapper/VolGroup00-LogVol04
1.5G 35M 1.4G 3% /usr/local
/dev/mapper/VolGroup00-LogVol03
1.5G 242M 1.2G 18% /var

Thanks,,

lazlow 03-24-2009 12:44 AM

Ok, the size of the mount point (itself) does not effect how much it can hold. The size of the file system being mounted does. For example you can mount a 1Tb fs on a mount point residing on a 40Gb hard drive.

From the look of your drive you will either have to add another drive or decrease the size of one of your other partitions. Before you can reduce the size of the partition you will have to reduce the size of the associated VolGroup. As I consider LVMs to be pretty close to the anti-Christ, I would not be the best person to step you through that process. If you want help adding another drive, I would be glad to be of assistance.

TB0ne 03-24-2009 10:06 AM

Quote:

Originally Posted by lazlow (Post 3485733)
As I consider LVMs to be pretty close to the anti-Christ, I would not be the best person to step you through that process.

Amen to that...I hate LVM's as well.

eng_mohammedmostafa 03-25-2009 01:29 AM

Dears,,

I followed wizard steps from System settings( Logical Volume Management ).
And resized /backup mount point from 360 G.B to 100 G.B to have more space for /oracle mount point ....... Success
But when trying make the same step for /oracle mount point to increase its space ........ Fail
It give me error ( ext2online: unable to resize /dev/mapper/VolGroup00-LogVol07 )
What is the solution?

Thanks & Best regards,,

lazlow 03-25-2009 02:07 AM

With LVMs just like partitions you can only use the space of those things that are directly adjacent to you. So basically you have to shuffle all the LVMs down, one at a time.

eng_mohammedmostafa 03-26-2009 12:12 AM

Thanks for your efforts,,


All times are GMT -5. The time now is 10:19 AM.