From mint-bounce@lists.fishpool.fi  Thu May 15 13:53:25 2008
Date: Thu, 15 May 2008 19:49:20 +0200 (CEST)
From: Frank Naumann <fnaumann@boerde.de>
X-X-Sender: fnaumann@localhost.localdomain
To: Alan Hourihane <alanh@fairlite.demon.co.uk>
Cc: mint <mint@fishpool.com>
Subject: Re: [MiNT] ext2 8GB ??
In-Reply-To: <1210870847.10290.18.camel@localhost>
Message-ID: <alpine.LFD.1.10.0805151940190.3265@localhost.localdomain>
References: <1210244835.10300.11.camel@localhost>  <a46422a50805080414i29d95449q2ea72158f8ea72d6@mail.gmail.com>  <1210265089.10300.18.camel@localhost>  <alpine.LFD.1.10.0805082257590.3810@localhost.localdomain>  <1210403367.11782.23.camel@localhost>
 <1210674695.10283.3.camel@localhost>  <alpine.LFD.1.10.0805131332500.5003@localhost.localdomain>  <1210679268.10283.14.camel@localhost>  <alpine.LFD.1.10.0805131358340.5003@localhost.localdomain>  <1210682248.10283.16.camel@localhost> 
 <alpine.LFD.1.10.0805131442460.5003@localhost.localdomain>  <1210689728.10283.26.camel@localhost> <1210702455.10283.47.camel@localhost>  <1210756301.10288.6.camel@localhost> <1210870847.10290.18.camel@localhost>
User-Agent: Alpine 1.10 (LFD 962 2008-03-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=- tagged_above=-50.5 required=7.0 WHITELISTED 
X-Spam-Level: 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: fnaumann@boerde.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

Hello Alan!

> I've now plugged the same IDE disk into the real IDE port and it's fine.

For me good to hear that the ext2fs is ok.

> Well, I've got a new IDE drive with an ACARD 7720u SCSI->IDE bridge that
> was hooked up to the SCSI chain. The drive appears to work fine with
> GEM, but as soon as you use ext2 on it, then I get bad filesystem
> corruptions.

Are you absolutely sure that there is now problem if you use a FAT32 
partition for example? (FAT16 is limited to 2 GB)

The FAT filesystem is very simple and work very simple compared to the 
ext2 fs. The (critical) FAT tables are for example located at the 
beginning of the partition. Also the FAT fs fill up the drive from the 
beginning to the end (Btw. that's the reason why FAT32 is getting slower 
and slower as larger the partition is; accessing the FAT need expensive 
seeks).

The ext2 fs spread the data and metadata over the complete partition while 
filling up the drive (for speed reasons, keep data and metadata close 
together to avoid expensive seek operations).


Regards,
Frank

--
ATARI FALCON 060 // MILAN 060
-----------------------------
http://sparemint.org/
e-Mail: fnaumann@boerde.de


