Date : Sun, 06 Mar 2005 19:53:37 +0000 (GMT)
From : Chris Johns <chris.johns@...>
Subject: Re: Acorn Winchester unit
On 6 Mar 2005, Jonathan Graham Harston wrote:
> Hmmm. Wonder if I can patch my fileserver code to allow full 64M
> partitions? As I understand the code so far, the fileserver code
> just believes what's in the disk structure map. So, as long as the
> formatter/partitioner sets that up to correctly specify a 64M
> parition, the FS code should just use it transparently.
You might also need to modify the FS code to know where to look for a 2nd
partition, else it'd go looking at 61M and find no valid partition
information there. If you set the partition size to 35M on a disk with
60M ones, it will find the first one correctly (and as far as I can tell
it'll work fine) but won't find any others.
Cheers
Chris