JPH02158963A - Disk controller - Google Patents
Disk controllerInfo
- Publication number
- JPH02158963A JPH02158963A JP31290888A JP31290888A JPH02158963A JP H02158963 A JPH02158963 A JP H02158963A JP 31290888 A JP31290888 A JP 31290888A JP 31290888 A JP31290888 A JP 31290888A JP H02158963 A JPH02158963 A JP H02158963A
- Authority
- JP
- Japan
- Prior art keywords
- address
- data
- physical address
- disk
- physical
- 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
- 238000006243 chemical reaction Methods 0.000 abstract description 3
- 238000011084 recovery Methods 0.000 abstract description 2
- 238000000034 method Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 230000005856 abnormality Effects 0.000 description 1
- 239000000872 buffer Substances 0.000 description 1
- 239000003795 chemical substances by application Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000002123 temporal effect Effects 0.000 description 1
Landscapes
- Signal Processing For Digital Recording And Reproducing (AREA)
Abstract
Description
【発明の詳細な説明】
〔発明の目的〕
(産業上の利用分野)
この発明は、磁気ディスク装置や光デイ装置等を制御す
るディスク制御装置に関する。DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Field of Industrial Application) The present invention relates to a disk control device that controls a magnetic disk device, an optical disk device, etc.
(従来の技術)
磁気ディスクや光ディスクのような円盤状の記録媒体で
情報を記録/再生する記録装置のアクセス時間は、シー
ク時間、回転持ち時間といった機械的な動作時間によっ
て決ってしまうため、飛躍的な高速化は困難であった。(Prior art) The access time of a recording device that records/reproduces information on a disk-shaped recording medium such as a magnetic disk or an optical disk is determined by mechanical operation times such as seek time and rotational life time. It was difficult to increase the speed.
これを打開するため、データの読みだしに対しては、半
導体バッファを併用したディスクキャッシュ等が、書き
込みに対しては時間が最小になるように書き込み位置を
動的に割り当てる方式等がとられてきた。To overcome this problem, methods such as disk caches using semiconductor buffers have been adopted for reading data, and systems that dynamically allocate write locations to minimize the time required for writing. Ta.
(発明が解決しようとする課題)
データの書き込み時間を高速化するために、書き込み位
置の動的な割り当てを行なうためには、上位装置が認識
する論理アドレスと実際にデータの存在する物理アドレ
スの対応関係が一定ではないため、これの対応関係やデ
ィスクの使用状況を管理するテーブルが必要になる。こ
のテーブルは高速に参照、更新される必要があり、通常
、揮発性の半導体メモリ上に展開される。テーブルの内
容が消失すると、ディスク上の論理的に意味のあるデー
タをアクセスすることができなくなるから、予期しない
電源断等による消失を回避するため、このメモリには、
別電源によるバックアップ等の措置を講する必要があっ
た。(Problem to be Solved by the Invention) In order to dynamically allocate a write position in order to speed up the data write time, it is necessary to distinguish between the logical address recognized by the host device and the physical address where the data actually resides. Since the correspondence relationship is not constant, a table is required to manage the correspondence relationship and disk usage status. This table needs to be referenced and updated at high speed, and is usually developed on volatile semiconductor memory. If table contents are lost, logically meaningful data on the disk will no longer be accessible, so in order to avoid loss due to unexpected power outages, etc., this memory contains
It was necessary to take measures such as backing up with a separate power source.
(課順を解決するための手段)
本発明はデータの書き込みに際して、上位装置から記録
することを要求されたデータの他に、上位装置の認識す
る論理的なアドレスと、論理アドレスと物理アドレスの
対応関係を変更した回数に関する情報を追加して記録す
るディスク制御装置を提供するものである。(Means for resolving the order of assignments) When writing data, the present invention includes, in addition to the data requested to be recorded from the host device, a logical address recognized by the host device, and a combination of the logical address and the physical address. The present invention provides a disk control device that additionally records information regarding the number of times the correspondence relationship has been changed.
(作 用)
最新の管理テーブルの内容が消失した場合には、制御装
置は、ディスク上の全データ領域の内、制御装置が追加
した情報の部分を物理アドレスの順に読み出す。この部
分から、そのデータが書き込まれた際に上位装置が指定
した論理アドレスを知ることができるから、これをもと
に管理テーブルを修復する。ただし、同一の論理アドレ
スに対応するデータが、複数の物理アドレスに時間的に
前後して書き込まれ、しかも、前に書かれた(古い)デ
ータがそのまま残っている場合がある。この場合には、
論理アドレスとともに追加された、論理アドレスと物理
アドレスの対応関係を変更した回数に関する情報を利用
し、最新と判断される方の物理アドレスを選択し、それ
以前に書かれたと判断される方の物理アドレスは無効な
データの書かれた空き領域として扱う。(Operation) If the contents of the latest management table are lost, the control device reads out the information added by the control device out of all the data areas on the disk in the order of physical addresses. From this part, the logical address designated by the host device when the data was written can be known, and the management table is restored based on this. However, there are cases where data corresponding to the same logical address is written to multiple physical addresses at different times, and the previously written (old) data remains as is. In this case,
Using information about the number of times the correspondence between logical addresses and physical addresses has been changed, which was added along with the logical address, select the physical address that is considered to be the latest, and select the physical address that is judged to have been written earlier. The address is treated as an empty area where invalid data is written.
(実施例)
以下、本発明の実施例を図面を参照して説明する。第3
図は、本発明の構成図で、データの書き込み時における
データおよび制御信号の流を示している。上位装置30
1は、入出力制御バス30Gを通して書き込むデータの
論理アドレス(通常は開始位置と長さ)を指定してくる
。動的割り当て方式では、この指定と管理テーブルの内
容から、書き込みが最短時間で終了するようなディスク
上の物理アドレスを、アドレス変換ブロック307が決
定する。入出力制御ブロック305は制御バス308に
より指定された物理アドレスに相当するディスク上の位
置にシークおよびヘッドの切り替えによってディスク装
置310にアクセスする。第2図に、本発明によらない
場合の、ディスク上のデータ・トラックのフォーマット
の一部を示す。入出力制御ブロック305は、トラック
上のヘッダ101を読みながら、データの書き込まれる
べき位置を見つけ、データ・バス303より送られてく
るデータ102を書き込む。本発明による場合も人出力
制御ブロック305の動作は変わらない。ただし、アド
レス変換ブロック307は、書き込みデータ長を、上位
装置から指定された長さに、論理アドレスと変更回数分
に関する追加情報の長さを加えたものを実際に書き込ま
れるデータ長とする。管理テーブル309の検索および
、制御バス308を通して行なわれる入出力制御ブロッ
ク305への指示にはこの長さを使用する。アドレスと
変換ブロック307はさらに論理アドレスと変更回数に
関する情報を、データ・バス303上のデータに追加し
、このデータはバス304を通して入出力制御ブロック
305に送られる。第1図に、本発明による場合の、ト
ラック上のデータフォーマットの1部を示す。ヘッダ1
01は、セクタと呼ばれる、ディスク上のデータ記録の
最小単位ごとに付くが、論理的なアドレスは複数のセク
タにまたがる場合もありえる。(Example) Hereinafter, an example of the present invention will be described with reference to the drawings. Third
The figure is a block diagram of the present invention, showing the flow of data and control signals when writing data. Upper device 30
1 specifies the logical address (usually the start position and length) of the data to be written through the input/output control bus 30G. In the dynamic allocation method, based on this specification and the contents of the management table, the address translation block 307 determines the physical address on the disk at which writing can be completed in the shortest possible time. The input/output control block 305 accesses the disk device 310 by seeking and head switching to a position on the disk corresponding to the physical address specified by the control bus 308. FIG. 2 shows a portion of the format of a data track on a disk without the invention. The input/output control block 305 reads the header 101 on the track, finds the position where data is to be written, and writes the data 102 sent from the data bus 303. Even according to the present invention, the operation of the human output control block 305 remains unchanged. However, the address conversion block 307 sets the write data length to the length specified by the host device plus the length of additional information regarding the logical address and the number of changes, as the data length actually written. This length is used for searching the management table 309 and instructing the input/output control block 305 via the control bus 308. Address and translation block 307 also adds logical address and change count information to the data on data bus 303, which is sent to input/output control block 305 over bus 304. FIG. 1 shows part of the data format on a track in accordance with the present invention. header 1
01 is attached to each minimum unit of data recording on a disk called a sector, but a logical address may span multiple sectors.
本発明を実施するには、上記のように、管理テーブル3
09内に論理アドレスと物理アドレスの対応を変更した
回数に関する情報が必要である。この回数は、データ書
き込み時にアドレス変換ブロック307がテーブルを検
索した結果、最短時間に書き込みを行なうための割当が
それ以前の対応と異なった場合に更新される。To implement the present invention, as described above, the management table 3
Information regarding the number of times the correspondence between logical addresses and physical addresses has been changed is required in 09. This number is updated when the address translation block 307 searches the table during data writing and the allocation for writing in the shortest time is different from the previous correspondence.
次に、テーブルの回復方法について説明する。Next, a table recovery method will be explained.
第4図に、管理テーブルの形式の一例を示す。テーブル
A (401)は、論理アドレスと物理アドレスの対応
を示すもので対応関係の変更回数も併せて記憶されてい
る。テーブルB (402)は物理アドレスの使用状況
を示す。テーブルを再生するためには、制御装置は、デ
ィスク310の全領域に対して物理アドレスを順次アク
セスし、本方式による追加情報部分を読み出す。管理テ
ーブルが使えなくともトラック上のフォーマットに異常
がなければトラック上に記録されている内容を読み出す
ことは可能である。制御装置は、テーブルAの読み出さ
れた論理アドレスに相当する位置に、読み出しを行った
物理アドレスと、読み出された変更回数を書き込む。ま
た、テーブルB上では、″使用中“として扱う。もし、
既に物理アドレスが書き込まれている場合には、変更回
数を比較して最新と判断される方の物理アドレスをテー
ブルAに書き込み、他方は、テーブルB上で”空き”と
して扱う。FIG. 4 shows an example of the format of the management table. Table A (401) shows the correspondence between logical addresses and physical addresses, and also stores the number of times the correspondence has been changed. Table B (402) shows the usage status of physical addresses. In order to reproduce the table, the control device sequentially accesses the physical addresses of all areas of the disk 310 and reads out the additional information portion according to this method. Even if the management table cannot be used, it is possible to read the contents recorded on the track as long as there is no abnormality in the format on the track. The control device writes the physical address from which the reading was performed and the number of changes that have been read into the table A at a position corresponding to the logical address from which the data was read. Also, on table B, it is treated as "in use." if,
If the physical address has already been written, the physical address that is determined to be the latest by comparing the number of changes is written in table A, and the other physical address is treated as "empty" on table B.
さらに、論理アドレスが無効な値であった場合にも“空
き°として扱う。この処理が有効となるように、ディス
ク装置の初期化の際には、追加情報が記録される位置に
予め、無効な論理アドレスを書き込んでおく必要がある
。変更回数は無限に大きな値を取ることはできないから
、ある回数以上変更された場合は値が一巡する。しかし
、この回数をある程度の大きさに設定すれば、時間的な
前後関係の判断を誤るような古い値が重ね書きされずに
残る確率は十分低くするができる。Furthermore, even if the logical address is an invalid value, it will be treated as "empty".In order to make this process effective, when initializing the disk device, the location where additional information will be recorded must be set to be invalid. It is necessary to write a logical address in advance.The number of changes cannot take an infinitely large value, so if the value is changed more than a certain number of times, the value will go through the cycle.However, it is necessary to set this number of times to a certain value. For example, the probability that old values that would lead to incorrect judgment of temporal context will remain without being overwritten can be made sufficiently low.
この発明によるディスク装置を用いると、データの書き
込みに動的割り当て方式を使用してアクセスの高速化を
はかった場合にも、予期せぬ電源断等による管理テーブ
ルの内容消失を回避するために、別電源を用意する等の
ハードウェア上の特別に措置を講する必要がなくなる。When using the disk device according to the present invention, even if a dynamic allocation method is used to write data to speed up access, in order to avoid loss of management table contents due to unexpected power outage, etc. There is no need to take special hardware measures such as preparing a separate power supply.
第1図は本発明を実施した場合のトラック上のデータ・
フォーマットの1部を示す図、第2図は本発明を実施し
なかった場合のトラック上のデータ・フォーマットの1
部を示す図、第3図は本発明の実施例を示す構成図、第
4図は管理テーブルの1例を示す図である。
101・・・トラック上のヘッダ情報
102・・・上位装置からのデータ
103・・・トラックの1部
104・・・追加される情報
301・・・上位装置
302・・・制御装置
303・・・データバス
304・・データバス
305・・・入出力制御ブロック
306・・・入出力制御バス
307・・・アドレス変換ブロック
308・・・入出力制御バス
309・・・管理テーブル
310・・・ディスク装置
401・・・テーブルA
402・・テーブルB
代理人 弁理士 則 近 憲 佑
同 松山発達
第1図
第2図Figure 1 shows the data on the track when the present invention is implemented.
Figure 2 shows a part of the format of the data on the track without implementing the present invention.
FIG. 3 is a block diagram showing an embodiment of the present invention, and FIG. 4 is a diagram showing an example of a management table. 101... Header information on the track 102... Data from the higher-level device 103... One part of the track 104... Information to be added 301... Higher-level device 302... Control device 303... Data bus 304...Data bus 305...I/O control block 306...I/O control bus 307...Address conversion block 308...I/O control bus 309...Management table 310...Disk device 401...Table A 402...Table B Agent Patent Attorney Noriyuki Ken Yudo Matsuyama Development Figure 1 Figure 2
Claims (1)
とディスク上の物理的記録位置との対応関係を変更する
ディスク制御装置であって、記録するデータの一部に、
論理的なアドレスとその物理的な位置が変更された回数
とを示す情報を追加することを特徴とするディスク制御
装置。A disk control device that changes the correspondence between the requested address and the physical recording position on the disk in response to data transfer from a host device, and includes a part of the data to be recorded.
A disk control device characterized by adding information indicating a logical address and the number of times its physical location has been changed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP31290888A JPH02158963A (en) | 1988-12-13 | 1988-12-13 | Disk controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP31290888A JPH02158963A (en) | 1988-12-13 | 1988-12-13 | Disk controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH02158963A true JPH02158963A (en) | 1990-06-19 |
Family
ID=18034904
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP31290888A Pending JPH02158963A (en) | 1988-12-13 | 1988-12-13 | Disk controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH02158963A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010108568A (en) * | 2008-10-31 | 2010-05-13 | Toshiba Corp | Magnetic disk device |
-
1988
- 1988-12-13 JP JP31290888A patent/JPH02158963A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010108568A (en) * | 2008-10-31 | 2010-05-13 | Toshiba Corp | Magnetic disk device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2635023B2 (en) | Label writing method for file data | |
US6735678B2 (en) | Method and apparatus for disc drive defragmentation | |
US4476526A (en) | Cache buffered memory subsystem | |
US6041386A (en) | Data sharing between system using different data storage formats | |
JP2804115B2 (en) | Disk file system | |
JPH08249824A (en) | Optical disk reproducing device and optical disk recording device | |
KR20030009047A (en) | Magnetic disc drive, method for recording data, and method for reproducing data | |
JP3127796B2 (en) | Information recording / reproducing device | |
JPH02158963A (en) | Disk controller | |
JPH04111113A (en) | Hard disk emulator | |
JP2510662B2 (en) | Data recording control method | |
JPH07319636A (en) | Controller for storing data of magnetic disk | |
EP0108651A2 (en) | Dynamic addressing for variable track length cache memory | |
JP3794322B2 (en) | Data copy system | |
JPH0628779A (en) | Method for recording and controlling data in disk device | |
JPH06187249A (en) | Disk array device | |
JP3341094B2 (en) | Recording medium reading device | |
JPH04217017A (en) | Memory extension method for semiconductor disk device | |
JPS6149229A (en) | Information processor | |
JPS62140275A (en) | Alternation allotment processing system | |
JP3183253B2 (en) | Dynamic capacity increase method and dynamic capacity increase method for disk device | |
JPH04165527A (en) | Method and device for recording and reproducing information | |
JPH01113844A (en) | Disk cache device | |
JPH05197601A (en) | File storage device | |
JPH05233151A (en) | Magnetic disk array |