All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Smith <sos22@cam.ac.uk>
To: Staci <spiritlover666@yahoo.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: File-system Ext2 or Ext3??
Date: Sun, 12 May 2002 16:09:09 +0100	[thread overview]
Message-ID: <20020512150909.GA596@cam.ac.uk> (raw)
In-Reply-To: <20020511204622.23285.qmail@web12806.mail.yahoo.com>

[-- 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 --]

  parent reply	other threads:[~2002-05-12 15:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2002-05-12 15:10   ` Dan Milne
2002-05-12 15:25   ` Staci
2002-05-12 16:54     ` Steven Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020512150909.GA596@cam.ac.uk \
    --to=sos22@cam.ac.uk \
    --cc=linux-newbie@vger.kernel.org \
    --cc=spiritlover666@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.