[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Support for sectorsizes > 4KB ?



> 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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/