Issuing hard disk commands using java
Does anyone know a way to issue commands to the hard drive in Java? Does Java even support this kind of hardware interoperability?
For example, if I have a SCSI hard drive that I would like to query, is there a pre-existing Java method, or do I need to write my own?
http://en.wikipedia.org/wiki/SCSI has some general information about SCSI commands if you are not familiar.
+1
source to share
4 answers