Operating System - HP-UX
1833970 Members
1730 Online
110063 Solutions
New Discussion

Re: /home partition space usedup

 
SOLVED
Go to solution
ASIFKHAN
Frequent Advisor

/home partition space usedup

I have /home partition of 1GB and now it is completely used no space is remaining but i have space in my rootdisk and stil i want to use /home partition anyhow and i don't want to add new disk.So, Can anyone plz tell me how it is possible and it would be better if answered with steps?

Thanks & Regards
MAK
5 REPLIES 5
Hasan  Atasoy
Honored Contributor
Solution

Re: /home partition space usedup

hi mohd ;

if you have free space in vg00 then

umount /home
lvextend /dev/vg00/lvolxx ( change xx according to home lvol name , bdf will show you at the first column )
extendfs /dev/vg00/rlvolxx ( same number in previous step )

mount /home

Hasan


Jeeshan
Honored Contributor

Re: /home partition space usedup

As-salamu alaikum Asif

If you have enough space in VG00 volume group you can extened the /home partition.
a warrior never quits
ASIFKHAN
Frequent Advisor

Re: /home partition space usedup

Waale-Kum-Assalam,

thanks for your solution ...
Your solution has done the things right.

Mohd. Asif Khan
ASIFKHAN
Frequent Advisor

Re: /home partition space usedup

Waale-Kum-Assalam Ahsan,
& Thanks Hasan Atasoy

thanks for your solution ...
Your solution has done the things right.And if i will put any thread in future then i will expect you to reply.

Mohd. Asif Khan
ASIFKHAN
Frequent Advisor

Re: /home partition space usedup

thank u all