I'm running CentOS 5.2 x x86_64.
I did an lvextend of a logical volume, and proceeded to run one of the ext2 utilities (e.g. ext2online, ext2resize) and found to my surprise that it wasn't on there.
So I started googling around, and as far as I can see, though I'm not sure, they're supposed to be a part of the e2fsprogs package.
Well, it's installed on the system, at least the x86_64 version is.
Should I be downloading the i386 version of that package? If I do, will I be stomping on the x86_64 tools?
Is there another package I should be looking at?
BTW, I tried loading the source, and compiling, ./configure and make fails. === Al
On Thu, 2008-08-07 at 18:32 -0700, Al Sparks wrote:
I'm running CentOS 5.2 x x86_64.
I did an lvextend of a logical volume, and proceeded to run one of the ext2 utilities (e.g. ext2online, ext2resize) and found to my surprise that it wasn't on there.
Did you mean resize2fs?
--- On Thu, 8/7/08, Ignacio Vazquez-Abrams ivazqueznet@gmail.com wrote:
From: Ignacio Vazquez-Abrams ivazqueznet@gmail.com Subject: Re: [CentOS] ext2online / ext2resize To: "CentOS mailing list" centos@centos.org Date: Thursday, August 7, 2008, 5:42 PM On Thu, 2008-08-07 at 18:32 -0700, Al Sparks wrote:
I'm running CentOS 5.2 x x86_64.
I did an lvextend of a logical volume, and proceeded
to run one of the
ext2 utilities (e.g. ext2online, ext2resize) and found
to my surprise
that it wasn't on there.
Did you mean resize2fs?
Yes, I did. I found the program.
Thanks. === Al
On Friday 08 August 2008, Al Sparks wrote:
I'm running CentOS 5.2 x x86_64.
I did an lvextend of a logical volume, and proceeded to run one of the ext2 utilities (e.g. ext2online
This is a different tool, not in 5.2 (was in 4.x).
, ext2resize
Wrong name.
) and found to my surprise that it wasn't on there.
Try "rpm -ql e2fsprogs | grep bin" or something to see what's in the package.
When I did that on my centos-5.2.x86_64 I found:
$ rpm -qf /sbin/resize2fs --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" e2fsprogs-1.39-15.el5.x86_64
I suggest you read the manpage for resize2fs as a next step.
/Peter