Increase mount point size after linux installation !

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Increase mount point size after linux installation !
# 1  
Old 07-05-2009
Increase mount point size after linux installation !

Dear Friends ,

I have to install Redhat Ent Linux 5.0 (RHEL 5) in my machine . My HDD space is total 40 GB . During installation , I give three partitions ,

'/' = 30GB,
'swap'=2GB,
'home' =1GB.

Now my HDD remaining space is 7 GB . After installation , I need to increase the home partition size to 2 GB . Now would anybody plz tell me , is it possible to increase any partition size after installing the linux o/s ?

Waiting for kind reply ... ...
# 2  
Old 07-05-2009
Red Hat has a very nice LVM.

redhat.com | The Linux Logical Volume Manager
# 3  
Old 07-05-2009
If you have installed your System using LVM => This will be straightfoward to increase the size using the link given by scottn...
If not => You will need to back up your /home somewhere, then unmount the device, then increase the size, then format it again, then mount to home and finally retrieve your data.

Regards,
# 4  
Old 07-06-2009
Increase mount point size after linux installation !

Thx all ,

My mount is into my local server HDD , just a folder , it is not a separate device . In this case , is any other options ?
# 5  
Old 07-06-2009
Create another filesystem using the 7 Gb of spare disk space and simply mount it as a subdirectory off your home directory.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies

2. Linux

Linux RPM package Size Increase

Hi I want to create a rpm package which includes my testsuites, images(big sizes).But Its rpm size is more than 2GB. please help me to create a package for more than 2GB / where will i override the already configured rpm size to change the limitation of the rpm size since creating 2 or more... (1 Reply)
Discussion started by: SA_Palani
1 Replies

3. Shell Programming and Scripting

Mount Point Increase script

Hello all. My aim is to monitor the size of my mount points. The algo that I want to follow is like this: 1) Use df -h to print all mount points. 2)Extract only Capacity and Mounted On columns and save them in Array1. 3)After 10 minutes , do the above same and save in Array 2 the 2 very... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

4. Shell Programming and Scripting

Mount point usage

Hi Guys, I have Solaris 9 and RHEL 5 boxes I implemented script to send me an email when my mount point is > 90. Now the ouput id like these: /dev/dsk/emcpower20a 1589461168 1509087840 64478720 96% /data1 /dev/dsk/emcpower21a 474982909 451894234 18338846 97% /data2... (2 Replies)
Discussion started by: Phuti
2 Replies

5. 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

6. Solaris

Size of Mount Point

Hi, On Solaris 5.10, I have a following mount point: /dev/dsk/emcpower0a 492G 369G 118G 76% /u02 In /u02, from the du -h command, I can see that only 110G is used by couple of directories. I am wondering where the rest of 259G has gone? Any ideas please? How can I check... (17 Replies)
Discussion started by: fahdmirza
17 Replies

7. Solaris

Increase the mount point of solaris2.6

Hi I have a UNIX system with Sun solaris 2.6 OS. It has a filesystem which is mounted on /osmf/mgmt/condir df -k 2077491 1537111 506637 76% /osmf/mgmt/condir I want to increase the size of this mount point.Is it required to reboot the machine for incresing the mount point space. ... (1 Reply)
Discussion started by: sridharnr
1 Replies

8. UNIX for Advanced & Expert Users

mount point lists

is there any command to know the list of mount points in a server.i need only the mount point lists.i tried using df but it was not helpful.i am using Solaris (1 Reply)
Discussion started by: dr46014
1 Replies

9. AIX

Increase in space in mount point.

I am working in AIX 4.3.3 , here when we are doing one activity we ran out of space in one mount point, we need to increase the space in that mout point by reducing it in another mount point, can anybody help me out in carrying this activity. Vipin (3 Replies)
Discussion started by: vipin77
3 Replies

10. UNIX for Dummies Questions & Answers

mount point

hi people, I'm trying to create a mount point, but am having no sucess at all, with the following: mount -F ufs /dev/dsk/diskname /newdirectory but i keep getting - mount-point /newdirectory doesn't exist. What am i doing wrong/missing? Thanks Rc (1 Reply)
Discussion started by: colesy
1 Replies
Login or Register to Ask a Question