Re: Chipsets, DVD-RAM, and timeouts....

From: Jens Axboe (axboe@suse.de)
Date: Mon Jan 01 2001 - 11:50:05 EST


On Mon, Jan 01 2001, Alan Cox wrote:
> > mke2fs -b 2048 /dev/hdc
> > You must format to 2048 size blocks.
>
> FAT style FS doesnt support 2K blocks 8)

Then don't use FAT on DVD-RAM :-). ide-cd will already appropriately
cache a single block and dish out 512b sectors from that as needed
for FAT etc when reading. Writing is a bit more difficult, as that
then turns out to generate a read before we can commit a dirty
block. IMO, this type of thing does not belong in the drivers --
we should _never_ receive request for < hard block size.

-- 
* Jens Axboe <axboe@suse.de>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:11 EST