January 27th, 2007, 16:17
BlackST wrote:1) when I said that I haven't seen any laser for reading magnetised surfaces, I intended COMMERCIAL applications readily available, not multi-million dollar appliances used in hi-tech labs.
BlackST wrote:2) For "pattern" I intended writing BYTE SEQUENCES, for example, if a sector is made of "n" bytes, you fill the "n" bytes with 00 , FF , 51 and so on (in hex notation).
January 28th, 2007, 17:28
January 28th, 2007, 17:45
January 29th, 2007, 8:51
BlackST wrote:I reply to Doomer and make a little explanation for whom it may concern:
MO drives use laser beam for READING but the reading technique of a MO need a REFLECTIVE film beneath the magnetic surface, as I know.
The polarisation of the light reflected is influenced by the magnetisation state (Keer effect), and accordingly to the pole (south or north) of the domain we'll detect two polarisation angles and two states, respectively 1 and 0 for S and N. But this principle need a reflective film. You think that the aluminum substrate of a platter could act as reflector ? and what about glass platters used on IBM HDDs ? Interesting.... :)
January 29th, 2007, 8:57
BlackST wrote:About the RLL encoding, the result is the same : when you say to the drive "record FF hex" the poles on the magnetic surface will change accordingly , OK, with all the encoding and subsequent encoding of the bit patterns... the kernel of the question is : the PREVIOUS information is still available ? I asked many professionals and the answer was definitely NO if you make multiple passes with precise patterns.
January 29th, 2007, 9:25
January 29th, 2007, 10:24
Daniel Ferreira wrote:Doomer:
****************
the modern HDDs do not use binary writing on the platters
*****************
The first thing you learn in any digital electronics course is the difference between analog and digital signals. The second one is that there are no perfect digital signals and they are all analog.
Daniel
January 29th, 2007, 15:00
January 29th, 2007, 16:07
January 29th, 2007, 18:03
Daniel Ferreira wrote:Wrong my friend. "Binary" and "digital" is not the same. And you don't define "analog" using the term "state".
January 29th, 2007, 19:20
In data storage, Partial Response Maximum Likelihood (PRML) is a method for converting the weak analog signal from the head of a magnetic disk drive into a digital signal. PRML attempts to correctly interpret even small changes in the analog signal, whereas peak detection relies on fixed thresholds. Because PRML can correctly decode a weaker signal it allows higher density recording.
For example, PRML would read the magnetic flux density pattern 70, 60, 55, 60, 70 as binary "101", and the same for 45, 40, 30, 40, 45 whereas peak detector would decode everything above, say, 50 as high, and below 50 as low, so the first pattern would read "111" and the second as "000".
Powered by phpBB © phpBB Group.