JPS60243755A - Disc cache control system - Google Patents
Disc cache control systemInfo
- Publication number
- JPS60243755A JPS60243755A JP59099936A JP9993684A JPS60243755A JP S60243755 A JPS60243755 A JP S60243755A JP 59099936 A JP59099936 A JP 59099936A JP 9993684 A JP9993684 A JP 9993684A JP S60243755 A JPS60243755 A JP S60243755A
- Authority
- JP
- Japan
- Prior art keywords
- track
- defective
- address
- magnetic disk
- data
- 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
- 230000002950 deficient Effects 0.000 claims abstract description 50
- 238000001514 detection method Methods 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 4
- 230000010365 information processing Effects 0.000 description 3
- 238000000034 method Methods 0.000 description 3
- 230000004044 response Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
- For Increasing The Reliability Of Semiconductor Memories (AREA)
Abstract
Description
【発明の詳細な説明】
(1) 発明の技術分野
本発明は情報処理システムの外部記憶として使用される
磁気ディスク装置を制御する磁気ディスク制御装置に関
するもので、磁気ディスク媒体の不良トラックに対する
交代トラックへのアクセスの制御に係るものである。Detailed Description of the Invention (1) Technical Field of the Invention The present invention relates to a magnetic disk control device for controlling a magnetic disk device used as external storage for an information processing system, and relates to a magnetic disk control device for controlling a magnetic disk device used as an external storage of an information processing system. This relates to the control of access to.
Q) 従来技術と問題点
磁気ディスク媒体は、その性格上、製造時に若干の不良
トラックの存在が許容されていて、製品検査時に不良ト
ラックについては、それが不良トラックである旨の表示
(フラグ)が成されると共に、交代すべきトラックのア
ドレスが書き込まれて出荷される。Q) Prior art and problems Due to the nature of magnetic disk media, the presence of a few defective tracks during manufacturing is allowed, and defective tracks are marked (flag) during product inspection to indicate that they are defective tracks. At the same time, the address of the track to be replaced is written and shipped.
また、情報処理システムで磁気ディスク媒体を使用する
際には、一般にイニシャライズと称するフォーマツティ
ングが行なわれるi。Furthermore, when a magnetic disk medium is used in an information processing system, formatting, generally referred to as initialization, is performed.
この際にも全トラックについての検査が行なわれ不良箇
所の存在するトラックについては、それを不良トラック
として別に交代トラックを割シ付けることが行なわれる
。At this time as well, all tracks are inspected, and if a track has a defective location, it is treated as a defective track and a replacement track is allocated to it.
そして、実際のアクセスに際して不良トラックの表示の
あるトラックに遭遇すると該不良トラ、りの交代トラッ
ク情報を読み出して、その交代トラックへアクセスする
ためのシーク動作を遣シ直すと云う制御が行なわれる。When a track marked as a defective track is encountered during actual access, control is performed to read replacement track information for the defective track and retry the seek operation to access the replacement track.
従って、磁気ディスク装置において、アクセスに際し不
良トラックに遭遇したときはシーク動作を2回行なうの
でアクセスに際する時間的損失が大きいと言う問題点が
あった。Therefore, in a magnetic disk drive, when a defective track is encountered during access, seek operations are performed twice, resulting in a large time loss during access.
一方、近年、磁気ディスク制御装置と磁気ディスク装置
との間にディスクキャッジ−と呼ばれるバッファを設け
て、磁気ディスク媒体へアクセスする都度、当該トラッ
クのデータをバッファ上にも記録蓄積しておき、アクセ
ス要求を受けたとき、該バッファを調査して該当するデ
ータがあれば、直ちにこれを読み出して転送すると云う
制御によってアクセスの高速化を図ることが行なわれて
いる。On the other hand, in recent years, a buffer called a disk cache has been provided between a magnetic disk control device and a magnetic disk device, and each time a magnetic disk medium is accessed, the data of the corresponding track is also recorded and accumulated on the buffer. When an access request is received, the buffer is checked, and if relevant data is found, it is immediately read out and transferred, thereby speeding up the access.
この様なディスクキャッシュを有する場合には不良トラ
ックに遭遇して交代トラックに再びアクセスしたとき、
これらがディスクキャッシュ上に記録されるので、2回
目以降の同じトラックに対するアクセスに際しては、シ
ーク動作の重複による時間的損失は一応は軽減される。If you have such a disk cache, when you encounter a bad track and access the replacement track again,
Since these are recorded on the disk cache, when accessing the same track from the second time onwards, the time loss due to duplication of seek operations is reduced to a certain extent.
しかし、ディスクキャッシュは磁気ディスク媒体の記憶
容量よシかなり小さい記憶容量(数十分の−から数百倍
の一程度)のものが使用され、磁気ディスク媒体から読
み出したデータを書き込む領域が無くなると最も古いデ
ータから順次消去してその領域に新たなデータを格納す
る様な制御が行なわれるのが普通である。However, the disk cache has a storage capacity that is considerably smaller than the storage capacity of the magnetic disk medium (from a few tens of minutes to a few hundred times), and when there is no space left to write the data read from the magnetic disk medium. Normally, control is performed such that the oldest data is sequentially erased and new data is stored in that area.
従って、この場合も不良トラックと交代トラックに係る
バッファ上の情報が、やがては追放され、そのときには
不良トラックに遭遇して、シークの遣シ直しの後、交代
トラックからデータを得ると云うシーク動作の重複によ
る時間的損失の発生を完全に免れることは出来ないと云
う問題点があった。Therefore, in this case as well, the information on the buffer regarding the defective track and the replacement track will eventually be purged, and at that time, the seek operation will encounter the defective track, retry the seek, and then obtain data from the replacement track. There is a problem in that it is not possible to completely avoid the occurrence of time loss due to duplication.
0)発明の目的
本発明は上記従来の問題点に鑑み、ディスクキャッシュ
機構内に不良トラックおよび交替トラックの情報を持゛
つと共にこれらが追放−されることのない制御によって
、磁気ディスク媒体へのアクセスに際する不良トラック
に遭遇した場合のシーク動作の重複を避けてレスポンス
の良いアクセスを実現せしめることの可能な制御方式を
提供することを目的としている。0) Purpose of the Invention In view of the above-mentioned conventional problems, the present invention provides information on bad tracks and replacement tracks in the disk cache mechanism, and performs control to prevent these from being expelled. It is an object of the present invention to provide a control method that can realize access with good response by avoiding duplication of seek operations when a bad track is encountered during access.
(4)発明の構成
そしてこの目的は本発明によれば特許請求の範囲に記載
のとおシ、磁気ディスク装置とホストコンピュータとの
間に位置して、磁気ディスク装置から読み出したデータ
をその都度内蔵するメモリに格納してホストコンピュー
タからデータの読み出しを指示されたとき該メモリに該
当するトラックのデータが存在すれば磁気ディスク装置
にアクセスすることなく該メモリから読み出したデータ
をホストコンピュータに転送し、該メモリに該当するト
ラックのデータが存在しないときは磁気ディスク装置か
ら読み出したデータをホストコンピュータに転送すると
共に該メモリに格納する如き制御を有するディスクキャ
ッシュ機構において、不良トラックのアドレスと該不良
トラックに対応する交代トラックのアドレスとを記録す
るテーブルを設け、磁気ディスク装置へのアクセスに際
しアクセスすべきアドレスのトラックが該テーブルに不
良トラックとして登録されているか否かを調べ、登録さ
れていれば、該テーブルから対応する交代トラックのア
ドレスをめ1.登録されていなければ実際に磁気ディス
クにアクセスして、そのとき不良トラックに遭遇した場
合、該不良トラックのアドレスと交代トラックのアドレ
スとを前記テーブルに記録することを特徴とするディス
クキャッシュ制御方式によシ達成される。(4) Structure and object of the invention According to the present invention, the system is located between a magnetic disk device and a host computer, and stores data read from the magnetic disk device each time. When the host computer instructs the host computer to read the data, if data of the corresponding track exists in the memory, the data read from the memory is transferred to the host computer without accessing the magnetic disk device; In a disk cache mechanism that has control to transfer the data read from the magnetic disk device to the host computer and store it in the memory when the data of the corresponding track does not exist in the memory, the address of the defective track and the address of the defective track are stored. A table is provided to record the address of the corresponding alternate track, and it is checked whether the track whose address should be accessed when accessing the magnetic disk device is registered as a defective track in the table. Find the address of the corresponding replacement track from the table.1. If the magnetic disk is not registered and a bad track is actually accessed and a bad track is encountered at that time, the address of the bad track and the address of a replacement track are recorded in the table. It will be achieved.
(5)発明の実施例
第1図は本発明を説明するためのブロック図であって、
1はホストコンピュータ、2は磁気ディスク制御装置、
3はディスクキャッシュ機構、4は磁気ディスク装置、
5はデータ転送制御部、6はキャッシュメモリ、7はサ
ーチ制御部を表わしている。(5) Embodiment of the invention FIG. 1 is a block diagram for explaining the invention,
1 is a host computer, 2 is a magnetic disk controller,
3 is a disk cache mechanism, 4 is a magnetic disk device,
Reference numeral 5 represents a data transfer control section, 6 a cache memory, and 7 a search control section.
第1図において、ホストコンピュータ1からの指示によ
り磁気ディスク装置4にアクセスする必要を生ずるとサ
ーチ制御部7が該当するトラックのデータがキャッシュ
6に在存するか否かおよび該当トラックが不良トラック
とじて登録されているか否かを調べて、それぞれの結果
に応じた処理を行なうことKよシ磁気ディスク装置4へ
のシークが重複することを避けて効率的にデータ転送を
行なう。In FIG. 1, when it becomes necessary to access the magnetic disk drive 4 based on an instruction from the host computer 1, the search control unit 7 determines whether or not the data of the corresponding track exists in the cache 6, and determines whether the corresponding track is a defective track. By checking whether it is registered or not and performing processing according to each result, data is transferred efficiently by avoiding duplication of seeks to the magnetic disk device 4.
以下、これらのサーチ制御部7の制御について更に詳し
く説明する。The control of these search control units 7 will be explained in more detail below.
第2図は本発明の実施例のサーチ制御部を示すブロック
図であって、8はトラックアドレスレジスタ、9はトラ
ックサーチ部、10は不良トラックサーチ部、11はト
ラックテーブル、12は不良トラック/交代トラック・
リンクテーブル、13は交代トラックアドレスレジスタ
、14.15はフラグを表わしている。FIG. 2 is a block diagram showing a search control section according to an embodiment of the present invention, in which 8 is a track address register, 9 is a track search section, 10 is a defective track search section, 11 is a track table, and 12 is a defective track/track/control section. Replacement truck/
A link table, 13 is an alternate track address register, and 14 and 15 are flags.
また、Nは不良トラックのアドレス、Cは交代トラック
のアドレスを示している。トラックテーブル11は、磁
気ディスク装置から読み出されたデータがキャッシュ(
バッファ)上に格納されたとき、そのトラックのアドレ
スが書き込まれるもので、これを参照することによシ、
該当するアドレスのトラックのデータがバッファに存在
するか否かが分る。°不良トラック/交代トラック・リ
ンクテーブル12は、アクセスしたトラックが不良トラ
ックであったとき、そのアドレスおよび対応する交代ト
ラックのアドレスを記録するものである。また、フラグ
14は該当するアドレスのトラックのデータがバッファ
上に存在するとき“1”がセットされ、15は該当する
アドレスのトラックが不良トラックとして登録されてい
るとき′1#がセットされる。Further, N indicates the address of the defective track, and C indicates the address of the replacement track. The track table 11 stores data read from the magnetic disk device in a cache (
buffer), the address of that track is written, and by referring to this,
It can be determined whether the data of the track at the corresponding address exists in the buffer. The defective track/replacement track link table 12 records the address and the address of the corresponding replacement track when the accessed track is a defective track. Further, the flag 14 is set to "1" when the data of the track at the corresponding address exists on the buffer, and the flag 15 is set to '1#' when the track at the corresponding address is registered as a defective track.
第2図において、磁気ディスク装置へのアクセスに際し
、アクセスするトラックのアドレスがトラ、クアドレス
レジスタ8にセットされると、それがトラックサーチ部
9および不良トラ、クサーチ部10に送られる。トラッ
クサーチ部9はトラックテーブル11を参照して該アド
レスのトラックのデータがバッファ上に存在するか否か
を調べ、存在すればフラグ14を“1”にセットする。In FIG. 2, when the magnetic disk drive is accessed, when the address of the track to be accessed is set in the track/quart address register 8, it is sent to the track search unit 9 and the defective track/quart search unit 10. The track search unit 9 refers to the track table 11 to check whether data of the track at the address exists on the buffer, and if so, sets the flag 14 to "1".
一方、不良トラックサーチ部は不良トラ、り/交代トラ
ック・リンクテアプル12を調べ該当するアドレスのト
ラックが不良トラックとして登録されていれば、フラグ
15を1″にセットして対応する交代トラックアドレス
を読み出り交代アドレスレジスタ13にセットする。On the other hand, the defective track search unit checks the defective track/replacement track/link tear pull 12, and if the track at the corresponding address is registered as a defective track, sets the flag 15 to 1'' and reads the corresponding replacement track address. Set in the output alternate address register 13.
ディスクキャッシュ機構3のデータ転送制御部は、これ
らのサーチ制御部の出力情報を基にデータの転送な制御
する。The data transfer control section of the disk cache mechanism 3 controls data transfer based on the output information of these search control sections.
第3図はデータ転送部の制御を示す流れ図でおる。同図
に示す様にデータ転送部は該当するトラックのデータが
ノ(ソファ上にあるとき(フラグ14AU”1”のとき
)で、更に不良トラ、りとして登録されているとき(フ
ラグ15が′1#のとき)は交代トラックアドレスレジ
スタ13t−見て、ノ(ソファ上の該当するアドレスを
持つ交代トラックのデータを転送し、また、不良トラッ
クとして登録されていないとき(7ラグ15が“0″の
とき)は、ノ5ッファから該当するトラックアドレスの
データを読み出して転送する。FIG. 3 is a flowchart showing the control of the data transfer section. As shown in the figure, the data transfer unit transfers the data of the corresponding track when it is on the sofa (when flag 14AU is "1") and when it is registered as a defective truck (when flag 15 is "1"). 1#), look at the replacement track address register 13t and transfer the data of the replacement track with the corresponding address on the sofa, and when it is not registered as a defective track (7lag 15 is "0"). ''), the data of the corresponding track address is read from the 5 buffer and transferred.
一方、該当するトラックのデータがバッファ上にないと
き(フラグ14が°′0″のとき)で、更に不良トラッ
クとして登録されているときは交代トラックアドレスレ
ジスタ13にセットされた交代トラックのアドレスを読
み出して、磁気ディスク装置にアクセスし、該交代トラ
ックのデータをバッファに格納すると共にホスト側へ転
送する。1斤不良トラックとして登録されていないとき
は、磁気ディスク装置の該当するトラックへアクセスし
て読み出したデータをバッファに格納すると共にホスト
側に転送する。若し7、このとき該当するトラックが不
良トラックであった場合には、再度交代トラックヘシー
クし、て、該交代トラックから読み出したデータを転送
することに麿るが、このとき該不良トラックのアドレス
と交代トラックのアドレスを不良トラ。On the other hand, when the data of the corresponding track is not on the buffer (when the flag 14 is °'0'') and it is registered as a defective track, the address of the replacement track set in the replacement track address register 13 is Read the data, access the magnetic disk drive, store the data on the alternate track in a buffer, and transfer it to the host side.If one loaf is not registered as a defective track, access the corresponding track on the magnetic disk drive. The read data is stored in a buffer and transferred to the host side.If the corresponding track is a defective track at this time, seek again to the replacement track and read the data from the replacement track. At this time, the address of the defective track and the address of the replacement track are transferred to the defective track.
り/交代トラック・リンクテーブルに登録する。/Register in the replacement track link table.
バッファの領域に空が無くなって古いデータが追放され
たときはトラックテーブル11からも該当するアドレス
が追放されるが、不良トラック/交代トランク・リンク
テーブルの情報は追放されることなく蓄積される。従っ
て、磁気ディスク装置へのアクセスが一巡した後は、総
ての不良トラックが不良トラック/交代トラック・リン
クテーブルに登録されるから、磁気ディスク装置の不良
トラックにアクセスすること無く交代トラックのアドレ
スを得ることが出来る。When the buffer area becomes empty and old data is removed, the corresponding address is also removed from the track table 11, but the information in the defective track/replacement trunk/link table is accumulated without being removed. Therefore, after one cycle of access to the magnetic disk device, all defective tracks are registered in the defective track/replacement track link table, so the address of the replacement track can be determined without accessing the defective track of the magnetic disk device. You can get it.
(6)発明の効果
以上詳細に説明したように、本発明の制御方式によれば
、磁気ディスク装置へのアクセスに際して不良トラック
に遭遇したとき、該不良トラックのアドレスとこれに対
応する交代トラックのアドレスとを所定のテーブルに書
き込んで置くことにより、次回以降の該不良トラックへ
のアクセスに際しては、磁気ディスク装置の当該トラッ
クにアクセスすること無くアクセスすべき交代トラック
のアドレスが得られる。従って、シーク動作の重複によ
る時間的損失を生じないからレスポンスの良いアクセス
を実現出来るので効果比法である。(6) Effects of the Invention As explained in detail above, according to the control method of the present invention, when a defective track is encountered during access to a magnetic disk device, the address of the defective track and the corresponding replacement track can be determined. By writing the address in a predetermined table, the next time the defective track is accessed, the address of the replacement track to be accessed can be obtained without accessing the track in the magnetic disk device. Therefore, it is an effectiveness ratio method because access with good response can be achieved without causing time loss due to duplication of seek operations.
第1図は本発明を説明するためのブロック図、第2図は
本発明の実施例のサーチ制御部を示すブロック図、第3
図はデータ転送部の制御を示す流れ図である。
1・・・・・・ホストコンピュータ、2・・・・・・磁
気ディスク制御装置、3・・・・・・ディスクキャッシ
ュ機構、4・・・・・・磁気ディスク装置、5・・・・
・・データ転送制御部、6・・・・・・キャッシュメモ
リ、7・・・・・・サーチ制御R8””” トラックア
ドレスレジスタ、9・・・・・・トラックサーチ部、1
0・・・・・・不良トラックサーチ部、11・・凹トラ
ックテ1−プル、12・・・・・・不良トラック/交代
トラック争リンクテーブル、13・・・・・・交代トラ
ックアドレスレジスタ、14.15・・・・・・フラグ
半 I 図FIG. 1 is a block diagram for explaining the present invention, FIG. 2 is a block diagram showing a search control section of an embodiment of the present invention, and FIG.
The figure is a flowchart showing control of the data transfer section. DESCRIPTION OF SYMBOLS 1... Host computer, 2... Magnetic disk control device, 3... Disk cache mechanism, 4... Magnetic disk device, 5...
...Data transfer control unit, 6...Cache memory, 7...Search control R8'''' Track address register, 9...Track search unit, 1
0...Bad track search unit, 11...Concave track table 1-pull, 12...Bad track/replacement track conflict link table, 13...Replacement track address register, 14 .15...Flag half I Figure
Claims (1)
て、磁気ディスク装置から読み出したデータをその都度
内蔵するメモリに格納してホストコンピュータからデー
タの読み出しを指示されたとき該メモリに該当するトラ
ックのデータが存在すれば磁気ディスク装置にアクセス
することなく該メモリから読み出したデータをホストコ
ンピュータに転送し、該メモリに該当するトラックのデ
ータが存在しないときは磁気ディスク装置から読み出し
たデータをホストコンピュータに転送すると共に該メモ
リに格納する如き制御を有するディスクキャッシュ機構
において、不良トラックのアドレスと該不良トラックに
対応する交代トラックのアドレスとを記録するテーブル
を設け、磁気ディスク装置へのアクセスに際し、アクセ
スすべきアドレスのトラックが該テーブルに不良トラッ
クとして登録されているか否かを調べ、登録されていれ
ば、該テーブルから対応する交代トラックのアドレスを
め、登録されていなければ実際に磁気ディスクにアクセ
スして、そのとき不良トラックに遭遇した場合、該不良
トラックのアドレスと交代トラックのアドレスとを前記
テーブルに記録することを特徴とするディスクキャッシ
ュ制御方式。Located between the magnetic disk device and the host computer, the data read from the magnetic disk device is stored in a built-in memory each time, and when the host computer instructs the host computer to read data, the data of the corresponding track is stored in the memory. If the data exists, the data read from the memory is transferred to the host computer without accessing the magnetic disk device, and if the data of the corresponding track does not exist in the memory, the data read from the magnetic disk device is transferred to the host computer. In addition, in a disk cache mechanism having control such as storage in the memory, a table is provided for recording the address of a defective track and the address of a replacement track corresponding to the defective track, and when accessing the magnetic disk device, the address to be accessed is provided. Check whether the track is registered as a defective track in the table, and if it is registered, find the address of the corresponding replacement track from the table, and if it is not registered, actually access the magnetic disk, If a defective track is encountered at that time, the address of the defective track and the address of a replacement track are recorded in the table.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP59099936A JPS60243755A (en) | 1984-05-18 | 1984-05-18 | Disc cache control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP59099936A JPS60243755A (en) | 1984-05-18 | 1984-05-18 | Disc cache control system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS60243755A true JPS60243755A (en) | 1985-12-03 |
Family
ID=14260601
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP59099936A Pending JPS60243755A (en) | 1984-05-18 | 1984-05-18 | Disc cache control system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS60243755A (en) |
-
1984
- 1984-05-18 JP JP59099936A patent/JPS60243755A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5313612A (en) | Information recording and reproducing apparatus including both data and work optical disk drives for restoring data and commands after a malfunction | |
US6513135B2 (en) | Automatic read reassignment method and a magnetic disk drive | |
JPH056891B2 (en) | ||
JPH02281474A (en) | Auto changer device for storage medium | |
KR20010040467A (en) | Automatic replacing method in reading and magnetic disc drive using the method | |
JPH0316712B2 (en) | ||
JPS58114150A (en) | Alternation controlling system for disc device | |
JPH06111479A (en) | Information recording and reproducing device | |
JPS60243755A (en) | Disc cache control system | |
JPH05210915A (en) | Disk device | |
JPH0628779A (en) | Method for recording and controlling data in disk device | |
JPS6269314A (en) | Controller for double writing on disk | |
JPS63113984A (en) | Optical disk control system | |
JPH0528651A (en) | Information recorder and reproducer | |
US20030237020A1 (en) | Method for accessing data of defected optical disk | |
JPH02113467A (en) | Disk control system | |
JPS61115273A (en) | Data recording system | |
JPH04341977A (en) | Data reproducing control system | |
JPH087485A (en) | Optical disk controller | |
JPS6013360A (en) | Storage device | |
JPS60101788A (en) | Optical disk controller | |
JPH0277927A (en) | Control system for semiconductor disk subsystem | |
JPH01220265A (en) | Controller | |
JPH11232046A (en) | Magnetic disk device | |
JPH03137876A (en) | Data recording system of rotary head type tape recorder |