--=-mlvKTiRuGssBX0YXMnfC
Content-Type: multipart/mixed; boundary="=-ysg8arvtwWrt4AC+J8Gt"
--=-ysg8arvtwWrt4AC+J8Gt
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Device Boot Start End Blocks Id System
/dev/hdb3 69 3739 29487307+ 83 Linux
That's an ext3 partition. That could just as easily be a reiserfs
partition. What I'm saying is that code 83 is for all linux filesystems,
including ext2 ext3 reiserfs.
To make the partition officially declared as a linux partition, you set
it as 83. To format it as ext3, `mkfs.ext2 -j /dev/PARTITION`.
Can anyone tell me why linux needs its code (83) set? I can understand
about the various windows needing that to tell them what's theirs, but
linux and its filesystems seem pretty oblivious to what they're on.
--=20
Bryce C <Plug@BryceCo.Net>
CoBryce Communications
--=-ysg8arvtwWrt4AC+J8Gt
Content-Disposition: inline
Content-Description: Forwarded message - Re: / spanning multiple disks
Content-Type: message/rfc822
Return-Path: <plug-discuss-admin@lists.plug.phoenix.az.us>
Delivered-To: mail.bryceconet.plug@localhost.cobryce.com
Received: from localhost (localhost.localdomain [127.0.0.1]) by
cobryce.myvnc.com (Postfix) with ESMTP id 2EF48C0471 for
<mail.bryceconet.plug@localhost>; Thu, 7 Aug 2003 19:14:05 -0700 (MST)
Envelope-to: plug@bryceco.net
Delivery-date: Thu, 07 Aug 2003 22:12:45 -0400
Received: from 66.103.137.65 by localhost with POP3 (fetchmail-5.9.7) for
mail.bryceconet.plug@localhost (single-drop); Thu, 07 Aug 2003 19:14:05
-0700 (MST)
Received: from [68.14.243.59] (helo=pluglist.macrosift.com) by sh2.1-sh.com
with esmtp (Exim 4.20) id 19kwkH-0007R7-Bt for plug@bryceco.net; Thu, 07
Aug 2003 22:12:45 -0400
Received: from lists.plug.phoenix.az.us (plug [127.0.0.1]) by
pluglist.macrosift.com (Postfix) with ESMTP id 14DC21A72EA; Thu, 7 Aug
2003 19:26:05 -0700 (MST)
Delivered-To: plug-discuss@lists.plug.phoenix.az.us
Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by
pluglist.macrosift.com (Postfix) with ESMTP id 04F671A72E8 for
<plug-discuss@lists.plug.phoenix.az.us>; Thu, 7 Aug 2003 19:25:42 -0700
(MST)
Received: from asu.edu ([68.109.129.65]) by fed1mtao03.cox.net (InterMail
vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id
<20030808021220.IHC23233.fed1mtao03.cox.net@asu.edu> for
<plug-discuss@lists.plug.phoenix.az.us>; Thu, 7 Aug 2003 22:12:20 -0400
Message-ID: <3F330707.5070204@asu.edu>
From: Rob Wultsch <robert.wultsch@asu.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b)
Gecko/20030723 Thunderbird/0.1
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: plug-discuss@lists.plug.phoenix.az.us
Subject: Re: / spanning multiple disks
References: <3F32BB33.8040007@asu.edu> <3F32C75D.3020409@asu.edu>
<3F32DD20.1050707@asu.edu> <002201c35d3e$a8fd3d70$6e01a8c0@thomas>
<3F32ED9F.60804@asu.edu> <3F32F2DC.10203@digitalnirvana.com>
In-Reply-To: <3F32F2DC.10203@digitalnirvana.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Sender: plug-discuss-admin@lists.plug.phoenix.az.us
Errors-To: plug-discuss-admin@lists.plug.phoenix.az.us
X-BeenThere: plug-discuss@lists.plug.phoenix.az.us
X-Mailman-Version: 2.0.13
Precedence: bulk
Reply-To: plug-discuss@lists.plug.phoenix.az.us
List-Help:
<mailto:plug-discuss-request@lists.plug.phoenix.az.us?subject=help>
List-Post: <mailto:plug-discuss@lists.plug.phoenix.az.us>
List-Subscribe:
<http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss>,
<mailto:plug-discuss-request@lists.plug.phoenix.az.us?subject=subscribe>
List-Id: Main PLUG discussion list. <plug-discuss.lists.plug.phoenix.az.us>
List-Unsubscribe:
<http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss>,
<mailto:plug-discuss-request@lists.plug.phoenix.az.us?subject=unsubscribe>
List-Archive: <http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/>
Date: Thu, 07 Aug 2003 19:12:23 -0700
Status:
Content-Transfer-Encoding: quoted-printable
What is the hex code for ext3? ie 82 for ext2 or 83 for linux swap.
Or do I make a ext3 in some other manner?
shadow wrote:
> Rob Wultsch wrote:
>=20
> > Tell me if I am making any mistakes here please. The order that I will
> > go in is something like:
> >
> > 1. Install debian with (assuming 1 gig =3D1024, other wise I will redu=
ce
> > the linux native by an appriot amount):
> > sda 1 /boot 50 MB (me thinks that 100 is a bit excessive
> > 2 / 871 MB ext2
> > * 3 swap 103 MB swap
> >
> > sdb 1 swap 153 MB swap
> > * 2 871 MB ext2
> >
> > *my sun has 288 MB ram so I do not think that I will be doing a ton of
> > swapping
> >
> > 2. Convert ext2 into a ext3 (I have instructions on how to do that
> > somewhere)
>=20
> I would check out the bf24 floppies to install Debian. The bf24=20
> floppies include the 2.4.18 kernel and native support for ext3 and=20
> reiserfs. I've been using them on x86 for over two years without a=20
> problem, but YMMV on Sparc.
>=20
>=20
--=20
.-.
=3D------------------------------ /v\ ----------------------------=3D
Robert Wultsch // \\ robert.wultsch@asu.edu
Linux User /( )\ AIM:sheepsleep7
Don't fear the penguins ^^-^^ (602)6927564
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
--=-ysg8arvtwWrt4AC+J8Gt--
--=-mlvKTiRuGssBX0YXMnfC
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQA/MwpV/wbq/C6yyPcRAq3mAKCXM1QkG8lGctr/9MUfXAiMbwXc7wCfavXY
+urN1XUXsR9AnE1eYoO6jj8=
=C5OR
-----END PGP SIGNATURE-----
--=-mlvKTiRuGssBX0YXMnfC--