WO2000023998A1 - Rewrite method and apparatus for data storage device - Google Patents

Rewrite method and apparatus for data storage device

Info

Publication number
WO2000023998A1
WO2000023998A1 PCT/US1999/024665 US9924665W WO0023998A1 WO 2000023998 A1 WO2000023998 A1 WO 2000023998A1 US 9924665 W US9924665 W US 9924665W WO 0023998 A1 WO0023998 A1 WO 0023998A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
track
data
packets
storage medium
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.)
Ceased
Application number
PCT/US1999/024665
Other languages
English (en)
French (fr)
Other versions
WO2000023998A9 (en
Inventor
Thomas E. Zaczek
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ecrix Corp
Original Assignee
Ecrix Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Ecrix Corp filed Critical Ecrix Corp
Priority to DE69933938T priority Critical patent/DE69933938T2/de
Priority to EP99955115A priority patent/EP1125295B1/en
Priority to AU11292/00A priority patent/AU1129200A/en
Priority to JP2000577662A priority patent/JP2002528839A/ja
Publication of WO2000023998A1 publication Critical patent/WO2000023998A1/en
Anticipated expiration legal-status Critical
Publication of WO2000023998A9 publication Critical patent/WO2000023998A9/en
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs
    • G11B20/1883Methods for assignment of alternate areas for defective areas
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs
    • G11B20/1833Error detection or correction; Testing, e.g. of drop-outs by adding special lists or symbols to the coded information
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs
    • G11B20/1879Direct read-after-write methods
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B2220/00Record carriers by type
    • G11B2220/90Tape-like record carriers

Definitions

  • the present invention pertains generally to data recording/recovery devices, and more particularly to a method for rewriting data that fails a check-after-write test to ensure data integrity.
  • Data storage devices which are used in both short- and long-term capacities, are an integral part of modern computer systems. While factors such as costs, device form factor, storage media size and capacity, and recording and recovery times are of high importance, of primary concern is the ability to maintain data integrity.
  • many tape drives include a check-after-write scheme whereby data is verified by a read head as the data is recorded onto the tape.
  • a check-after-write scheme whereby data is verified by a read head as the data is recorded onto the tape.
  • the newly recorded data is verified half a drum rotation later by a pair of alternate azimuth read heads located 180 degrees relative to the pair of write heads.
  • the backhitching sequence can be avoided by simply rewriting tracks that contain "bad" data further down the tape without stopping the process.
  • this methodology has the disadvantage that if the rewrite count is high, a significant portion of the tape is occupied by duplicate tracks containing mainly redundant "good” data, thereby reducing the storage capacity of the tape.
  • the present invention is a novel method and apparatus for performing rewrites at the packet level by allowing data to be recorded onto tracks on a magnetic media in any address sequence.
  • Local packet address information is included in the track packet itself to allow track packets to be written to the storage medium in any addressing order. This allows a single packet to be rewritten along a later track among other track packets that are being recorded for the first time, thereby reducing rewrite track overhead and eliminating the requirement for a lengthy backhitching sequence.
  • FIG. 1 is a system diagram of a data recording/recovery device in which the invention operates
  • FIG. 2 is a diagram illustrating a control packet
  • FIG. 3 is an illustrative embodiment of a local packet address (LPA) in accordance with the invention
  • FIG. 4(a) is a diagram illustrating the relationship between a global segment address and a local packet address
  • FIG. 4(b) is a diagram illustrating the relationship between the global segment address, local packet address, and physical segments on a storage medium
  • FIG. 5 is a diagram illustrating one embodiment of the contents and organization of a segment of a multi-segment data buffer implemented in accordance with the invention
  • FIG. 6(a) is a diagram of a data packet completely filled with user data
  • FIG. 6(b) is a diagram of a data packet filled partially with user data and padded with fill data
  • FIGS. 7(a) - 7(d) illustrate one embodiment of key overhead packet
  • FIG. 8 is a diagram illustrating one embodiment of the contents and organization of a packet status table corresponding to the segment of FIG. 5;
  • FIG. 9 is a flowchart illustrating one embodiment of a method for performing rewrites of bad packets in accordance with the invention.
  • a technique for rewriting data that fails a check-after-write test in a data recording/recovery device without requiring a backhitching sequence or the overhead of rewriting entire tracks is described in detail hereinafter.
  • the invention is described in the context of a magnetic tape drive; however, the method of the invention may be employed in any recording/recovery device that writes data in tracks onto the storage medium.
  • FIG. 1 is an illustrative embodiment of a data storage system in which the present invention operates.
  • user data 3 is typically transferred to and from a recording/recovery device 4 by a host system 2 in variable length logical block sets 3.
  • Each logical block set (LBS) 3 is a collection of user data bytes that contain a variable number of logical blocks (LBO, LB1 , ..., LBN).
  • Each logical block (LB) is defined within its LBS by a unique logical block address (LBA).
  • LBS data 3 is partitioned into a number of fixed-sized data packets 30 by a data buffer manager 6 and placed within a buffer packet 15 in a data buffer 10 until being transferred to the storage medium 50.
  • write logic manager 18 causes packet CRC generator 20 to generate a packet cyclical redundancy code (CRC) over the packet and packet ECC generator 22 to generate a packet ECC over the packet and packet CRC.
  • CRC packet cyclical redundancy code
  • ECC generator 22 to generate a packet ECC over the packet and packet CRC.
  • Write logic manager 18 formats the packet, packet CRC, and packet ECC, a logical packet address (LPA), and framing information into a track packet 7.
  • the LPA comprises the address of the location of the packet in the segment 11.
  • each track packet 7 is a fixed size and includes framing information 72, a local packet address field 74, a packet field 76, a packet CRC field 78, and a packet ECC field 80.
  • a packet frame synchronizer 34 uses the framing information 72 to detect the leading edge of a track packet 7.
  • Framing information 72 is a unique signal that is sent between track packets 7 in the channel domain to provide synchronization for track packet detection. This signal does not obey the run-length restriction of the channel modulation code and does not have a byte symbol associated with it, meaning that it is not decoded to a byte symbol by demodulator/decoder 36.
  • the packet framing signal is 16 bit cells long and is a 4, 8, 4 pattern.
  • a demodulator/decoder 36 demodulates and decodes the packet 7.
  • a read logic manager uses the local packet address field 74 to first determine whether the track packet 7 contains a control packet. The handling of control packets is performed by control packet processor 42 (discussed hereinafter). If the track packet 17 does not contain a control packet, it contains either a data packet 30, an overhead packet 32, or a segment ECC packet 34. Read logic manager 38 uses the local packet address 74 along with the current global segment address (discussed hereinafter with respect to control packets) to determine the correct location of the track packet in the buffer 10. Read logic manager 38, in conjunction with packet CRC generator/error detector 20, uses the packet CRC field 78 to detect whether track packet 7 contains any errors.
  • Control packets 36 are generated during a recording session by a control packet processor 42, and contain information relating to the position of the media (such as beginning- or end-of-media), the beginning and or ending of files or data (e.g., filemarks, tapemarks, end-of-data marks), global address information (e.g., the global segment address of data surrounding the control packet), and system information (such as device control code).
  • control packets 36 are processed by control packet processor 42 to determine the position of the storage media and where to place recovered data packets, buffer overhead packets, and segment ECC packets in the data buffer.
  • Certain control packets are periodically placed along the tracks 9 of the storage medium 50 and contain a global segment address (GSA) 37.
  • Control packet processor 42 extracts the global segment address 37 from these control packets 36 and maintains the current global segment address 37 in local storage.
  • the GSA 37 is used in concert with a local packet address (LPA) contained in the LPA field 74 of each track packet 7 to define the location of a packet in a segment 11 of the buffer 10.
  • FIG. 3 is a diagram illustrating one embodiment of the definition of LPA field 74 in accordance with the invention.
  • the LPA field 74 is a two-byte field that indicates whether the packet is a data/overhead/ECC packet 30, 32, 34 or a control packet 36.
  • the LPA field 74 contains the buffer segment 11 address for the packet. As illustrated, if the track packet 7 contains a data/overhead packet 30/32, the segment address is defined in bits 13:11 , the row address is defined in bits 10:6, and the column address is defined in bits 5:1. Bit 0 indicates whether the packet is a rewritten packet. The locations of the row, column, diagonal and special ECC packets 34 are defined as illustrated. If the track packet 7 contains a control packet 36, bits 5:1 contain a type definition.
  • the lower 5 bits of the current GSA are shared by the upper 5 bits of the local packet address (LPA) field 74 of a track packet.
  • the upper two bits 15:14 of the LPA allow for a four-segment aliasing, as illustrated in FIG. 4(a). In other words, the tape must physically move the equivalent of four memory buffers before LPAs begin to repeat.
  • the global segment address (GSA) 37 addresses each segment 1 1 boundary in the data buffer 10 which corresponds to a physical segment 52 on tape 50, as shown in FIG. 4(b).
  • the data buffer 10 comprises six buffer segments 11.
  • the GSA 37 is a 24-bit number that spans an address range of 2 24 segments 11 , which covers the entire span of the storage media 50.
  • the LPA allows data overhead/ECC packets 30, 32, 34 to be located unambiguously in the correct buffer segment 11 within four complete buffers 10 (of six segments 11 each).
  • the two-byte LPA field 74 is combined with the 3- byte GSA 37 from an associated control packet 36 to uniquely identifies every data/overhead/ECC packet 30, 32, 34 location in a tape volume.
  • the write logic never allows local packet address 74 numbers spanning more than six segments 11 to exist on tape 50 within the same track 9.
  • the local packet address (LPA) 74 must be initialized at the start of a write session. Starting points for write sessions must initialize the LPA 74 to the starting address of a buffer segment 11. For initializing a tape partition, the hardware in the illustrative embodiment uses a value of zero for the initial value. Subsequent write sessions always involve a splicing operation that first read what the last LPA 74 used was. The new write data after the splice point then uses the next address that starts the next buffer segment 11.
  • this addressing scheme namely the inclusion of a local packet address in each packet and the availability of an associated global segment address periodically written nearby its associated packets, provides a method for unambiguously indicating the correct location of a packet in a segment 11 of the data buffer 10.
  • FIG. 5 illustrates one embodiment of the contents and organization of a segment 11 of a multi-segment data buffer 10 implemented in accordance with the invention.
  • segment 11 comprises a set of fixed- size buffer packets 15, each belonging to either a data/overhead area 104 or a segment ECC area 106.
  • the data/overhead area 104 comprises 114 packets 15 of 64 bytes each, and arranged in a 32- by-32 array. Packets 15 in the data/overhead area 104 contain either data packets 30 or overhead packets 32.
  • Overhead packets 32 are used to locate the positions of where the LBS's 3 start and end in the segment 1 1.
  • a packet 15 residing in the data/overhead area 104 of segment 11 contains either a data packet 30 or a overhead packet 32.
  • Each data packet 30 is either completely filled with LBS data, as illustrated in FIG. 6(a) or contains LBS data followed by "fill" data, as illustrated in FIG. 6(b).
  • the last data packet 30 of a given LBS 3 is padded out with don't-care "fill" data. Every LBS 3 begins at the beginning of a data packet 30 boundary, and each data packet 30 contains no more than one LBS.
  • Data/overhead area 104 of segment 11 also contains at least one overhead packet 32.
  • Overhead packets 32 contain overhead information about the LBS's 3 that are stored in the segment 11. This information includes the location of all junctions between LBS's 3 residing in the segment 11 , the logical block address (LBA) of the first LBS 3 to start in the segment 11 , the size and number of logical blocks (LB's) within each LBS 3 that starts in the segment 11 , the tape partition, volume initialization count, compression mode indicator, segment flush indicator, and the segment CRC.
  • LBA logical block address
  • LB's logical blocks
  • the number of overhead packets 32 in a given segment 11 is variable and depends on the number of LBS's that reside in the same segment.
  • the variable overhead scheme optimizes the segment overhead space used.
  • Each segment 11 contains at least one overhead packet 32, called the key overhead packet 32.
  • the key overhead packet 32 always occupies the last packet location of the segment (in the illustrative embodiment, row 31 , column 31 ). If there are less than seven LBS junctions within the segment 11 , the key overhead packet 32 is the only overhead packet 32 in the segment 11 and the LBS data can occupy up to the next to last packet location (row 31 , column 30).
  • FIG. 7(a) illustrates one embodiment of key overhead packet 32.
  • key overhead packet 32 occupies 64 bytes, comprising nine separate fields. These fields include a main key field 202, the segment CRC field 204, a first LBS attributes field 206, and six LBS boundary fields 208a-208f. Each field 202, 204, 206, and 208a-208f include an 8-bit CRC associated with them for error detection across their field.
  • FIG. 7(b) illustrates one embodiment of the main key field 202 in key overhead packet 32.
  • Main key field 202 occupies four bytes including one unused byte 210, a segment key 212, the location of the last LBS boundary 214, and the main key field CRC 216.
  • the segment key 212 include bits SKIP, SYS DATA, LBS ENDED,
  • LBS STARTED and FLUSH which are used for conveying key information about the LBS's that are stored in the segment 11.
  • the last used overhead packet 32 is adjacent to the last data packet 30 in the segment 11 , except for when the segment 1 1 is flushed or when a single unused packet 15 is skipped.
  • SKIP bit is set to indicate the latter case.
  • SYS DATA is set to indicate that the LBS data in this segment 1 1 is not user logical block data but rather system data. System data may include data created by the drive used to store control information such as locations of filemarks, directory structure, and logical format information as controlled by software.
  • LBS ENDED bit is set only when at least one LBS 3 has an endpoint residing in this segment 11.
  • LBS STARTED bit is set only when at least one LBS 3 has a starting point in this segment 11.
  • FLUSH bit is set to indicate that the segment 11 has been flushed, as described hereinafter.
  • the main key field 202 also includes a last LBS boundary field location 214. This is an 8-bit value which locates the last LBS boundary field location within the overhead area of the segment 11. Five bits are used to indicate which column of row 31 the overhead packet 32 that contains this field is located. The remaining three bits are intra- packet (IPK) bits used to specify one of eight starting addresses within the 64-byte data packet where the last LBS boundary field begins.
  • the main key field 202 includes an 8-bit CRC field 216 which is used to store the CRC calculated across the main key field 202.
  • the CRC polynomial is: X[8] + X[7] + X[2] + X[0].
  • Key overhead packet 200 in FIG. 7(a) also includes a segment CRC field 204.
  • segment CRC 204 is a 4-byte CRC used for storing the segment post-correction error detection, and is discussed hereinafter.
  • Key overhead packet 32 may also include one and up to six LBS boundary fields 208a-308f.
  • FIG. 7(d) illustrates one embodiment of the format of an LBS boundary field 208, including a logical block size field 230, a number of logical blocks per LBS field 232, a logical block compression mode (LBSC) indicator 234, an LBS endpoint location 236, 238, 240, a skip indicator 242, a flush indicator 244, an endpoint valid indicator 246, and an LBS boundary field CRC 248.
  • Logical block size field 230 occupies 18 bits in the illustrative embodiment and specifies the size of the logical blocks (LB) 104 stored within the logical block set (LBS) 3.
  • the number of logical blocks per LBS field 232 occupies 13 bits and specifies how many LB's 104 are stored within the LBS 3.
  • the logical block compression mode (LBSC) indicator 234 is set only when the LBS 3 has been compressed by compression hardware 116.
  • the location of a valid LBS endpoint is determined using a 6-bit LBS endpoint byte field 236, a 5-bit LBS endpoint column field 238, and a 5-bit LBS endpoint row field 240, in combination with endpoint validity indicator VALID END 246. Only if the VALID END indicator 246 is set is the endpoint location valid.
  • An example of a valid LBS boundary field 208 having an invalid endpoint would be for an LBS 3 that started in this segment 11 but ended in the next segment.
  • LBS boundary field CRC 248 contains the CRC calculated over the entire 8-byte LBS boundary field 208, using the polynomial: X[8] + X[7] + X[2] + X[0].
  • LBS boundary fields 208a-308f are valid in a given overhead packet 32.
  • the main key field 202 in the overhead packet 32 points to the last valid LBS boundary field 208 within the overhead packet 32. Also, if an LBS 3 starts in a segment 11 but does not end in the same segment 11 , the last four bytes of the endpoint are not valid, but the first four bytes are valid.
  • the FIRST VALID bit in the segment key field 212 in the main key field 202 of the key overhead packet 32 indicates that the first LBS that starts in the segment starts in the very first location of the segment (e.g., address 0). Referring back to FIG. 5, segment 11 comprises a set of packets 15 organized into a segment ECC area 106.
  • each buffer segment 1 1 utilizes a 32-bit (4-byte) CRC for error detection and a multiple-layer Reed-Solomon scheme for error correction.
  • a 32-bit CRC used for segment post-correction error detection is stored in the segment CRC field 204 of the segment key overhead packet 32.
  • All of the data packets 30 residing in the segment data/overhead area 104 of a segment 11 are divided by a CRC generator polynomial implemented in the CRC generator 14 to produce the 4-byte CRC.
  • the last data packet 30 of the segment 11 (which may contain fill data if an LBS ends in it) is always used as a complete segment in this calculation.
  • Multi-layer redundancy is provided by pairs P and Q of redundant codes generated over a plurality of patterns of packets 15 of a segment 11 of buffer 10.
  • the plurality of patterns include rows, columns, and diagonals. Other patterns may be used.
  • error correction is performed over all of the first redundant codes P for both row and column ECC codes, and all of the second redundant codes Q for both row and column ECC codes to generate special ECC codes 158.
  • Segment ECC generator 16 includes a Reed-Solomon Syndrome generator and correction circuit that provides for a one- or two-packet correction in any row, column, or diagonal of the data/overhead area 104 of segment 11 by using erasure pointers.
  • column redundancy is provided by column ECC packets P 154 and Q 155 for each column (0 through 31 ) of data/overhead area 104 of buffer segment 11.
  • the entire 32-packet-by- 32-packet data/overhead area 104 of the buffer segment 11 is used to generate column ECC redundancy.
  • Each of the 32 columns of packets 30 in the data/overhead area 104 is used to generate two unique redundant codes in column ECC packets P 154 and Q 155.
  • Diagonal redundancy is provided by diagonal ECC packets P 156 and Q 156 for each diagonal (0 through 31) of data/overhead area 104 of buffer segment 11.
  • the diagonals are defined to each include 32 packets.
  • a given diagonal N starts at column 0 and row N, and the next element of the diagonal is found by incrementing both the current column number and current row number, modulo 32.
  • Table 1 illustrates the calculation of the diagonals for this embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
PCT/US1999/024665 1998-10-20 1999-10-20 Rewrite method and apparatus for data storage device Ceased WO2000023998A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
DE69933938T DE69933938T2 (de) 1998-10-20 1999-10-20 Wiedereinschreibungsverfahren und -gerät für datenspeichervorrichtung
EP99955115A EP1125295B1 (en) 1998-10-20 1999-10-20 Rewrite method and apparatus for data storage device
AU11292/00A AU1129200A (en) 1998-10-20 1999-10-20 Rewrite method and apparatus for data storage device
JP2000577662A JP2002528839A (ja) 1998-10-20 1999-10-20 データ記憶装置のための書換え方法及び装置

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/176,015 1998-10-20
US09/176,015 US6381706B1 (en) 1998-10-20 1998-10-20 Fine granularity rewrite method and apparatus for data storage device

Publications (2)

Publication Number Publication Date
WO2000023998A1 true WO2000023998A1 (en) 2000-04-27
WO2000023998A9 WO2000023998A9 (en) 2002-08-22

Family

ID=22642630

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1999/024665 Ceased WO2000023998A1 (en) 1998-10-20 1999-10-20 Rewrite method and apparatus for data storage device

Country Status (7)

Country Link
US (1) US6381706B1 (https=)
EP (1) EP1125295B1 (https=)
JP (1) JP2002528839A (https=)
AT (1) ATE344961T1 (https=)
AU (1) AU1129200A (https=)
DE (1) DE69933938T2 (https=)
WO (1) WO2000023998A1 (https=)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1267349A4 (en) * 2001-01-19 2005-11-02 Sony Corp DATA RECORDING METHOD AND DATA RECORDING / REPRODUCING DEVICE, RECORDING MEDIUM
WO2010078992A1 (en) * 2009-01-09 2010-07-15 International Business Machines Corporation Rewriting codeword objects to magnetic data tape upon detection of an error

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6603618B1 (en) * 1998-11-16 2003-08-05 Exabyte Corporation Method and system for monitoring and adjusting tape position using control data packets
US6856479B2 (en) * 2002-01-29 2005-02-15 International Business Machines Corporation Writing synchronized data to magnetic tape
JP3823095B2 (ja) * 2003-04-17 2006-09-20 インターナショナル・ビジネス・マシーンズ・コーポレーション 記憶装置、制御方法、プログラム、プログラム記録媒体、及びデータ記録媒体
KR100667773B1 (ko) * 2004-11-11 2007-01-11 삼성전자주식회사 Dab에서 데이터 서비스용 데이터의 수신 에러 검출방법및 장치
US7433141B2 (en) * 2005-03-09 2008-10-07 Tandberg Data Corporation Data randomization for rewriting in recording/reproduction apparatus
US20060204209A1 (en) * 2005-03-09 2006-09-14 Exabyte Corporation Pause strategy for magnetic tape recording
GB2431252B (en) * 2005-10-11 2010-06-09 Hewlett Packard Development Co Data transfer device
US7782726B2 (en) * 2006-03-07 2010-08-24 Marvell World Trade Ltd. Write splice for optical recording channels
US7836379B1 (en) * 2006-04-03 2010-11-16 Marvell International Ltd. Method for computing buffer ECC
US7840878B1 (en) 2006-04-11 2010-11-23 Marvell International Ltd. Systems and methods for data-path protection
US9564988B2 (en) * 2007-07-26 2017-02-07 The Directv Group, Inc. Method and system for forming a formatted content stream and using a cyclic redundancy check
US8230316B2 (en) * 2008-01-25 2012-07-24 Nevion Usa, Inc. Forward error correction for burst and random packet loss for real-time multi-media communication
US7898758B2 (en) * 2008-10-01 2011-03-01 Dell Products L.P. Systems and methods for storing data to magnetic tape having damaged areas
US8321753B2 (en) * 2010-04-13 2012-11-27 Juniper Networks, Inc. Optimization of packet buffer memory utilization
US8719621B1 (en) 2010-05-05 2014-05-06 Marvell International Ltd. Solid-state disk cache assisted redundant array of independent disks
US12250290B2 (en) 2022-02-08 2025-03-11 Samsung Display Co., Ltd. System and method for efficient transition encoding

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4637023A (en) * 1983-02-14 1987-01-13 Prime Computer, Inc. Digital data error correction method and apparatus
US5341378A (en) * 1992-02-28 1994-08-23 Ampex Systems Corporation Data recording system having improved automatic rewrite capability and method of rewriting
EP0793228A1 (en) * 1996-01-11 1997-09-03 Quantum Corporation Envelope comprising randomly ordered data blocks on a tape

Family Cites Families (96)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3821710A (en) 1972-12-04 1974-06-28 Little Inc A Multimode search and retrieval tape system
JPS5736656B2 (https=) 1973-11-20 1982-08-05
US4011587A (en) 1974-03-14 1977-03-08 International Business Machines Corporation Rotary head magnetic recorder for use with a specific record member
US4106065A (en) 1976-03-19 1978-08-08 Ampex Corporation Drive circuitry for controlling movable video head
US4175267A (en) 1976-07-30 1979-11-20 Sony Corporation Method and apparatus of inserting an address signal in a video signal
US4099211A (en) 1976-09-13 1978-07-04 Ampex Corporation Positionable transducing mounting structure and driving system therefor
US4125881A (en) 1977-05-19 1978-11-14 International Business Machines Corporation Tape motion control for reel-to-reel drive
JPS5492308A (en) 1977-12-29 1979-07-21 Sony Corp Head tracking device in recorder-reproducer
DE2841728C2 (de) 1978-09-26 1984-08-09 Robert Bosch Gmbh, 7000 Stuttgart Verfahren und Schaltungsanordnung zur Wiedergabe eines auf Magnetband gespeicherten Videosignals mit veränderlicher Geschwindigkeit
US4215377A (en) 1978-10-10 1980-07-29 Norris Elwood G Multi-speed tape cassette system
DE2906836A1 (de) 1979-02-22 1980-09-04 Blaupunkt Werke Gmbh Informationsaufzeichnungs- und informationswiedergabegeraet
US4257075A (en) 1979-03-23 1981-03-17 Minnesota Mining And Manufacturing Company Tape magazine and recording and/or playback machine with improved magazine locating and loading structure
AU536904B2 (en) 1979-06-06 1984-05-31 Sony Corporation Magnetic tape loading apparatus
AU540275B2 (en) 1979-09-27 1984-11-08 Sony Corporation V.t.r. synchronizing system
JPS5683808A (en) 1979-12-11 1981-07-08 Sony Corp Magnetic recording and reproducing device
JPS5693157A (en) 1979-12-26 1981-07-28 Hitachi Ltd Tape sound recorder
JPS56156924A (en) 1980-05-08 1981-12-03 Sony Corp Track following device
JPS5727421A (en) 1980-07-23 1982-02-13 Sony Corp Track following device
JPS5733417A (en) 1980-07-31 1982-02-23 Fujitsu Ltd Step feed controlling system of information medium
JPS5755579A (en) 1980-09-19 1982-04-02 Sharp Corp Recorder and reproducer
US4467373A (en) 1980-10-09 1984-08-21 Micro Consultants Limited Storage and retrieval of digital data on video tape recorders
JPS5783978A (en) 1980-11-12 1982-05-26 Sony Corp Video signal recorder and reproducer
JPS5786161A (en) 1980-11-17 1982-05-29 Sony Corp Tape loading device
US4412260A (en) 1981-04-24 1983-10-25 Magnetic Peripherals Inc. Cartridge receiver mechanism
JPS57203228A (en) 1981-06-09 1982-12-13 Sony Corp Tracking adjuster
GB2111288B (en) 1981-11-20 1985-04-11 Sony Corp Magnetic tape recording and reproducing arrangements
JPS58133665A (ja) 1982-02-04 1983-08-09 Pioneer Video Corp 情報再生装置における再生終了検出装置
US4544967A (en) 1982-04-02 1985-10-01 Ampex Corporation Automatic scan tracking servo system
JPS58185009A (ja) 1982-04-23 1983-10-28 Sony Corp 磁気記録再生装置
JPS58194480A (ja) 1982-05-07 1983-11-12 Matsushita Electric Ind Co Ltd 磁気録画再生装置
JPS5937783A (ja) 1982-08-25 1984-03-01 Sony Corp 映像信号の記録装置
JPS59112406A (ja) 1982-12-17 1984-06-28 Sony Corp Pcm信号の記録再生方法
JPS59139157A (ja) 1983-01-26 1984-08-09 Sony Corp キユ−信号の記録方法
US4628383A (en) 1983-01-28 1986-12-09 Victor Company Of Japan, Ltd. Tape cassette loading device in a magnetic recording and/or reproducing apparatus
NL187549C (nl) 1983-02-08 1991-11-01 Victor Company Of Japan Bandcassettelaad- en uitwerpinrichting.
JPS59151348A (ja) 1983-02-16 1984-08-29 Sanyo Electric Co Ltd 記録モ−ド判別回路
JPS59157810A (ja) 1983-02-28 1984-09-07 Sony Corp デジタル信号の再生方法
JPS59185019A (ja) 1983-04-04 1984-10-20 Nec Corp 特殊再生装置
JPS59213057A (ja) 1983-05-16 1984-12-01 Sony Corp テ−プロ−デイング装置
JPS6025062A (ja) 1983-07-21 1985-02-07 Sony Corp 番地信号の記録方法
JPS6032110A (ja) 1983-08-03 1985-02-19 Victor Co Of Japan Ltd ヘツド位置制御装置
DE3475669D1 (en) 1983-09-08 1989-01-19 Fuji Photo Film Co Ltd Device for loading or unloading magnetic disc pack
US4641210A (en) 1983-09-24 1987-02-03 Sony Corporation Magnetic recording and reproducing apparatus
JPS6064441U (ja) 1983-10-05 1985-05-07 日本ビクター株式会社 テ−プ収納筐体挿入口蓋ロツク機構
JPS60197969A (ja) 1984-03-19 1985-10-07 Sanyo Electric Co Ltd テ−プ速度判別回路
US4554598A (en) 1984-05-25 1985-11-19 Honeywell Information Systems, Inc. Single revolution disk sector formatter
JPS60194793U (ja) 1984-06-01 1985-12-25 ソニー株式会社 カセツトテ−プレコ−ダ
JPH0687330B2 (ja) 1984-08-06 1994-11-02 ソニー株式会社 ディジタル信号の再生装置
JPS6166250A (ja) 1984-09-07 1986-04-05 Sony Corp トラツキング制御回路
AT382475B (de) 1984-11-15 1987-02-25 Philips Nv Aufzeichnungs- und/oder wiedergabegeraet
DE3682412D1 (de) 1985-02-25 1991-12-19 Matsushita Electric Industrial Co Ltd Digitales datenaufzeichnungs- und -wiedergabeverfahren.
JPS61196422A (ja) 1985-02-25 1986-08-30 Sony Corp ビデオ信号の記録装置
JPH0792958B2 (ja) 1985-05-27 1995-10-09 ソニー株式会社 カセツト式記録再生装置
JPS629552A (ja) 1985-07-08 1987-01-17 Canon Inc 信号再生装置
JP2606186B2 (ja) 1985-07-09 1997-04-30 ソニー株式会社 記録再生装置
US4935824A (en) 1985-07-19 1990-06-19 Sony Corporation Information recording apparatus
JPS6252752A (ja) 1985-08-30 1987-03-07 Sony Corp 記録再生装置
JPH0664893B2 (ja) 1985-11-12 1994-08-22 ソニー株式会社 磁気テ−プ記録再生装置
US4757911A (en) 1985-12-09 1988-07-19 Abbott Laboratories Container and closure construction
JPS62140203A (ja) 1985-12-13 1987-06-23 Pioneer Electronic Corp 回転ヘツド式デジタル信号再生装置
JPH07107782B2 (ja) 1986-02-28 1995-11-15 ソニー株式会社 ディジタルテープレコーダ
DE3776161D1 (de) 1986-03-04 1992-03-05 Sony Corp Digitalwiedergabegeraet.
JP2751150B2 (ja) 1986-03-11 1998-05-18 ソニー株式会社 磁気テープの記録装置および再生装置
US4897739A (en) 1986-04-07 1990-01-30 Canon Kabushiki Kaisha Multi-channel recording apparatus using a plurality of heads in turn
US4717974A (en) 1986-05-19 1988-01-05 Eastman Kodak Company Waveguide apparatus for coupling a high data rate signal to and from a rotary head scanner
US4821129A (en) 1986-11-21 1989-04-11 Hewlett-Packard Company Tape positioning using reverse boundary capture: tape drive system and method
KR970008628B1 (ko) 1986-12-26 1997-05-27 소니 가부시키사이샤 테이프형상체의 로딩장치
US4769811A (en) 1986-12-31 1988-09-06 American Telephone And Telegraph Company, At&T Bell Laboratories Packet switching system arranged for congestion control
US4947272A (en) 1987-03-30 1990-08-07 Pioneer Electronic Corporation Signal reproducing device which offsets the tracking error signal for a digital tape player
US4835628A (en) 1987-05-11 1989-05-30 Exabyte Corporation Apparatus and method for formatting and recording digital data on magnetic tape
US4845577A (en) 1987-05-11 1989-07-04 Exabyte Corporation Apparatus and method for enabling rapid searching of helically recorded magnetic tape
US4843495A (en) 1987-05-11 1989-06-27 Exabyte Corporation Cyclical servo zone tracking method and apparatus for helical scan recording devices
US5115500A (en) 1988-01-11 1992-05-19 International Business Machines Corporation Plural incompatible instruction format decode method and apparatus
US5003411A (en) 1988-02-26 1991-03-26 Pioneer Electronic Corporation Method for recording/reproducing and searching digital signals using a helical scan type rotary head
NL8800856A (nl) 1988-04-05 1989-11-01 Philips Nv Magneetbandapparaat voorzien van een regeleenheid ter sturing van bandbuffers, de bandspanning en het bandtransport.
US4933784A (en) 1988-10-31 1990-06-12 Ampex Corporation Automatic head position tracking system for video signals recorded in a segmented format
US4935827A (en) 1988-11-09 1990-06-19 Ampex Corporation Dynamic head position tracking control for a magnetic tape playback system
US4930027A (en) 1988-11-23 1990-05-29 Ampex Corporation Method and apparatus for tape speed override operation when recovering helical audio
US5103355A (en) 1989-04-11 1992-04-07 Ampex Corporation System for correlating head scan tracking and tape timer transitions
US5274772A (en) 1989-06-28 1993-12-28 International Business Machines Corporation Data processing systems having means for selectively combining records into signal blocks for recording in a record medium
US5142422A (en) 1989-11-09 1992-08-25 Exabyte Corporation Dual channel helical recorder
US5068757A (en) 1989-11-09 1991-11-26 Exabyte Corporation Servo tracking for helical scan recorder
US5034833A (en) 1989-11-09 1991-07-23 Exabyte Corporation Method and apparatus for loading data cartridge about two pivot axes into cartridge drive
JP2940033B2 (ja) 1989-12-07 1999-08-25 ソニー株式会社 走査軌跡評定装置
US5050018A (en) 1990-04-19 1991-09-17 Exabyte Corporation Apparatus and method for reading helically recorded tracks and rereading tracks as necessary
JPH0447568A (ja) 1990-06-15 1992-02-17 Teac Corp 磁気テープ装置におけるデータ読み取り方法
US5191491A (en) 1990-11-09 1993-03-02 Exabyte Corporation Method and apparatus for reading distorted helical stripes
JPH06205564A (ja) 1992-10-01 1994-07-22 Tokyo Parts Ind Co Ltd 偏心分銅のない振動モータ
US5349481A (en) 1993-06-10 1994-09-20 Exabyte Corporation Apparatus and method for distorted track data recovery by rewinding and re-reading the tape at a slower than nominal speed
WO1995013607A1 (en) 1993-11-12 1995-05-18 Exabyte Corporation Capstanless helical drive system
JP3109363B2 (ja) 1993-12-28 2000-11-13 松下電器産業株式会社 磁気記録再生装置
US5493562A (en) * 1994-11-10 1996-02-20 Lo; William Apparatus and method for selectively storing error statistics
KR100197594B1 (ko) 1995-10-24 1999-06-15 윤종용 배속재생을 위한 가변콘트롤신호 기록/재생장치 및 그 방법
US5623470A (en) * 1995-12-28 1997-04-22 International Business Machines Corporation Reallocation of defective recording areas on CD-R or CD-E media
US5872997A (en) 1997-02-14 1999-02-16 Exabyte Corporation System for dynamically determining motion and reconnect thresholds of a storage media based on the effective transfer rate
US5953177A (en) 1997-03-24 1999-09-14 Exabyte Corporation Write splicing for helical scan recorder

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4637023A (en) * 1983-02-14 1987-01-13 Prime Computer, Inc. Digital data error correction method and apparatus
US5341378A (en) * 1992-02-28 1994-08-23 Ampex Systems Corporation Data recording system having improved automatic rewrite capability and method of rewriting
EP0793228A1 (en) * 1996-01-11 1997-09-03 Quantum Corporation Envelope comprising randomly ordered data blocks on a tape

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1267349A4 (en) * 2001-01-19 2005-11-02 Sony Corp DATA RECORDING METHOD AND DATA RECORDING / REPRODUCING DEVICE, RECORDING MEDIUM
US7046464B2 (en) 2001-01-19 2006-05-16 Sony Corporation Data recording method and data recording/reproducing device, recording medium
KR100853916B1 (ko) 2001-01-19 2008-08-25 소니 가부시끼 가이샤 데이터 기록/재생 방법 및 장치
WO2010078992A1 (en) * 2009-01-09 2010-07-15 International Business Machines Corporation Rewriting codeword objects to magnetic data tape upon detection of an error
US8259405B2 (en) 2009-01-09 2012-09-04 International Business Machines Corporation Rewriting codeword objects to magnetic data tape upon detection of an error

Also Published As

Publication number Publication date
EP1125295A1 (en) 2001-08-22
JP2002528839A (ja) 2002-09-03
AU1129200A (en) 2000-05-08
DE69933938T2 (de) 2007-03-01
EP1125295B1 (en) 2006-11-08
US6381706B1 (en) 2002-04-30
ATE344961T1 (de) 2006-11-15
WO2000023998A9 (en) 2002-08-22
DE69933938D1 (de) 2006-12-21

Similar Documents

Publication Publication Date Title
US6367047B1 (en) Multi-level error detection and correction technique for data storage recording device
US6381706B1 (en) Fine granularity rewrite method and apparatus for data storage device
US5757824A (en) Code error correction apparatus
JP3405712B2 (ja) データ回復方法およびデータ記憶装置
JP4709485B2 (ja) オンドライブ統合化セクタ・フォーマットraidの誤り訂正符号システムおよび方法
US20050028067A1 (en) Data with multiple sets of error correction codes
US6661591B1 (en) Disk drive employing sector-reconstruction-interleave sectors each storing redundancy data generated in response to an interleave of data sectors
US6687850B1 (en) Disk drive for storing sector-reconstruction sectors and for storing a sector-reconstruction status in sectors distributed around a disk
US6192499B1 (en) Device and method for extending error correction beyond one sector time
US9251846B2 (en) Tape header protection scheme for use in a tape storage subsystem
US7178086B2 (en) Direct partial update of CRC/ECC check bytes
CN100337271C (zh) 将流式音频视频数据写入磁盘驱动器的方法
CN101197164A (zh) 记录和/或再现方法、设备和计算机可读记录介质
US7433141B2 (en) Data randomization for rewriting in recording/reproduction apparatus
US7343544B2 (en) Optical disk playback apparatus and data playback method therefor
US5901157A (en) Method and apparatus for reducing the access time for storage systems
US5153879A (en) Optical recording system
US7284183B2 (en) Method and apparatus for decoding multiword information
JP4148626B2 (ja) ディジタルデータ再生装置及び再生方法
EP1232499A1 (en) Rogue packet detection and correction method for data storage device

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref country code: AU

Ref document number: 2000 11292

Kind code of ref document: A

Format of ref document f/p: F

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref country code: JP

Ref document number: 2000 577662

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1999955115

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1999955115

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

AK Designated states

Kind code of ref document: C2

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: C2

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

COP Corrected version of pamphlet

Free format text: PAGES 1/7, 3/7, 5/7 AND 7/7, DRAWINGS, REPLACED BY NEW PAGES 1/8, 3/8, 5/8, 6/8 AND 8/8; PAGES 2/7,4/7 AND 6/7 RENUMBERED AS 2/8, 4/8 AND 7/8; DUE TO LATE TRANSMITTAL BY THE RECEIVING OFFICE

WWG Wipo information: grant in national office

Ref document number: 1999955115

Country of ref document: EP