The present invention relates generally to data storage systems and more particularly but not by limitation to the detection and correction of write errors during the data readback process.
The density of data stored on data storage systems such as disc drives has increased steadily as the need for more and more data storage has continued to increase. To increase the overall density of the data stored on a given sized data storage device the amount of area devoted to each bit of data necessarily decreases. For example, data tracks that are configured to store a plurality of bits in a linear or arcuate arrangement become narrower and shorter. One of the consequences of increased areal density of data on a data storage system is that as the data tracks become smaller, the area devoted to each bit can become so small that the superparamagnetic limit is reached. At that point, the ability of the data storage medium to reliably store information is compromised.
One approach to increasing the areal density of material on data storage media is to utilize a bit pattern medium, which has a single grain of material for each bit of data stored on the data storage medium. The resultant data tracks are smaller than those using conventional approaches with multiple grains are. However, each bit is isolated from every other bit in a data track, requiring that data writes be synchronized to prevent the introduction of errors.
Embodiments of the present invention provide solutions to these and other problems, and offer other advantages over the prior art.
In one aspect, a method is discussed. The method includes receiving a first code word from a data storage device and determining whether a data error exists in the code word by analyzing a plurality of subsequent code words.
In another aspect, another method is discussed. The method includes receiving location information of errors on a data medium and adjusting a write clock frequency to reduce the probability of creating errors on the data medium during a write process.
In still another aspect, yet another method for detecting an insertion or deletion error is discussed. The method includes receiving a first code word. The method further includes calculating first, second and third checksums for each of a plurality of subsequent code words and detecting an error in the first code word based on the calculated checksums.
Other features and benefits that characterize embodiments of the present invention will be apparent upon reading the following detailed description and review of the associated drawings.
To facilitate an understanding of the present invention, it is described hereinafter in the context of specific embodiments. In particular, reference is made to the implementation of the invention in a patterned magnetic hard disk media for a hard disk drive. It will be appreciated, however, that the practical applications of the invention are not limited to these particular embodiments. Rather, the invention can be employed in other types of magnetic recording media, one example being magneto-optical hard disk media or other types of recording media.
Data stored on the surface of the disk drive is typically arranged in a series of data tracks
However, as is illustrated in
However, because the data bits 256 and 258 are positioned in discrete locations as opposed to on a conventional storage medium, that is material that includes a continuous track of magnetic material, it is necessary to synchronize the writing process to properly write data onto the data medium. When a data track includes a data medium that is not patterned, it is not necessary to synchronize the process of writing data onto the data medium, because the location of bits on the data medium is not fixed as it is with bit patterned media. Because of the fixed position of the data bits in the bit pattern media, however, any loss of synchronization during the write process can cause a so-called cycle slip. A cycle slip occurs when a mis-synchronization causes a bit of data to be deleted or inserted. Other errors, known as additive bursts can cause data to be improperly written as well.
A cycle slip occurs causes a particular bit not to be written in the proper location or to be written in consecutive locations, thereby shifting the remaining portion of a data string either left or right. When a cycle slip occurs, the remaining portion of a data string is unreliable and prone to errors so that the write process has effectively been compromised. On the other hand, the additive burst need not cause data to be shifted in either direction, but will cause errors to be generated at the locations of the additive bursts. Thus, the detection and correction of errors is an important aspect of reading and writing data onto the bit patterned media, as with any other data storage media. In addition, it is advantageous to reduce the probability that errors will occur.
One aspect of the present invention is directed toward the correction of errors, primarily those involving the improper inserting and/or deletion of bits by encoding redundant bits into code words capable of correcting synchronization errors. Referring to
for 0≦a≦n where the sum is evaluated as an ordinary integer. The table illustrated below shows the number of code words in Varshamov-Tenengolts code VTa(n) for values of n and a up to eight.
For a=0, the first few such codes are, for n=1 to 5,
The encoder 300 includes an input buffer 302, which illustratively provides enough room for k user bits, a check bits calculator 304, a multiplexer 306, and an output buffer 308. The multiplexer 306 is configured to receive data bits from the input buffer 302 and the check bits calculator 304 and combines the inputs provided by the input buffer 302 and check bits calculator 304 into a single code word of length n, which is then provided to the output buffer 308. The input buffer 302 also provides its data bits to check bits calculator 304, from which a plurality of redundant bits is calculated.
The checksum calculator illustratively includes an integer adder 310, which is configured to calculate a partial checksum. The partial checksum is then provided to division circuit 312, which is capable of performing modulo n+1 division. The modulo n+1 division is involved in calculation of the partial checksum. The check bits calculator 304 also includes a redundant bit generator 314, which provides a portion of the checksum. The redundant bit generator 314 illustratively includes a logic circuit capable of generating redundant bits. Alternatively or in addition, the redundant bit generator 314 includes memory, which provides a lookup table for providing the bits. Operation of the check bits calculator 304 will be discussed in more detail below. As described above, the check bits generator 304 is in communication with the multiplexer 306 so that it can provide data bits for incorporation into a code word.
where P={p(1), p(2), . . . p(k)} is a set of positions in a code word x, that are allocated to the information bits provided by the input buffer 302. Code word X is described as (x1, x2, . . . xn), where n is ≧k and the number of redundant bits, m=n−k. Thus, xp(i)=ui for all 1≦i≦k. The remaining m positions of x are illustratively filled by redundant bits (c1, c2, . . . , cm). If Q={q(1), q(2), . . . q(m)} represents the set of the positions of the redundant bits in x, then xq(i)=ci for 1≦i≦m.
Once the partial checksum is calculated, an encoding deficiency is calculated, which is illustrated in block 408. A minimal multiple of n+1, A, is determined such that A≧σp. The difference Λ is defined as A−σp and is known as the encoding deficiency. Once the encoding deficiency Λ is defined, the redundant bits are determined as is illustrated in block 410. Given the set Q of positions for redundant bits described above, the redundant bits C=(c1, c2, . . . , cm) are defined so that:
This step is, in one aspect, advantageously performed during a design process by calculating the redundant bits C for all possible values of Λ and storing the values in a lookup table in memory device such as a read only memory (ROM) so that during runtime, determining redundant bits C involves retrieving the stored bits from the lookup table given the value of Λ. Alternatively, a logic circuit can be constructed that is capable of determining redundant bits C.
Once the redundant bits C have been determined, the redundant bits C are combined with the input vector U at multiplexer 306 to form a code word X. This is illustrated at block 412. The positions of the redundant bits C and the bits of input vector U can be located at any locations within code word X. In one illustrative aspect, the redundant bits C are located at positions in code word X corresponding to consecutive powers of two so that Q={1, 2, 4, . . . , 2m−1}. Thus, for a 31 bit code word X having an input vector U with 26 bits, redundant bits are located such that Q={1, 2, 4, 8, 16}.
An example of an encoder 450 is illustrated in
In another aspect of the invention a method 500, illustrated in
Once the checksums for each of the D code words are calculated, the method 500 determines whether the i-th word has a deletion by providing the checksums to a comparator 552, as is illustrated in block 504. If the comparator 552 determines all of the Sleft(i+j) checksums, 1≦j≧D, are zero and all of the Scenter(i+j) and Sright(i+j) checksums are non-zero, the i-th word has a deletion error with a high probability, provided that there are no errors in any of the D code words, and a deletion correction is made by the decoder 550 as is illustrated in block 506.
If it is determined that the i-th code word likely does not have a deletion error (that is, that the above discussed conditions do not exist), the method 500 then determines whether an insertion exists in the i-th code word. This is illustrated in block 508. If the comparator 552 determines that all of the Sright(i+j) checksums, 1≦j ≧D, are zero and all of the Scenter(i+j) and Sleft(i+j) checksums are non-zero, the i-th word as a deletion error with a high probability, provided that there are no errors in any of the D code words. A deletion correction is then made by the decoder 550 as is illustrated in block 510.
If it is determined that the i-th code word likely does not have an insertion error (that is, that the above discussed conditions do not exist), method 500 then determines whether an additive error exists. This is illustrated in block 512. If the comparator 552 determines that all of the Scenter(i+j) checksums, 1≦j≧D, are zero and all of the Sleft(i+j) and Sright(i+j) checksums are non-zero, there is a high probability that the i-th word has an additive error, provided that there are no errors in any of the D code words. An additive error correction is then made by the decoder 550 as is illustrated in block 514. In any other scenario, there are no corrections made with the method 500 illustrated in
While finding and correcting errors are important capabilities, as discussed above, another aspect of the present invention, illustrated in
Once the locations of deletions (or insertions) are identified, the method 600 illustratively adjusts the write clock frequency to compensate for the average difference between the write clock frequency and the bit island frequency, that is, the frequency at which bits are moved into position relative to the write head. This is illustrated in block 604. In the example shown in
By reducing (or, in case of insertions, increasing) the write clock frequency by the average distance between deletions (or insertions), in this case,
the probability of deletions are likely reduced.
It should be appreciated that in some cases, a bit patterned media can have both insertions and deletions in data stored on the media. In such a case, the determining the average difference between the write clock frequency and the bit island frequency requires a more involved method 700, which is illustrated in
If, however, there are more insertions than deletions, the write clock frequency is increased by
In yet another aspect of the present invention, a method 750, illustrated in
In summary, the illustrative embodiments can provide for the following advantages. By incorporating the methods and systems discussed above, data storage devices such as bit patterned media can be used with additional reliability due to the capability to detect, correct, and/or reduce the probability of certain types of data storage errors. Furthermore, a robust data handling scheme of the type discussed above also illustratively compensates for limitations in the manufacturing process.
It is to be understood that even though numerous characteristics and advantages of the various embodiments have been set forth in the foregoing description, together with details of the structure and function of various embodiments, this disclosure is illustrative only, and changes may be made in detail, especially in matters of structure and arrangement of parts within the principles of the present embodiments to the full extent indicated by the broad general meaning of the terms in which the appended claims are expressed. For example, the particular elements may vary depending on the particular application for the while maintaining substantially the same functionality without departing from the scope and spirit of the present embodiments. In addition, although the embodiments described herein is directed to detecting, correcting and reducing the probability of erroneous insertions or deletions of data on a bit patterned data storage system, it will be appreciated by those skilled in the art that the teachings of the present embodiments can be applied to other data storage systems without departing from the scope and spirit of the present embodiments.
Number | Name | Date | Kind |
---|---|---|---|
6643082 | Belser | Nov 2003 | B1 |
6658922 | Leigh et al. | Dec 2003 | B2 |
6738207 | Belser et al. | May 2004 | B1 |
6751035 | Belser | Jun 2004 | B1 |
6898037 | Leigh et al. | May 2005 | B2 |
7423825 | Shimamura et al. | Sep 2008 | B2 |
20020171969 | Leigh et al. | Nov 2002 | A1 |
20020191505 | Horibata et al. | Dec 2002 | A1 |
20060168503 | Schroeder et al. | Jul 2006 | A1 |
20070008864 | Fan et al. | Jan 2007 | A1 |
20070271216 | Patterson | Nov 2007 | A1 |
20080304173 | Albrecht et al. | Dec 2008 | A1 |
Number | Date | Country | |
---|---|---|---|
20090086356 A1 | Apr 2009 | US |