Operating System - Linux
1830168 Members
6191 Online
109999 Solutions
New Discussion

Re: increase file system RED HAT AS2 Patch3

 
walter_52
New Member

increase file system RED HAT AS2 Patch3

I have installed a RED HAT AS3 PAtch3 linux version. Now i need space on a file system to install new software. Please anyone may tell me the command line to increase a file system ?
Thanks a lot in advance
Walter
3 REPLIES 3
Vitaly Karasik_1
Honored Contributor

Re: increase file system RED HAT AS2 Patch3

AFAIK, without LVM you have no simple way to increase filesystem size.
what is your disk layout?
Jerome Henry
Honored Contributor

Re: increase file system RED HAT AS2 Patch3

Yup,

no easy cool Unix command to increase file system, unless you had new hardrive. Maybe moving something elsewhere could solve your problem : could you post your fdisk -l output ?

J
You can lean only on what resists you...
Johannes Krackowizer_1
Valued Contributor

Re: increase file system RED HAT AS2 Patch3

hi walter,

if you have lvm volumes you could use lvextend to extend the lv.

if you have software raid or simple ordinary partitions you have to backup their data delete the partition with fdisk and create a new bigger partition (if there is space on disk and the space is at the beginning or end of the old partition). then you have to format the new partition with mkfs.ext3, mkfs.reiserfs, ... and last you restore your data to the partition.

an other way is to use powerquest partition magic (you have to pay for it) to change the size of your partitions but this only works with ext2 and ext3 partitions. or you use acronis partition expert (you have to pay for it) with this program you will be able to resize ext2, ext3, reiserfs and linux swap.

best regards,

johannes
"First off, I'd suggest printing out a copy of the GNU coding standards, and NOT read it. Burn them, it's a great symbolic gesture." (Linus Torvalds)