USRE34003E - Method and apparatus for encoding and mapping magnetic disk sector addresses - Google Patents
Method and apparatus for encoding and mapping magnetic disk sector addresses Download PDFInfo
- Publication number
- USRE34003E USRE34003E US07/592,908 US59290890A USRE34003E US RE34003 E USRE34003 E US RE34003E US 59290890 A US59290890 A US 59290890A US RE34003 E USRE34003 E US RE34003E
- Authority
- US
- United States
- Prior art keywords
- code word
- sector
- address code
- address
- bit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B20/00—Signal processing not specific to the method of recording or reproducing; Circuits therefor
- G11B20/10—Digital recording or reproducing
- G11B20/12—Formatting, e.g. arrangement of data block or words on the record carriers
- G11B20/1217—Formatting, e.g. arrangement of data block or words on the record carriers on discs
- G11B20/1252—Formatting, e.g. arrangement of data block or words on the record carriers on discs for discontinuous data, e.g. digital information signals, computer programme data
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B20/00—Signal processing not specific to the method of recording or reproducing; Circuits therefor
- G11B20/10—Digital recording or reproducing
- G11B20/18—Error detection or correction; Testing, e.g. of drop-outs
- G11B20/1833—Error detection or correction; Testing, e.g. of drop-outs by adding special lists or symbols to the coded information
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/10—Indexing; Addressing; Timing or synchronising; Measuring tape travel
- G11B27/19—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier
- G11B27/28—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier by using information signals recorded by the same method as the main recording
- G11B27/30—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier by using information signals recorded by the same method as the main recording on the same track as the main recording
- G11B27/3027—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier by using information signals recorded by the same method as the main recording on the same track as the main recording used signal is digitally coded
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B2220/00—Record carriers by type
- G11B2220/20—Disc-shaped record carriers
- G11B2220/25—Disc-shaped record carriers characterised in that the disc is based on a specific recording technology
- G11B2220/2508—Magnetic discs
Definitions
- This invention relates to computer systems in general and more particularly to methods for locating stored data on a magnetic disk.
- Computer systems often use peripheral storage devices, such as rotating magnetic disks, to store data.
- the data is stored on the disks in circuit tracks.
- Each track is divided into a number of sectors usually consisting of a fixed number of bytes, that is, eight-bit symbols.
- Each sector in turn, consists of two sections, a header section and a data section.
- the sector is uniquely identified by address symbols which are recorded in the header section of the sector when the disk is formatted.
- a disk drive has one or more read/write heads which must be positioned over sectors to perform storage or retrieval ("write” or “read”) operations in those sectors.
- Each read/write head is associated with one surface, or a portion of the surface, of a disk.
- the radial positioning of the heads is typically controlled by a single head positioner.
- the head positioner moves the heads radially to (approximately) position the appropriate head over the track containing the identified sector.
- Disk rotation then moves the successive sectors in the selected track under the head.
- the selected head must read each sector address as it moves by and determine whether or not the sector is the correct sector. This determination must be made by the time the end of the address portion of the sector has reached the read/write head. That is, if the drive is to perform a read or write operation in a sector, it must be ready to do so when the data portion of the sector, which closely follows the address portion, rotates under the head.
- the drive In order to determine if a sector is the correct sector, the drive reads the sector address from the disk and then compares it with the specified address of the sector in which data is to be read or written. If the addresses match, the data will be read from or written to the sector.
- the sector may be mistakenly identified as another sector.
- the address may, for example, be identified as sector 101 because of the errors, and the read or write operation that is to occur at sector 101 will be performed in the wrong sector.
- the sector addresses In order to avoid misinterpreting the address of a sector, the sector addresses must be written on the disk in such a way that even with a number of errors in a retrieved address, that is, the address as it is read from the disk, the sector will be correctly identified.
- the address is recorded several times, in succession.
- the specified sector address is compared with each copy of the address stored in the sector, and if some minimum number of retrieved addresses match the specified address the sector is determined to be the correct sector. Thus, if one of the copies of the address contains an error, the sector will still be identifiable.
- ECC error correction code
- the retrieved address is compared symbol by symbol with the desired address, after that address has been encoded. If the retrieved address matches the encoded address, or differs by less than some number of symbols, the sector is identified as the correct sector.
- the present invention is directed to an improvement over the foregoing system in which encoded addresses are provided with greater address protection against error than is otherwise achieved with the same number of redundancy (ECC) symbols.
- ECC redundancy
- an n-bit sector address is encoded using an error correction code such that the address is recorded without adding extra bits, that is, an n-bit encoded address is recorded.
- an n-bit encoded address can be correctly identified in spite of some specified number of errors, depending on the distance structure of the error correction code, without increasing the number of bits in the address.
- the invention leaves more disk space available for recording data than the encoding system discussed above, which records the address plus some number of multi-bit redundancy symbols.
- the invention which is an improvement over the previously discussed encoding system, takes advantage of the fact that the approximate position of the read/write heads relative to the disk surfaces is typically known, to within a relatively small number of contiguous tracks.
- the contiguous tracks, and the sectors within the tracks, constitute a "logical neighborhood".
- a header address contains high order bits identifying the logical neighborhood of a sector. Thus two locations with addresses having the same higher order bits are logically close, i.e. within the same neighborhood.
- the lower order address bits identify the location of the desired sector within the appropriate neighborhood. It is the lower order address bits which must be ascertained during read and write operations.
- the invention encodes the n-bit address such that addresses which are in a neighborhood, that is, addresses which are mathematically or numericaly close, are mapped to
- ECC is a distance D code.
- the ECC used depends on the selected distance D and the selected size of the neighborhood. Encoded addresses which are not in the same neighborhood may differ in fewer than D-1 bits.
- each original n-bit sector address is separated into two segments.
- One segment is a "k"-bit neighborhood address segment containing the k lower order, that is, least significant, address bits. These bits identify the location of the selected sector within a neighborhood.
- the second segment is an "n-k” bit higher order address segment containing the most significant sector address bits. These bits identify the neighborhood containing the selected sector.
- the k-bit neighborhood address segment is then encoded with an (n,k) distance D linear code to form an n-bit preliminary code word containing n-k redundancy (ECC) bits appended, as the most significant bits, to the k neighborhood address bits.
- ECC redundancy
- the (n-k)-bit higher order address segment is encoded by representing the segment in Gray code.
- the (n-k)-bit Gray coded segment is added modulo 2, that is, exclusive OR'd, to the n-k redundancy (ECC) bits of the preliminary code word, thus retaining the n-bit length of the address code word.
- ECC redundancy
- the address is first encoded in the manner set forth above, and the read/write head is moved to the logical neighborhood containing the sector.
- the encoded address is then compared, as discussed in reference to the previous encoding scheme, to the addresses written in the various sectors in the neighborhood. When a match within (D-2)/2 bits is found, the sector is identified as the correct sector.
- the encoded n-bit addresses are further encoded into p-bit addresses.
- the p-bit addresses contain the n address bits plus p-n redundancy bits.
- the p-n redundancy bits protect the sector addresses against errors, regardless of the neighborhoods in which the sectors are situated. Encoding the previously encoded n-bit addresses using a (p,n) distance "E" linear code ensures that all the sector addresses will be at least a distance E apart and all addresses within a logical neighborhood will be at least a distance D-1 apart, where D-1>E.
- FIG. 1 is a functional block diagram constructed in accordance with the invention.
- an n-bit sector address identifying one of 2 n sectors, is separated into two segments.
- the first is a k-bit neighborhood address segment containing the k lower order bits, that is, the bits identifying the location of the sector within the appropriate cylinder and/or track.
- the second segment is an (n-k)-bit address segment containing the higher order bits, that is, the bits identifying the cylinder and/or track containing the sector [Step 10].
- the k-bit neighborhood address segment is encoded into an n-bit preliminary code word, C i , using an (n,k) linear systematic code with a distance D [Step 12].
- the preliminary code word C i thus contains n-k redundancy bits as the higher order bits and the k neighborhood address bits as the lower order bits.
- the particular (n,k) linear code used to encode the k-bit segment depends on the distance D selected and also on the selected size of a neighborhood.
- a neighborhood consists of a group of sectors where the absolute difference of two sector addresses is less than 2 k . If the location of the read/write head is known to within a 2 k sector accuracy, a particular sector can be correctly identified, even if it contains up to (D-2)/2 errors. Thus the size of the neighborhood is selected based on the known accuracy of the head positioner.
- the n-k higher order bits are encoded into an (n-k)-bit segment which is the original (n-k)-bit segment represented in Gray code [Step 14].
- the encoding is performed by: (i) shifting the (n-k)-bit segment one bit to the right, that is, dropping the least significant bit; (ii) appending a ZERO-bit as the most significant bit to form an (n-k)-bit segment, A; and (iii) exclusive OR'ing the original (n-k)-bit segment to the segment A to form the Gray coded segment.
- the segment A is then added to the original (n-k)-bit address segment to form the Gray coded segment:
- Gray coding ensures that any two addresses which differ numerically by a value of one will differ in only one bit.
- the selected size of a neighborhood ensures that the higher order segments of any two sector addresses in a neighborhood will differ by at most a value of one.
- any two Gray coded segments associated with sectors within a neighborhood are either identical or, because of the Gray coding, differ in at most one bit.
- the Gray coded segment is exclusive OR'd to the n-k high order bits of the preliminary code word C i to form an address code word, C R [Step 15]. This changes the distance between any two neighborhood code words by at most one bit, that is, to a minimum distance of D-1, because of the distance structure of the Gray code. If the (n-k)-bit address segments were not Gray coded before adding them to the preliminary code words C i , the distance structure of the encoded addresses would change significantly due to the multi-bit differences between the numerically close segments.
- the address code word, C R is then recorded as the sector address [Step 16].
- C i and the Gray coded segment are added to produce the address code word, C R , which is recorded as the sector address:
- the desired sector can be correctly identified even if it contains (D-2)/2 errors. This distance feature is achieved without adding additional bits to the n-bit sector address.
- the address is encoded in the manner set forth above, and the encoded address is compared, that is, to the addresses read from the disk. If there are less than (D-2)/2 differences between the two addresses, the sector is the correct sector.
- Encoded sector addresses C R can be translated into the original n-bit address by inverse mapping.
- First the k least significant bits of C R which are the same as the k least significant bits of the original address, are encoded using the same (n,k) linear distance D code to form the corresponding preliminary code word C i .
- Next the preliminary code word C i is added to the code word C R to obtain an n-bit word which has k all-ZERO least significant bits and n-k Gray coded bits.
- w n-k is calculated by: (i) using the most significant bit w 1 , as the most significant bit, a 1 , of the original address; (ii) adding a 1 to w 2 , the next most significant bit, to calculate the next address bit, a 2 ; and (iii) repeating steps (i)-(ii) for each of the n-k bits.
- Inverse mapping which takes a relatively long time, is done only during "start-up" procedure to determine the position of the read/write head. It cannot be performed in the short time it takes for a sector address to rotate under the head during read or write operations.
- a second embodiment of the invention further encodes the n-bit code word C R into a "p"-bit code word, C P , containing n information bits and p-n redundancy bits, using an (n,p) distance E linear code.
- the p-bit code word C P is then recorded as the sector address.
- each sector address regardless of the neighborhood, is at least a distance of E from any other address.
- each address is at least a distance D-1 from any other neighborhood address.
- greater distance or error protection, (D-1)>E is achieved than is otherwise achieved using the same number of redundancy bits.
- the inverse mapping of the p-bit address C P into the original n-bit address is the same as the inverse mapping scheme discussed above, except that the p-bit code word C P is first decoded using conventional means to recover the n-bit code word C R .
- Sector addresses consisting of n multi-bit symbols can be similarly encoded over GF(2 m ) using the (n,k) and (p,n) codes.
- the Gray code encoding is performed in the binary field GF(2), however, the distance structure of the Gray code is retained in GF(2 m ), that is, encoded adjacent high order (n-k) symbol address segments will differ by at most one symbol.
- Each of the address encoding schemes discussed above offer error protection to an n-symbol sector address using a minimum number of error protection symbols. Thus more disk storage space is left free for data storage. This is particularly important as the density of data recording is repeatedly increased to allow more data to be recorded on a given size disk.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
Abstract
Description
0101+0010=0111
1001011+0111000=1110011=C.sub.R
1110011+1001011=0111000
w.sub.1 =0
w.sub.2 =0+1=1
w.sub.3 +1+1=0
w.sub.4 =0+1=1
Claims (42)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US07/592,908 USRE34003E (en) | 1988-03-31 | 1990-10-04 | Method and apparatus for encoding and mapping magnetic disk sector addresses |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US07/176,093 US4949200A (en) | 1988-03-31 | 1988-03-31 | Method and apparatus for encoding and mapping magnetic disk sector addresses |
US07/592,908 USRE34003E (en) | 1988-03-31 | 1990-10-04 | Method and apparatus for encoding and mapping magnetic disk sector addresses |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US07/176,093 Reissue US4949200A (en) | 1988-03-31 | 1988-03-31 | Method and apparatus for encoding and mapping magnetic disk sector addresses |
Publications (1)
Publication Number | Publication Date |
---|---|
USRE34003E true USRE34003E (en) | 1992-07-21 |
Family
ID=26871857
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US07/592,908 Expired - Lifetime USRE34003E (en) | 1988-03-31 | 1990-10-04 | Method and apparatus for encoding and mapping magnetic disk sector addresses |
Country Status (1)
Country | Link |
---|---|
US (1) | USRE34003E (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5442638A (en) * | 1994-01-10 | 1995-08-15 | International Business Machines Corporation | Apparatus and method for recording over defects in storage media |
EP0676762A2 (en) * | 1994-04-05 | 1995-10-11 | Quantum Corporation | Header verification using a multiple sector history |
WO1995034859A1 (en) * | 1994-06-16 | 1995-12-21 | Quantum Corporation | Robust and redundant physical block identification scheme for data storage devices |
US5488701A (en) * | 1994-11-17 | 1996-01-30 | International Business Machines Corporation | In log sparing for log structured arrays |
US5629915A (en) * | 1994-12-14 | 1997-05-13 | Mori; Ryoichi | Digital signal conversion enabling to find unauthorized change of the signal |
US5828508A (en) * | 1996-10-17 | 1998-10-27 | Maxtor Corporation | Technique for reducing overhead in a data storage system |
US20030087694A1 (en) * | 1999-06-17 | 2003-05-08 | Leonard Storch | System for machine reading and processing information from gaming chips |
US20050127708A1 (en) * | 2002-08-14 | 2005-06-16 | Wolfgang Richter | Retracting mechanism for use with both hard and hybrid retractable tops for vehicles |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4151571A (en) * | 1976-03-31 | 1979-04-24 | Compagnie Internationale Pour L'informatique Cii-Honeywell Bull (Societe Anonyme) | Method of writing addresses on a magnetic recording medium |
JPS58177537A (en) * | 1982-04-08 | 1983-10-18 | Matsushita Electric Ind Co Ltd | Optical disk |
EP0109551A2 (en) * | 1982-10-21 | 1984-05-30 | The Stypher Corporation | Apparatus for decoding video address code signals |
JPS59163124A (en) * | 1983-03-04 | 1984-09-14 | 株式会社 フジパツクシステム | Sealing device for cylindrical bag in bagging packer |
US4507693A (en) * | 1981-04-20 | 1985-03-26 | Hitachi, Ltd. | Control apparatus for rotation type storage device |
JPS60157770A (en) * | 1984-01-27 | 1985-08-19 | Sharp Corp | Magnetic recording and reproducing device |
EP0164891A1 (en) * | 1984-05-16 | 1985-12-18 | Sony Corporation | Methods of and apparatus for use in decoding digital data |
US4564945A (en) * | 1983-06-20 | 1986-01-14 | Reference Technology, Inc. | Error-correction code for digital data on video disc |
US4622602A (en) * | 1984-05-31 | 1986-11-11 | Sony Corporation | System for recording and/or reproducing digital data |
US4630140A (en) * | 1983-04-08 | 1986-12-16 | Matsushita Electric Industrial Co., Ltd. | Data recording/reproducing apparatus |
JPS6218681A (en) * | 1985-07-16 | 1987-01-27 | Sharp Corp | Video disc player |
US4661956A (en) * | 1984-03-02 | 1987-04-28 | Hitachi, Ltd. | Method of correcting errors of digital signals in the recording and reproduction of digital signals |
US4697212A (en) * | 1983-06-18 | 1987-09-29 | Sony Corporation | Method and apparatus for recording a digital information signal |
EP0248536A2 (en) * | 1986-05-31 | 1987-12-09 | Sony Corporation | Methods of and apparatus for seeking a target address on a record medium |
-
1990
- 1990-10-04 US US07/592,908 patent/USRE34003E/en not_active Expired - Lifetime
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4151571A (en) * | 1976-03-31 | 1979-04-24 | Compagnie Internationale Pour L'informatique Cii-Honeywell Bull (Societe Anonyme) | Method of writing addresses on a magnetic recording medium |
US4507693A (en) * | 1981-04-20 | 1985-03-26 | Hitachi, Ltd. | Control apparatus for rotation type storage device |
JPS58177537A (en) * | 1982-04-08 | 1983-10-18 | Matsushita Electric Ind Co Ltd | Optical disk |
EP0109551A2 (en) * | 1982-10-21 | 1984-05-30 | The Stypher Corporation | Apparatus for decoding video address code signals |
JPS59163124A (en) * | 1983-03-04 | 1984-09-14 | 株式会社 フジパツクシステム | Sealing device for cylindrical bag in bagging packer |
US4630140A (en) * | 1983-04-08 | 1986-12-16 | Matsushita Electric Industrial Co., Ltd. | Data recording/reproducing apparatus |
US4697212A (en) * | 1983-06-18 | 1987-09-29 | Sony Corporation | Method and apparatus for recording a digital information signal |
US4564945A (en) * | 1983-06-20 | 1986-01-14 | Reference Technology, Inc. | Error-correction code for digital data on video disc |
JPS60157770A (en) * | 1984-01-27 | 1985-08-19 | Sharp Corp | Magnetic recording and reproducing device |
US4661956A (en) * | 1984-03-02 | 1987-04-28 | Hitachi, Ltd. | Method of correcting errors of digital signals in the recording and reproduction of digital signals |
EP0164891A1 (en) * | 1984-05-16 | 1985-12-18 | Sony Corporation | Methods of and apparatus for use in decoding digital data |
US4622602A (en) * | 1984-05-31 | 1986-11-11 | Sony Corporation | System for recording and/or reproducing digital data |
JPS6218681A (en) * | 1985-07-16 | 1987-01-27 | Sharp Corp | Video disc player |
EP0248536A2 (en) * | 1986-05-31 | 1987-12-09 | Sony Corporation | Methods of and apparatus for seeking a target address on a record medium |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5442638A (en) * | 1994-01-10 | 1995-08-15 | International Business Machines Corporation | Apparatus and method for recording over defects in storage media |
US5568627A (en) * | 1994-04-05 | 1996-10-22 | Quantum Corporation | Header verification in a disk drive using sector histories for improved format efficiency |
EP0676762A2 (en) * | 1994-04-05 | 1995-10-11 | Quantum Corporation | Header verification using a multiple sector history |
EP0676762A3 (en) * | 1994-04-05 | 1996-04-03 | Quantum Corp | Header verification using a multiple sector history. |
WO1995034859A1 (en) * | 1994-06-16 | 1995-12-21 | Quantum Corporation | Robust and redundant physical block identification scheme for data storage devices |
US5521929A (en) * | 1994-06-16 | 1996-05-28 | Quantom Corporation | Robust and redundant physical block identification scheme for data storage devices |
US5488701A (en) * | 1994-11-17 | 1996-01-30 | International Business Machines Corporation | In log sparing for log structured arrays |
US5629915A (en) * | 1994-12-14 | 1997-05-13 | Mori; Ryoichi | Digital signal conversion enabling to find unauthorized change of the signal |
US5828508A (en) * | 1996-10-17 | 1998-10-27 | Maxtor Corporation | Technique for reducing overhead in a data storage system |
US20030087694A1 (en) * | 1999-06-17 | 2003-05-08 | Leonard Storch | System for machine reading and processing information from gaming chips |
US7124947B2 (en) | 1999-06-17 | 2006-10-24 | Cias, Inc. | Self-clocking n,k code word without start or stop |
US7753781B2 (en) | 1999-06-17 | 2010-07-13 | Cias, Inc. | System for machine reading and processing information from gaming chips |
US20050127708A1 (en) * | 2002-08-14 | 2005-06-16 | Wolfgang Richter | Retracting mechanism for use with both hard and hybrid retractable tops for vehicles |
US7377574B2 (en) * | 2002-08-14 | 2008-05-27 | Wilhelm Karmann Gmbh | Retracting mechanism for use with both hard and hybrid retractable tops for vehicles |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4949200A (en) | Method and apparatus for encoding and mapping magnetic disk sector addresses | |
US4271519A (en) | Address mark generation and decoding method | |
US7099095B1 (en) | Track identification codewords having multiple bit error correction capability and generalized gray code property | |
US4949342A (en) | Code error detecting method | |
JP3405712B2 (en) | Data recovery method and data storage device | |
JP4709485B2 (en) | On-drive integrated sector format RAID error correction code system and method | |
US6367047B1 (en) | Multi-level error detection and correction technique for data storage recording device | |
US4847705A (en) | Method and apparatus for encoding magnetic disk sector addresses | |
US5265104A (en) | Data storage system including redundant storage devices | |
JP2005500730A (en) | Improved coding when information is provided to the decoder | |
US6052817A (en) | Data storage system including data randomizer responsive to address of selected data storage location | |
USRE34003E (en) | Method and apparatus for encoding and mapping magnetic disk sector addresses | |
US4914535A (en) | Synchronization for stored data | |
US4989211A (en) | Sector mis-synchronization detection method | |
US6769088B1 (en) | Sector-coding technique for reduced read-after-write operations | |
US6587977B1 (en) | o,k,m,/m recording code | |
US7131052B2 (en) | Algebraic decoder and method for correcting an arbitrary mixture of burst and random errors | |
KR20040073451A (en) | Simple decoding method and apparatus | |
JPH11297000A (en) | Data generating method and data generating device | |
US5521929A (en) | Robust and redundant physical block identification scheme for data storage devices | |
US6694473B1 (en) | Parallel signal decoding method | |
US20090310240A1 (en) | Coding technique for correcting media defect-related errors and random errors | |
KR20040094436A (en) | Method of joint decoding of possibly mutilated code words | |
WO2004084416A1 (en) | Method of storing information on an optical disc |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: QUANTUM CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DIGITAL EQUIPMENT CORPORATION;REEL/FRAME:007166/0018 Effective date: 19941003 Owner name: CANADIAN IMPERIAL BANK OF COMMERCE, AS ADMINIST Free format text: SECURITY INTEREST;ASSIGNOR:QUANTUM CORPORATION;REEL/FRAME:007152/0815 Effective date: 19941003 |
|
AS | Assignment |
Owner name: CANADIAN IMPERIAL BANK, AS ADMINISTRATIVE AGENT, N Free format text: RELEASE;ASSIGNOR:QUANTUM CORPORATION;REEL/FRAME:008744/0904 Effective date: 19970818 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
AS | Assignment |
Owner name: MAXTOR CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:QUANTUM CORPORATION;REEL/FRAME:012653/0726 Effective date: 20010724 |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATE Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 |
|
AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: SEAGATE TECHNOLOGY HDD HOLDINGS, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: MAXTOR CORPORATION, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 |
|
AS | Assignment |
Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CAYMAN ISLANDS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: EVAULT INC. (F/K/A I365 INC.), CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY US HOLDINGS, INC., CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 |