nv-l

Re: [nv-l] IBM Tivoli Netview for Linux Installation

2005-07-29 11:41:41
Subject: Re: [nv-l] IBM Tivoli Netview for Linux Installation
From: John M Gatrell <John.Gatrell AT uk.ibm DOT com>
To: nv-l AT lists.us.ibm DOT com
Date: Fri, 29 Jul 2005 16:41:10 +0100

To expand filesystem xxx
make sure there is some space immediately after the partition (or use lvm).
unmount /xxx
Recreate the partition table entry with fdisk or ddruid
using the same starting address and the new size.
Then use the command
resize2fs /xxx

For safety, I usually downgrade ext3 to ext2 beforehand, and upgrade to ext3 afterwards.

Shrinking is harder in that you need to specify the size you need in the correct units.

There is also a resize_reiserfs command which I have never tried.

See the man page for resize2fs

I doubt if you will notice much difference between ext3 and reiserfs.

John Gatrell, BA, AIX Cert Specialist, Cisco CCNA.

Thanks,

but what are the advantage of using ext3 against reiserf. Is It simple to
modify the size of ext3 file system if necessary?

BR,

rocsca