JP2914834B2 - Magnetic disk drive - Google Patents

Magnetic disk drive

Info

Publication number
JP2914834B2
JP2914834B2 JP4245123A JP24512392A JP2914834B2 JP 2914834 B2 JP2914834 B2 JP 2914834B2 JP 4245123 A JP4245123 A JP 4245123A JP 24512392 A JP24512392 A JP 24512392A JP 2914834 B2 JP2914834 B2 JP 2914834B2
Authority
JP
Japan
Prior art keywords
read
magnetic disk
cache data
positional relationship
disk drive
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP4245123A
Other languages
Japanese (ja)
Other versions
JPH0695810A (en
Inventor
靖彦 市川
喜英 勝瀬
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.)
Toshiba Corp
Toshiba Computer Engineering Corp
Original Assignee
Toshiba Corp
Toshiba Computer Engineering 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 Toshiba Corp, Toshiba Computer Engineering Corp filed Critical Toshiba Corp
Priority to JP4245123A priority Critical patent/JP2914834B2/en
Publication of JPH0695810A publication Critical patent/JPH0695810A/en
Application granted granted Critical
Publication of JP2914834B2 publication Critical patent/JP2914834B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】この発明は、リードアヘッドキャ
ッシュ機能を備えたハードディスク装置等の磁気ディス
ク装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a magnetic disk device such as a hard disk device having a read-ahead cache function.

【0002】[0002]

【従来の技術】従来から、磁気ディスク装置にはディス
クコントローラが内蔵されており、このディスクコント
ローラにて、ディスクに対するデータのリード/ライト
制御およびホストとの間におけるデータ転送制御を行っ
ている。またこのディスクコントローラは、リードアヘ
ッドキャッシュと呼ばれるキャッシュ機能を備えてい
る。このリードアヘッドキャッシュは、ホストよりリー
ド要求されたセクタの先のセクタのデータをディスクか
ら読み出してバッファ(キャッシュメモリ)内に格納
し、次のリード要求が発生したときにバッファ内に要求
データがあれば(キャッシュヒットすれば)、このデー
タをバッファより取り出してホストに転送する機能であ
る。これにより、ホストのリード要求に対する応答速度
の向上を図ることができる。
2. Description of the Related Art Conventionally, a magnetic disk device has a built-in disk controller, which controls read / write of data to / from a disk and data transfer with a host. The disk controller also has a cache function called a read-ahead cache. This read-ahead cache reads data from a sector ahead of a sector requested to be read by the host from a disk and stores the data in a buffer (cache memory). When a next read request occurs, the requested data is stored in the buffer. If a cache hit occurs, this data is taken out of the buffer and transferred to the host. As a result, the response speed to the host read request can be improved.

【0003】またキャッシュメモリ内を複数のブロック
に分割し、ディスク上の異なる領域のデータを個々のブ
ロックに蓄積するセグメントキャッシュと呼ばれる方式
もある。この場合、一つのブロックは、ディスク上の1
トラックに存在するすべてのセクタデータを記憶できる
程度の容量を持つよう構成される場合が多い。
There is also a method called a segment cache in which a cache memory is divided into a plurality of blocks, and data in different areas on a disk is stored in individual blocks. In this case, one block corresponds to 1 on the disk.
It is often configured to have a capacity large enough to store all the sector data existing in the track.

【0004】しかしながら、このセグメントキャッシュ
機能を有する磁気ディスク装置では次のような問題があ
る。これを図4を用いて説明する。
However, the magnetic disk device having the segment cache function has the following problems. This will be described with reference to FIG.

【0005】同図において、TaおよびTnはそれぞれ
リード対象とされるディスク上の異なるトラックを示し
ている。いまTaのトラックのデータに対するアヘッド
リード(先読み)処理が行われているものとする。この
先読み動作中に次のホスト要求が発生し、しかもその要
求データがキャッシュメモリ上に存在しないつまりキャ
ッシュミスヒットの場合、直ちに先読み処理を中断し、
ディスクから要求データを読み出すためのトラックシー
クが行われる。したがって、このときキャッシュデータ
を記憶すべく割り当てられたキャッシュメモリのブロッ
ク内には、キャッシュデータが書き込まれていない多く
の空きが生じることになり、以降のリード要求に対する
キャッシュヒット率の低下をもたらすことになる。
In FIG. 1, Ta and Tn indicate different tracks on the disk to be read. Now, it is assumed that an ahead read (prefetch) process is being performed on the data of the track of Ta. If a next host request occurs during this prefetch operation and the requested data does not exist in the cache memory, that is, a cache mishit, the prefetch process is immediately interrupted,
Track seek for reading the requested data from the disk is performed. Therefore, in the cache memory block allocated to store the cache data at this time, a lot of free space is created in which the cache data is not written, and the cache hit rate for a subsequent read request is reduced. become.

【0006】[0006]

【発明が解決しようとする課題】本発明はこのような課
題を解決するためのもので、リードアヘッドキャッシュ
機能による先読み処理中に次のホスト要求が発生した場
合のキャッシュデータ量を増やして、キャッシュヒット
率の向上を図ることのできる磁気ディスク装置の提供を
目的としている。
SUMMARY OF THE INVENTION The present invention has been made to solve such a problem, and increases a cache data amount when a next host request occurs during a prefetch process by a read-ahead cache function. It is an object of the present invention to provide a magnetic disk drive capable of improving a hit ratio.

【0007】[0007]

【課題を解決するための手段】本発明の磁気ディスク装
置は上記した目的を達成するために、ディスクに対する
信号のリード/ライトを行うリード/ライトヘッドと、
キャッシュデータを格納するキャッシュデータ格納手段
と、ホストからのリード要求に応じて、前記リード/ラ
イトヘッドを通じて前記ディスクから読み出されたデー
タの先のデータをさらに読み出して前記キャッシュデー
タとして前記キャッシュデータ格納手段に格納する先読
み手段と、前記先読み手段の動作中に前記ホストから次
のリード要求が発生し、かつこの要求データが前記キャ
ッシュデータ格納手段に格納されていない場合、前記デ
ィスクと前記リード/ライトヘッドとの回転位置関係が
現在の位置関係から前記リード要求に応じた目的の位置
関係に至るまでに要する時間から、少なくともトラック
シークに要する時間を減算した時間を回転待ち時間とし
て求め、前記リード要求が発生してからの経過時間が前
記回転待ち時間を越えたとき、前記先読み手段の動作を
中断させてトラックシークを行うよう制御を行う制御手
段とを具備してなるものである。
According to the present invention, there is provided a magnetic disk drive comprising: a read / write head for reading / writing a signal from / to a disk;
A cache data storage unit for storing cache data, and further reading data ahead of data read from the disk through the read / write head in response to a read request from a host, and storing the cache data as the cache data. Means for reading data from the host; and when the next read request is issued from the host during the operation of the read-ahead means and the requested data is not stored in the cache data storage means, the disk and the read / write data are read. As a rotation waiting time, a time obtained by subtracting at least a time required for a track seek from a time required for a rotational positional relationship with the head to reach a target positional relationship corresponding to the read request from the current positional relationship is obtained as a rotational waiting time. The elapsed time from the occurrence of When there was example, the by interrupting the operation of the prefetch unit is made by and control means for performing control to perform a track seek operation.

【0008】[0008]

【作用】本発明では、制御手段が、先読み手段による先
読み動作中にホストから次のリード要求が発生し、かつ
この要求データがキャッシュデータ格納手段に格納され
ていない(キャッシュミスヒット)ことを判断した場合
に、ディスクとリード/ライトヘッドとの回転位置関係
が現在の位置関係からリード要求に応じた目的の位置関
係に至るまでに要する全体時間から、少なくともトラッ
クシークに要する時間を減算した時間を回転待ち時間と
して求める。このとき、全体時間はリード要求が発生し
た時点で先読み中のディスク上のセクタからリード要求
された最初のセクタとの間のセクタ数に基づき求めるこ
とが可能である。また制御手段は、リード要求が発生し
てからの経過時間を監視し、この経過時間が前記の回転
待ち時間を越えたとき、先読み手段の動作を中断させ、
この後、トラックシークを開始させる。
According to the present invention, the control means determines that a next read request is generated from the host during the prefetch operation by the prefetch means, and that the requested data is not stored in the cache data storage means (cache miss). In this case, the time obtained by subtracting at least the time required for the track seek from the total time required for the rotational positional relationship between the disk and the read / write head to reach the target positional relationship according to the read request from the current positional relationship. Calculate as rotation waiting time. At this time, the total time can be obtained based on the number of sectors between the sector on the disk being pre-read and the first sector requested to be read at the time when the read request is generated. The control means monitors the elapsed time since the read request occurred, and when the elapsed time exceeds the rotation waiting time, interrupts the operation of the prefetch means,
Thereafter, the track seek is started.

【0009】したがって、本発明によれば、従来よりも
回転待ち時間の分だけ長く先読み処理を続行させること
ができる。これにより、キャッシュデータ量を増やし
て、キャッシュヒット率の向上を図ることができる。
Therefore, according to the present invention, it is possible to continue the prefetching process longer by the rotation waiting time than before. As a result, the cache data amount can be increased and the cache hit rate can be improved.

【0010】[0010]

【実施例】以下、本発明の実施例を図面に基づいて説明
する。
Embodiments of the present invention will be described below with reference to the drawings.

【0011】図1は本発明に係る一実施例の磁気ディス
ク装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a magnetic disk drive according to an embodiment of the present invention.

【0012】同図において、1はディスク、2はディス
ク1に対する信号の書き込みおよび読み出しを行うリー
ド/ライトヘッドである。3はリード/ライトヘッド2
に供給する書き込み信号の増幅およびリード/ライトヘ
ッド2により読み出された信号の増幅を行うヘッドアン
プである。4はNRZ(Non-Retern to Zero)符号化さ
れた書き込みデータをリード/ライトヘッド用の書き込
み信号に変換すると共に、リード/ライトヘッド2によ
り読み出された信号をNRZ符号化するリード/ライト
回路である。5はディスク1から読み出されたサーボ情
報に関する信号を処理するサーボ回路である。6はホス
ト装置より転送されたデータおよびディスク1から読み
出されたデータなどを一時的に記憶するRAMである。
このRAM6内には、リードアヘッドキャッシュ機能の
ためのキャッシュメモリ領域も用意されている。このキ
ャッシュメモリ領域は複数のブロックに区切られてお
り、各ブロックには一回のアヘッドリード(先読み)処
理によりディスク1から読み出されたセクタデータが最
大約1トラック分記憶することが可能とされている。7
はホスト装置より受信したデータのRAM6への記憶、
RAM6に記憶されたデータのホスト装置への転送、さ
らにリード/ライト回路4とRAM6との間でのデータ
の入出力を制御するHDC(ハードディスクコントロー
ラ)である。8はリード/ライトヘッド2をディスク1
の径方向に移動可能に支持するキャリッジ機構(図示せ
ず)を駆動するためのVCM(ボイスコイルモータ)で
ある。9はVCM8を駆動制御するVCM駆動回路であ
る。10はディスク1を回転させるスピンドルモータで
ある。11はスピンドルモータ10の駆動制御するスピ
ンドルモータ駆動回路である。12は以上の各構成部の
統括的な制御を行うCPUである。13はCPU12で
実行されるプログラムやデータが格納されたROMであ
る。
In FIG. 1, reference numeral 1 denotes a disk and reference numeral 2 denotes a read / write head for writing and reading signals to and from the disk 1. 3 is a read / write head 2
Is a head amplifier that amplifies the write signal supplied to the read / write head 2 and the signal read by the read / write head 2. A read / write circuit 4 converts NRZ (Non-Retern to Zero) coded write data into a write signal for a read / write head, and NRZ codes a signal read by the read / write head 2. It is. Reference numeral 5 denotes a servo circuit that processes signals related to servo information read from the disk 1. Reference numeral 6 denotes a RAM for temporarily storing data transferred from the host device, data read from the disk 1, and the like.
The RAM 6 also has a cache memory area for a read-ahead cache function. The cache memory area is divided into a plurality of blocks, and each block can store a maximum of about one track of sector data read from the disk 1 by one ahead read (prefetch) process. ing. 7
Is the storage of data received from the host device in the RAM 6,
This is an HDC (hard disk controller) that controls the transfer of data stored in the RAM 6 to the host device and the input / output of data between the read / write circuit 4 and the RAM 6. 8 is the read / write head 2 and the disk 1
VCM (voice coil motor) for driving a carriage mechanism (not shown) that supports the movable member in the radial direction of the carriage. Reference numeral 9 denotes a VCM driving circuit for driving and controlling the VCM 8. Reference numeral 10 denotes a spindle motor for rotating the disk 1. Reference numeral 11 denotes a spindle motor drive circuit for controlling the drive of the spindle motor 10. Reference numeral 12 denotes a CPU that performs overall control of the above components. Reference numeral 13 denotes a ROM in which programs and data executed by the CPU 12 are stored.

【0013】次に本実施例の磁気ディスク装置にて代表
される動作を図2および図3を参照しつつ説明する。
Next, an operation typified by the magnetic disk device of the present embodiment will be described with reference to FIGS.

【0014】図2において、TaおよびTnはそれぞれ
ディスク1上の異なるトラックを示している。いまTa
のトラックのセクタデータに対するアヘッドリード(先
読み)処理が行われているものとする。このアヘッドリ
ード処理によりディスクより読み出されたデータはキャ
ッシュデータとしてHDC7を通じてRAM6内のキャ
ッシュメモリ領域に書き込まれる。
In FIG. 2, Ta and Tn indicate different tracks on the disk 1, respectively. Now Ta
It is assumed that an ahead read (pre-read) process has been performed on the sector data of the track No. The data read from the disk by this ahead read process is written to the cache memory area in the RAM 6 through the HDC 7 as cache data.

【0015】この後、ホスト装置より次のリード要求が
発生し、その要求データがキャッシュメモリ領域に存在
するならば、キャッシュメモリ領域から目的のデータが
読み出されてホスト装置に転送される。
Thereafter, a next read request is generated from the host device, and if the requested data exists in the cache memory area, the target data is read from the cache memory area and transferred to the host apparatus.

【0016】ここで問題となるのは、アヘッドリード処
理中に次のホスト要求が発生し、その要求データがキャ
ッシュメモリ領域内に記憶されていないつまりキャッシ
ュミスヒットの場合である。
Here, a problem occurs when the next host request occurs during the ahead read processing and the requested data is not stored in the cache memory area, that is, a cache mishit occurs.

【0017】本実施例の磁気ディスク装置では、このよ
うなホスト要求が発生した場合、直ちにアヘッドリード
処理を中断せず、ディスク1とリード/ライトヘッド2
との回転位置関係が現在の位置関係からリード要求に応
じた目的の位置関係に至るまでに要する全体時間から、
少なくともトラックシークに要する時間を減算した時間
を回転待ち時間として求め、リード要求が発生してから
の経過時間がこの回転待ち時間を越えたとき、アヘッド
リード処理を中断させてトラックシークを行うよう制御
が行われる。
In the magnetic disk drive of this embodiment, when such a host request occurs, the head read processing is not interrupted immediately, and the disk 1 and the read / write head 2 are not interrupted.
From the total time required for the rotational positional relationship with the current positional relationship to reach the target positional relationship according to the lead request,
At least the time obtained by subtracting the time required for track seek is obtained as the rotation wait time, and when the elapsed time from the occurrence of the read request exceeds this rotation wait time, control is performed so that the ahead read process is interrupted and the track seek is performed. Is performed.

【0018】すなわち、CPU12は、アヘッドリード
処理中にホスト装置からのリード要求の発生を検出する
と(ステップ31)、この要求データがキャッシュメモ
リ領域内に存在するどうか(キャッシュヒットであるか
どうか)を判断し(ステップ32)、キャッシュミスヒ
ットであれば、回転待ち時間の計算を行う(ステップ3
3)。
That is, when the CPU 12 detects the occurrence of a read request from the host device during the ahead read process (step 31), it determines whether or not the requested data exists in the cache memory area (whether or not there is a cache hit). Judgment is made (step 32), and if there is a cache miss, the rotation wait time is calculated (step 3).
3).

【0019】この回転待ち時間の計算は次のようにして
行われる。まず現在アヘッドリード中のセクタとリード
要求された最初のセクタとの間の距離(セクタ数)を求
めて、この距離をディスク1が回転するのに要する時間
taを求める。次に現在のトラックからリード要求され
た最初のセクタが存在するトラックまでリード/ライト
ヘッド2が移動するのに要するトラックシーク時間tb
を求める。そしてこのトラックシーク時間tbを先に求
めた時間taより減算したものを前記の回転待ち時間と
して決定する。
The calculation of the rotation waiting time is performed as follows. First, the distance (the number of sectors) between the currently read ahead sector and the first sector requested to be read is determined, and the distance ta required for the disk 1 to rotate based on this distance is determined. Next, the track seek time tb required for the read / write head 2 to move from the current track to the track where the first sector requested to be read exists.
Ask for. Then, a value obtained by subtracting the track seek time tb from the previously obtained time ta is determined as the rotation waiting time.

【0020】この後、時間待ちの状態に入り(ステップ
34)、リード要求が発生してからの経過時間が回転待
ち時間を越えたところで(ステップ35)、アヘッドリ
ード処理を中断し(ステップ36)、キャッシュメモリ
領域内のキャッシュデータ格納先のブロックを切り替え
(ステップ37)、トラックシークを行う(ステップ3
8)。
Thereafter, a time waiting state is entered (step 34). When the elapsed time from the occurrence of the read request exceeds the rotation waiting time (step 35), the ahead read process is interrupted (step 36). Then, the cache data storage destination block in the cache memory area is switched (step 37), and track seek is performed (step 3).
8).

【0021】したがって、本実施例の磁気ディスク装置
によれば、アヘッドリード処理中に次のホスト要求が発
生した場合、回転待ち時間分だけ、従来の方式よりも多
くのキャッシュデータをキャッシュメモリ領域に格納す
ることができる。これにより、キャッシュヒット率の向
上を図ることができる。
Therefore, according to the magnetic disk drive of this embodiment, when the next host request occurs during the ahead read processing, more cache data than the conventional method is stored in the cache memory area by the rotation waiting time. Can be stored. Thereby, the cache hit rate can be improved.

【0022】[0022]

【発明の効果】以上説明したように本発明の磁気ディス
ク装置によれば、リードアヘッドキャッシュ機能による
先読み動作中に次のホスト要求が発生した場合に、従来
よりも回転待ち時間の分だけ長く先読み動作を続行させ
ることができる。これにより、キャッシュデータ量を増
やして、ホストからのリード要求に対するキャッシュヒ
ット率を向上させることができる。
As described above, according to the magnetic disk drive of the present invention, when the next host request occurs during the prefetch operation by the read-ahead cache function, the prefetch is longer than the conventional one by the rotation waiting time. Operation can be continued. As a result, the cache data amount can be increased, and the cache hit rate for a read request from the host can be improved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明に係る一実施例の磁気ディスク装置の構
成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a magnetic disk drive of one embodiment according to the present invention.

【図2】図1の磁気ディスク装置において先読み動作中
に次のホスト要求が発生した場合の動作を説明するため
の図である。
FIG. 2 is a diagram for explaining an operation when a next host request occurs during a pre-read operation in the magnetic disk device of FIG. 1;

【図3】図2の動作の手順を示すフローチャートであ
る。
FIG. 3 is a flowchart showing a procedure of the operation of FIG. 2;

【図4】従来の磁気ディスク装置において先読み動作中
に次のホスト要求が発生した場合の動作を説明するため
の図である。
FIG. 4 is a diagram for explaining an operation when a next host request occurs during a pre-read operation in a conventional magnetic disk device.

【符号の説明】[Explanation of symbols]

1…ディスク、2…リード/ライトヘッド、3…ヘッド
アンプ、4…リード/ライト回路、5…サーボ回路、6
…RAM、7…HDC(ハードディスクコントロー
ラ)、8…VCM(ボイスコイルモータ)、9…VCM
駆動回路、10…スピンドルモータ、11…スピンドル
モータ駆動、12…CPU、13…ROM。
DESCRIPTION OF SYMBOLS 1 ... Disc, 2 ... Read / write head, 3 ... Head amplifier, 4 ... Read / write circuit, 5 ... Servo circuit, 6
... RAM, 7 ... HDC (hard disk controller), 8 ... VCM (voice coil motor), 9 ... VCM
Drive circuit, 10: spindle motor, 11: spindle motor drive, 12: CPU, 13: ROM.

フロントページの続き (56)参考文献 特開 平3−116221(JP,A) 特開 昭57−172457(JP,A) 特開 平3−54648(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06F 3/06 G06F 12/08 - 12/08 320 Continuation of the front page (56) References JP-A-3-116221 (JP, A) JP-A-57-172457 (JP, A) JP-A-3-54648 (JP, A) (58) Fields investigated (Int) .Cl. 6 , DB name) G06F 3/06 G06F 12/08-12/08 320

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ディスクに対する信号のリード/ライト
を行うリード/ライトヘッドと、 キャッシュデータを格納するキャッシュデータ格納手段
と、 ホストからのリード要求に応じて、前記リード/ライト
ヘッドを通じて前記ディスクから読み出されたデータの
先のデータをさらに読み出して前記キャッシュデータと
して前記キャッシュデータ格納手段に格納する先読み手
段と、 前記先読み手段の動作中に前記ホストから次のリード要
求が発生し、かつこの要求データが前記キャッシュデー
タ格納手段に格納されていない場合、前記ディスクと前
記リード/ライトヘッドとの回転位置関係が現在の位置
関係から前記リード要求に応じた目的の位置関係に至る
までに要する全体時間から、少なくともトラックシーク
に要する時間を減算した時間を回転待ち時間として求
め、前記リード要求が発生してからの経過時間が前記回
転待ち時間を越えたとき、前記先読み手段の動作を中断
させてトラックシークを行うよう制御を行う制御手段と
を具備することを特徴とする磁気ディスク装置。
A read / write head for reading / writing a signal from / to a disk; a cache data storage means for storing cache data; and a read / write head from the disk through the read / write head in response to a read request from a host. Read-ahead means for further reading data ahead of the output data and storing the read-out data as the cache data in the cache data storage means; a next read request is generated from the host during the operation of the pre-read means; Is not stored in the cache data storage means, the total time required for the rotational positional relationship between the disk and the read / write head to reach the target positional relationship according to the read request from the current positional relationship. , At least after subtracting the time required for track seek And control means for performing control so as to perform a track seek by interrupting the operation of the prefetching means when the elapsed time from the occurrence of the read request exceeds the rotation waiting time. A magnetic disk drive.
【請求項2】 請求項1記載の磁気ディスク装置におい
て、 ディスクとリード/ライトヘッドとの回転位置関係が現
在の位置関係からリード要求に応じた目的の位置関係に
至るまでに要する全体時間を、リード要求が発生した時
点で先読み中の前記ディスク上のセクタからリード要求
された最初のセクタとの間のセクタ数に基づき求めるこ
とを特徴とする磁気ディスク装置。
2. The magnetic disk drive according to claim 1, wherein the total time required for the rotational positional relationship between the disk and the read / write head to change from the current positional relationship to a target positional relationship according to the read request is represented by: A magnetic disk drive characterized in that the magnetic disk drive obtains the number based on the number of sectors between a sector on the disk that is being pre-read and the first sector for which a read request is made when a read request occurs.
【請求項3】 請求項1記載の磁気ディスク装置におい
て、 前記キャッシュデータ格納手段は複数のブロックに区切
られ、先読み手段の先読み動作ごとにキャッシュデータ
を前記キャッシュデータ格納手段の個々のブロックに格
納することを特徴とする磁気ディスク装置。
3. The magnetic disk drive according to claim 1, wherein the cache data storage unit is divided into a plurality of blocks, and cache data is stored in each block of the cache data storage unit for each prefetch operation of the prefetch unit. A magnetic disk drive characterized by the above-mentioned.
JP4245123A 1992-09-14 1992-09-14 Magnetic disk drive Expired - Lifetime JP2914834B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4245123A JP2914834B2 (en) 1992-09-14 1992-09-14 Magnetic disk drive

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4245123A JP2914834B2 (en) 1992-09-14 1992-09-14 Magnetic disk drive

Publications (2)

Publication Number Publication Date
JPH0695810A JPH0695810A (en) 1994-04-08
JP2914834B2 true JP2914834B2 (en) 1999-07-05

Family

ID=17128968

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4245123A Expired - Lifetime JP2914834B2 (en) 1992-09-14 1992-09-14 Magnetic disk drive

Country Status (1)

Country Link
JP (1) JP2914834B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006031383A (en) 2004-07-15 2006-02-02 Hitachi Global Storage Technologies Netherlands Bv Disk apparatus implemented with method for improving real-time performance
US8370581B2 (en) * 2005-06-30 2013-02-05 Intel Corporation System and method for dynamic data prefetching

Also Published As

Publication number Publication date
JPH0695810A (en) 1994-04-08

Similar Documents

Publication Publication Date Title
US6523142B1 (en) Apparatus and method of performing in a disk drive commands issued from a host system
US6523086B1 (en) Method for improving performance of read cache of magnetic disk drive
US6310743B1 (en) Seek acoustics reduction with minimized performance degradation
JPH11110139A (en) Method and device for reading data
JPH10269027A (en) Disk device and buffer management control method in the same
US5268884A (en) Seek control method and apparatus for disk apparatus
JP2914834B2 (en) Magnetic disk drive
JP2900801B2 (en) Optical disc playback device
JP2845658B2 (en) Access control device for data recording / reproducing device
US6957300B2 (en) Reducing delay of command completion due to overlap condition
JPH10171713A (en) Disk storage device and method for controlling cache applied to the same device
JP3579395B2 (en) Disk storage device and access method
JP3080758B2 (en) Magnetic disk drive
JPH0944315A (en) Memory device and its method
US6307703B1 (en) Magnetic disk apparatus
JPH0963198A (en) Disk device which can process positioning of head and setting of parameter jointly and parameter setting method in the disk device
JPH07141785A (en) Data recorder and method of alternate processing defect sector
JPH04251421A (en) Method for decreasing number of moving times of head/arm of disk drive in direction of diameter
JPH0695808A (en) Magnetic disk device
JPH1092101A (en) Magnetic disc apparatus and its driving method
JP3341094B2 (en) Recording medium reading device
KR100383638B1 (en) Method for recording virus backup program on magnetic disk in magnetic disk recording device for preventing computer virus
JP2982910B2 (en) Disk drive seek control method and apparatus
JPH11232037A (en) Magnetic disk device having disk cache write function
JP2003196155A (en) Disc device, and cache control method for the device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990330

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080416

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090416

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100416

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100416

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110416

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130416

Year of fee payment: 14

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130416

Year of fee payment: 14