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? -- Ignacio Vazquez-Abrams <ivazqueznet at gmail.com> PLEASE don't CC me; I'm already subscribed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20080807/e8d7a04c/attachment.sig>
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. ext2onlineThis is a different tool, not in 5.2 (was in 4.x).> , ext2resizeWrong 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.centos.org/pipermail/centos/attachments/20080808/0535b9f4/attachment.sig>
--- On Thu, 8/7/08, Ignacio Vazquez-Abrams <ivazqueznet at gmail.com> wrote:> From: Ignacio Vazquez-Abrams <ivazqueznet at gmail.com> > Subject: Re: [CentOS] ext2online / ext2resize > To: "CentOS mailing list" <centos at 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