increase root partition

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat increase root partition
# 1  
Old 06-14-2011
Data increase root partition

i am using redhat 5.4 and my root size shows 98 %, how can i increase root size

Code:
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              77G   16G   75G  98%    /
/dev/sda1             2.4G   82M  2.2G   4%    /boot
tmpfs                 3.8G     0  3.8G       0%    /dev/shm
none                  3.8G  104K  3.8G      1%   /var/lib/xenstored

pls suggest

Last edited by pludi; 06-14-2011 at 10:12 AM..
# 2  
Old 06-14-2011
Maybe any live CD/USB with gparted can help? If you do not have any space on sda1 I think you should either remove something or buy another disk...

Sorry if this is a fool suggestion.
# 3  
Old 06-14-2011
no i have space. i have created 10 Gb lvm, now i want to increase root size...
# 4  
Old 06-14-2011
/dev/sda2 77G 16G 75G 98% /


here 16 GB is used then how come 98% filled check the system.....
# 5  
Old 06-14-2011
Ravi,

As with other logical volumes you cannot the extend / volume easily.

df output shows only 16 GB is used, check the list of all the open files via lsof command so that you can get an idea which is causing high disk space consumption by looking at the output.
# 6  
Old 06-14-2011
Something does not make any sense here.

First of all the OP states that he is using LVM but that is not what df output shows.
Second, the df output for / is suspicious.
# 7  
Old 06-14-2011
In case you created a new 10 GB logical volume (besides your non-LVM root disk), you cannot attach a logical volume to a disk that is not managed by LVM.

Please post the output of:

Code:
lvdisplay
vgdisplay
pvdisplay
fdisk -l

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to use space in /tmp to increase root?

Hello All, I have solaris server running, uname -a SunOS host 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire-280R Filesystem Size Used Available Capacity Mounted on /dev/md/dsk/d0 9.8G 8.7G 1.0G 90% / /dev/dsk/c1t1d0s3 4.3G 7.7M 4.2G ... (17 Replies)
Discussion started by: gull05
17 Replies

2. Solaris

Increase the / partition

Hi all im new to solaris and i got the task to increase the size of the / partition. its solaris 9 update6 running in a vmware esxi. i already added space on the VM, when im trying the "growfs" command im gettings error. see attached picture: http://i.imgur.com/9ywWLNN.png thanks for... (5 Replies)
Discussion started by: guy3145
5 Replies

3. Linux

How to increase root space from another partition?

Hi OS Experts I would like to increase root partition from another partition so that I can save more documents in Home and Desktop. whether it is possible without formating root partition if so please explain here is o/p of df -h Filesystem Size Used Avail Use% Mounted on /dev/sda9... (8 Replies)
Discussion started by: Akshay Hegde
8 Replies

4. Red Hat

Increase root partition in LVM

I have a RHEL6 guest running on vmware esx server and the root disk size is 30G and i increased the disk size and create another partition /dev/sda3 but i do not know how to increase the size of the VG and then intrun LV .. can anyone help me on this . fdisk -l /dev/sda Disk /dev/sda:... (1 Reply)
Discussion started by: fugitive
1 Replies

5. Solaris

Increase root partition by moving starting cylinder

I am trying to expand the root partition on Solaris 10. I can expand root partition using format/partition command, but usually increasing cylinders on partition is done on back end. In this case I would have to expand from the front end following the table below, meaning I would have to move the... (12 Replies)
Discussion started by: mjaminal
12 Replies

6. Red Hat

Increase Linux partition size

Hi All, this should be probably a already asked question but highly appreciate if someone can guide me on this i have a business critical linux system (which is running a SMS system) where one of it's partition size is shrinking i want to know the possible options of increasing the size of... (4 Replies)
Discussion started by: asela115
4 Replies

7. HP-UX

Increase of partition Size In HP-UX

Experts, I want to know how to increase partion size in Hp-ux.Actually we installed oracle in separate part ion.As increase of database went to 99% :eek:.What ever data which is in it is important.so i dont want to delete any data in that partion.Now the size of that is 250 GB.I want the same to... (2 Replies)
Discussion started by: naveennella
2 Replies

8. Solaris

increase Root size

Dear all, I am very new to solaris, I have installed solaris 10, i tried installing few softwares into file system, unfortunately system failed to install stating "No space left on device " i searched few threads and it says, we have to increase root size. where my root size is... (2 Replies)
Discussion started by: radhnki
2 Replies

9. Solaris

how to increase size of the root partition

Hi we have a sunfire v880 server . we have a problem with root partion it showing 90% full. so anyone can help me how to increase the size of that partion. NOTE: It is not in veritas & SVM control. Regards prakash (6 Replies)
Discussion started by: pshelke
6 Replies

10. AIX

Increase a logical partition

hello I have a volume group of 737 Go (EMC) To add 250 Go, i split the 250 Go to 2*125 No problem to add in the volum group, but when i want to increase the size of the logical volume, i have the message : 0516-787 extendlv: Maximum allocation for logical volume simdatabaselv is... (3 Replies)
Discussion started by: pascalbout
3 Replies
Login or Register to Ask a Question