Does anyone know of a way to issue commands to a hard drive within Java? Does Java even support this kind of hardware interaction?
For example, if I have a SCSI hard dri
you need to write the HDD interface code in C/C++ and then call that from Java using JNI