Heather,
There is no restriction. I do it all the time when testing.
My root file system is on a SCSI disk corresponding to
/dev/sgb and as I write this email the following is executing:
# sg_dd512 if=/dev/sgb of=/dev/null
That command is a variant of "dd" that uses the sg
device (with 512 byte blocks in this case). My hardware is
different: AMD K6-2 300MHz, Advansys 940UW, IBM DCHS04U
disk using kernel 2.2.12 .
Note that I never try to write to that disk through the
sg device! That obviously wouldn't be very clever. The SCSI
INQUIRY command should be perfectly safe in all contexts.
So it seems like a SMP related problem.
Doug Gilbert
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/