1. Field of the Invention
The present invention relates to method and apparatus for checking read errors using two CRC (Cyclic Redundancy Check) stages, and preferably to method and apparatus for detecting errors read from a magnetic disk storage medium in the read channel of a hard disk drive. The present invention also relates to method and apparatus for detecting and correcting such errors.
2. Background Information
In a data storage system (such as a computer hard disk drive), it is very important that the data read from the data storage system is accurate. One solution is to use an error-correcting code (ECC, such as Reed-Solomon code, etc.) to correct the errors in the data read out from the storage device. However, if the number of errors in the read out data is greater than the designed ECC correction power, there is a small probability that the ECC unit may add errors to the data; this is called miscorrection. A second error detection code, usually a cyclic redundancy check (CRC) code, may be used to detect such miscorrection. Each of U.S. Pat. Nos. 5,157,669; 5,671,237, and 5,909,334 describes circuitry and processes for detecting and correcting errors in digital data read from disk storage media. The contents of these three U.S. patents is incorporated herein by reference.
A disk drive data sector typically has 512 bytes of data, denoted B0, B1, . . . , B511. CRC bytes are calculated using all 512 bytes of data. In the following description, 4 CRC bytes will be used for simplicity. However, the techniques described can be easily used with other numbers of CRC bits/bytes, as needed. The techniques described below can be easily modified for other numbers of CRC bytes or other sector sizes.
Let C0, C1, C2, C3 be the 4 CRC bytes. Each byte includes 8 bits. Bits bi,0, . . . , bi,7 denote the 8 bits of the byte Bi, and a similar notation is used for other bytes. Let:
be the generator polynomial of the CRC code, where gi is either 0 or 1.
Now, let NI be the number of interleaves and Ui be XOR sum of data bytes across the interleaves, that is:
Ui=BN,xi+BN
where the “+” is a bitwise XOR operation, and s is the number of data bytes per sector. If other data (e.g., SPBA) needs to be protected by ECC and CRC, these data are treated as user data. (Example, U0=B0+B1+B2 in three interleave case, and U0=B0+B1+B2+B3 in four interleave case).
Let k be the least integer that greater than or equal to the number of data bytes divide by the number of interleaves, that is,
k=┌s÷NI┐. (3)
The CRC encoder calculates the remainder r(x) of the following polynomial:
divided by the generator polynomial of the CRC code, where L is the number of CRC bits. The 32 coefficients of r(x) form the 4 CRC bytes: C0=(r24, . . . , r31), C1=(r16, . . . , r23), C2=(r8, . . . , r15), C3=(r0, . . . , r7). Note that the bits order of the four CRC bytes does not matter as long as the CRC encoding and CRC checking units agree on the CRC bits order.
In three interleave case, all data are arranged as follows:
where Di,0, . . . , Di,2t−1 are the ECC bytes for the ith interleave generated by a Reed-Solomon encoder, and 2t is the number of ECC bytes per interleave.
In the four interleave case, the data arrangement would look like:
The three interleave case will be described in the following. All the data are written on the disk in the following “normal” order:
In
Another problem is that, the ECC unit 24 generates the error vector in a different order.
Instead of generating the error vector in the normal order shown below:
Thus, what is needed is a error detection technique which reliably and accurately detects errors in read digital data.
The present invention provides apparatus and method which uses two CRC stages to detect and/or correct errors in read digital data.
According to a first aspect of the present invention, structure and/or steps are provided for detecting errors in data stored in a data storage medium, including a correction device or step which receives at least one of (i) data and (ii) data with errors, from the data storage medium, and outputs an error sequence in a first order in the case where data with errors is received. A first CRC device or step is provided which receives at least one of (i) data and (ii) data with errors from the data storage medium, and outputs a CRC checksum. A second CRC device or step then receives both the error sequence and the CRC checksum, and outputs another CRC checksum indicative of whether the correction device or step has generated a correct error sequence.
According to a second aspect of the present invention, structure and/or function for determining whether digital data read from a digital data storage device contains errors, includes decoder structure that receives the digital data read from the storage device, the data comprising data bytes and bytes with errors interleaved in a first order, said decoder structure outputting an error sequence in a reversed interleaved order. A first CRC circuit receives the digital data read from the storage device in the first interleaved order, and outputs a remainder. A second CRC circuit receives both the error sequence in reverse interleaved order (generated by the correction device) and the remainder, performs a mathematical operation on the first error sequence and the remainder, and outputs an error signal when the mathematical operation determines that the correction device did not generate the error sequence correctly.
According to yet another aspect of the present invention, a read channel for a disk storage medium reads digital data comprising data bytes and bytes with errors, and includes a head for reading the digital data from the disk storage medium. An error correction device is provided which receives the data bytes and the bytes with errors from the disk storage medium, performs an error correction operation on the received bytes and bytes with errors, and outputs a first error sequence in a first order. A first CRC device receives the data bytes and the bytes with errors from the disk storage medium, performs a cyclic redundancy check operation on the received bytes, and outputs a CRC checksum. A second CRC device receives both the error sequence and the CRC checksum, performs a cyclic redundancy check operation on the received error sequence and CRC checksum, and outputs a signal indicative of the presence or absence of an error in the error sequence.
In a further aspect of the present invention, read channel apparatus for determining whether digital data read from a digital data storage device is to be error-corrected or re-read includes an error correction decoder that receives the digital data read from the storage device, the data comprising data bytes and bytes with errors interleaved in a first order, said decoder outputting an error sequence in a reversed interleaved order. A first CRC circuit is provided that receives the digital data read from the storage device in the first interleaved order, and outputs a remainder. A second CRC circuit receives both the error sequence in reversed interleaved order (generated by the correction device) and the remainder, performs a mathematical operation on the error sequence and the remainder, and outputs an error signal when the mathematical operation determines that an error exists in the error sequence. Error correction circuitry may also be provided for error-correcting the received data bytes when said second CRC circuit does not output the error signal. Additionally, control circuitry may also be supplied for causing the digital data to be re-read from the digital data storage device when said second CRC circuit outputs the error signal.
Other objects and advantages of the present invention will become apparent to those skilled in the art upon reading the following detailed description of preferred embodiments, in conjunction with the accompanying drawings, wherein like reference numerals have been used to designate like elements, and wherein:
While the present invention will be described with respect to the read channel of a magnetic disk drive, it is to be understood that the invention has applicability in other storage media such as magnetic tape, optical, magneto-optical, integrated circuits, and the like. The present invention may also find use in other technical fields such as digital transmission error detection in communications systems such as telephony, satellite, Internet, LANs, and the like. Also, the present invention will be described in terms of integrated circuitry residing on a single chip in the read channel of a computer hard disk drive. However, the present invention may be embodied in software, as a series of processing steps, or as a combination of hardware and software, as will be understood by those of ordinary skill in the art.
The present invention provides a second CRC decoding stage, which receives outputs from both the ECC decoder and the first CRC stage, to determine whether the error sequence generated in the ECC decoder is correct or not. Referring to
The present invention utilizes several additional techniques for accurately detecting errors in read data. First, the CRC-142 and the CRC-244 according to the present invention preferably use a binary code for the error detection rather than using a second Reed-Solomon code. (Both the CRC-142 and the CRC-244 use the same structure as shown in
Second, the “miscorrection detection” according to the preferred embodiment is based on (i) the raw data before ECC correction, and (ii) the error vector (error locations and error values). The CRC-1 and the R-S decoder use the raw data, and the R-S decoder provides the error vector. This is in contrast to the use of error location and evaluation polynomials.
Third, while binary CRC code typically operates at bit clock, the preferred embodiment uses a look-forward technique for the binary CRC polynomial division circuits so that the binary polynomial division circuit operates at byte clock (or other clock rates depending on how many bits are being “looked forward”). Both the CRC-1 and the CRC-2 in
Now, the method of error detection with reversed bit sequence will be described. Suppose
represents the data sequence in bits, and
d(x)=a(x)g(x)+r(x) (6)
Suppose r(x) (calculated by CRC-1, 42) is known, and the data sequence is in reverse order, i.e:
It should be determined whether this “reversed bit sequence” is actually the reversed sequence (i.e., whether the ECC unit 40 generated the error sequence correctly, in reversed order). Note that
xn−1d(x−1)=xn−1[a(x−1)g(x−1)]+xn−1r(x−1)=[xn−L−1a(x−1)][xLg(x−1)]+xn−1r(x−1) (8)
and therefore
xn−1d(x−1) xn−1r(x−1)=[xn−L−1a(x−1)][xLg(x−1)]. (9)
Thus, the “reversed sequence” is simply modified with the remainder calculated by CRC-1, (42 in
ĝ(x)=xLg(x−1), (10)
This remainder should be zero as shown above if the “reversed sequence” is indeed the reversed sequence.
Given the data sequence read back:
RB0, RB1, . . . , RB511, RC0, . . . , RC3, RD0,0, RD1,0, RD2,0, . . . , RD0,2t−1, RD1,2t−1, RD2,2t−1
and the error sequences generated by the ECC unit 40:
Given the above, the “miscorrection detection” algorithm is described as follows:
The circuitry for implementing the above algorithm (
Note that a variation of the above algorithm is also clear:
Let
represent k bits of data, then the circuit depicted in
The binary polynomial division circuit of
g(x)=1+x11+x25+x28+x29+x40 (13)
Note that this polynomial has the following advantages:
When CRC 44 of
Thus, what has been described is apparatus an method and apparatus for accurately detecting errors in received digital data.
The individual components shown in outline or designated by blocks in the attached drawings are all well-known in the error detection arts, and their specific construction and operation are not critical to the operation or best mode for carrying out the invention.
While the present invention has been described with respect to what is presently considered to be the preferred embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. To the contrary, the invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims. The scope of the following claims is to be accorded the broadest interpretation so as to encompass all such modifications and equivalent structures and functions.
This application is a continuation of U.S. patent application Ser. No. 10/118,504, filed Apr. 8, 2002 now U.S. Pat. No. 6,868,517, which claims priority under 35 U.S.C. § 119(e) to U.S. Provisional Application Ser. No. 60/290,683, filed May 15, 2001, the entire contents of each of which are incorporated by reference herein.
Number | Name | Date | Kind |
---|---|---|---|
5136592 | Weng | Aug 1992 | A |
5157669 | Yu et al. | Oct 1992 | A |
5602857 | Zook et al. | Feb 1997 | A |
5671237 | Zook | Sep 1997 | A |
5909334 | Barr et al. | Jun 1999 | A |
6092231 | Sze | Jul 2000 | A |
6317855 | Horibe | Nov 2001 | B1 |
6594793 | Guey | Jul 2003 | B1 |
Number | Date | Country | |
---|---|---|---|
60290683 | May 2001 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10118504 | Apr 2002 | US |
Child | 11049753 | US |