Re: Support for sectorsizes > 4KB ?

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Wed Mar 06 2002 - 17:53:01 EST


> In the not-so-far future there will occure MO media on the market with
> 40 to 120 Gigabytes of capacity and sectorsizes of 8 KB and maybe more.
> It's called "UDO" technology.
>
> Is there any way to support block devices with sectors larger than 4KB =
> ?

The scsi layer itself doesn't mind, but the page caches do. Once your
block size exceeds the page size you hit a wall of memory fragmentation
issues. Given that M/O media is relatively slow I'd be inclined to say
write an sd like driver (smo or similar) which does reblocking and also
knows a bit more about other M/O drive properties.

Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 07 2002 - 21:00:57 EST