All of lore.kernel.org
 help / color / mirror / Atom feed
* [Q] how to mount ext2 partition accidentally mounted as ext3
@ 2002-11-04  7:52 Andrey Panin
  2002-11-04  8:23 ` Andreas Dilger
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Panin @ 2002-11-04  7:52 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 837 bytes --]


Hello all,

Currently I'm working on resurrection of SGI Visual Workstation support 
for 2.5 and some progress was made last week. 
VISWS kernel even mounts root fs now (doesn't matter thet framebuffer driver 
can't draw anything on the screen and uhci-hcd doesn't work :))

But I made one stupid mistake: EXT3 filesystem was enabled in .config file
used for VISWS kernel compilation. So after the first boot of this kernel,
I found that old 2.2.10 kernel making my VISWS self hosting can't mount
root fs complaining about nonsupported filesystem feature.

My question is how can I make this fs mountable by 2.2.10 again ?

Best regards.

P.S. Does anyone on this planet owns VISWS datasheets ?

-- 
Andrey Panin            | Embedded systems software developer
pazke@orbita1.ru        | PGP key: wwwkeys.eu.pgp.net

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: [Q] how to mount ext2 partition accidentally mounted as ext3
  2002-11-04  7:52 [Q] how to mount ext2 partition accidentally mounted as ext3 Andrey Panin
@ 2002-11-04  8:23 ` Andreas Dilger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Dilger @ 2002-11-04  8:23 UTC (permalink / raw)
  To: linux-kernel

On Nov 04, 2002  10:52 +0300, Andrey Panin wrote:
> Currently I'm working on resurrection of SGI Visual Workstation support 
> for 2.5 and some progress was made last week. 
> VISWS kernel even mounts root fs now (doesn't matter thet framebuffer driver 
> can't draw anything on the screen and uhci-hcd doesn't work :))
> 
> But I made one stupid mistake: EXT3 filesystem was enabled in .config file
> used for VISWS kernel compilation. So after the first boot of this kernel,
> I found that old 2.2.10 kernel making my VISWS self hosting can't mount
> root fs complaining about nonsupported filesystem feature.
> 
> My question is how can I make this fs mountable by 2.2.10 again ?

You just need to run a modern e2fsck on the filesystem to flush the
journal and clear the "needs_recovery" flag.  Alternately mounting
it once with a 2.[45] kernel and do a clean shutdown will do the same.

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] 2+ messages in thread

end of thread, other threads:[~2002-11-04  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-04  7:52 [Q] how to mount ext2 partition accidentally mounted as ext3 Andrey Panin
2002-11-04  8:23 ` Andreas Dilger

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.