Subject: Re: Supporting sector size != DEV_BSIZE -- patches
To: Bill Studenmund <wrstuden@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 06/05/2002 23:44:03
> 
> 2) what about other file systems that have even stricter requirements
> (like FAT file systems depend on the C/H/S settings of the underlying
> device; change them and the fs strictly-speaking needs to be
> re-formatted).

Not last time I looked.....
IIRC the FAT filesystem supports sector sizes other than 512
(but the netbsd code probably doesn't)

For one system we thought about putting 2 compact flash cards
'side by side' on the 32bit data bus.  This would give 1024
byte sectors that could be accessed with 32bit data cycles.
This would half the data transfer time....

	David

-- 
David Laight: david@l8s.co.uk