SCSIDeviceBS.this

class SCSIDeviceBS
this
(
string device
,
int blocksize = -1
,
ulong totalLBAs = -1
)

Parameters

device string

Filesystem path of the device to open. This device must support scsi ioctls.

blocksize int

Read totalLBAs argument.

totalLBAs ulong

Set both blocksize and totalLBAs args to non-default values to avoid sending a ReadCapacity to the device. Usually you'll only want to override these if you are VERY SURE of the values for the device (say, it was already queried).

Meta