All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+
@ 2001-09-22 23:11 Shane Shrybman
  2001-09-24  4:17 ` Andreas Dilger
  2001-09-24 11:17 ` Heinz J . Mauelshagen
  0 siblings, 2 replies; 5+ messages in thread
From: Shane Shrybman @ 2001-09-22 23:11 UTC (permalink / raw)
  To: linux-lvm mailing list

Hello,

When I attempted to upgrade to 2.4.9-ac9 and ac14 from 2.4.9-ac6 I ran
into a problem.

With either of these kernels (I didn't try any others between ac6 and
ac14) the kernel boots fine and lvm-mod gets loaded ok but when the first
filesystem that is on an lv gets mounted e2fsck complains and drops me to
admin prompt. The error message is something like this:

The filesystem size (according to the superblock) is 524288 blocks
the physical size of the device is 57344
...

When I reboot back into 2.4.9-ac6 everything is fine after e2fsck.

I have e2fsprogs version 1.19, do I need a more recent version?

Regards,

Shane


-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+
  2001-09-22 23:11 [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+ Shane Shrybman
@ 2001-09-24  4:17 ` Andreas Dilger
  2001-09-24 11:17 ` Heinz J . Mauelshagen
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Dilger @ 2001-09-24  4:17 UTC (permalink / raw)
  To: linux-lvm

On Sep 22, 2001  19:11 -0400, Shane Shrybman wrote:
> When I attempted to upgrade to 2.4.9-ac9 and ac14 from 2.4.9-ac6 I ran
> into a problem.
> 
> With either of these kernels (I didn't try any others between ac6 and
> ac14) the kernel boots fine and lvm-mod gets loaded ok but when the first
> filesystem that is on an lv gets mounted e2fsck complains and drops me to
> admin prompt. The error message is something like this:
> 
> The filesystem size (according to the superblock) is 524288 blocks
> the physical size of the device is 57344
> ...
> 
> When I reboot back into 2.4.9-ac6 everything is fine after e2fsck.
> 
> I have e2fsprogs version 1.19, do I need a more recent version?

That depends on how big you expect the devices to be.  I would suspect
an LVM error, but it is hard to say which one causes the problem.  If
you boot your old kernel, do lvscan, and compare to output of lvscan
on new kernel.  Likewise output of /proc/partitions and "df" to see
how big each LV should be.

Cheers, Andreas
--
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+
  2001-09-22 23:11 [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+ Shane Shrybman
  2001-09-24  4:17 ` Andreas Dilger
@ 2001-09-24 11:17 ` Heinz J . Mauelshagen
  2001-09-24 22:23   ` Shane Shrybman
  1 sibling, 1 reply; 5+ messages in thread
From: Heinz J . Mauelshagen @ 2001-09-24 11:17 UTC (permalink / raw)
  To: linux-lvm

Shane,

-ac9 has the LVM 1.0 code in it.
You should give the LVM 1.0.1-rc2 user space code a try in order to address
your problem.

On Sat, Sep 22, 2001 at 07:11:14PM -0400, Shane Shrybman wrote:
> Hello,
> 
> When I attempted to upgrade to 2.4.9-ac9 and ac14 from 2.4.9-ac6 I ran
> into a problem.
> 
> With either of these kernels (I didn't try any others between ac6 and
> ac14) the kernel boots fine and lvm-mod gets loaded ok but when the first
> filesystem that is on an lv gets mounted e2fsck complains and drops me to
> admin prompt. The error message is something like this:
> 
> The filesystem size (according to the superblock) is 524288 blocks
> the physical size of the device is 57344
> ...
> 
> When I reboot back into 2.4.9-ac6 everything is fine after e2fsck.
> 
> I have e2fsprogs version 1.19, do I need a more recent version?
> 
> Regards,
> 
> Shane
> 
> 
> -- 
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+
  2001-09-24 11:17 ` Heinz J . Mauelshagen
@ 2001-09-24 22:23   ` Shane Shrybman
  2001-09-25  6:38     ` Werner John
  0 siblings, 1 reply; 5+ messages in thread
From: Shane Shrybman @ 2001-09-24 22:23 UTC (permalink / raw)
  To: linux-lvm

Yes, I thought the lvm user mode tools might be the problem. Are the user
spce tools _always_ backwards compatible? Would it be wise to list the
version of tools required in Documentation/Changes?

On Mon, 24 Sep 2001, Heinz J . Mauelshagen wrote:

> 
> Shane,
> 
> -ac9 has the LVM 1.0 code in it.
> You should give the LVM 1.0.1-rc2 user space code a try in order to address
> your problem.
> 
> On Sat, Sep 22, 2001 at 07:11:14PM -0400, Shane Shrybman wrote:
> > Hello,
> > 
> > When I attempted to upgrade to 2.4.9-ac9 and ac14 from 2.4.9-ac6 I ran
> > into a problem.
> > 
> > With either of these kernels (I didn't try any others between ac6 and
> > ac14) the kernel boots fine and lvm-mod gets loaded ok but when the first
> > filesystem that is on an lv gets mounted e2fsck complains and drops me to
> > admin prompt. The error message is something like this:
> > 
> > The filesystem size (according to the superblock) is 524288 blocks
> > the physical size of the device is 57344
> > ...
> > 
> > When I reboot back into 2.4.9-ac6 everything is fine after e2fsck.
> > 
> > I have e2fsprogs version 1.19, do I need a more recent version?
> > 
> > Regards,
> > 
> > Shane
> > 
> > 
> > -- 
> > 
> > 
> > _______________________________________________
> > linux-lvm mailing list
> > linux-lvm@sistina.com
> > http://lists.sistina.com/mailman/listinfo/linux-lvm
> > read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
> 
> 

-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+
  2001-09-24 22:23   ` Shane Shrybman
@ 2001-09-25  6:38     ` Werner John
  0 siblings, 0 replies; 5+ messages in thread
From: Werner John @ 2001-09-25  6:38 UTC (permalink / raw)
  To: linux-lvm

Good morning,

I have a question about mixing user space tools from 0.9.1_beta8 with a
2.4.9-ac14 kernel. I understood that the linux-2.4.9-acX ; X >= 9; kernels
use lvm 1.0 code already. So far I had no problems using the "old" lvm user
space tools. Do I have to expect serious problems?

Anyhow, I'll upgrade user space tools to the most recent version but I'm
really curious if it's just a coincidence that everything seems to work
nicely here. 

Regards

Werner

Shane Shrybman writes:
> 
> Yes, I thought the lvm user mode tools might be the problem. Are the user
> spce tools _always_ backwards compatible? Would it be wise to list the
> version of tools required in Documentation/Changes?
> 
> On Mon, 24 Sep 2001, Heinz J . Mauelshagen wrote:
> 
> > 
> > Shane,
> > 
> > -ac9 has the LVM 1.0 code in it.
> > You should give the LVM 1.0.1-rc2 user space code a try in order to address
> > your problem.
> > 
> > On Sat, Sep 22, 2001 at 07:11:14PM -0400, Shane Shrybman wrote:
> > > Hello,
> > > 
> > > When I attempted to upgrade to 2.4.9-ac9 and ac14 from 2.4.9-ac6 I ran
> > > into a problem.
> > > 
> > > With either of these kernels (I didn't try any others between ac6 and
> > > ac14) the kernel boots fine and lvm-mod gets loaded ok but when the first
> > > filesystem that is on an lv gets mounted e2fsck complains and drops me to
> > > admin prompt. The error message is something like this:
> > > 
> > > The filesystem size (according to the superblock) is 524288 blocks
> > > the physical size of the device is 57344
> > > ...
> > > 
> > > When I reboot back into 2.4.9-ac6 everything is fine after e2fsck.
> > > 
> > > I have e2fsprogs version 1.19, do I need a more recent version?
> > > 
> > > Regards,
> > > 
> > > Shane
> > > 
> > > 
> > > -- 
> > > 
> > > 
> > > _______________________________________________
> > > linux-lvm mailing list
> > > linux-lvm@sistina.com
> > > http://lists.sistina.com/mailman/listinfo/linux-lvm
> > > read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
> > 
> > 
> 
> -- 
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-09-25  6:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-22 23:11 [linux-lvm] e2fsck probs with LVM and 2.4.9-ac9+ Shane Shrybman
2001-09-24  4:17 ` Andreas Dilger
2001-09-24 11:17 ` Heinz J . Mauelshagen
2001-09-24 22:23   ` Shane Shrybman
2001-09-25  6:38     ` Werner John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.