* File-system Ext2 or Ext3??
@ 2002-05-11 20:46 Staci
2002-05-12 12:44 ` Edgar Alwers
2002-05-12 15:09 ` Steven Smith
0 siblings, 2 replies; 6+ messages in thread
From: Staci @ 2002-05-11 20:46 UTC (permalink / raw)
To: linux-newbie
Hi!
I have some confusion.
I set up journals on my ext2 FSes (there's two, / and
/home) with tune2fs -j, to make them ext3. But I
still get forced fscks at startup, and they still find
lots of problems I thought would be eliminated with
ext3.
So I look at cfdisk for /dev/hdb, and it says those
partitions are ext2. Is my cfdisk too old? Did I do
something wrong? Both my mtab and fstab have them
labeled (correctly?) as ext3.
Anyone know what's going on here?
Thanks...
sl
=====
**************************
In cyberspace nobody can hear you scream.
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: File-system Ext2 or Ext3??
2002-05-11 20:46 File-system Ext2 or Ext3?? Staci
@ 2002-05-12 12:44 ` Edgar Alwers
2002-05-12 15:09 ` Steven Smith
1 sibling, 0 replies; 6+ messages in thread
From: Edgar Alwers @ 2002-05-12 12:44 UTC (permalink / raw)
To: Staci, linux-newbie
On Saturday 11 May 2002 22:46, Staci wrote:
> I still get forced fscks at startup, and they still find
> lots of problems I thought would be eliminated with
> ext3.
You need to be more precise. What lots of problems is fsck finding ? Please
include the exact wording.
And did you have the problems before changing the FS ? ( " I thought would be
eliminated with ext3" )
If you have had an unclean shutdown ( power out for instance ), FS will get
checked on next bootup. You may get messages like "unexpected inconsistency;
run fsck manually "
You also may need the newest version of e2fsprogs ( > 1.27 )
Have you checked that your kernel supports ext3 ( normally > 2.4.18, but not
always the stock kernels ).
> So I look at cfdisk for /dev/hdb, and it says those
> partitions are ext2.
It happens in my system also, which is clean ext3. Perhaps cfdisk is not in
the last shape !
> Is my cfdisk too old? Did I do
> something wrong? Both my mtab and fstab have them
> labeled (correctly?) as ext3.
Include also /etc/fstab
Regards,
Edgar
--
-----------------------------------
Dr.-Ing. Edgar Alwers
Mailto:edgaralwers@gmx.de
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: File-system Ext2 or Ext3??
2002-05-11 20:46 File-system Ext2 or Ext3?? Staci
2002-05-12 12:44 ` Edgar Alwers
@ 2002-05-12 15:09 ` Steven Smith
2002-05-12 15:10 ` Dan Milne
2002-05-12 15:25 ` Staci
1 sibling, 2 replies; 6+ messages in thread
From: Steven Smith @ 2002-05-12 15:09 UTC (permalink / raw)
To: Staci; +Cc: linux-newbie
[-- Attachment #1: Type: text/plain, Size: 919 bytes --]
> I set up journals on my ext2 FSes (there's two, / and
> /home) with tune2fs -j, to make them ext3. But I
> still get forced fscks at startup,
How many? ext3 should be fscked every 20 or so times it gets mounted,
to find any errors which crept in from somewhere.
If it's more than that, check you've got a recent fsck. ext3 support
was added in (I think) 1.19.
> So I look at cfdisk for /dev/hdb, and it says those
> partitions are ext2. Is my cfdisk too old? Did I do
> something wrong?
This is a maybe-bug in fdisk. Partition table entries have a numerical
type id, which, for Linux native partitions, is 83 hex. Unfortunately,
``Linux native'' isn't terribly well defined, with ext, ext2, ext3,
reiser, and several other having a claim. fdisk assumes ext2 is the One
True Linux Filesystem, so gives the wrong answer if something else is used.
It should probably just say Linux.
Steven Smith,
sos22@cam.ac.uk.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: File-system Ext2 or Ext3??
2002-05-12 15:09 ` Steven Smith
@ 2002-05-12 15:10 ` Dan Milne
2002-05-12 15:25 ` Staci
1 sibling, 0 replies; 6+ messages in thread
From: Dan Milne @ 2002-05-12 15:10 UTC (permalink / raw)
To: Staci; +Cc: linux-newbie
Did you change the entries in /etc/fstab from ext2 to ext3 ?
Steven Smith wrote:
>>I set up journals on my ext2 FSes (there's two, / and
>>/home) with tune2fs -j, to make them ext3. But I
>>still get forced fscks at startup,
>>
>>
>How many? ext3 should be fscked every 20 or so times it gets mounted,
>to find any errors which crept in from somewhere.
>
>If it's more than that, check you've got a recent fsck. ext3 support
>was added in (I think) 1.19.
>
>
>
>>So I look at cfdisk for /dev/hdb, and it says those
>>partitions are ext2. Is my cfdisk too old? Did I do
>>something wrong?
>>
>>
>This is a maybe-bug in fdisk. Partition table entries have a numerical
>type id, which, for Linux native partitions, is 83 hex. Unfortunately,
>``Linux native'' isn't terribly well defined, with ext, ext2, ext3,
>reiser, and several other having a claim. fdisk assumes ext2 is the One
>True Linux Filesystem, so gives the wrong answer if something else is used.
>It should probably just say Linux.
>
>Steven Smith,
>sos22@cam.ac.uk.
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: File-system Ext2 or Ext3??
2002-05-12 15:09 ` Steven Smith
2002-05-12 15:10 ` Dan Milne
@ 2002-05-12 15:25 ` Staci
2002-05-12 16:54 ` Steven Smith
1 sibling, 1 reply; 6+ messages in thread
From: Staci @ 2002-05-12 15:25 UTC (permalink / raw)
To: linux-newbie
--- Steven Smith <sos22@cam.ac.uk> wrote:
> > still get forced fscks at startup,
> How many? ext3 should be fscked every 20 or so times
> it gets mounted,
> to find any errors which crept in from somewhere.
20 boots at about average a week per boot, I shouldn't
be seeing a fsck for 5 months. :(
Instead I'm getting them more like every third bootup.
> If it's more than that, check you've got a recent
> fsck. ext3 support
> was added in (I think) 1.19.
Got 1.22...nothing of mine is REALLY old cuz it came
from Slack8 cd.
> ``Linux native'' isn't terribly well defined,
YES! I'd noticed that before...how unhelpful is THAT,
of course it's Linux Native, duh it's /, it HAS to be
Linux Native to be mounted at startup!
with> ext, ext2, ext3,
> reiser, and several other having a claim. fdisk
> assumes ext2 is the One
> True Linux Filesystem, so gives the wrong answer if
> something else is used.
> It should probably just say Linux.
Yes...in a nutshell that sounds like I thought it
might be, oversimplication of fs.
There's so many apps that need to be upgraded and
rewritten....
Thanks...
sl
PS for me at least, please just reply to the list
only, I get unnecessary doubles when you reply to both
the list and me!
=====
**************************
In cyberspace nobody can hear you scream.
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: File-system Ext2 or Ext3??
2002-05-12 15:25 ` Staci
@ 2002-05-12 16:54 ` Steven Smith
0 siblings, 0 replies; 6+ messages in thread
From: Steven Smith @ 2002-05-12 16:54 UTC (permalink / raw)
To: linux-newbie
[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]
> > > still get forced fscks at startup,
> > How many? ext3 should be fscked every 20 or so times
> > it gets mounted,
> > to find any errors which crept in from somewhere.
> 20 boots at about average a week per boot, I shouldn't
> be seeing a fsck for 5 months. :(
> Instead I'm getting them more like every third bootup.
Does fsck say why it's running? There will usually be messages saying
(from memory) ``not cleanly unmounted'' or ``has been mounted ... times''
just before fsck proper starts.
> > ``Linux native'' isn't terribly well defined,
> YES! I'd noticed that before...how unhelpful is THAT,
> of course it's Linux Native, duh it's /, it HAS to be
> Linux Native to be mounted at startup!
It might be UMSDOS...
> > fdisk assumes ext2 is the One
> > True Linux Filesystem, so gives the wrong answer if
> > something else is used.
> > It should probably just say Linux.
> Yes...in a nutshell that sounds like I thought it
> might be, oversimplication of fs.
> There's so many apps that need to be upgraded and
> rewritten....
True, but it's far easier to just ignore the filesystem type field.
It's only supposed to be a hint, anyway.
Steven Smith,
sos22@cam.ac.uk.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-05-12 16:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-11 20:46 File-system Ext2 or Ext3?? Staci
2002-05-12 12:44 ` Edgar Alwers
2002-05-12 15:09 ` Steven Smith
2002-05-12 15:10 ` Dan Milne
2002-05-12 15:25 ` Staci
2002-05-12 16:54 ` Steven Smith
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.