Anyone know how to find out the RLL method used by a physical drive?
This is a discussion on Determining RLL method of a physical drive within the Networking/Device Communication forums, part of the General Programming Boards category; Anyone know how to find out the RLL method used by a physical drive?...
Anyone know how to find out the RLL method used by a physical drive?
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
OS? I am looking for some answers as we speak.
WindowsXP, but if there is a portable solution that would be great.![]()
Last edited by abachler; 10-11-2008 at 05:54 PM.
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
I'd expect in reasonably modern hard drives (as in those designed for SCSI/IDE/ATA/SATA etc in the last 15 years or so), that the Run Lenght Limit is part of the firmware of the drive itself. You may find some information leading to it within the identication information for the particular device, but I'm not sure what purpose it would serve to know this.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
Forensic recovery of data. I'm trying to pick up a new skill set.
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
I don't think you can determine it trivially unless the manufacturer specifies it. Have a look at the IDE standard for "Device Informtation" or some such.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
OK, so if it can't be determined in software, I will just have to use a relational database referencing the drives model number.
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.