Re: [OT]Raw Disk Support?

Alan Cox (alan@lxorguk.ukuu.org.uk)
27 Sep 2002 15:21:45 +0100


On Fri, 2002-09-27 at 14:38, Mark Hounschell wrote:
> I guess first, will a Linux scsi driver let me read 768 byte sectors and second
> is there raw disk device support such that I can read these disks without a
> known filesystem type being on them?

Our raw drivers dont support non power of two sectors. You can extract
all the data itself using the scsi generic interface to send your own
SCSI READ_6 commands to the drive directly

-
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/