LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How can i extend the ext3 file system without LVM in redhat 5, is there any command. (https://www.linuxquestions.org/questions/linux-server-73/how-can-i-extend-the-ext3-file-system-without-lvm-in-redhat-5-is-there-any-command-4175419695/)

sarojmsc 08-01-2012 02:41 AM

How can i extend the ext3 file system without LVM in redhat 5, is there any command.
 
Hi,

I have mentioned the question in the subject line please make the answer if possible then i will be oblized.

Thanks and Regards

Saroja kumar


Linux Administrator

syg00 08-01-2012 04:18 AM

Resize2fs

jschiwal 08-01-2012 04:49 AM

You need adjacent available space on the disk. If so, you can redefine the partition, and then resize the filesystem. Gparted, or your distro's disk tool can also be used to do both at once.

okcomputer44 08-01-2012 07:23 AM

Hi,

You will need this: http://www.sysresccd.org/Download sysrescuecd.
Download it then boot from this cd. If you have 64bit system (I assume nowdays) then choose the 64bit version in the boot menu.
After it booted up start the Xwindow system with
Code:

startx
command.
In the system menu you will find the Gparted application (as it was mentioned by:jschiwal already) start it.

With Gpartedhttp://gparted.sourceforge.net/ you could expand any type of partition as you want.
After partition resize I would suggest to do an fsck on the partition as well.
You have fsck(ext23) on this rescue cd.
You must do fsck from the booted sysrescuecd not from the rebooted system otherwise you will lose data!

Laz


All times are GMT -5. The time now is 03:27 PM.