From: | Ben Hutchings |
Date: | 11 Aug 99 at 22:49:03 |
Subject: | Re: Accessing Broken SCSI |
From: Ben Hutchings <womble@zzumbouk.demon.co.uk>
On Wed, Aug 11, 1999 at 02:10:00PM -0500, Jack York wrote:
> From: Jack York <jyork@voyager.net>
>
> Hello,
>
> I am trying to recover some data from a scsi drive on which the RDB
> is lost. I have never tried doing anything with the SCSI device
> so I may be way off here, but my thought was to take the sample
> code below (from the RKM Scsi_direct example) and change it to a
> a SCSIF_READ command.
<snip>
Why not use a plain CMD_READ (or TD_READ64 if the drive is bigger
than 4 GB)?
Ben.