JP6175578B2 - Disk storage device and method - Google Patents

Disk storage device and method Download PDF

Info

Publication number
JP6175578B2
JP6175578B2 JP2017002766A JP2017002766A JP6175578B2 JP 6175578 B2 JP6175578 B2 JP 6175578B2 JP 2017002766 A JP2017002766 A JP 2017002766A JP 2017002766 A JP2017002766 A JP 2017002766A JP 6175578 B2 JP6175578 B2 JP 6175578B2
Authority
JP
Japan
Prior art keywords
area
data
recorded
recording
region
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.)
Active
Application number
JP2017002766A
Other languages
Japanese (ja)
Other versions
JP2017097947A (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
Original Assignee
Toshiba 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 filed Critical Toshiba Corp
Priority to JP2017002766A priority Critical patent/JP6175578B2/en
Publication of JP2017097947A publication Critical patent/JP2017097947A/en
Application granted granted Critical
Publication of JP6175578B2 publication Critical patent/JP6175578B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明の実施形態は、シングルドライト機能を有するディスク記憶装置及び方法に関す
る。
Embodiments described herein relate generally to a disk storage device and method having a single dwrite function.

近年、ハードディスクドライブ(以下、単にディスクドライブと表記する場合がある)
の分野では、記録媒体であるディスクの高記録密度化を図る方法として、いわゆるシング
ルドライト(shingled write、瓦書きとも呼ぶ)方法と呼ばれるデータ書き込み方法が開
発されている。
In recent years, hard disk drives (hereinafter sometimes simply referred to as disk drives)
In this field, a data writing method called a so-called single write (shingled write) method has been developed as a method for increasing the recording density of a disk as a recording medium.

シングルドライト方法では、ディスク上のリードトラック幅より広いライトヘッド幅で
データを重ね書きするため、記録されたトラックの片側が消去される。このため、トラッ
ク単位の書き換え動作ができず、複数のトラック分からなる記録領域の単位(後述するバ
ンド)で書き換える必要がある。従って、従来の書き換え処理と比較して、相当の処理時
間を要する。
In the single write method, since data is overwritten with a write head width wider than the read track width on the disk, one side of the recorded track is erased. For this reason, rewriting operation in units of tracks cannot be performed, and it is necessary to rewrite in units of recording areas (bands described later) composed of a plurality of tracks. Therefore, a considerable processing time is required as compared with the conventional rewriting process.

このような書き換え処理の効率を向上する方法として、メディアキャッシュ(media ca
che)及びスペアバンドを併用する方法が提案されている。メディアキャッシュとは、デ
ィスク上の指定の記録領域、またはフラッシュメモリなどの不揮発性メモリを使用する一
時的なデータ退避領域(バッファ領域)である。
As a method of improving the efficiency of such rewriting processing, a media cache (media ca
che) and a method of using a spare band in combination have been proposed. The media cache is a temporary recording area (buffer area) using a designated recording area on the disk or a non-volatile memory such as a flash memory.

また、スペアバンドは、ディスク上の通常のユーザデータ領域であるバンド(以下、ユ
ーザバンドと表記する場合がある)とは区別されるが、ユーザバンドと同じ容量のユーザ
データ領域である。スペアバンドは、論理アドレス(LBA)が割り当てられことにより
ユーザバンドへの移行が可能である。即ち、スペアバンドに有効なユーザデータが記録さ
れて、そのLBAが割り当てられると、当該スペアバンドはユーザバンドに移行される。
一方、他のユーザバンドの中で、LBAが割り当てられていないバンドはスペアバンドと
して管理される。
The spare band is a user data area having the same capacity as the user band, although it is distinguished from a band which is a normal user data area on the disk (hereinafter, sometimes referred to as a user band). The spare band can be transferred to the user band by assigning a logical address (LBA). That is, when valid user data is recorded in the spare band and the LBA is assigned, the spare band is transferred to the user band.
On the other hand, among other user bands, a band to which no LBA is assigned is managed as a spare band.

特許第4886877号公報Japanese Patent No. 4886877

特にホストから連続的なデータを書き込むライトコマンドを処理する場合に、連続的な
データの一部のLBAのデータをスペアバンドに書き込み、他のLBAのデータをメディ
アキャッシュに書き込むことにより、書き換え処理の効率を向上することが可能となる。
連続的なデータとは、論理アドレス(LBA)がシーケンシャルに連続するライトデータ
である。
In particular, when processing a write command for writing continuous data from the host, a part of the continuous data is written to the spare band, and another LBA data is written to the media cache so that the rewrite process can be performed. Efficiency can be improved.
Continuous data is write data in which logical addresses (LBA) are sequentially consecutive.

しかしながら、新たなスペアバンドが確保されるまでは、メディアキャッシュにデータ
を書き込むことになるため、必然的にメディアキャッシュに対する負荷が増大する。この
ため、メディアキャッシュの空き容量が減少した場合に、後続のライトコマンドの応答時
間に遅延が発生し、書き換え処理の効率低下をもたらす要因となる。
However, until a new spare band is secured, data is written to the media cache, so the load on the media cache inevitably increases. For this reason, when the free space of the media cache decreases, a delay occurs in the response time of the subsequent write command, which causes a reduction in the efficiency of the rewriting process.

そこで、本発明の目的は、連続的なデータを書き換える場合の処理効率を向上できるデ
ィスク記憶装置及び方法を提供することにある。
Accordingly, an object of the present invention is to provide a disk storage device and method capable of improving the processing efficiency when rewriting continuous data.

実施形態の一例は、ヘッドと、前記ヘッドを用いて、トラック領域にデータを記録し、
前記ヘッドを用いて、前記トラック領域に一部重なるトラック領域にデータを記録する記
録方式を用いてデータが記録される第1の領域と、前記第1の領域と径方向に離間して位
置し、前記第1の領域の容量よりも大きい容量を備え、前記第1の領域に記録される前記
データをキャッシュするための第2の領域と、を含むディスクと、連続する第1のアドレ
ス情報を含む第1のライトコマンド及び当該第1のライトコマンドにかかる第1のデータ
を受け取ったことに応じて、前記第1のデータを前記第2の領域に記録する第1の制御と
、前記第1のアドレス情報と異なり且つ連続しない複数の第2のアドレス情報を含む複数
の第2のライトコマンド及び当該複数の第2のライトコマンドにかかる複数の第2のデー
タを受け取ったことに応じて、前記複数の第2のデータを前記第2の領域に記録する第2
の制御と、前記第1のアドレス情報及び前記第2のアドレス情報と異なり且つ前記第1の
アドレス情報よりも後のアドレスであって連続する第3のアドレス情報を含む第3のライ
トコマンド及び当該第3のライトコマンドにかかる第3のデータを受け取ったことに応じ
て、前記第3のデータを前記第1の領域に記録する第3の制御と、を少なくとも実行する
コントローラと、を具備するディスク記録装置である。
実施形態の他の例は、ヘッドと、データが記録される第1の領域と、前記ヘッドを用い
てトラック領域にデータを記録し、前記ヘッドを用いて前記トラック領域に一部重なるト
ラック領域にデータを記録する記録方式を用いてデータが記録され、前記第1の領域と径
方向に離間して位置し、前記第1の領域の容量よりも小さい容量を備える第2の領域と、
を含むディスクと、連続する第1のアドレスへのライト要求にかかる第1のデータを第1
の領域に記録する制御と、連続しないアドレスへのライト要求にかかる第2のデータを前
記第1の領域に記録する制御と、前記第1のアドレスよりも後のアドレスであって連続す
る第2のアドレスへのライト要求にかかる第3のデータを前記第2の領域に記録する制御
と、を少なくとも実行するコントローラと、を具備するディスク記録装置である。
An example of an embodiment uses a head and the head to record data in a track area,
A first area in which data is recorded using a recording method in which data is recorded in a track area that partially overlaps the track area by using the head, and the first area is positioned radially apart from the first area. A disk having a capacity larger than the capacity of the first area and including a second area for caching the data recorded in the first area, and continuous first address information A first control for recording the first data in the second area in response to receiving the first write command and the first data relating to the first write command; In response to receiving a plurality of second write commands including a plurality of second address information that are different from and not continuous with the plurality of second data, and a plurality of second data relating to the plurality of second write commands. Second recording said plurality of the second data in the second region
Control, a third write command that is different from the first address information and the second address information and includes a third address information that is subsequent to the first address information and is continuous, and And a controller that executes at least a third control for recording the third data in the first area in response to receiving the third data relating to the third write command. It is a recording device.
In another example of the embodiment, a head, a first area in which data is recorded, a track area using the head to record data, and a track area that partially overlaps the track area using the head are recorded. Data is recorded using a recording method for recording data, and the second region is located radially away from the first region and has a capacity smaller than the capacity of the first region;
And the first data relating to the write request to the continuous first address is the first
Control for recording in the first area, control for recording second data related to a write request to a non-consecutive address in the first area, and a second continuous address after the first address. And a controller that executes at least control for recording third data relating to a write request to the address in the second area.

実施形態に関するディスクドライブの構成を示すブロック図。The block diagram which shows the structure of the disk drive regarding embodiment. 実施形態に関するシングルドライト動作を説明するための図。The figure for demonstrating the single drite operation | movement regarding embodiment. 実施形態に関するユーザバンド及びスペアバンドの構成を説明するための図。The figure for demonstrating the structure of the user band and spare band regarding embodiment. 実施形態に関する第1のシーケンシャルライト動作を説明するための図。The figure for demonstrating the 1st sequential write operation regarding embodiment. 実施形態に関する第2のシーケンシャルライト動作を説明するための図。The figure for demonstrating the 2nd sequential write operation regarding embodiment. 実施形態に関する第3のシーケンシャルライト動作を説明するための図。The figure for demonstrating the 3rd sequential write operation regarding embodiment. 実施形態に関するシーケンシャルライト動作を説明するためのフローチャート。6 is a flowchart for explaining a sequential write operation according to the embodiment.

以下図面を参照して、実施形態を説明する。   Embodiments will be described below with reference to the drawings.

[ディスクドライブの構成]
図1は、本実施形態に関するディスクドライブの要部を示すブロック図である。
[Disk Drive Configuration]
FIG. 1 is a block diagram showing a main part of a disk drive according to the present embodiment.

図1に示すように、ディスクドライブは大別して、ヘッド・ディスクアセンブリ(head
-disk assembly:HDA)、ヘッドアンプ集積回路(以下、ヘッドアンプIC)11と、
1チップの集積回路から構成されているコントローラ15とから構成されている。
As shown in FIG. 1, the disk drive is roughly divided into a head disk assembly (head disk assembly).
-disk assembly (HDA), head amplifier integrated circuit (hereinafter referred to as head amplifier IC) 11,
The controller 15 includes a one-chip integrated circuit.

HDAは、記録媒体であるディスク1と、スピンドルモータ(SPM)2と、ヘッド1
0を搭載しているアーム3と、ボイスコイルモータ(VCM)4とを有する。ディスク1
は、スピンドルモータ2により回転する。アーム3とVCM4は、アクチュエータを構成
している。アクチュエータは、VCM4の駆動により、アーム3に搭載されているヘッド
10をディスク1上の指定の位置まで移動制御する。
The HDA includes a disk 1 that is a recording medium, a spindle motor (SPM) 2, and a head 1.
0 has an arm 3 and a voice coil motor (VCM) 4. Disc 1
Is rotated by the spindle motor 2. The arm 3 and the VCM 4 constitute an actuator. The actuator controls the movement of the head 10 mounted on the arm 3 to a designated position on the disk 1 by driving the VCM 4.

ヘッド10はスライダを本体として、当該スライダに実装されているライトヘッド10
W及びリードヘッド10Rを有する。リードヘッド10Rは、ディスク1上のデータトラ
ックに記録されているデータを読み出す。ライトヘッド10Rは、ディスク1上にデータ
を書き込む。
The head 10 has a slider as a main body, and the write head 10 mounted on the slider.
W and read head 10R. The read head 10 </ b> R reads data recorded on the data track on the disk 1. The write head 10R writes data on the disk 1.

ヘッドアンプIC11は、リードアンプ及びライトドライバを有する。リードアンプは
、リードヘッド10Rにより読み出されたリード信号を増幅して、リード/ライト(R/
W)チャネル12に伝送する。一方、ライトドライバは、R/Wチャネル12から出力さ
れるライトデータに応じたライト電流をライトヘッド10Wに伝送する。
The head amplifier IC 11 has a read amplifier and a write driver. The read amplifier amplifies the read signal read by the read head 10R, and reads / writes (R /
W) Transmit to channel 12. On the other hand, the write driver transmits a write current corresponding to the write data output from the R / W channel 12 to the write head 10W.

コントローラ15は、R/Wチャネル12と、ハードディスクコントローラ(HDC)
13と、マイクロプロセッサ(MPU)14とを含む。R/Wチャネル12は、リードデ
ータの信号処理を実行するリードチャネル12Rと、ライトデータの信号処理を実行する
ライトチャネル12Wとを含む。
The controller 15 includes an R / W channel 12 and a hard disk controller (HDC)
13 and a microprocessor (MPU) 14. The R / W channel 12 includes a read channel 12R that executes signal processing of read data and a write channel 12W that executes signal processing of write data.

HDC13は、ホスト19とR/Wチャネル12との間のデータ転送を制御する。HD
C13はバッファメモリ(DRAM)16を制御して、リードデータ及びライトデータを
バッファメモリ16に一時的に格納することでデータ転送制御を実行する。
The HDC 13 controls data transfer between the host 19 and the R / W channel 12. HD
The C 13 controls the buffer memory (DRAM) 16 and executes data transfer control by temporarily storing read data and write data in the buffer memory 16.

MPU14はディスクドライブのメインコントローラであり、ドライバIC18を介し
てVCM4を制御し、ヘッド10の位置決めを行なうサーボ制御を実行する。さらに、M
PU14は、後述するように、シングルドライト(shingled write)動作を実行するよう
にヘッド10を制御する。
The MPU 14 is a main controller of the disk drive, and controls the VCM 4 via the driver IC 18 to execute servo control for positioning the head 10. In addition, M
As will be described later, the PU 14 controls the head 10 so as to execute a single write operation.

ここで、本実施形態では、ディスク1には、例えば外周側にメディアキャッシュ(medi
a cache)と呼ばれるキャッシュ領域が確保されている。このキャッシュ領域は、ディス
ク1の内周側や中周の領域、又は、フラッシュメモリ(flash memory)17に確保されて
いてもよい。
Here, in the present embodiment, the disk 1 has a media cache (medi on the outer peripheral side, for example).
a cache) is reserved. This cache area may be secured in the inner or inner peripheral area of the disk 1 or in a flash memory 17.

[シングルドライト方法]
図2は、本実施形態のディスクドライブに採用されているシングルドライト動作を説明
するための図である。
[Single drite method]
FIG. 2 is a diagram for explaining a single dwrite operation employed in the disk drive of the present embodiment.

ディスクドライブでは、ライトヘッド10Wによりディスク1上にデータが書き込まれ
ることにより、ディスク1上の径方向にトラック(データトラック)が構成される。図2
に示すように、シングルドライト方法では、各トラック100がシーケンシャルに重ね書
きされる。このような複数トラック分(例えば5トラック分)を含むデータ記録領域(ま
たはデータ容量単位)を、バンド(Band0、Band1)200と呼ぶ。ここで、後述するスペ
アバンド210と区別して、論理アドレス(LBA)が割り当てられ、通常のユーザデー
タが記録されるバンドをユーザバンド200と表記する。
In the disk drive, tracks (data tracks) are formed in the radial direction on the disk 1 by writing data on the disk 1 by the write head 10W. FIG.
As shown in FIG. 5, in the single dwrite method, each track 100 is overwritten sequentially. Such a data recording area (or data capacity unit) including a plurality of tracks (for example, 5 tracks) is called a band (Band0, Band1) 200. Here, in distinction from a spare band 210 described later, a band to which a logical address (LBA) is assigned and normal user data is recorded is referred to as a user band 200.

各バンド200(Band0、Band1)間は、データの干渉を避けるためにガードトラック(
Guard Track)が配置される。ここでは、各バンド200内のデータは、トラック番号Tra
ck0、Track1、Track2、Track3、Track4の順にライトされる。トラック番号Track0〜Track
3の各トラック100は、次にライトされるトラックから片側を干渉されて、データ信号
幅が細くなる。一方、トラック番号Track4のトラック100については、ガードトラック
には何もデータがライトされないため、他のトラックからの干渉がほとんどない。
Between each band 200 (Band0, Band1), a guard track (to avoid data interference)
Guard Track) is placed. Here, the data in each band 200 is track number Tra
Write is performed in the order of ck0, Track1, Track2, Track3, and Track4. Track number Track0 to Track
Each track 100 of 3 is interfered on one side from the track to be written next, and the data signal width becomes narrower. On the other hand, with respect to the track 100 with the track number Track4, since no data is written in the guard track, there is almost no interference from other tracks.

このようなシーケンシャルな重ね書きを行なうシングルドライト方法であれば、トラッ
ク間隔を狭く設計することができるため、ディスク1上に構成されるデータトラックの高
記録密度化を図ることが可能となる。
With such a single write method that performs sequential overwriting, the track interval can be designed to be narrow, so that it is possible to increase the recording density of the data tracks formed on the disk 1.

ここで、ディスク1上では、径方向に構成されるトラック群は複数のゾーン(Zone)3
00に分割されて管理される。図3に示すように、本実施形態では、ゾーン300(Zone
N, Nは番号)毎に、前述のスペアバンド210が設けられている。スペアバンド210は
、ユーザバンド200-0〜200-4(Band0-Band4)とは区別されて、後述するように、
シーケンシャルライト動作時には、メディアキャッシュを介さずに直接的に書き込む領域
として使用される予備記録領域である。
Here, on the disk 1, the track group configured in the radial direction includes a plurality of zones 3.
It is divided into 00 and managed. As shown in FIG. 3, in this embodiment, the zone 300 (Zone
The spare band 210 described above is provided for each of N and N. The spare band 210 is distinguished from the user bands 200-0 to 200-4 (Band0-Band4).
During the sequential write operation, this is a preliminary recording area used as an area for direct writing without going through the media cache.

[シーケンシャルライト動作]
次に、図4〜6、及び図7のフローチャートを参照して、本実施形態のシーケンシャル
ライト動作による書き換え処理を説明する。
[Sequential write operation]
Next, the rewriting process by the sequential write operation of this embodiment will be described with reference to the flowcharts of FIGS.

先ず、MPU14は、ホスト19からのライトコマンド(論理アドレスLBAを含む)
に基づいて、要求されるライト動作がシーケンシャルライトであるか否かを判定する(ブ
ロック700)。シーケンシャルライトとは、連続するLBAのデータを連続的に書き込
む(書き換える)動作である。本実施形態は、特に複数ファイルをシーケンシャルライト
する場合に適用する。
First, the MPU 14 writes a write command (including a logical address LBA) from the host 19.
Based on, it is determined whether the requested write operation is a sequential write (block 700). Sequential write is an operation of continuously writing (rewriting) continuous LBA data. This embodiment is applied particularly when a plurality of files are sequentially written.

MPU14は、ホスト19からのライトコマンドがシーケンシャルライトではなく、通
常のライトであれば、ライト要求のデータをバッファメモリ16を経由してディスク1上
のメディアキャッシュ(後述する400)に書き込む(ブロック700のNO,705)
。メディアキャッシュは、シングルドライトによるデータ書き込みを行なう場合に、ホス
ト19からライト要求があったデータを一時的に格納するための領域である。メディアキ
ャッシュは、例えばディスク1上の最外周側に確保される記録領域であり、1個のバンド
の容量よりも十分に大きい容量である。MPU14は、一時的にメディアキャッシュに格
納したデータを、所定のタイミングでユーザデータ領域であるバンドに移動して書き換え
る。
If the write command from the host 19 is not a sequential write but a normal write, the MPU 14 writes the write request data to the media cache (400 described later) on the disk 1 via the buffer memory 16 (block 700). NO, 705)
. The media cache is an area for temporarily storing data requested to be written by the host 19 when writing data by single write. The media cache is a recording area secured on the outermost peripheral side on the disk 1, for example, and has a capacity sufficiently larger than the capacity of one band. The MPU 14 rewrites data temporarily stored in the media cache by moving it to a band which is a user data area at a predetermined timing.

一方、MPU14は、ホスト19からのライトコマンドがシーケンシャルライトの場合
(ブロック700のYES)であり、且つスペアバンド210が使用可能である場合(ブ
ロック701のYES)には、第1のファイルのデータ190Aを、書き換え対象のLB
Aに該当するゾーン内のスペアバンドに書き込む(ブロック702)。即ち、図4に示す
ように、MPU14は当該スペアバンド210が使用可能である場合に、第1のファイル
(例えばLBAが0xF000から開始)のデータ190Aをシーケンシャルに書き込む(ブロ
ック701のYES,702)。
On the other hand, when the write command from the host 19 is a sequential write (YES in block 700) and the spare band 210 is usable (YES in block 701), the MPU 14 stores the data of the first file. 190A is the LB to be rewritten
Write to the spare band in the zone corresponding to A (block 702). That is, as shown in FIG. 4, when the spare band 210 is usable, the MPU 14 sequentially writes the data 190A of the first file (for example, LBA starts from 0xF000) (YES in block 701, 702). .

さらに、図4に示すように、MPU14は、ホスト19からの新たなライトコマンドに
より、第2のファイル(例えばLBAが0x1000〜0x1FFF)のデータ190Bを連続的に書
き込む場合に、既にスペアバンド210が使用されているため、当該データ190Bをス
ペアバンド210以外に書き込むことになる(ブロック701のNO)。便宜的に第1の
シーケンシャルライト動作として、MPU14は、後述するような条件を満たす場合に、
当該データ190Bをメディアキャッシュ400に対してシーケンシャルに書き込む(ブ
ロック703のNO,704のNO,705)。
Further, as shown in FIG. 4, when the MPU 14 continuously writes the data 190B of the second file (for example, LBA is 0x1000 to 0x1FFF) by a new write command from the host 19, the spare band 210 has already been set. Since it is used, the data 190B is written to other than the spare band 210 (NO in block 701). For convenience, as a first sequential write operation, the MPU 14 satisfies the conditions described later,
The data 190B is sequentially written to the media cache 400 (NO in block 703, NO in 704, 705).

ここで、図4に示すように、メディアキャッシュ400に対してシーケンシャルに書き
込まれた場合、当該データ190BのLBA(0x1000〜0x1FFF)に対応するユーザバンド
200-1(Band1)のユーザデータ(即ち、書き換え対象データ)は無効化データとなる
。この場合、MPU14は、一時的にメディアキャッシュ400に格納したLBA(0x10
00〜0x1FFF)のデータ190Bを、所定のタイミングでユーザバンドに移動して書き換え
ることになる。このような無効化データが記録されているユーザバンド200-1(Band1
)を、便宜的に無効バンドと呼ぶ。即ち、無効バンドとは、新たなスペアバンドとなり得
る領域であって、新たなデータの記録が可能な更新用記録領域である。
Here, as shown in FIG. 4, when data is sequentially written to the media cache 400, user data of the user band 200-1 (Band1) corresponding to the LBA (0x1000 to 0x1FFF) of the data 190B (that is, Data to be rewritten) becomes invalidation data. In this case, the MPU 14 temporarily stores the LBA (0x10) stored in the media cache 400.
00 to 0x1FFF) data 190B is moved to the user band and rewritten at a predetermined timing. User band 200-1 (Band1) in which such invalidation data is recorded
) Is called an invalid band for convenience. In other words, the invalid band is an area that can become a new spare band, and is an update recording area in which new data can be recorded.

次に、図5を参照して、便宜的に第2のシーケンシャルライト動作による書き換え動作
を説明する。
Next, with reference to FIG. 5, the rewrite operation by the second sequential write operation will be described for convenience.

即ち、図5に示すように、MPU14は、第2のファイルの後続のデータ(例えばLB
Aが0x2000から開始)190Cを連続的に書き込む場合に、スペアバンド210以外の記
録領域として、メディアキャッシュ400ではなく無効バンド200-1(Band1)に対し
てシーケンシャルに書き込む(ブロック701のNO、703のNO、7O7)。
That is, as shown in FIG. 5, the MPU 14 receives subsequent data (for example, LB) of the second file.
(A starts from 0x2000) When 190C is continuously written, as a recording area other than the spare band 210, it is sequentially written not to the media cache 400 but to the invalid band 200-1 (Band1) (NO in block 701, 703) NO, 7O7).

ここで、図4に示すように、メディアキャッシュ400にはユーザバンド200-1(Ba
nd1)に割り当てられたLBAの全ユーザデータ(LBAが0x1000〜0x1FFF)が存在する
ため、MPU14は、当該ユーザバンド200-1(Band1)を無効バンドとして設定する
(ブロック704のYES,706)。具体的には、MPU14は、ユーザバンド200
-0〜200-nを管理するテーブル情報にフラグをセットして、当該ユーザバンド200-1
(Band1)を無効バンドとして設定する。
Here, as shown in FIG. 4, the media cache 400 includes a user band 200-1 (Ba
Since all the LBA user data (LBA is 0x1000 to 0x1FFF) allocated to nd1) exists, the MPU 14 sets the user band 200-1 (Band1) as an invalid band (YES in block 704, 706). Specifically, the MPU 14 uses the user band 200.
A flag is set in the table information for managing -0 to 200-n, and the user band 200-1
Set (Band1) as the invalid band.

図5に示すように、MPU14は、無効バンドとして設定したユーザバンド200-1(
Band1)に対してデータ190Cの書き込みを開始し(ブロック707)、1バンド分の
データ(LBAが0x2000〜0x2FFF)を書き終えるまで継続する(ブロック703のYES
,708、709のNO)。MPU14は、設定した無効バンドに対してデータ190C
の書き込みが終了すると、当該ユーザバンド200-1(Band1)に対するアドレス(LB
A)の割り付けを実行する(ブロック709のYES、710)。
As shown in FIG. 5, the MPU 14 uses the user band 200-1 (
Data 190C starts to be written to (Band1) (block 707) and continues until data for one band (LBA is 0x2000 to 0x2FFF) has been written (YES in block 703)
, 708, 709 NO). The MPU 14 performs data 190C for the set invalid band.
Is written, the address (LB) for the user band 200-1 (Band1)
The allocation of A) is executed (YES in block 709, 710).

この後に、MPU14は、当該ユーザバンド200-1(Band1)に対する無効バンドの
設定を解除する切替え処理を実行する(ブロック711)。ここで、図6に示すように、
ユーザバンド200-1(Band1)に対してシーケンシャルに書き込まれた場合、当該デー
タ190CのLBA(0x2000〜0x2FFF)に対応するユーザデータ(書き換え対象データ)
は無効データとなる。即ち、ユーザバンド200-2(Band2)に記録されているユーザデ
ータは無効データとなる。従って、MPU14は、当該ユーザバンド200-2(Band2)
を無効バンドとして設定する(ブロック704のYES,706)。
After this, the MPU 14 executes a switching process for canceling the invalid band setting for the user band 200-1 (Band1) (block 711). Here, as shown in FIG.
When data is sequentially written to the user band 200-1 (Band1), user data (data to be rewritten) corresponding to the LBA (0x2000 to 0x2FFF) of the data 190C
Becomes invalid data. That is, the user data recorded in the user band 200-2 (Band2) is invalid data. Therefore, the MPU 14 uses the user band 200-2 (Band2).
Is set as an invalid band (YES in block 704, 706).

次に、図6を参照して、便宜的に第3のシーケンシャルライト動作による書き換え動作
を説明する。
Next, with reference to FIG. 6, the rewrite operation by the third sequential write operation will be described for convenience.

即ち、図6に示すように、MPU14は、第2のファイルの後続のデータ190Dを連
続的に書き込む場合に、スペアバンド210以外の記録領域として、メディアキャッシュ
400ではなく無効バンド200-2(Band2)に対してシーケンシャルに書き込む(ブロ
ック701のNO、703のNO、7O7)。
That is, as shown in FIG. 6, when the MPU 14 continuously writes the subsequent data 190D of the second file, the MPU 14 uses the invalid band 200-2 (Band2) instead of the media cache 400 as a recording area other than the spare band 210. ) Sequentially (NO in block 701, NO in 703, 7O7).

以下同様にして、MPU14は、無効バンドとして設定したユーザバンド200-2(Ba
nd2)に対してデータ190Dの書き込みを開始し(ブロック707)、1バンド分のデ
ータを書き終えるまで継続する(ブロック703のYES,708、709のNO)。M
PU14は、設定した無効バンドに対してデータ190Dの書き込みが終了すると、当該
ユーザバンド200-2(Band2)に対するアドレスを割り付けを実行する(ブロック70
9のYES、710)。
Similarly, the MPU 14 uses the user band 200-2 (Ba
nd2) starts to write data 190D (block 707) and continues until data for one band is written (YES in block 703, NO in 708 and 709). M
When the writing of the data 190D to the set invalid band is completed, the PU 14 assigns an address to the user band 200-2 (Band2) (block 70).
9 YES, 710).

以上のようにして本実施形態によれば、シングルドライト方法により、特に複数のファ
イルを連続的にシーケンシャルライトする場合に、メディアキャッシュ400に書き込む
代わりに無効バンドとして設定されているユーザバンド200-0〜200-nに書き込む。
従って、メディアキャッシュ400の使用を節約できる。このため、メディアキャッシュ
400の空き容量が減少した場合でも、後続のライトコマンドの応答時間に遅延が発生し
、書き換え処理の効率が低下するような事態を回避できる。
As described above, according to the present embodiment, the user band 200-0 set as an invalid band instead of being written in the media cache 400, particularly when a plurality of files are sequentially written sequentially by the single write method. Write to ~ 200-n.
Therefore, the use of the media cache 400 can be saved. For this reason, even when the free space of the media cache 400 is reduced, it is possible to avoid a situation in which a delay occurs in the response time of the subsequent write command and the efficiency of the rewriting process decreases.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したも
のであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その
他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の
省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や
要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる
Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

1…ディスク、2…スピンドルモータ(SPM)、3…アーム、
4…ボイスコイルモータ(VCM)、10…ヘッド、11…ヘッドアンプ集積回路、
12…リード/ライト(R/W)チャネル、
13…ハードディスクコントローラ(HDC)、
14…マイクロプロセッサ(MPU)、15…コントローラ、
16…バッファメモリ(DRAM)、17…フラッシュメモリ、18…ドライバIC、
19…ホスト、100…トラック、200…ユーザバンド、210…スペアバンド、
400…メディアキャッシュ。
1 ... disk, 2 ... spindle motor (SPM), 3 ... arm,
4 ... Voice coil motor (VCM), 10 ... Head, 11 ... Head amplifier integrated circuit,
12: Read / write (R / W) channel,
13: Hard disk controller (HDC),
14 ... Microprocessor (MPU), 15 ... Controller,
16 ... Buffer memory (DRAM), 17 ... Flash memory, 18 ... Driver IC,
19 ... Host, 100 ... Track, 200 ... User band, 210 ... Spare band,
400: Media cache.

Claims (20)

ヘッドと、
前記ヘッドを用いて、トラック領域にデータを記録し、前記ヘッドを用いて、前記トラ
ック領域に一部重なるトラック領域にデータを記録する記録方式を用いてデータが記録さ
れる第1の領域と、前記第1の領域と径方向に離間して位置し、前記第1の領域の容量よ
りも大きい容量を備え、前記第1の領域に記録される前記データをキャッシュするための
第2の領域と、を含むディスクと、
連続する第1のアドレス情報を含む第1のライトコマンド及び当該第1のライトコマン
ドにかかる第1のデータを受け取ったことに応じて、前記第1のデータを前記第2の領域
に記録する第1の制御と、前記第1のアドレス情報と異なり且つ連続しない複数の第2の
アドレス情報を含む複数の第2のライトコマンド及び当該複数の第2のライトコマンドに
かかる複数の第2のデータを受け取ったことに応じて、前記複数の第2のデータを前記第
2の領域に記録する第2の制御と、前記第1のアドレス情報及び前記第2のアドレス情報
と異なり且つ前記第1のアドレス情報よりも後のアドレスであって連続する第3のアドレ
ス情報を含む第3のライトコマンド及び当該第3のライトコマンドにかかる第3のデータ
を受け取ったことに応じて、前記第3のデータを前記第1の領域に記録する第3の制御と
、を少なくとも実行するコントローラと、
を具備するディスク記録装置。
Head,
A first area in which data is recorded using a recording method in which data is recorded in a track area using the head, and data is recorded in a track area partially overlapping the track area using the head; A second area that is located radially away from the first area, has a capacity larger than the capacity of the first area, and caches the data recorded in the first area; , Including discs, and
In response to receiving the first write command including the continuous first address information and the first data relating to the first write command, the first data is recorded in the second area. A plurality of second write commands including a plurality of second address information different from the first address information and different from the first address information, and a plurality of second data relating to the plurality of second write commands. In response to reception, the second control records the plurality of second data in the second area, and differs from the first address information and the second address information, and the first address In response to receiving a third write command that is an address later than the information and includes continuous third address information and the third data related to the third write command, A controller performing at least a third and a control of recording the third data to the first region, and
A disk recording apparatus comprising:
前記第2の領域は、前記第1の領域よりも前記ディスクの外周側に位置した領域である
、請求項1に記載のディスク記録装置。
The disk recording apparatus according to claim 1, wherein the second area is an area located on an outer peripheral side of the disk with respect to the first area.
前記第2の領域に記録された前記複数の第2のデータにかかる前記複数の第2のアドレ
ス情報の割り当ては、前記第2の領域において有効とされる、請求項1または請求項2に
記載のディスク記録装置。
The allocation of the plurality of second address information relating to the plurality of second data recorded in the second area is valid in the second area. Disc recording device.
前記ディスクは、前記第1の領域および前記第2の領域と径方向に離間して位置し、前
記記録方式を用いてデータが記録される第3の領域を更に含み、
前記コントローラは、前記複数の第2のデータを前記第2の領域に記録した後のあるタ
イミングで、前記第2の領域に記録された前記複数の第2のデータの一部のデータを、前
記第3の領域に記録する、請求項1から請求項3の何れか1項に記載のディスク記録装置
The disc further includes a third region that is positioned radially away from the first region and the second region, and in which data is recorded using the recording method,
The controller, at a certain timing after recording the plurality of second data in the second area, a part of the plurality of second data recorded in the second area, The disk recording apparatus according to any one of claims 1 to 3, wherein recording is performed in a third area.
前記コントローラは、前記第2の領域において、前記ヘッドを用いて、トラック領域に
データを記録し、前記ヘッドを用いて、前記トラック領域に重ならないトラック領域にデ
ータを記録する記録方式を用いてデータを記録する、請求項1から請求項4の何れか1項
に記載のディスク記録装置。
In the second area, the controller uses the head to record data in a track area, and uses the head to record data in a track area that does not overlap the track area. The disk recording apparatus according to any one of claims 1 to 4, wherein the disk recording apparatus records the data.
前記コントローラは、前記第3のライトコマンド及び前記第3のデータとして前記第1
の領域の容量以上のデータ長のデータを受け取ったことに応じて、当該受け取ったデータ
の少なくとも一部を前記第1の領域に記録する、請求項1から請求項5の何れか1項に記
載のディスク記録装置。
The controller includes the first write command and the third data as the first data.
6. The device according to claim 1, wherein at least a part of the received data is recorded in the first region in response to receiving data having a data length equal to or greater than a capacity of the region. Disc recording device.
前記コントローラは、前記第1のデータを前記第1の領域に記録可能ではない場合、前
記第1の制御を実行し、前記第3のデータを前記第1の領域に記録可能な場合、前記第3
の制御を実行する、請求項1から請求6の何れか1項に記載のディスク記録装置。
The controller executes the first control when the first data cannot be recorded in the first area, and the controller executes the first control when the third data can be recorded in the first area. 3
The disk recording apparatus according to claim 1, wherein the control is executed.
ヘッドと、
データが記録される第1の領域と、前記ヘッドを用いてトラック領域にデータを記録し
、前記ヘッドを用いて前記トラック領域に一部重なるトラック領域にデータを記録する記
録方式を用いてデータが記録され、前記第1の領域と径方向に離間して位置し、前記第1
の領域の容量よりも小さい容量を備える第2の領域と、を含むディスクと、
連続する第1のアドレスへのライト要求にかかる第1のデータを第1の領域に記録する
制御と、連続しないアドレスへのライト要求にかかる第2のデータを前記第1の領域に記
録する制御と、前記第1のアドレスよりも後のアドレスであって連続する第2のアドレス
へのライト要求にかかる第3のデータを前記第2の領域に記録する制御と、を少なくとも
実行するコントローラと、
を具備するディスク記録装置。
Head,
Data is recorded using a recording method in which data is recorded in a track area using the head, and data is recorded in a track area that partially overlaps the track area using the head. Recorded and radially spaced from the first region, the first region
A second area having a capacity smaller than the capacity of the area;
Control for recording first data related to write requests to consecutive first addresses in the first area, and control for recording second data related to write requests to non-continuous addresses in the first area A controller that executes at least the third data related to the write request to the second address that is subsequent to the first address and is continuous to the second area; and
A disk recording apparatus comprising:
前記第1の領域は、前記第2の領域よりも前記ディスクの外周側に位置した領域である
、請求項8に記載のディスク記録装置。
The disk recording apparatus according to claim 8, wherein the first area is an area located on an outer peripheral side of the disk with respect to the second area.
前記第1の領域に記録された前記第2のデータにかかるアドレス情報の割り当ては、前
記第1の領域において有効とされる、請求項8または請求項9に記載のディスク記録装置
10. The disk recording apparatus according to claim 8, wherein allocation of address information relating to the second data recorded in the first area is valid in the first area.
前記ディスクは、前記第1の領域および前記第2の領域と径方向に離間して位置し、前
記記録方式を用いてデータが記録される第3の領域を更に含み、
前記コントローラは、前記第2のデータを前記第1の領域に記録した後のあるタイミン
グで、前記第1の領域に記録された前記第2のデータの一部のデータを、前記第3の領域
に記録する、請求項8から請求項10の何れか1項に記載のディスク記録装置。
The disc further includes a third region that is positioned radially away from the first region and the second region, and in which data is recorded using the recording method,
The controller transfers a part of the second data recorded in the first area to the third area at a certain timing after recording the second data in the first area. The disk recording apparatus according to claim 8, wherein recording is performed on the disk recording apparatus.
前記コントローラは、前記第1の領域において、前記ヘッドを用いて、トラック領域に
データを記録し、前記ヘッドを用いて、前記トラック領域に重ならないトラック領域にデ
ータを記録する記録方式を用いてデータを記録する、請求項8から請求項11の何れか1
項に記載のディスク記録装置。
In the first area, the controller uses the head to record data in a track area, and uses the head to record data in a track area that does not overlap the track area. Any one of Claims 8 to 11 for recording
The disk recording device according to item.
前記コントローラは、前記第3のデータとして前記第2の領域の容量以上のデータ長の
データを受け取ったことに応じて、当該受け取ったデータの少なくとも一部を前記第2の
領域に記録する、請求項8から請求項12の何れか1項に記載のディスク記録装置。
The controller records at least a part of the received data in the second area in response to receiving data having a data length greater than or equal to the capacity of the second area as the third data. Item 13. The disk recording device according to any one of items 8 to 12.
前記コントローラは、前記第1のデータを前記第2の領域に記録可能ではない場合、前
記第1のデータを前記第1の領域に記録する制御を実行し、前記第3のデータを前記第2
の領域に記録可能な場合、前記第3のデータを前記第2の領域に記録する制御を実行する
、請求項8から請求13の何れか1項に記載のディスク記録装置。
If the controller cannot record the first data in the second area, the controller executes control to record the first data in the first area, and the third data is recorded in the second area.
14. The disk recording apparatus according to claim 8, wherein control is performed to record the third data in the second area when recording is possible in the area.
ヘッドを用いて、トラック領域にデータを記録し、前記ヘッドを用いて、前記トラック
領域に一部重なるトラック領域にデータを記録する記録方式を用いてデータが記録される
第1の領域と、前記第1の領域と径方向に離間して位置し、前記第1の領域の容量よりも
大きい容量を備え、前記第1の領域に記録される前記データをキャッシュするための第2
の領域と、を含むディスクにデータを記録する方法であって、前記方法は、
連続する第1のアドレス情報を含む第1のライトコマンド及び当該第1のライトコマン
ドにかかる第1のデータを受け取ったことに応じて、前記第1のデータを前記第2の領域
に記録することと、
前記第1のアドレス情報と異なり且つ連続しない複数の第2のアドレス情報を含む複数
の第2のライトコマンド及び当該複数の第2のライトコマンドにかかる複数の第2のデー
タを受け取ったことに応じて、前記複数の第2のデータを前記第2の領域に記録すること
と、
前記第1のアドレス情報及び前記第2のアドレス情報と異なり且つ前記第1のアドレス
情報よりも後のアドレスであって連続する第3のアドレス情報を含む第3のライトコマン
ド及び当該第3のライトコマンドにかかる第3のデータを受け取ったことに応じて、前記
第3のデータを前記第1の領域に記録することと、
を少なくとも含む。
A first area in which data is recorded using a recording method in which data is recorded in a track area using a head, and data is recorded in a track area that partially overlaps the track area using the head; The second region is located radially away from the first region, has a capacity larger than the capacity of the first region, and caches the data recorded in the first region.
And a method for recording data on a disc including:
Recording the first data in the second area in response to receiving the first write command including the continuous first address information and the first data relating to the first write command; When,
In response to receiving a plurality of second write commands including a plurality of second address information different from the first address information and not continuous, and a plurality of second data relating to the plurality of second write commands. Recording the plurality of second data in the second area;
A third write command including the third address information that is different from the first address information and the second address information and is subsequent to the first address information and includes continuous third address information, and the third write Recording the third data in the first area in response to receiving the third data relating to the command;
At least.
前記ディスクは、前記第1の領域および前記第2の領域と径方向に離間して位置し、前
記記録方式を用いてデータが記録される第3の領域を更に含み、
前記複数の第2のデータを前記第2の領域に記録した後のあるタイミングで、前記第2
の領域に記録された前記複数の第2のデータの一部のデータを、前記第3の領域に記録す
ること、を更に含む、請求項15に記載の方法。
The disc further includes a third region that is positioned radially away from the first region and the second region, and in which data is recorded using the recording method,
At a certain timing after recording the plurality of second data in the second area,
The method according to claim 15, further comprising: recording a part of the plurality of second data recorded in the third area in the third area.
前記第2の領域において、前記ヘッドを用いて、トラック領域にデータを記録し、前記
ヘッドを用いて、前記トラック領域に重ならないトラック領域にデータを記録する記録方
式を用いてデータを記録する、請求項15または請求項16に記載の方法。
In the second area, the head is used to record data in a track area, and the head is used to record data using a recording method in which data is recorded in a track area that does not overlap the track area. 17. A method according to claim 15 or claim 16.
データが記録される第1の領域と、ヘッドを用いてトラック領域にデータを記録し、前
記ヘッドを用いて前記トラック領域に一部重なるトラック領域にデータを記録する記録方
式を用いてデータが記録され、前記第1の領域と径方向に離間して位置し、前記第1の領
域の容量よりも小さい容量を備える第2の領域と、を含むディスクにデータを記録する方
法であって、前記方法は、
連続する第1のアドレスへのライト要求にかかる第1のデータを第1の領域に記録する
ことと、
連続しないアドレスへのライト要求にかかる第2のデータを前記第1の領域に記録する
ことと、
前記第1のアドレスよりも後のアドレスであって連続する第2のアドレスへのライト要
求にかかる第3のデータを前記第2の領域に記録することと、
を少なくとも含む。
Data is recorded using a recording method in which data is recorded in a track area using a head and a first area where data is recorded, and the head is used to record data in a track area that partially overlaps the track area. And a second area having a capacity smaller than the capacity of the first area, the data area being recorded on the disc, and the second area having a capacity smaller than the capacity of the first area, The method is
Recording first data relating to a write request to successive first addresses in a first area;
Recording second data relating to a write request to non-contiguous addresses in the first area;
Recording, in the second area, third data relating to a write request to a second address that is subsequent to the first address and is continuous;
At least.
前記ディスクは、前記第1の領域および前記第2の領域と径方向に離間して位置し、前
記記録方式を用いてデータが記録される第3の領域を更に含み、
前記第2のデータを前記第1の領域に記録した後のあるタイミングで、前記第1の領域
に記録された前記第2のデータの一部のデータを、前記第3の領域に記録すること、を更
に含む、請求項18に記載の方法。
The disc further includes a third region that is positioned radially away from the first region and the second region, and in which data is recorded using the recording method,
A part of the second data recorded in the first area is recorded in the third area at a certain timing after the second data is recorded in the first area. The method of claim 18, further comprising:
前記第1の領域において、前記ヘッドを用いて、トラック領域にデータを記録し、前記
ヘッドを用いて、前記トラック領域に重ならないトラック領域にデータを記録する記録方
式を用いてデータを記録する、請求項18または請求項19に記載の方法。
In the first area, the head is used to record data in a track area, and the head is used to record data using a recording method in which data is recorded in a track area that does not overlap the track area. 20. A method according to claim 18 or claim 19.
JP2017002766A 2017-01-11 2017-01-11 Disk storage device and method Active JP6175578B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017002766A JP6175578B2 (en) 2017-01-11 2017-01-11 Disk storage device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017002766A JP6175578B2 (en) 2017-01-11 2017-01-11 Disk storage device and method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2016108667A Division JP6077703B2 (en) 2016-05-31 2016-05-31 Disk storage device and method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2017134175A Division JP2017174494A (en) 2017-07-07 2017-07-07 Disk storage device

Publications (2)

Publication Number Publication Date
JP2017097947A JP2017097947A (en) 2017-06-01
JP6175578B2 true JP6175578B2 (en) 2017-08-02

Family

ID=58818001

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017002766A Active JP6175578B2 (en) 2017-01-11 2017-01-11 Disk storage device and method

Country Status (1)

Country Link
JP (1) JP6175578B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7996645B2 (en) * 2003-09-26 2011-08-09 Hitachi Global Storage Technologies Netherlands B.V. Log-structured file system for disk drives with shingled writing
JP2008134720A (en) * 2006-11-27 2008-06-12 Toshiba Corp Information storage device
US7965465B2 (en) * 2009-03-11 2011-06-21 Hitachi Global Storage Technologies Netherlands, B.V. Techniques for storing shingle blocks in a cache memory using a data storage device
JP4988054B2 (en) * 2011-08-12 2012-08-01 株式会社東芝 Memory system

Also Published As

Publication number Publication date
JP2017097947A (en) 2017-06-01

Similar Documents

Publication Publication Date Title
JP5951472B2 (en) Disk storage device and method
USRE48952E1 (en) Recording medium controller and method thereof
US20090103203A1 (en) Recording apparatus and control circuit
JP5681511B2 (en) Information recording apparatus and information recording method
JP4282733B1 (en) Disk storage device and data writing method
US20160378357A1 (en) Hybrid storage device and method for operating the same
JP6419687B2 (en) Magnetic disk device and writing method
US9563397B1 (en) Disk drive using non-volatile cache when garbage collecting log structured writes
KR20140040870A (en) Systems and methods for tiered non-volatile storage
US7451261B2 (en) Data storage device and control method with buffer control thereof
JP2016157498A (en) Magnetic disk device and rewrite processing method
JP5787839B2 (en) Disk storage device and data protection method
JP6077703B2 (en) Disk storage device and method
JP5694210B2 (en) Magnetic disk device, read / write control method, and controller
JP2019164854A (en) Magnetic disk device and recording method thereof
JP6175578B2 (en) Disk storage device and method
US11024337B1 (en) Magnetic disk device and write processing method
JP2017174494A (en) Disk storage device
JP5713926B2 (en) Magnetic disk device and data buffering method in the magnetic disk device
JPH0511933A (en) Hard disk emulator and fixed cache area allocating method for the emulator
US20150138667A1 (en) Magnetic disk device
JP2023125196A (en) Data recording device and data recording method
JP4782739B2 (en) Disk unit
JP2023045988A (en) magnetic disk unit
JP2022045670A (en) Magnetic disk drive and recording area setting method

Legal Events

Date Code Title Description
A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20170224

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20170303

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20170609

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170710

R151 Written notification of patent or utility model registration

Ref document number: 6175578

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151