JPS61259334A - Data transferring system - Google Patents
Data transferring systemInfo
- Publication number
- JPS61259334A JPS61259334A JP60100682A JP10068285A JPS61259334A JP S61259334 A JPS61259334 A JP S61259334A JP 60100682 A JP60100682 A JP 60100682A JP 10068285 A JP10068285 A JP 10068285A JP S61259334 A JPS61259334 A JP S61259334A
- Authority
- JP
- Japan
- Prior art keywords
- data
- sector
- ecc
- section
- transferred
- 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.)
- Pending
Links
Abstract
Description
【発明の詳細な説明】
〔概要〕
データ転送方式であって、識別子部でのビットエラー発
生を検出した場合、該セクタ処理を停止して、ビットエ
ラーの解析・訂正処理を行っていたのに対応して、EC
C部で訂正可能なビットエラーの場合、該セクタ処理を
継続実施するように構成し、データ書込み/読出しの処
理効率向上を可能とする。[Detailed Description of the Invention] [Summary] In a data transfer method, when a bit error occurs in the identifier section, processing of the sector is stopped and bit error analysis/correction processing is performed. Correspondingly, E.C.
In the case of a bit error that can be corrected in the C section, the sector processing is continued to be performed, thereby making it possible to improve the processing efficiency of data writing/reading.
本発明は、エラー訂正符号で訂正可能なビットエラーが
識別子部で発生した場合、該セクタ処理を継続処理する
データ転送方式に関する。The present invention relates to a data transfer method that continues sector processing when a bit error that can be corrected with an error correction code occurs in an identifier section.
情報処理システムの利用方法が高度化・複雑化するに伴
い扱うデータ量が膨大となり、その膨大なデータを迅速
に処理するためには処理スピードの高速化がより厳しく
要求されるようになってきた。As the usage of information processing systems becomes more sophisticated and complex, the amount of data handled has become enormous, and in order to quickly process this huge amount of data, there has been a growing demand for faster processing speeds. .
かかふ要請に対処する1つの対処方法としては、例えば
データの書込み/読出し処理を行う場合、少しでも効率
化することが必要となる。One way to deal with this request is to improve efficiency even a little, for example when performing data write/read processing.
〔従来の技術と発明が解決しようとする問題点〕従来技
術としてディスク制御装置のディスク装置に対するデー
タ書込み/読出し制御を例に取り説明する。[Prior Art and Problems to be Solved by the Invention] As a prior art, data writing/reading control for a disk device by a disk control device will be explained as an example.
第4図は従来技術を説明するブロック図、第5図は従来
技術でのデータ転送状況図をそれぞれ示す。FIG. 4 is a block diagram illustrating the prior art, and FIG. 5 is a data transfer status diagram in the prior art.
第4図のブロック図は従来例のディスク制御装置の1部
を示し、
上位のホスト計算システム(図示してない)とのインタ
フェースを制御するインタフェース制御回路2、
ホスト計算システム(図示してない)から転送されて来
たデータを格納したり、ホスト計算システム(図示して
ない)へ転送するデータを格納するバッファレジスタ3
と、
ホスト計算システム(図示してない)に対するデータ運
搬を行うデータバスaへ出るためのゲートとなるゲート
3aと、
ディスク装置(図示してない)に対するデータ運搬を行
うデータバスbへ出るためのゲートとなるゲート8bと
、
パラレルデータをシリアルデータへ、シリアルデータを
パラレルデータへ変換するシリアル/パラレル変換部4
と、
各セクタの識別子部(以下ID部と称する)及びデータ
部毎のビットエラーを検出し、その能力の範囲で訂正す
るECC回路5と、
ECC回路5でのエラー解析を制御するECC解析制御
回路6と、
ディスク装置(図示してない)上のデータフォーマット
(本例の場合セクタフォーマット)の書込み/読出しを
制御するフォーマント制御回路8と、
から構成さている。The block diagram in FIG. 4 shows a part of a conventional disk control device, including an interface control circuit 2 that controls the interface with a host computer system (not shown), and a host computer system (not shown). a buffer register 3 for storing data transferred from the computer or for storing data transferred to a host computing system (not shown);
, a gate 3a serving as a gate for exiting to data bus a for transporting data to a host computing system (not shown), and a gate for exiting to data bus b for transporting data to a disk device (not shown). A gate 8b serving as a gate, and a serial/parallel converter 4 that converts parallel data to serial data and serial data to parallel data.
, an ECC circuit 5 that detects bit errors in the identifier section (hereinafter referred to as ID section) and data section of each sector and corrects them within its capabilities; and ECC analysis control that controls error analysis in the ECC circuit 5. It consists of a circuit 6 and a formant control circuit 8 that controls writing/reading of data format (sector format in this example) on a disk device (not shown).
例えば、第5図に示すように1つのセクタ(1)の読出
し制御をディスク制御装置1が行う場合、ディスク装置
(図示してない)で読出されたデータはECC回路5を
経由してシリアル/パラレル変換部4へ転送されて来る
。尚、各セクタは先頭にID部(a)、その後にデータ
部(b)を有し、10部(a)、データ部(b)の最終
部分にはそれぞれECCが記録されているものとする。For example, when the disk controller 1 controls reading of one sector (1) as shown in FIG. 5, the data read by the disk device (not shown) is serially/ It is transferred to the parallel converter 4. It is assumed that each sector has an ID section (a) at the beginning and a data section (b) after that, and an ECC is recorded in the last section of the 10th section (a) and the data section (b), respectively. .
ECC回路5ではフォーマント制御回路8で読出した該
当セクタ(1)のフォーマットデータとECCにより該
当セクタ(1)でのビットエラーの有無の検出を行う。The ECC circuit 5 detects the presence or absence of a bit error in the sector (1) based on the format data of the sector (1) read out by the formant control circuit 8 and the ECC.
尚、■は書込み用ゲート信号、■は読出し用ゲート信号
、■はクロック信号、■はID部(a)信号、■はデー
タ部(bl (f号をそれぞれ示す。In addition, ■ is a write gate signal, ■ is a read gate signal, ■ is a clock signal, ■ is an ID part (a) signal, and ■ is a data part (bl (f number), respectively.
一方、シリアル/パラレル変換部4ではクロック信号■
に基づき転送されて来たシリアルデータをパラレルデー
タに変換してデータバスbへ送出する。この時、ゲート
3bが開きこのデータをバッファレジスタ3に格納する
。On the other hand, in the serial/parallel converter 4, the clock signal ■
The transferred serial data is converted into parallel data and sent to data bus b. At this time, gate 3b opens and this data is stored in buffer register 3.
次にインタフェース制御回路2の制御によりゲート3a
を開き、バ・ノファレジスタ3に格納しているデータを
上位のホスト計算システム(図示してない)に転送する
。Next, under the control of the interface control circuit 2, the gate 3a
, and transfers the data stored in the Banofa register 3 to an upper host computing system (not shown).
上記一連の動作中において、例えば第5図に示すように
3番目の10部(a)のデータをECC回路5に掛けた
時ビットエラーが検出されると、データ部(blの読出
し処理は停止され、図示してない所定回路の指示により
ECC解析制御回路6はECC回路5にビットエラーの
解析を行わせると共に、ECC回路5の持つ能力で訂正
可能であれば訂正し、訂正されたデータをシリアル/パ
ラレル変換部4に送出する。During the above series of operations, if a bit error is detected when the data of the third 10 part (a) is applied to the ECC circuit 5 as shown in FIG. Then, according to instructions from a predetermined circuit (not shown), the ECC analysis control circuit 6 causes the ECC circuit 5 to analyze the bit error, and if it is possible to correct it with the ability of the ECC circuit 5, corrects it, and stores the corrected data. It is sent to the serial/parallel converter 4.
上記処理を行った後、データ部(blの読出し処理はデ
ィスク媒体(図示してない)1回転後に行うことになる
。After the above processing is performed, the data section (bl) is read out after one rotation of the disk medium (not shown).
尚、第5図に上述のデータ転送状況を示し、“1″はホ
スト計算システム(図示してない)へのデータ部(bl
のデータ転送状況、“4”はディスク装置(図示してな
い)から各セクタのデータ読取り状況、“5”はエラー
データのチェック状況、DTはセクタNのデータ部(b
)のデータ、(DT + 1)はセクタ(N+1)のデ
ータ部(blのデータ等をそれぞれ示す・
もし、ID部(alのビットエラーがECC回路5の持
つ訂正能力以上のビットエラーとして検出された場合は
、エラーデータがインタフェース制御回路2を経由して
ホスト計算システム(図示してない)に転送され、ホス
ト計算システム(図示してない)はエラー処理ルーチン
を実行する。In addition, FIG. 5 shows the above-mentioned data transfer situation, and "1" indicates the data part (bl) to the host computing system (not shown).
"4" is the data read status of each sector from the disk device (not shown), "5" is the error data check status, and DT is the data section of sector N (b
) data, (DT + 1) indicates the data section (bl data, etc.) of sector (N+1). If the bit error in the ID section (al) is detected as a bit error exceeding the correction ability of the ECC circuit If so, the error data is transferred to the host computing system (not shown) via the interface control circuit 2, and the host computing system (not shown) executes an error handling routine.
以上のように10部(a)のビットエラーがECC回路
5の持つ能力で訂正可能の場合でも、データ部(b)の
読出し処理はディスク媒体(図示してない)1回転後に
行うため、ディスク媒体(図示してない)1回転待ちの
間、データ転送処理が中止されると言う問題点がある。As described above, even if the bit error in the 10th part (a) can be corrected with the ability of the ECC circuit 5, the reading process of the data part (b) is performed after one rotation of the disk medium (not shown), so the disk There is a problem in that the data transfer process is stopped while waiting for one rotation of the medium (not shown).
第1図は本発明の原理ブロック図を示す。 FIG. 1 shows a block diagram of the principle of the present invention.
第1図は第4図で説明したシリアル/パラレル変換部4
.l1ICC解析制御回路6.フォーマ7)制御回路8
と、
2セクタ分のデータ部(b)のデータを格納するバッフ
ァ部30.31 と、
10部(al用、データ部(b)用のECC処理機能を
有するECC部7と、
から構成されている。Figure 1 shows the serial/parallel converter 4 explained in Figure 4.
.. l1ICC analysis control circuit6. Former 7) Control circuit 8
, a buffer section 30.31 for storing data of two sectors worth of data section (b), and an ECC section 7 having an ECC processing function for 10 sections (al and data section (b)). There is.
ディスク装置(図示してない)からディスク制御装置1
に対して転送されるデータを2セクタ分格納するバッフ
ァを有するため、ホスト計算システム(図示してない)
へのデータ転送はディスク装置(図示してない)から転
送されて来るセクタより1セクタ遅れて転送する。From the disk device (not shown) to the disk controller 1
The host computing system (not shown) has a buffer that stores two sectors of data to be transferred to the host computer system (not shown).
Data is transferred one sector later than the sector transferred from the disk device (not shown).
従って、ディスク装W(図示してない)から1つのセク
タ分のデータが転送されて来た時、そのID部(a)で
ビットエラーが検出されても該当ID部(a)に対応す
るデータ部(b)のデータはそのまま引続き転送されて
来て、データ部(′b)用のECC処理機能に掛ける。Therefore, when data for one sector is transferred from the disk unit W (not shown), even if a bit error is detected in the ID part (a), the data corresponding to the ID part (a) The data in section (b) continues to be transferred as is and is applied to the ECC processing function for data section ('b).
この間にID部(a)のエラーは解析され、ECC部7
の持つ訂正能力で訂正可能な場合は該当のデータをホス
ト計算システム(図示してない)へ転送すると共に次の
セクタの処理をm続して行うことが可能となる。During this time, the error in the ID section (a) is analyzed and the ECC section 7
If the data can be corrected using its correction capability, the corresponding data can be transferred to a host computing system (not shown) and the next sector can be processed continuously.
以下本発明の要旨を第2図、第3図に示す実施例により
具体的に説明する。The gist of the present invention will be specifically explained below with reference to embodiments shown in FIGS. 2 and 3.
第2図は本発明の詳細な説明するブロック図、第3図は
本発明に係るデータ転送状況図をそれぞれ示す。尚、企
図を通じて同一符号は同一対象物を示す。FIG. 2 is a block diagram explaining the present invention in detail, and FIG. 3 is a data transfer status diagram according to the present invention. Note that the same reference numerals refer to the same objects throughout the plan.
又、第3図に示す“1”はホスト計算システム(図示し
てない)に転送するデータタイミング、“2”はバッフ
ァレジスタ30aにデータを格納する時間、“3”はバ
ッファレジスタ31aにデータを格納する時間、“4”
はセクタ(1)からディスク制御値w1に対するデータ
転送時間、“5“はECC解析タイミングをそれぞれ示
す。Also, "1" shown in FIG. 3 is the timing of data transfer to the host computing system (not shown), "2" is the time to store data in the buffer register 30a, and "3" is the time to store data in the buffer register 31a. Storage time, “4”
"5" indicates the data transfer time from sector (1) to the disk control value w1, and "5" indicates the ECC analysis timing.
更に、rDTJはセクタN、rDT+I Jはセクタ(
N+1)、 rDT+2 Jはセクタ(N+2)、
rDT+3 Jはセクタ(N+3)、ror+4Jは
セクタ(N+4)ノテータ部(blのそれぞれのデータ
を示す。Furthermore, rDTJ is sector N, rDT+IJ is sector (
N+1), rDT+2 J is sector (N+2),
rDT+3 J indicates the sector (N+3), and ror+4J indicates the data of the sector (N+4) notator section (bl).
次に、第3図に基づき本実施例の動作を説明する。Next, the operation of this embodiment will be explained based on FIG.
ディスク制御装置1は上位のホスト計算システム(図示
してない)から読出し命令を受けた該当ディスク装置(
図示してない)に対してN番目のセクタ(1)の読出し
を指示し、その読出しデータを転送させる。転送されて
来る読出しデータの内、10部(a)データはID用E
CC回路71に掛けてビットエラーの検出を行う。The disk control device 1 receives a read command from an upper host computer system (not shown).
(not shown) to read the Nth sector (1) and transfer the read data. Of the transferred read data, 10 copies (a) data is for ID E.
The CC circuit 71 is applied to detect bit errors.
一方、データ部(blのデータDTはデータ用ECC回
路72に掛けてビットエラーの検出を行い、シリアル/
パラレル変換部4を経由してバッファレジスタ30aに
格納する。尚、この時のゲー)3a、3bの動作は第4
図で説明したものと同一のもので、同一の動作を行う。On the other hand, the data DT in the data section (bl) is applied to the data ECC circuit 72 to detect bit errors, and the serial/
The data is stored in the buffer register 30a via the parallel converter 4. In addition, the actions of game) 3a and 3b at this time are the 4th
It is the same as the one explained in the figure and performs the same operation.
最初のセクタ(1)の転送が終了すると、次のセクタ(
1)のデータ(DT +1)が同様にして転送されて来
て、バッファレジスタ31aへ格納を開始する。同時に
、バッファレジスタ30aに格納されているデータDT
はインタフェース制御回路2の制御のもとにホスト計算
システム(図示してない)へ転送される。When the transfer of the first sector (1) is completed, the next sector (
The data (DT +1) of 1) is transferred in the same manner and starts being stored in the buffer register 31a. At the same time, the data DT stored in the buffer register 30a
is transferred to a host computing system (not shown) under the control of interface control circuit 2.
上記と同様な動作を繰り返し行い、例えば4番目のセク
タ(1)のデータが転送されて来て、IDJflECC
回路71に掛けた時にビットエラーが検出されると、図
示してない回路の指示のもとにECC解析制御回路6は
ID用ECC回路71のECC解析を制御する。The same operation as above is repeated until, for example, the data of the fourth sector (1) is transferred and the IDJflECC
If a bit error is detected when the circuit 71 is applied, the ECC analysis control circuit 6 controls the ECC analysis of the ID ECC circuit 71 under instructions from a circuit not shown.
尚、フォーマット制御回路8は第4図で説明したのと同
一動作を行う。Note that the format control circuit 8 performs the same operation as explained in FIG.
次に、4番目のデータ部(b)のデータ(DT + 3
)はデータ用ECC回路72に掛けてバッファレジスタ
31aへ格納する。この間にECC解析は終了し、この
ビットエラーがID用ECC回路71の持つ訂正能力で
訂正可能の時は直ちに訂正処理し、次のセクタ(1)の
データ転送を受けつけることが可能となり、引続きデー
タ(DT + 4)の処理を行う。Next, the data (DT + 3
) is applied to the data ECC circuit 72 and stored in the buffer register 31a. During this time, the ECC analysis is completed, and if this bit error can be corrected with the correction ability of the ID ECC circuit 71, the correction process is performed immediately, and it becomes possible to accept the data transfer of the next sector (1), and continue the data transfer. (DT + 4) processing is performed.
尚、IDJ11IECC回路71の持つ訂正能力で訂正
不可能の場合は直ちにデータ転送処理は中止され、その
旨ホスト計算システム(図示してない)へ報告し、ホス
ト計算システム(図示してない)はエラー処理ルーチン
を実行する。If the correction cannot be corrected with the correction capability of the IDJ11 IECC circuit 71, the data transfer process will be immediately stopped, this will be reported to the host computing system (not shown), and the host computing system (not shown) will detect the error. Execute processing routines.
以上のような本発明によれば、ECCで訂正可能なID
部のビットエラーであれば、データ部のデータ転送はデ
ィスク媒体の回転待ちをすることなく直ちに転送処理が
出来、データの書込み/読出し動作が効率的に処理出来
ると言う効果がある。According to the present invention as described above, an ID that can be corrected by ECC
If there is a bit error in the data section, data transfer in the data section can be performed immediately without waiting for rotation of the disk medium, and data writing/reading operations can be efficiently processed.
第1図は本発明の原理ブロック図、
第2図は本発明の詳細な説明するブロック図、第3図は
本発明に係るデータ転送状況図、第4図は従来技術を説
明するブロック図、第5図は従来技術でのデータ転送状
況図、をそれぞれ示す。
第2図、第4図において、
1はディスク制御装置、
2はインタフェース制御回路、
3、30a、31aはバッファレジスタ、3a、3bは
ゲート、 30.31はバッファ部、4はシリアル/
パラレル変換部、
5はECC回路、 6はECC解析制御回路、7
はECC部、 71はID部用ECC回路、72
はデータ部用ECC回路、
8はフォーマット制御回路、
/vl−に係5テ1り東部ト仄シ危図
晃3I!1
′45 図FIG. 1 is a block diagram of the principle of the present invention, FIG. 2 is a block diagram explaining the present invention in detail, FIG. 3 is a data transfer status diagram according to the present invention, and FIG. 4 is a block diagram explaining the prior art. FIG. 5 shows data transfer status diagrams in the prior art. 2 and 4, 1 is a disk control device, 2 is an interface control circuit, 3, 30a, 31a are buffer registers, 3a, 3b are gates, 30.31 is a buffer section, 4 is a serial/
Parallel converter, 5 is ECC circuit, 6 is ECC analysis control circuit, 7
is the ECC section, 71 is the ECC circuit for the ID section, 72
is the ECC circuit for the data section; 8 is the format control circuit; 1 '45 Figure
Claims (1)
るディスク装置のデータ書込み/読出し動作を制御する
装置(1)において、 該セクタのデータをそれぞれに格納するバッファ部(3
0、31)と、 該セクタ内の該識別子部及び該データ部のビットエラー
の検出・訂正を行うECC部(7)とを設け、該識別子
部でのビットエラー発生を前記ECC部(7)が検出し
た場合、該セクタ処理は継続実施すると共に検出された
ビットエラーの解析をECC解析制御回路(6)で行い
、 ビットエラーの解析結果が前記ECC部(7)で訂正可
能な時は、次の該セクタ処理も連続処理することを特徴
とするデータ転送方式。[Scope of Claims] A device (1) for controlling data writing/reading operations of a disk device having a sector format consisting of an identifier part and a data part, comprising a buffer part (3) for storing data in each sector.
0, 31) and an ECC section (7) that detects and corrects bit errors in the identifier section and the data section in the sector, and detects and corrects bit errors in the identifier section. If detected, the sector processing continues and the detected bit error is analyzed by the ECC analysis control circuit (6), and when the bit error analysis result can be corrected by the ECC unit (7), A data transfer method characterized in that the next sector processing is also continuously processed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60100682A JPS61259334A (en) | 1985-05-13 | 1985-05-13 | Data transferring system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60100682A JPS61259334A (en) | 1985-05-13 | 1985-05-13 | Data transferring system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS61259334A true JPS61259334A (en) | 1986-11-17 |
Family
ID=14280514
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP60100682A Pending JPS61259334A (en) | 1985-05-13 | 1985-05-13 | Data transferring system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS61259334A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6313173A (en) * | 1986-07-03 | 1988-01-20 | Pioneer Electronic Corp | Disk device |
JPS63308772A (en) * | 1987-06-10 | 1988-12-16 | Toshiba Corp | Magnetic recording and reproducing device |
US6625748B1 (en) | 1991-04-01 | 2003-09-23 | Hitachi, Ltd. | Data reconstruction method and system wherein timing of data reconstruction is controlled in accordance with conditions when a failure occurs |
-
1985
- 1985-05-13 JP JP60100682A patent/JPS61259334A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6313173A (en) * | 1986-07-03 | 1988-01-20 | Pioneer Electronic Corp | Disk device |
JPS63308772A (en) * | 1987-06-10 | 1988-12-16 | Toshiba Corp | Magnetic recording and reproducing device |
US6625748B1 (en) | 1991-04-01 | 2003-09-23 | Hitachi, Ltd. | Data reconstruction method and system wherein timing of data reconstruction is controlled in accordance with conditions when a failure occurs |
US6966011B2 (en) | 1991-04-01 | 2005-11-15 | Hitachi, Ltd. | Data reconstruction method and system wherein timing of data of data reconstruction is controlled in accordance with conditions when a failure occurs |
US7434095B2 (en) | 1991-04-01 | 2008-10-07 | Hitachi, Ltd. | Data reconstruction method and system wherein timing of data of data reconstruction is controlled in accordance with conditions when a failure occurs |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US3984814A (en) | Retry method and apparatus for use in a magnetic recording and reproducing system | |
US4896262A (en) | Emulation device for converting magnetic disc memory mode signal from computer into semiconductor memory access mode signal for semiconductor memory | |
JPS61259334A (en) | Data transferring system | |
US3248701A (en) | Data transfer control system | |
JP2543519B2 (en) | Data error detection / correction method for rotating external storage device | |
JPH0283736A (en) | Osc detection system for buffer memory controller | |
JPS63291148A (en) | Re-tryal control system for input/output controller | |
JPS6217877Y2 (en) | ||
JPS5940309A (en) | Memory controller | |
JPS58171724A (en) | Copy controller of magnetic disc tape | |
JPS62166451A (en) | History analyzing device for logical unit | |
JPS6243726A (en) | Data transfer system between external memory device | |
JPH0440794B2 (en) | ||
JPS6282422A (en) | Magnetic disc controller | |
JPS5941072A (en) | Device for retrying error | |
JPS62162275A (en) | Magnetic disk controller | |
JPH02244361A (en) | Channel control system | |
JPH033255B2 (en) | ||
JPS63228322A (en) | Floppy disk controller | |
JPS6113259B2 (en) | ||
JPS6225337A (en) | Retrial control method | |
JPS61127025A (en) | Optical disk controller | |
JPH01108627A (en) | Magnetic memory controller | |
JPS5966759A (en) | Fixed disc operating device | |
JPS6139291A (en) | Magnetic bubble control device |