JPH06236241A - Hard disk device using flash memory - Google Patents

Hard disk device using flash memory

Info

Publication number
JPH06236241A
JPH06236241A JP5045889A JP4588993A JPH06236241A JP H06236241 A JPH06236241 A JP H06236241A JP 5045889 A JP5045889 A JP 5045889A JP 4588993 A JP4588993 A JP 4588993A JP H06236241 A JPH06236241 A JP H06236241A
Authority
JP
Japan
Prior art keywords
data
hard disk
cache memory
area
computer
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
Application number
JP5045889A
Other languages
Japanese (ja)
Inventor
Shinpei Yamaguchi
真平 山口
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP5045889A priority Critical patent/JPH06236241A/en
Publication of JPH06236241A publication Critical patent/JPH06236241A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To speed up the data access of a hard disk by using a flash memory for a cache memory and designating a cache area from the host side to the hard disk. CONSTITUTION:The instruction of an area to be cached is outputted from a host computer 1 side, the hard disk moves a head to that area, and data are stored in a cache memory (flash memory) 5. Even when the computer accesses the area stored in the cache memory 5, an I/O interface controller 3 transfers the data of the cache memory 5 without moving the head. When any difference is generated between the data of the cache memory 5 and that of a magnetic medium 6, data are updated by the instruction of the computer or at the access idle time of the hard disk. A cache memory (buffer RAM) 4 stores data at the head position of an area where the computer issues a data request, and prepares the next data request.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、キャッシュメモリを用
いたハードディスク装置に関し、より詳細には、キャッ
シュメモリの一部をフラッシュメモリで構成したハード
ディスク装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a hard disk device using a cache memory, and more particularly to a hard disk device in which a part of the cache memory is a flash memory.

【0002】[0002]

【従来の技術】コンピュータの普及に伴い、扱われるデ
ータ量も増大しており2次記憶装置であるハードディス
ク装置も大容量化、高速化が求められるようになってき
ている。ハードディスクの高速化のために、従来よりヘ
ッドの移動速度を高速化すること、或いは、ヘッドの位
置するトラックのデータをキャッシュするためのキャッ
シュメモリを設けること等が提案されている。ハードデ
ィスクのデータアクセスで、第1に問題となるのは、ヘ
ッドの移動時間である。例えば、1トラック分ヘッドを
移動するのにNmsの時間がかかるとすると、10トラ
ック先のデータをアクセスするためには、10×Nms
のヘッド移動時間が必要となる。従って、このヘッド移
動時間を小さくすることで、アクセス時間を短くするこ
とができる。
2. Description of the Related Art With the widespread use of computers, the amount of data to be handled has been increasing, and hard disk drives, which are secondary storage devices, have also been required to have large capacity and high speed. In order to increase the speed of a hard disk, it has been conventionally proposed to increase the moving speed of the head, or to provide a cache memory for caching the data of the track where the head is located. In the data access of the hard disk, the first problem is the moving time of the head. For example, if it takes Nms to move the head by one track, 10 × Nms is required to access the data 10 tracks ahead.
Head movement time is required. Therefore, the access time can be shortened by reducing the head moving time.

【0003】キャッシュメモリは、ハードディスク装置
内に設けられており、ホストコンピュータ側からのアク
セス要求に応じたハードディスク上でのヘッド位置付近
のデータを取り込み記憶している。そして、次に同じデ
ータへのアクセス要求があった時には、このキャッシュ
メモリからデータ転送を行なう。通常、ホストコンピュ
ータ側からのデータアクセス要求は、直前にアクセスし
たデータほど多いので、次のデータアクセス要求が、こ
のデータである確率は高い。従って、このキャッシュメ
モリを設けることによって、全体としてハードディスク
へのアクセスを減らすことができ、ハードディスク装置
としてのアクセス時間を短縮することができる。
The cache memory is provided in the hard disk device and fetches and stores data in the vicinity of the head position on the hard disk in response to an access request from the host computer side. Then, when an access request for the same data is made next time, the data is transferred from the cache memory. Normally, the data access request from the host computer side is as large as the data accessed immediately before, and therefore the probability that the next data access request is this data is high. Therefore, by providing this cache memory, it is possible to reduce the access to the hard disk as a whole and to shorten the access time of the hard disk device.

【0004】図4及び図5は、このような従来のハード
ディスク装置の処理フローを示す図である。図4に示す
ように、キャッシュを行わないハードディスクでは、コ
ンピュータからのデータ要求に対して、目的の領域まで
ヘッドを移動し(step1)、そこで磁気メディア(磁気
ディスク)からデータを読んだり書いたりする(step
2)。この場合、目的領域までのヘッド移動速度を高速
化してアクセスを高速にしている。また、図5に示すよ
うに、キャッシュメモリを持ったハードディスク装置で
は、コンピュータからのデータ要求に対してデータがキ
ャッシュメモリ内に存在するか否かを判定し(step
1)、もしキャッシュメモリに必要なデータがあるなら
データをそこから転送し(step2)、ヘッドの移動は行
なわない。もし、必要なデータがキャッシュメモリ内に
無い場合には、図4と同様、ヘッドを移動し(step
3)、そしてヘッドの位置する付近のトラックのデータ
をキャッシュメモリに取り込み(step4)、その後に、
キャッシュメモリのデータをホスト側に転送する(step
2)。キャッシュメモリがすでに満杯の場合には、キャ
ッシュメモリ内の古いデータを消去して、新しいデータ
を書き込み、次のデータ要求に備えることになる。
FIGS. 4 and 5 are diagrams showing a processing flow of such a conventional hard disk device. As shown in FIG. 4, in a hard disk that does not perform cache, in response to a data request from a computer, the head is moved to a target area (step 1), and data is read or written from the magnetic medium (magnetic disk) there. (Step
2). In this case, the head moving speed to the target area is increased to speed up the access. Further, as shown in FIG. 5, in a hard disk device having a cache memory, it is determined whether data exists in the cache memory in response to a data request from a computer (step
1) If the cache memory has necessary data, the data is transferred from there (step 2) and the head is not moved. If the required data is not in the cache memory, move the head (step
3), and the data of the track near where the head is located is fetched into the cache memory (step 4),
Transfer cache memory data to host (step
2). If the cache memory is already full, the old data in the cache memory will be erased and new data will be written to prepare for the next data request.

【0005】[0005]

【発明が解決しようとする課題】以上に述べた従来技術
において、ヘッドの移動速度を上げることは、直接的に
アクセス時間を短縮することにはなるが、機構上の制限
から、限度があり、又、大容量化された場合には、アク
セス時間も長くなってしまうという問題点がある。
In the prior art described above, increasing the moving speed of the head directly shortens the access time, but there is a limit due to the mechanical limitation. Further, when the capacity is increased, there is a problem that the access time also becomes long.

【0006】また、キャッシュメモリを設けた場合で
も、従来の技術では、ハードディスクの各領域はすべて
同じ頻度でアクセスされることを前提としているため、
ハードディスクをアクセスするコンピュータ側のソフト
ウェアが、どの領域を頻繁にアクセスされるかを考慮に
入れていない。そのため、アクセス頻度が高い領域のデ
ータがキャッシュメモリに蓄えられても、アクセス頻度
の低い領域をアクセスしたために、キャッシュメモリの
更新が発生し、その後、この部分のデータへのアクセス
要求が発生するとハードディスクのアクセス頻度の高い
領域にもう一度ヘッドを移動してデータを取り込まない
といけなくなってしまうという問題点がある。さらに、
キャッシュメモリの容量を大きくして、できるだけデー
タをキャッシュメモリ内に格納しておく方法も考えられ
るが、データを書き出した場合、その結果を磁気メディ
アに反映しないと、キャッシュメモリはRAM(Random
Access Memory)で構成されるため、電源が切れた場合
データが消えてしまうという重大な問題が起こる。これ
は、キャッシュメモリの容量が増える毎に危険性が大き
くなっている。
Further, even when the cache memory is provided, the conventional technique is based on the premise that all areas of the hard disk are accessed at the same frequency.
The software on the computer side that accesses the hard disk does not take into consideration which area is frequently accessed. Therefore, even if the data in the area with high access frequency is stored in the cache memory, if the area with low access frequency is accessed, the cache memory is updated, and if an access request for this part of the data occurs thereafter, the hard disk There is a problem that the head has to be moved again to the frequently accessed area and the data must be fetched. further,
It is possible to increase the capacity of the cache memory and store the data in the cache memory as much as possible. However, when the data is written out, the result must be reflected in the magnetic medium, and the cache memory will be the RAM (Random
Because it is composed of Access Memory), there is a serious problem that data is lost when the power is turned off. This increases the risk as the capacity of the cache memory increases.

【0007】本発明は、このような実情に鑑みてなされ
たもので、フラッシュメモリをキャッシュメモリに使用
し、ホスト側からハードディスクにキャッシュ領域を指
定できるようにし、ハードディスクのデータアクセスを
高速にするようにしたハードディスク装置を提供するこ
とを目的としている。
The present invention has been made in view of the above circumstances, and uses a flash memory as a cache memory so that a host can specify a cache area in a hard disk to speed up data access to the hard disk. It is an object of the present invention to provide a hard disk device that has

【0008】[0008]

【課題を解決するための手段】本発明は、上記目的を達
成するために、コンピュータの外部記憶装置であるハー
ドディスク装置において、通常のキャッシュメモりの外
に、通常のハードディスクへのアクセスによってはデー
タ更新を行なわないフラッシュメモリより成るキャッシ
ュメモリを設け、該フラッシュメモリにはコンピュータ
がもっとも頻繁にアクセスする領域のデータをたくわ
え、ホストコンピュータからハードディスクのキャッシ
ュされた領域のデータへのアクセス要求があった時に、
前記フラッシュメモリからデータを転送することによ
り、ヘッドの移動時間およびデータの読み込み書き出し
時間を短縮し、データの転送効率を上げるようにしてい
る。
In order to achieve the above-mentioned object, the present invention provides a hard disk device, which is an external storage device of a computer, in which data is accessed by accessing a normal hard disk in addition to normal cache memory. A cache memory consisting of a flash memory that does not update is provided, and the flash memory stores the data in the area most frequently accessed by the computer, and when the host computer requests access to the data in the cached area of the hard disk. ,
By transferring the data from the flash memory, the head moving time and the data reading / writing time are shortened to improve the data transfer efficiency.

【0009】[0009]

【作用】上述のとおり、この発明によれば、ハードディ
スクに使用されているキャッシュメモリ1部をフラッシ
ュメモリで構成すると共に、このフラッシュメモリを一
般のキャッシュメモリとは別に扱い、ハードディスクの
頻繁にアクセスされる領域のデータをいつもこのフラッ
シュメモリに置くようにしているので、コンピュータ側
から、その領域へのアクセスが発生した時にもヘッドを
その領域へ移動してデータを読み込む必要はなく、キャ
ッシュメモリに蓄えられたデータをコンピュータに転送
すれば良いことになる。すなわち、アクセス頻度の高い
領域ヘのヘッドの移動を極力少なくし、これにより、ヘ
ッドを移動させる時間が無くなるためハードディスク装
置全体としてのアクセス効率が高くなる。しかも、この
フラッシュメモリより成るキャッシュメモリの内容は通
常のハードディスクへのアクセスによっては更新されな
いので、常に、使用頻度の高いデータが保持されること
になり、ホストコンピュータからのハードディスクへの
アクセスの如何にかかわらず高いデータ転送効率を維持
できる。また、キャッシュデータを不揮発性メモリの一
種のフラッシュメモリに保持することになるので電源遮
断によるキャッシュデータの消失のおそれもない。
As described above, according to the present invention, a part of the cache memory used in the hard disk is composed of the flash memory, and this flash memory is treated separately from the general cache memory so that the hard disk is frequently accessed. Since the data of the area to be stored is always placed in this flash memory, it is not necessary to move the head to that area and read the data when the computer accesses the area, and the data is stored in the cache memory. It is only necessary to transfer the obtained data to the computer. That is, the movement of the head to the frequently accessed area is reduced as much as possible, and the time for moving the head is eliminated, so that the access efficiency of the entire hard disk drive is improved. Moreover, the contents of the cache memory consisting of this flash memory are not updated by normal access to the hard disk, so that frequently-used data is always retained, and the access to the hard disk from the host computer is always maintained. Nevertheless, high data transfer efficiency can be maintained. Further, since the cache data is held in a kind of non-volatile flash memory, there is no risk of the cache data being lost due to power shutdown.

【0010】[0010]

【実施例】実施例について、図面を参照して以下に説明
する。図1は、本発明によるフラッシュメモリを用いた
ハードディスク装置の一実施例を説明するための構成図
で、図中、1はホストコンピュータ、2はハードディス
ク装置であり、ハードディスク装置2は、I/Oインタ
ーフェイス及びコントローラ3、バッファRAM(Rand
om Access Memory)より成る第1のキャッシュメモリ
4、フラッシュメモリ(Flash Memory)より成る第2の
キャッシュメモリ5、メディア(磁気ディスク)6より
構成されている。
Embodiments will be described below with reference to the drawings. FIG. 1 is a configuration diagram for explaining an embodiment of a hard disk device using a flash memory according to the present invention. In the figure, 1 is a host computer, 2 is a hard disk device, and hard disk device 2 is an I / O device. Interface and controller 3, buffer RAM (Rand
A first cache memory 4 composed of an om access memory, a second cache memory 5 composed of a flash memory, and a medium (magnetic disk) 6.

【0011】磁気メディア6はデータを物理的に記憶し
ている。コントローラ3はコンピュータ1からのアクセ
ス要求に従って、ハードディスク装置をコントロール
し、磁気メディア6のデータを読んだり書いたり、ある
いはキャッシュメモリのデータをコンピュータ1に送っ
たりするところである。第1のキャッシュメモリ4は、
一般的なキャッシュメモリであり、ヘッドの位置するト
ラックのデータを蓄えると共に、ハードディスクへのア
クセス状態に応じて、データ更新を行ない、次のデータ
要求に備えるメモリである。第2のキャッシュメモリ5
は、コンピュータ1側より指示された領域のデータだけ
を蓄えておく。
The magnetic medium 6 physically stores data. The controller 3 controls the hard disk drive in accordance with an access request from the computer 1 to read or write data in the magnetic medium 6 or send data in the cache memory to the computer 1. The first cache memory 4 is
This is a general cache memory that stores the data of the track where the head is located, updates the data according to the access state to the hard disk, and prepares for the next data request. Second cache memory 5
Stores only the data in the area designated by the computer 1.

【0012】すなわち、このフラッシュメモリより構成
された第2のキャッシュメモリ5では、コンピュータ1
側からあらかじめ指示された領域のキャッシュだけしか
おこなわないように構成し、アクセス頻度の高いハード
ディスクの領域をキャッシュ対象領域指定するように構
成してあり、通常のキャッシュメモリとは異なり、ホス
トコンピュータからのハードディスクへのアクセスに応
じたデータの更新は行なわない。フラッシュメモリは、
データが書き込まれた後、電源を切ってもデータをその
まま保持する特徴を持った不揮発性メモリの一種であ
る。
That is, in the second cache memory 5 composed of this flash memory, the computer 1
The cache is configured to only cache the area specified in advance by the side, and the area of the hard disk that is frequently accessed is specified as the cache target area.Unlike normal cache memory, Data is not updated according to access to the hard disk. Flash memory
It is a type of non-volatile memory that retains the data as it is even if the power is turned off after the data is written.

【0013】次に、動作について説明する。まず、コン
ピュータ1側からキャッシュすべき領域の指示が出さ
れ、ハードディスクはその領域までヘッドを移動し、デ
ータをキャッシュメモリ5に蓄える。これにより、コン
ピュータ1がキャッシュメモリ5に蓄えられた領域のア
クセスをしても、コントローラ3はヘッドを移動するこ
となくキャッシュメモリ5のデータをコンピュータ1に
転送するだけである。もし、キャッシュメモリ5と磁気
メディア6のデータに相違ができたなら、コンピュータ
1の指示、もしくはハードディスクのアクセス空き時間
にデータを更新する。たとえ、データの相違ができた状
態で電源が切れてもフラッシュメモリなのでデータは保
持されている。キャッシュメモリ4は、従来のキャッシ
ュメモリと同様に動作し、コンピュータ1がデータ要求
を出した領域のヘッド位置のデータを蓄え、次のデータ
要求に備える。このメモリは、コンピュータが違う領域
を要求するたびに、データの更新が発生する。
Next, the operation will be described. First, the computer 1 gives an instruction for an area to be cached, the hard disk moves the head to that area, and stores data in the cache memory 5. Thereby, even if the computer 1 accesses the area stored in the cache memory 5, the controller 3 merely transfers the data in the cache memory 5 to the computer 1 without moving the head. If there is a difference between the data in the cache memory 5 and the data in the magnetic medium 6, the data is updated at the instruction of the computer 1 or during the free time when the hard disk is accessed. Even if the power is turned off due to the difference in the data, the data is retained because it is the flash memory. The cache memory 4 operates similarly to the conventional cache memory, stores the data of the head position in the area where the computer 1 has issued the data request, and prepares for the next data request. This memory is updated every time the computer requests a different area.

【0014】図2は、本発明によるハードディスク装置
のデータ読み込みのフローチャートを示す図である。ま
ず、コンピュータからのレコード要求は特別なレコード
であるかどうかを判断し(step1)、特別なレコードで
あれば、特別なキャッシュメモリ5に格納されたデータ
を転送する(step2)。前記 step1において、特別な
レコードでなければ、次に、コンピュータからのレコー
ド要求がキャッシュメモリ4内に存在しているかどうか
を判断する(step3)。レコード要求がキャッシュメモ
リ4内に存在していなければ、ヘッドを移動し(step
4)、ヘッドの位置する付近のトラックのデータをキャ
ッシュメモリに格納し(step5)、更にそのデータを転
送する(step6)。前記 step3において、レコード要
求がキャッシュメモリ内に存在していれば、キャッシュ
メモリ4のデータを転送する(step6)。
FIG. 2 is a diagram showing a flow chart of data reading of the hard disk device according to the present invention. First, it is judged whether the record request from the computer is a special record (step 1), and if it is a special record, the data stored in the special cache memory 5 is transferred (step 2). If it is not a special record in step 1, it is then determined whether or not a record request from the computer exists in the cache memory 4 (step 3). If the record request does not exist in the cache memory 4, move the head (step
4) The data of the track near the position of the head is stored in the cache memory (step 5), and the data is further transferred (step 6). If the record request exists in the cache memory in step 3, the data in the cache memory 4 is transferred (step 6).

【0015】図3は、本発明によるハードディスク装置
のデータ書き出しのフローチャートを示す図である。ま
ず、コンピュータからのレコード要求は特別なレコード
であるかどうかを判断し(step1)、特別なレコードで
あれば、特別なキャッシュメモリ5にデータを格納する
(step2)。前記 step1において、特別なレコードで
なければ、次に、データをキャッシュメモリ4に一時的
に格納し(step3)、ヘッドを目的のレコードに移動す
る(step4)。目的のレコードにキャッシュメモリ4に
格納されたデータを書き出す(step5)。
FIG. 3 is a diagram showing a flowchart for writing data in the hard disk device according to the present invention. First, it is judged whether the record request from the computer is a special record (step 1), and if it is a special record, the data is stored in the special cache memory 5 (step 2). If it is not a special record in step 1, then the data is temporarily stored in the cache memory 4 (step 3), and the head is moved to the target record (step 4). The data stored in the cache memory 4 is written into the target record (step 5).

【0016】[0016]

【発明の効果】以上の説明から明らかなように、本発明
によれば、キャッシュメモリ5は、たまたまホストコン
ピュータがハードディスクの使用頻度の低い領域をアク
セスしても、この領域のデータによって更新されること
なく、使用頻度の高い領域のデータを保持することにな
るので、従来のキャッシュメモリのような一時的なアク
セス速度の低下も起さず、ハードディスクのアクセス効
率をより向上させることができる。更に、RAMのよう
に電源が切れるとデータを失うといったことがないの
で、キャッシュメモリの容量を大きくしても停電時のデ
ータクラッシュの確率も0になる。
As is apparent from the above description, according to the present invention, the cache memory 5 is updated by the data in this area even if the host computer happens to access the less frequently used area of the hard disk. Since the data in the frequently used area is retained without being used, the access efficiency of the hard disk can be further improved without causing a temporary decrease in access speed unlike the conventional cache memory. Further, since data will not be lost when the power is cut off like RAM, the probability of data crash at power failure becomes 0 even if the capacity of the cache memory is increased.

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

【図1】本発明によるフラッシュメモリを用いたハード
ディスク装置の一実施例を説明するための構成図であ
る。
FIG. 1 is a configuration diagram for explaining an embodiment of a hard disk device using a flash memory according to the present invention.

【図2】本発明によるハードディスク装置のデータ読み
込みのフローチャートを示す図である。
FIG. 2 is a diagram showing a flowchart of data reading of the hard disk device according to the present invention.

【図3】本発明によるハードディスク装置のデータ書き
だしのフローチャートを示す図である。
FIG. 3 is a diagram showing a flow chart of data writing of the hard disk device according to the present invention.

【図4】従来のハードディスク装置の処理フローを示す
図である。
FIG. 4 is a diagram showing a processing flow of a conventional hard disk device.

【図5】従来のハードディスク装置の処理フローを示す
図である。
FIG. 5 is a diagram showing a processing flow of a conventional hard disk device.

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

1…ホストコンピュータ、2…ハードディスク装置、3
…コントローラ、4,5…キャッシュメモリ、6…メデ
ィア(磁気ディスク)。
1 ... Host computer, 2 ... Hard disk device, 3
... controller, 4, 5 ... cache memory, 6 ... media (magnetic disk).

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 キャッシュメモリを有するハードディス
ク装置において、前記キャッシュメモリを複数個の領域
に分けると共に、少なくとも1領域をフラッシュメモリ
で構成したことを特徴とするフラッシュメモリを用いた
ハードディスク装置。
1. A hard disk device having a cache memory, wherein the cache memory is divided into a plurality of areas and at least one area is constituted by a flash memory.
【請求項2】 フラッシュメモリによって構成されたキ
ャッシュメモリに対して、ホスト側からハードディスク
のキャッシュ領域を指定可能とすると共に、ハードディ
スクへのアクセス毎のデータ更新を行われないようにし
たことを特徴とする請求項1記載のフラッシュメモリを
用いたハードディスク装置。
2. A cache area of a hard disk can be designated from a host side to a cache memory composed of a flash memory, and data is not updated for each access to the hard disk. A hard disk device using the flash memory according to claim 1.
JP5045889A 1993-02-09 1993-02-09 Hard disk device using flash memory Pending JPH06236241A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5045889A JPH06236241A (en) 1993-02-09 1993-02-09 Hard disk device using flash memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5045889A JPH06236241A (en) 1993-02-09 1993-02-09 Hard disk device using flash memory

Publications (1)

Publication Number Publication Date
JPH06236241A true JPH06236241A (en) 1994-08-23

Family

ID=12731818

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5045889A Pending JPH06236241A (en) 1993-02-09 1993-02-09 Hard disk device using flash memory

Country Status (1)

Country Link
JP (1) JPH06236241A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997050035A1 (en) * 1996-06-21 1997-12-31 Memory Corporation Plc Memory device
WO2002001364A3 (en) * 2000-06-23 2002-04-04 Intel Corp Non-volatile cache integrated with mass storage device
US6785767B2 (en) 2000-12-26 2004-08-31 Intel Corporation Hybrid mass storage system and method with two different types of storage medium
WO2005062187A3 (en) * 2003-12-09 2006-02-16 Intel Corp Adaptive layout cache organization to enable optimal cache hardware performance
JP2007179546A (en) * 2005-12-27 2007-07-12 Samsung Electronics Co Ltd Storage device using nonvolatile memory as cache, and operation method therefor
JP2007525753A (en) * 2004-02-04 2007-09-06 サンディスク コーポレイション Dual media storage device
US7275135B2 (en) 2001-08-31 2007-09-25 Intel Corporation Hardware updated metadata for non-volatile mass storage cache
JP2008204574A (en) * 2007-02-22 2008-09-04 Fujitsu Ltd Storage device and its control method
WO2008149453A1 (en) * 2007-06-08 2008-12-11 Fujitsu Limited Memory device, memory control device, and control method
JP2009075658A (en) * 2007-09-18 2009-04-09 Hitachi Ltd Storage device and control method therefor
JP2009543217A (en) * 2006-07-05 2009-12-03 アギア システムズ インコーポレーテッド System and method for power management for wireless storage devices
US7634585B2 (en) 2005-11-04 2009-12-15 Sandisk Corporation In-line cache using nonvolatile memory between host and disk device
JP2010033578A (en) * 2008-07-30 2010-02-12 Samsung Electronics Co Ltd Data management method, recording medium and data storage system
JP2010079969A (en) * 2008-09-25 2010-04-08 Sharp Corp Optical disk drive control unit
JP2010176306A (en) * 2009-01-28 2010-08-12 Toshiba Corp Information processing apparatus and data storage device
US7882305B2 (en) 2007-05-02 2011-02-01 Hitachi, Ltd. Storage apparatus and data management method in storage apparatus
JP2011090460A (en) * 2009-10-21 2011-05-06 Toshiba Corp Data storage device and method of controlling the same
US8024516B2 (en) 2007-09-19 2011-09-20 Hitachi, Ltd. Storage apparatus and data management method in the storage apparatus
JP2012516477A (en) * 2009-05-27 2012-07-19 株式会社日立製作所 Storage apparatus, control method therefor, and program
TWI687921B (en) * 2019-02-01 2020-03-11 宏碁股份有限公司 Host, shingled magnetic recording hard disk drive and operation method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59135563A (en) * 1983-01-24 1984-08-03 Hitachi Ltd Computer system having disk cache device
JPH04364515A (en) * 1991-06-11 1992-12-16 Hitachi Ltd Recording medium reproduction device
JPH0511933A (en) * 1991-07-08 1993-01-22 Kawasaki Steel Corp Hard disk emulator and fixed cache area allocating method for the emulator

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59135563A (en) * 1983-01-24 1984-08-03 Hitachi Ltd Computer system having disk cache device
JPH04364515A (en) * 1991-06-11 1992-12-16 Hitachi Ltd Recording medium reproduction device
JPH0511933A (en) * 1991-07-08 1993-01-22 Kawasaki Steel Corp Hard disk emulator and fixed cache area allocating method for the emulator

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997050035A1 (en) * 1996-06-21 1997-12-31 Memory Corporation Plc Memory device
WO2002001364A3 (en) * 2000-06-23 2002-04-04 Intel Corp Non-volatile cache integrated with mass storage device
GB2380031A (en) * 2000-06-23 2003-03-26 Intel Corp Non-volatile cache integrated with mass storage device
GB2380031B (en) * 2000-06-23 2004-09-29 Intel Corp Non-volatile cache integrated with mass storage device
US6785767B2 (en) 2000-12-26 2004-08-31 Intel Corporation Hybrid mass storage system and method with two different types of storage medium
US7275135B2 (en) 2001-08-31 2007-09-25 Intel Corporation Hardware updated metadata for non-volatile mass storage cache
WO2005062187A3 (en) * 2003-12-09 2006-02-16 Intel Corp Adaptive layout cache organization to enable optimal cache hardware performance
JP2007525753A (en) * 2004-02-04 2007-09-06 サンディスク コーポレイション Dual media storage device
JP2011222030A (en) * 2004-02-04 2011-11-04 Sandisk Corp Dual media storage device
US7634585B2 (en) 2005-11-04 2009-12-15 Sandisk Corporation In-line cache using nonvolatile memory between host and disk device
JP2007179546A (en) * 2005-12-27 2007-07-12 Samsung Electronics Co Ltd Storage device using nonvolatile memory as cache, and operation method therefor
JP4531742B2 (en) * 2005-12-27 2010-08-25 三星電子株式会社 Storage device using nonvolatile memory as cache and operation method thereof
JP2009543217A (en) * 2006-07-05 2009-12-03 アギア システムズ インコーポレーテッド System and method for power management for wireless storage devices
JP2008204574A (en) * 2007-02-22 2008-09-04 Fujitsu Ltd Storage device and its control method
US7882305B2 (en) 2007-05-02 2011-02-01 Hitachi, Ltd. Storage apparatus and data management method in storage apparatus
WO2008149453A1 (en) * 2007-06-08 2008-12-11 Fujitsu Limited Memory device, memory control device, and control method
JP2009075658A (en) * 2007-09-18 2009-04-09 Hitachi Ltd Storage device and control method therefor
US8024516B2 (en) 2007-09-19 2011-09-20 Hitachi, Ltd. Storage apparatus and data management method in the storage apparatus
JP2010033578A (en) * 2008-07-30 2010-02-12 Samsung Electronics Co Ltd Data management method, recording medium and data storage system
JP2010079969A (en) * 2008-09-25 2010-04-08 Sharp Corp Optical disk drive control unit
JP2010176306A (en) * 2009-01-28 2010-08-12 Toshiba Corp Information processing apparatus and data storage device
JP2012516477A (en) * 2009-05-27 2012-07-19 株式会社日立製作所 Storage apparatus, control method therefor, and program
JP2011090460A (en) * 2009-10-21 2011-05-06 Toshiba Corp Data storage device and method of controlling the same
TWI687921B (en) * 2019-02-01 2020-03-11 宏碁股份有限公司 Host, shingled magnetic recording hard disk drive and operation method thereof

Similar Documents

Publication Publication Date Title
JPH06236241A (en) Hard disk device using flash memory
US6606714B1 (en) Disk drive using defect list to perform uninterrupted writing of non-relocated data blocks and caching of relocated data blocks for deferred writing
US7606970B2 (en) Hybrid disk drive and method of controlling data therein
US20090019216A1 (en) Disk drive device and method for saving a table for managing data in non-volatile semiconductor memory in disk drive device
JP4675881B2 (en) Magnetic disk drive and control method thereof
US6490651B1 (en) Host-based virtual disk drive for improving the performance of a hard disk drive's input/output
KR100388338B1 (en) Method for controlling cache memories, computer system, hard disk drive unit, and hard disk control unit
KR19980029917A (en) How to improve read cache performance on magnetic disk drives
US6018788A (en) Data access control for disk system using a limit value and count value to optimize sequential and repeat access
JP4461089B2 (en) Storage control apparatus and storage control method
KR20070060301A (en) Hard disk driver having non-volatile write cache
US20090216943A1 (en) Data storage device and data management method in data storage device
JP2000148404A (en) Computer system
JPH03290873A (en) Disk type storage device, controller of disk type storage device, and control method for disk type storage device
JPH01303547A (en) Control system for information memory
JPH11232037A (en) Magnetic disk device having disk cache write function
JP3080416B2 (en) Method of executing internal operation in controller and controller
JPH10171713A (en) Disk storage device and method for controlling cache applied to the same device
JPH04251421A (en) Method for decreasing number of moving times of head/arm of disk drive in direction of diameter
JPH0520196A (en) Disk cache controller
JPH1153261A (en) Data storage system, and cache control method applied to the system
JP2864751B2 (en) Nonvolatile memory management method for disk controller
JPH0934782A (en) Information storage device
JPH10254781A (en) Auxiliary storage device
US6643089B1 (en) Magnetic disk system with selection of sector access mode based on access state

Legal Events

Date Code Title Description
S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20090128

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090128

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100128

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100128

Year of fee payment: 10