JP2968790B1 - Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program - Google Patents

Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program

Info

Publication number
JP2968790B1
JP2968790B1 JP10238896A JP23889698A JP2968790B1 JP 2968790 B1 JP2968790 B1 JP 2968790B1 JP 10238896 A JP10238896 A JP 10238896A JP 23889698 A JP23889698 A JP 23889698A JP 2968790 B1 JP2968790 B1 JP 2968790B1
Authority
JP
Japan
Prior art keywords
logical address
offset value
address
defect list
medium defect
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 - Fee Related
Application number
JP10238896A
Other languages
Japanese (ja)
Other versions
JP2000066961A (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.)
IBARAKI NIPPON DENKI KK
Original Assignee
IBARAKI NIPPON DENKI KK
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 IBARAKI NIPPON DENKI KK filed Critical IBARAKI NIPPON DENKI KK
Priority to JP10238896A priority Critical patent/JP2968790B1/en
Application granted granted Critical
Publication of JP2968790B1 publication Critical patent/JP2968790B1/en
Publication of JP2000066961A publication Critical patent/JP2000066961A/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

【要約】 【課題】 論理アドレスから物理アドレスへ変換すると
きの媒体欠陥リストのサーチを高速化する。 【解決手段】 媒体欠陥リスト変換部12は、オフセッ
ト値で指定された、媒体欠陥リスト上の物理アドレスか
らオフセット値を減算し、検索部21に値を渡す。検索
部11は、媒体欠陥リスト変換部12に対し、オフセッ
ト値を指定することにより、オフセット値で示される、
媒体欠陥リスト上の物理アドレスを、媒体欠陥リスト変
換部12により仮想論理アドレスに変換する。検索部1
1は、指定された論理アドレスと媒体欠陥リスト変換部
12で得られた仮想論理アドレスでサーチをおこなう。
サーチは、媒体欠陥テーブルに、論理アドレスより大き
い仮想論理アドレスが現れた時点で終了する。サーチの
結果得られたオフセット値を論理アドレスに加算するこ
とにより物理アドレスが求まる。
Abstract: PROBLEM TO BE SOLVED: To speed up a search for a media defect list when converting a logical address to a physical address. A medium defect list conversion unit (12) subtracts an offset value from a physical address on a medium defect list specified by the offset value, and passes the value to a search unit (21). The search unit 11 specifies the offset value to the medium defect list conversion unit 12 to indicate the offset value.
The physical address on the medium defect list is converted into a virtual logical address by the medium defect list conversion unit 12. Search unit 1
1 performs a search using the specified logical address and the virtual logical address obtained by the medium defect list conversion unit 12.
The search ends when a virtual logical address larger than the logical address appears in the medium defect table. The physical address is obtained by adding the offset value obtained as a result of the search to the logical address.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、論理アドレスでア
クセスし、かつ媒体欠陥処理を行う磁気ディスク装置に
おける、論理アドレスから物理アドレスの変換方法に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for converting a logical address into a physical address in a magnetic disk drive which accesses with a logical address and performs medium defect processing.

【0002】[0002]

【従来の技術】従来の、物理アドレスから論理アドレス
への変換方法は、次の通りである。論理アドレスの
“0”から目的の論理アドレスまで欠陥セクタが無けれ
ば、論理アドレスと物理アドレスは一致する。最初に、
目的の論理アドレスまで欠陥セクタが無いと仮定して、
目的の論理アドレスを仮の物理アドレスとする(これ
を、以下、仮物理アドレスとする)。仮物理アドレス以
下の物理アドレスが媒体欠陥リストに無いかサーチをお
こない、サーチの結果、欠陥セクタが無ければ、仮物理
アドレスは真の物理アドレスとなり、処理は終了する。
しかし、サーチの結果、欠陥セクタがあれば、真の物理
アドレスは、仮物理アドレスに、サーチで得られた仮物
理アドレスまでの欠陥セクタ数を加算したアドレス以上
の値である。そこで、媒体欠陥リストの、現在の仮物理
アドレスより大きな領域に対し、仮物理アドレスに欠陥
セクタ数を加算したものを再び、仮物理アドレスとして
設定し、この仮物理アドレスでサーチを行う。このシー
ケンスを繰り返し、サーチ時に欠陥セクタが検出されな
い状態になれば、その仮物理アドレスが、真の物理アド
レスとして決定する。
2. Description of the Related Art A conventional method of converting a physical address into a logical address is as follows. If there is no defective sector from the logical address “0” to the target logical address, the logical address matches the physical address. At first,
Assuming that there are no defective sectors up to the target logical address,
The target logical address is set as a temporary physical address (hereinafter, referred to as a temporary physical address). A search is performed for a physical address lower than the temporary physical address in the medium defect list. If there is no defective sector as a result of the search, the temporary physical address becomes a true physical address, and the process ends.
However, if there is a defective sector as a result of the search, the true physical address is a value equal to or greater than the address obtained by adding the number of defective sectors up to the temporary physical address obtained by the search to the temporary physical address. Therefore, for the area larger than the current temporary physical address in the medium defect list, a value obtained by adding the number of defective sectors to the temporary physical address is set as a temporary physical address again, and a search is performed using this temporary physical address. This sequence is repeated, and if no defective sector is detected during the search, the temporary physical address is determined as a true physical address.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のアドレ
ス変換方法は、媒体欠陥リストに対してサーチを行い、
媒体欠陥セクタが無くなるまで、繰り返しサーチを行わ
なければならないので、処理速度が遅いという問題点が
ある。
The above-described conventional address conversion method performs a search on a medium defect list,
Since the search must be repeated until the medium defective sector disappears, the processing speed is slow.

【0004】本発明の目的は、論理アドレスから物理ア
ドレスへ変換するときの媒体欠陥リストのサーチを高速
化するアドレス変換方法および磁気ディスク装置を提供
することにある。
An object of the present invention is to provide an address conversion method and a magnetic disk device for speeding up a search for a medium defect list when converting a logical address to a physical address.

【0005】[0005]

【課題を解決するための手段】媒体欠陥リストは、磁気
ディスク上の媒体欠陥セクタの位置が、欠陥セクタを含
む全てのセクタに対して昇順に割り付けられた物理アド
レスで欠陥セクタ毎に登録され、0から昇順にアドレス
が割り付けられたオフセット値により参照が行なわれ
る。
In the medium defect list, the position of a medium defective sector on a magnetic disk is registered for each defective sector with a physical address allocated to all sectors including the defective sector in ascending order. Reference is made by an offset value to which an address is assigned in ascending order from 0.

【0006】このような媒体欠陥リストに対して、本発
明は、指定されたオフセット値に対応する、媒体欠陥リ
スト上の物理アドレスから該オフセット値を減算し、そ
の結果、得られる仮想論理アドレスが指定された論理ア
ドレスより大きくなるまで前記オフセット値を変化さ
せ、オフセット値の最終値を論理アドレスに加算するこ
とにより物理アドレスを得る。
For such a media defect list, the present invention subtracts the offset value from the physical address on the media defect list corresponding to the specified offset value, and the resulting virtual logical address is The physical address is obtained by changing the offset value until it becomes larger than the specified logical address, and adding the final value of the offset value to the logical address.

【0007】媒体欠陥リストの物理アドレスを逐次仮想
論理アドレスに変換することにより、媒体欠陥リストの
サーチを1回におさえることができる。
[0007] By sequentially converting the physical address of the medium defect list into a virtual logical address, the search of the medium defect list can be suppressed to one time.

【0008】[0008]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

【0009】図1を参照すると、本実施形態は、ホスト
からの論理アドレスを受け取る入力部1と、入力部1で
得られた論理アドレスを用いて、媒体欠陥リスト記憶部
3の媒体欠陥リスト100へのサーチを、媒体欠陥リス
ト変換部22により変換された仮想論理アドレスを用い
ておこない、サーチの結果得られたオフセット値を欠陥
セクタ数として、論理アドレスに加算することにより物
理アドレスを得る検索部11と、検索部11から指定さ
れたオフセット値で、媒体欠陥リスト100の物理アド
レスを取得し、その物理アドレスからオフセット値を減
算することにより、仮想論理アドレスへの変換を行い、
検索部11に渡す媒体欠陥アドレス変換部12と、検索
部11により得られた物理アドレスで、媒体4へのリー
ド/ライトを行う媒体アクセス部13からなる。
Referring to FIG. 1, this embodiment uses an input unit 1 for receiving a logical address from a host, and a medium defect list 100 of a medium defect list storage unit 3 using a logical address obtained by the input unit 1. Search unit that performs a search using the virtual logical address converted by the medium defect list conversion unit 22 and adds the offset value obtained as a result of the search to the logical address as the number of defective sectors to obtain a physical address. 11 and the offset value specified by the search unit 11, the physical address of the medium defect list 100 is obtained, and the offset value is subtracted from the physical address to convert the physical address into a virtual logical address.
It comprises a medium defect address conversion unit 12 passed to the search unit 11 and a medium access unit 13 for reading / writing the medium 4 with the physical address obtained by the search unit 11.

【0010】図2は、媒体欠陥リスト記憶部3に記憶さ
れている媒体欠陥リスト100の内容を示す。媒体欠陥
リスト100は欠陥セクタの物理アドレスを記憶してお
り、1つの媒体欠陥につき1つの領域を使用し、昇順に
ならんでいる。媒体欠陥リスト100へのアクセスは、
媒体欠陥リスト記憶部3に対し、媒体欠陥リスト100
のオフセット値を指定することにより実現する。
FIG. 2 shows the contents of the medium defect list 100 stored in the medium defect list storage unit 3. The medium defect list 100 stores the physical addresses of the defective sectors, uses one area per medium defect, and is arranged in ascending order. Access to the media defect list 100 is as follows.
The medium defect list 100 is stored in the medium defect list storage unit 3.
This is realized by specifying the offset value of.

【0011】図3は、媒体4のフォーマットを示してい
る。媒体の全てのセクタに対し、先頭から昇順にアドレ
スを割り当て物理アドレスとし、また、欠陥セクタでな
いセクタは、先頭から順番に論理アドレスを割り当て
る。
FIG. 3 shows the format of the medium 4. Addresses are assigned to all the sectors of the medium in ascending order from the beginning and used as physical addresses. For sectors that are not defective sectors, logical addresses are assigned in order from the beginning.

【0012】通常、物理アドレスから論理アドレスへの
変換は、論理アドレスまでの欠陥セクタの数が解れば、
論理アドレスに、この欠陥セクタの数を加算すれば求め
ることができる。
Usually, the conversion from a physical address to a logical address is performed by knowing the number of defective sectors up to the logical address.
The number can be obtained by adding the number of defective sectors to the logical address.

【0013】しかし、このためには、指定された論理ア
ドレスに該当する物理アドレスがなければ、欠陥セクタ
の数は、単純に求めることはできない。
However, if there is no physical address corresponding to the designated logical address, the number of defective sectors cannot be simply obtained.

【0014】そこで、欠陥セクタが全く無い場合は、論
理アドレスと物理アドレスは一致することを利用する。
与えられた論理アドレスを物理アドレスであると仮定
し、媒体欠陥テーブル100の物理アドレスに対しサー
チをおこなう。この結果、対象の論理アドレスまで欠陥
セクタが無ければ、仮に決定した物理アドレスは、真の
物理アドレスとなる。欠陥セクタがあれば、少なくと
も、その欠陥セクタの数を、仮の物理アドレスに加算し
た以上の値が、真の物理アドレスになるはずである。そ
して、欠陥セクタの数を加算した範囲にある欠陥セクタ
を再びサーチし、逐次、欠陥セクタが検出できなくなる
まで繰り返せば、物理アドレスが求まる。しかし、この
方法では、サーチを繰り返さなければならないので、処
理に時間がかかる。
Therefore, when there is no defective sector, the fact that the logical address matches the physical address is used.
Assuming that the given logical address is a physical address, a search is performed for the physical address in the medium defect table 100. As a result, if there is no defective sector up to the target logical address, the provisionally determined physical address becomes a true physical address. If there is a defective sector, at least the value obtained by adding the number of defective sectors to the temporary physical address should be the true physical address. Then, a search is again performed for the defective sectors in the range in which the number of the defective sectors is added, and the search is repeated until the defective sectors cannot be detected, thereby obtaining the physical address. However, in this method, since the search has to be repeated, the processing takes time.

【0015】本方法では、媒体欠陥アドレス変換部12
により、物理アドレスから変換された仮想論理アドレス
は、その欠陥セクタの次の論理アドレスを示している。
そこで、媒体欠陥テーブル100上に最初に現れる論理
アドレスより大きい仮想論理アドレスを1度サーチする
だけで、その論理アドレスまでの欠陥セクタの数を、媒
体欠陥テーブル100のオフセット値の形で得ることが
可能となる。よって、論理アドレスまでの欠陥セクタの
数がもとまり、論理アドレスから物理アドレスへの変換
が高速にできる。
In the present method, the medium defect address converter 12
Thus, the virtual logical address converted from the physical address indicates the next logical address of the defective sector.
Therefore, it is possible to obtain the number of defective sectors up to the logical address in the form of an offset value of the medium defect table 100 by searching only once for a virtual logical address larger than the first logical address appearing on the medium defect table 100. It becomes possible. Therefore, the number of defective sectors up to the logical address can be obtained, and the conversion from the logical address to the physical address can be performed at high speed.

【0016】次に、図1、2、3および図4のフローチ
ャートを参照して、本実施形態の全体の動作について詳
細に説明する。まず、入力部1で得られた論理アドレス
は、検索部21に入力される。媒体欠陥リスト100
は、欠陥セクタの物理セクタが登録されており、昇順に
並んでいる。媒体欠陥リスト100の最後には、媒体欠
陥リストの最後を示す物理アドレスが登録されており、
他に登録されている欠陥セクタの物理アドレスより十分
大きな、固有の物理アドレスで登録する。この例では、
物理アドレス“999”で登録してある。
Next, the overall operation of the present embodiment will be described in detail with reference to the flowcharts of FIGS. First, the logical address obtained by the input unit 1 is input to the search unit 21. Medium defect list 100
Is registered with physical sectors of defective sectors, and are arranged in ascending order. At the end of the media defect list 100, a physical address indicating the end of the media defect list is registered.
It is registered with a unique physical address that is sufficiently larger than the physical addresses of other registered defective sectors. In this example,
It is registered with the physical address “999”.

【0017】検索部11は、媒体欠陥リスト記憶部3の
媒体欠陥リスト100に、論理アドレスでバイナリサー
チを行うため、最初に比較すべき領域を、媒体欠陥リス
ト100の全体とする(図4ステップ21)。次に、検
索部11は、比較すべき領域の大きさが1でないかを確
認する。1であれば、ステップ28に進み、1でないな
らばステップ23に進む(ステップ22)。検索部11
は、比較すべき領域の、半分のオフセット値の計算を行
う(ステップ23)。検索部11は、ステップ23で計
算した、半分のオフセット値で指定する仮想論理アドレ
スを求めるため、媒体欠陥リスト変換部12に、そのオ
フセット値を渡す。媒体欠陥リスト変換部12は、与え
られたオフセット値で指定される、媒体欠陥リスト10
0の物理アドレスを得て、そのオフセット値を減算する
ことにより、仮想論理アドレスを求め、検索部11に値
を渡す(ステップ24)。検索部11は、入力部1から
の論理アドレスと、媒体欠陥リスト変換部22で得られ
た仮想論理アドレスの比較をおこない、論理アドレスが
仮想論理アドレス以上であれば、ステップ26に進み、
論理アドレスが仮想論理アドレスより小さければ、ステ
ップ27に進む(ステップ25)。論理アドレスが仮想
論理アドレス以上の時、検索部11は、今回比較した領
域の、現在のオフセット値より大きい範囲を、新たに、
比較すべき領域として設定し、ステップ22に戻る(ス
テップ26)。論理アドレスが仮想論理アドレスより小
さければ、検索部11は、今回比較した領域の、現在の
オフセット値以下の範囲を、新たに、比較すべき領域と
して設定し、ステップ22に戻る(ステップ27)。検
索部11はステップ22からステップ27を、ステップ
22の条件を満たすまで繰り返し行い、ステップ22の
条件を満たしたときに、このループから抜けだし、ステ
ップ28に進む。検索部11は、ステップ22の条件を
満たし、ループから抜け出した時点のオフセット値を、
入力部1で得られた論理アドレスに加算し、物理アドレ
スとする(ステップ28)。最後に、媒体アクセス部1
3は、検索部11で得られた物理アドレスに従い、媒体
4へのアクセスを行う。
The search unit 11 performs a binary search with a logical address on the medium defect list 100 of the medium defect list storage unit 3 so that the first area to be compared is the entire medium defect list 100 (FIG. 4 step). 21). Next, the search unit 11 checks whether the size of the area to be compared is not one. If it is 1, the process proceeds to step 28, and if it is not 1, the process proceeds to step 23 (step 22). Search unit 11
Calculates the half offset value of the area to be compared (step 23). The search unit 11 passes the offset value to the medium defect list conversion unit 12 in order to obtain a virtual logical address designated by a half offset value calculated in step 23. The medium defect list converter 12 converts the medium defect list 10 specified by the given offset value.
By obtaining a physical address of 0 and subtracting the offset value, a virtual logical address is obtained, and the value is passed to the search unit 11 (step 24). The search unit 11 compares the logical address from the input unit 1 with the virtual logical address obtained by the medium defect list conversion unit 22. If the logical address is equal to or larger than the virtual logical address, the process proceeds to step 26,
If the logical address is smaller than the virtual logical address, the process proceeds to step 27 (step 25). When the logical address is equal to or larger than the virtual logical address, the search unit 11 newly sets a range larger than the current offset value in the area compared this time.
The region to be compared is set, and the process returns to step 22 (step 26). If the logical address is smaller than the virtual logical address, the search unit 11 newly sets a range that is equal to or less than the current offset value of the currently compared area as an area to be compared, and returns to step 22 (step 27). The search unit 11 repeats Steps 22 to 27 until the condition of Step 22 is satisfied. When the condition of Step 22 is satisfied, the search unit 11 exits this loop and proceeds to Step 28. The search unit 11 satisfies the condition of step 22 and calculates the offset value at the time of exiting the loop,
It is added to the logical address obtained by the input unit 1 to obtain a physical address (step 28). Finally, the medium access unit 1
3 accesses the medium 4 according to the physical address obtained by the search unit 11.

【0018】次に、図1、図2、図3、図4を用いて具
体例を説明する。
Next, a specific example will be described with reference to FIG. 1, FIG. 2, FIG. 3, and FIG.

【0019】図3の媒体4のフォーマットは、媒体欠陥
リスト100の欠陥セクタの物理アドレスを反映したも
のになっており、欠陥セクタ位置の物理セクタには、論
理アドレスを割り当てず、その欠陥セクタの次に正常な
物理アドレスを割り当てる。例えば、論理アドレス
“3”は、通常、論理アドレス“2”の物理アドレスの
次に割り当てられるが、次のセクタの物理アドレスは
“4”であり、媒体欠陥リスト100に登録されている
ために、割り当てられない。また、その次の物理アドレ
ス“5”も登録されているので、割り当てられず、最終
的に、物理セクタ“6”を論理セクタ“3”に割り当て
る。
The format of the medium 4 shown in FIG. 3 reflects the physical address of the defective sector in the medium defect list 100. No logical address is assigned to the physical sector at the defective sector position. Next, a normal physical address is assigned. For example, the logical address “3” is normally assigned next to the physical address of the logical address “2”, but the physical address of the next sector is “4” and is registered in the medium defect list 100. , Not assigned. Further, since the next physical address "5" is also registered, it is not allocated, and the physical sector "6" is finally allocated to the logical sector "3".

【0020】実際に、図1の入力部1に論理アドレス
“3”がホストより指定されたとすると、入力部1は論
理アドレス“3”を検索部11に渡す。検索部11は、
図4のステップ21で、媒体欠陥リスト記憶部3にあ
る、図2の、媒体欠陥リスト100の、全領域を最初に
比較すべき領域として設定する。ステップ22では、比
較すべき領域の大きさが1であるか判定する。この場
合、比較すべき領域の大きさは6あるから、次のステッ
プ23に進む。
If the logical address “3” is actually specified by the host in the input unit 1 of FIG. 1, the input unit 1 passes the logical address “3” to the search unit 11. The search unit 11
In step 21 in FIG. 4, all areas of the medium defect list 100 in FIG. 2 in the medium defect list storage unit 3 are set as areas to be compared first. In step 22, it is determined whether the size of the area to be compared is one. In this case, since there are six areas to be compared, the process proceeds to the next step 23.

【0021】ステップ23では、バイナリサーチを行う
ため、比較すべき領域の半分のオフセット値を算出す
る。この場合の比較すべき領域の大きさは“6”である
から、オフセット値は、その半分の“3”となる。ステ
ップ24では、先に計算したオフセット値を媒体欠陥リ
スト変換部12に渡す。媒体欠陥リスト変換部12は、
与えられたオフセット値“3”で決定される、媒体欠陥
リスト100の物理アドレス“8”を得る。その後、こ
の物理アドレス“8”からオフセット値“3”の減算を
おこない、仮想論理アドレス“5”を得る。検索部11
はステップ24で、媒体欠陥リスト変換部12により得
られた、仮想論理アドレス“5”と、論理アドレス
“3”の比較をおこなう。この場合、論理アドレスは仮
想論理アドレスより小さいので、ステップ27に進む。
ステップ27では、現在のオフセット値“3”以下の領
域を、新たに比較すべき領域とする。この場合、オフセ
ット値“0”から“3”までが対象となる。領域の再設
定を行った後は、ステップ22に戻る。ステップ22で
は、再設定した領域の大きさが“4”なのでステップ2
3に進む。ステップ23で、領域の半分のオフセット値
“2”が求まり、ステップ24で、同様にして、仮想論
理アドレス“3”が求まり、ステップ25で、論理アド
レス“3”との比較が行われる。この場合、論理アドレ
ス“3”は仮想論理アドレス“3”以上なので、ステッ
プ26に進む。ステップ26では、現在のオフセット値
“3”より大きい領域に再び設定を行う。この場合はオ
フセット値“3”のみが対象となる。再び、ステップ2
2で領域の大きさの判定をおこなう。この場合は、領域
の大きさが1であるため、ステップ28に進む。ステッ
プ28では、オフセット値“3”に論理アドレス“3”
を加算し、物理アドレス“6”を得る。検索部11は得
られた物理アドレス“6”を、媒体アクセス部23に渡
し、媒体アクセス部13は、媒体4の物理アドレス
“6”のセクタにアクセスを行う。
In step 23, an offset value of a half of the area to be compared is calculated to perform a binary search. In this case, since the size of the area to be compared is “6”, the offset value is “3”, which is half of that. In step 24, the offset value calculated above is passed to the medium defect list conversion unit 12. The medium defect list conversion unit 12
The physical address “8” of the medium defect list 100 determined by the given offset value “3” is obtained. After that, the offset value “3” is subtracted from the physical address “8” to obtain the virtual logical address “5”. Search unit 11
Compares the virtual logical address "5" obtained by the medium defect list conversion unit 12 with the logical address "3" in step 24. In this case, since the logical address is smaller than the virtual logical address, the process proceeds to step 27.
In step 27, an area smaller than the current offset value “3” is set as an area to be newly compared. In this case, the offset values “0” to “3” are targeted. After the area is reset, the process returns to step S22. In step 22, since the size of the reset area is "4", step 2
Proceed to 3. In step 23, the offset value "2" of the half of the area is obtained, and in step 24, the virtual logical address "3" is similarly obtained, and in step 25, the comparison with the logical address "3" is performed. In this case, since the logical address “3” is equal to or greater than the virtual logical address “3”, the process proceeds to step 26. In step 26, the area is set again to an area larger than the current offset value “3”. In this case, only the offset value “3” is targeted. Again, step 2
In step 2, the size of the area is determined. In this case, since the size of the area is 1, the process proceeds to step 28. In step 28, the logical address “3” is added to the offset value “3”.
Are added to obtain the physical address “6”. The search unit 11 passes the obtained physical address “6” to the medium access unit 23, and the medium access unit 13 accesses the sector of the medium 4 at the physical address “6”.

【0022】次に、本発明の他の実施形態について図面
を参照して詳細に説明する。
Next, another embodiment of the present invention will be described in detail with reference to the drawings.

【0023】図1、図2、図3および図5を使って説明
すると、まず、入力部1で得られた論理アドレスは検索
部11に渡される。検索部11は、媒体欠陥リスト記憶
部3の媒体欠陥リスト100に、前述の論理アドレスで
順次サーチを行うためのオフセット値を、媒体欠陥リス
ト100の先頭に設定する(図5ステップ31)。検索
部11は、前述のオフセット値が、媒体欠陥リスト10
0の最後を示していないか判断する。判断した結果、最
後なら、ステップ36に処理を進め、最後でないなら、
ステップ33に処理を進める(ステップ32)。検索部
11は、オフセット値を媒体欠陥リスト変換部12に渡
し、媒体欠陥リスト変換部12は、オフセット値で指定
される、媒体欠陥リスト100の物理アドレスを得る。
その得られた物理アドレスからオフセットを減算し、仮
想論理アドレスを算出し、検索部11に返す(ステップ
33)。検索部11は、入力部1からの論理アドレス
と、媒体欠陥リスト変換部22で得られた仮想論理アド
レスとの比較をおこない、論理アドレスが仮想論理アド
レス以上であれば、ステップ35に進み、論理アドレス
が仮想論理アドレスより小さければ、ステップ36に進
む(ステップ34)。検索部11は、オフセット値を1
インクリメントし、ステップ32に戻る(ステップ3
5)。検索部11は、ステップ32の条件を満たすか、
ステップ34の条件を満たさなくなった時に、ループか
ら抜け出し、その時のオフセット値を、入力部1で得ら
れた論理アドレスに加算し、物理アドレスとする(ステ
ップ36)。最後に、媒体アクセス部13は、検索部1
1で得られた、物理アドレスに従い、媒体4へのアクセ
スを行う。
Referring to FIG. 1, FIG. 2, FIG. 3, and FIG. 5, first, the logical address obtained by the input unit 1 is passed to the search unit 11. The search unit 11 sets an offset value for sequentially searching by the above-described logical address in the medium defect list 100 of the medium defect list storage unit 3 at the beginning of the medium defect list 100 (Step 31 in FIG. 5). The search unit 11 determines that the offset value is the medium defect list 10
It is determined whether the end of 0 is indicated. As a result of the judgment, if it is the last, the process proceeds to step 36;
The process proceeds to Step 33 (Step 32). The search unit 11 passes the offset value to the medium defect list conversion unit 12, and the medium defect list conversion unit 12 obtains the physical address of the medium defect list 100 specified by the offset value.
The offset is subtracted from the obtained physical address to calculate a virtual logical address, which is returned to the search unit 11 (step 33). The search unit 11 compares the logical address from the input unit 1 with the virtual logical address obtained by the medium defect list conversion unit 22. If the logical address is equal to or greater than the virtual logical address, the process proceeds to step 35, If the address is smaller than the virtual logical address, the process proceeds to Step 36 (Step 34). The search unit 11 sets the offset value to 1
Increment and return to step 32 (step 3
5). The search unit 11 determines whether the condition of step 32 is satisfied or not.
When the condition of step 34 is no longer satisfied, the process exits the loop, and the offset value at that time is added to the logical address obtained by the input unit 1 to obtain a physical address (step 36). Lastly, the medium access unit 13 includes the search unit 1
According to the physical address obtained in step 1, access to the medium 4 is performed.

【0024】次に、図1、図2、図3、図5を用いて、
具体例を説明する。
Next, referring to FIG. 1, FIG. 2, FIG. 3, and FIG.
A specific example will be described.

【0025】図2の媒体欠陥リスト100は、欠陥セク
タの物理アドレスが登録されており、昇順に並んでい
る。媒体欠陥リスト100の最後は、媒体欠陥リスト1
00の最後を示す物理アドレスが登録されており、登録
されている他の欠陥セクタの物理アドレスより十分大き
な、固有の物理アドレスで登録する。この例では、物理
アドレス“999”で登録してある。
In the medium defect list 100 of FIG. 2, the physical addresses of the defective sectors are registered, and are arranged in ascending order. The last of the medium defect list 100 is the medium defect list 1
A physical address indicating the end of 00 is registered, and is registered with a unique physical address sufficiently larger than the physical addresses of other registered defective sectors. In this example, it is registered with the physical address “999”.

【0026】図3の媒体4のフォーマットは、媒体欠陥
リスト100の欠陥セクタの物理アドレスを反映したも
のになっており、欠陥セクタには論理アドレスを割り当
てない。例えば、論理アドレス“3”は、通常、論理ア
ドレス“2”の次に割り当てるが、次のセクタの物理ア
ドレスは“4”で、媒体欠陥リスト100に登録されて
いるために、割り当てられない。また、その次の物理ア
ドレス“5”も登録されているので、割り当てられず、
最終的に、物理セクタ“6”を論理セクタ“3”に割り
当てる。
The format of the medium 4 in FIG. 3 reflects the physical address of the defective sector in the medium defect list 100, and no logical address is assigned to the defective sector. For example, the logical address “3” is normally assigned next to the logical address “2”, but is not assigned because the physical address of the next sector is “4” and is registered in the medium defect list 100. Also, since the next physical address “5” is also registered, it is not assigned,
Finally, the physical sector “6” is assigned to the logical sector “3”.

【0027】実際に、図1の入力部1に論理アドレス
“3”がホストより指定されたとすると、入力部1は論
理アドレス“3”を検索部11に渡す。検索部11は、
図5のステップ31で、媒体欠陥リスト記憶部3にあ
る、図2の、媒体欠陥リスト100の、先頭をオフセッ
ト値に設定する、この場合は“0”が設定される。ステ
ップ32では、オフセット値で指定される、媒体欠陥リ
スト100の物理アドレスが、媒体欠陥リストの最後を
示す“999”であるか判断する。この場合はオフセッ
ト値が“0”で、物理アドレスは“1”であるので、最
後でないと判断し、ステップ33に進む。ステップ33
では、オフセット値を媒体欠陥リスト変換部22に渡
す。媒体欠陥リスト変換部12は、与えられたオフセッ
ト値“0”で指定する、媒体欠陥リスト100の物理ア
ドレス“1”を得る。その後、この物理アドレス“1”
からオフセット値“0”の減算をおこない、仮想論理ア
ドレス“1”を得る。検索部11はステップ34で、媒
体欠陥リスト変換部12により得られた、仮想論理アド
レス“1”と、論理アドレス“3”の比較をおこなう。
この場合、論理アドレスは仮想論理アドレス以上なの
で、ステップ35に進み、ステップ35で現在のオフセ
ット値“0”に1を加算し、ステップ32に戻る。ステ
ップ32では、まだ、媒体欠陥リスト100の終わりで
ないので、ステップ33に進む。ステップ33で、前述
と同様に、仮想論理アドレス“3”を求める。ステップ
34では、論理アドレス“3”との比較が行われ、この
場合、論理アドレス“3”は仮想論理アドレス“3”以
上なので、ステップ35に進み、オフセット値が1加算
される。ステップ32からステップ35を、オフセット
値を1加算しながら、何回か繰り返し、オフセット値が
“3”になった時、ステップ33で、論理アドレス
“3”が、仮想論理アドレス“5”より小さくなり、ル
ープを抜けて、ステップ36に進む。ステップ36で
は、オフセット値“3”に論理アドレス“3”を加算
し、物理アドレス“6”を得る。検索部11は得られた
物理アドレス“6”を媒体アクセス部13に渡し、媒体
アクセス部13は媒体4の物理アドレス“6”のセクタ
にアクセスを行う。
If the logical address “3” is actually specified by the host in the input unit 1 of FIG. 1, the input unit 1 passes the logical address “3” to the search unit 11. The search unit 11
In step 31 in FIG. 5, the head of the medium defect list 100 in FIG. 2 in the medium defect list storage unit 3 is set to an offset value. In this case, “0” is set. In step 32, it is determined whether the physical address of the medium defect list 100 specified by the offset value is “999” indicating the end of the medium defect list. In this case, the offset value is “0” and the physical address is “1”. Step 33
Then, the offset value is passed to the medium defect list conversion unit 22. The medium defect list conversion unit 12 obtains the physical address “1” of the medium defect list 100 specified by the given offset value “0”. After that, this physical address “1”
Is subtracted from the offset value “0” to obtain a virtual logical address “1”. In step 34, the search unit 11 compares the virtual logical address “1” obtained by the medium defect list conversion unit 12 with the logical address “3”.
In this case, since the logical address is equal to or greater than the virtual logical address, the process proceeds to step 35, where 1 is added to the current offset value “0” in step 35, and the process returns to step 32. In step 32, since the end of the medium defect list 100 is not yet reached, the process proceeds to step 33. In step 33, a virtual logical address "3" is obtained as described above. In step 34, comparison with the logical address "3" is performed. In this case, since the logical address "3" is equal to or greater than the virtual logical address "3", the process proceeds to step 35, where the offset value is incremented by one. Steps 32 to 35 are repeated several times while incrementing the offset value by 1. When the offset value becomes "3", in step 33, the logical address "3" is smaller than the virtual logical address "5". Then, the processing exits from the loop and proceeds to step 36. In step 36, the logical address "3" is added to the offset value "3" to obtain the physical address "6". The search unit 11 passes the obtained physical address “6” to the medium access unit 13, and the medium access unit 13 accesses the sector of the medium 4 at the physical address “6”.

【0028】[0028]

【発明の効果】以上説明したように本発明は、論理アド
レスから物理アドレスへ変換するときの、媒体欠陥リス
トのサーチ回数を1回に押さえ、高速化できる。
As described above, according to the present invention, the number of searches for the medium defect list when converting from a logical address to a physical address can be reduced to one and the speed can be increased.

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

【図1】本発明の一実施形態の磁気ディスク装置の構成
図である。
FIG. 1 is a configuration diagram of a magnetic disk drive according to an embodiment of the present invention.

【図2】媒体欠陥リスト100の内容を示す図である。FIG. 2 is a diagram showing the contents of a medium defect list 100.

【図3】媒体4のフォーマット図である。FIG. 3 is a format diagram of a medium 4.

【図4】アドレス変換の第1の方法を示すフローチャー
トである。
FIG. 4 is a flowchart illustrating a first method of address translation.

【図5】アドレス変換の第2の方法を示すフローチャー
トである。
FIG. 5 is a flowchart illustrating a second method of address translation.

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

1 入力部 11 検索部 12 媒体欠陥リスト変換部 13 媒体アクセス部 3 媒体欠陥リスト記憶部 4 媒体 21〜28,31〜36 ステップ Reference Signs List 1 input unit 11 search unit 12 medium defect list conversion unit 13 medium access unit 3 medium defect list storage unit 4 medium 21 to 28, 31 to 36 steps

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 12/16 310 G06F 3/06 306 G11B 20/10 G11B 20/12 G11B 27/10 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 12/16 310 G06F 3/06 306 G11B 20/10 G11B 20/12 G11B 27/10

Claims (9)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 磁気ディスク上の媒体欠陥セクタの位置
が、欠陥セクタを含む全てのセクタに対して昇順に割り
付けられた物理アドレスで欠陥セクタ毎に登録され、0
から昇順にアドレスが割り付けられたオフセット値によ
り参照が行なわれる媒体欠陥リストを用いて、指定され
た論理アドレスを物理アドレスに変換する、磁気ディス
ク装置のアドレス変換方法であって、 指定されたオフセット値に対応する、前記媒体欠陥リス
ト上の物理アドレスから該オフセット値を減算し、その
結果、得られた仮想論理アドレスが前記指定された論理
アドレスより大きくなるまで前記オフセット値を変化さ
せ、オフセット値の最終値に前記論理アドレスを加算す
ることにより物理アドレスを得る、磁気ディスク装置の
アドレス変換方法。
1. A position of a medium defective sector on a magnetic disk is registered for each defective sector with a physical address allocated to all sectors including the defective sector in ascending order.
A method of converting a specified logical address into a physical address using a medium defect list referenced by an offset value in which addresses are assigned in ascending order from a specified address value. Subtracting the offset value from the physical address on the media defect list, and changing the offset value until the obtained virtual logical address becomes larger than the specified logical address, An address conversion method for a magnetic disk device, wherein a physical address is obtained by adding the logical address to a final value.
【請求項2】 前記の指定された論理アドレスと前記仮
想論理アドレスを比較する領域を前記媒体欠陥リスト全
体に設定するステップと、 前記領域の大きさが1かどうか判定するステップと、 前記領域の大きさが1でない場合、設定された領域の半
分のオフセット値を計算するステップと、 前記オフセット値に対応する、前記媒体欠陥リスト上の
物理アドレスから該オフセット値を減算して、前記仮想
論理アドレスを得るステップと、 指定された論理アドレスと前記仮想論理アドレスを比較
するステップと、 前者が後者以上であれば、現在設定されている領域の、
現在のオフセットより大きい領域を新しい領域に設定
し、後者が前者より大きければ、現在設定されている領
域の現在のオフセット値以下の領域を新しい領域に設定
し、2番目のステップに戻るステップと、 前記領域の大きさが1であれば、現在のオフセット値を
前記論理アドレスに加算し、物理アドレスを得るステッ
プを有する、請求項1記載の方法。
2. A step of setting an area for comparing the specified logical address and the virtual logical address in the entire medium defect list; a step of determining whether the size of the area is 1; If the size is not 1, calculating an offset value that is half of the set area; and subtracting the offset value from a physical address on the medium defect list corresponding to the offset value, thereby obtaining the virtual logical address. And comparing the specified logical address with the virtual logical address. If the former is greater than or equal to the latter,
Setting a region larger than the current offset as a new region, and if the latter is larger than the former, setting a region equal to or smaller than the current offset value of the currently set region as a new region, and returning to the second step; The method according to claim 1, further comprising the step of adding a current offset value to the logical address if the size of the area is 1, to obtain a physical address.
【請求項3】 前記オフセット値を前記媒体欠陥リスト
の先頭に設定するステップと、 前記オフセット値が前記媒体欠陥リストの最後かどうか
判定するステップと、 前記オフセット値が前記媒体欠陥リストの最後でなけれ
ば、該オフセット値に対応する、前記媒体欠陥リスト上
の物理アドレスから該オフセット値を減じて、前記仮想
論理アドレスを得るステップと、 指定された論理アドレスと前記仮想論理アドレスを比較
するステップと、 前者が後者以上であれば、前記オフセット値に1を加算
し、2番目のステップに戻るステップと、 前記オフセット値がリストの最後の場合、および前記仮
想論理アドレスが前記論理アドレスより大きい場合、前
記オフセット値を前記論理アドレスに加算し、物理アド
レスを得るステップを有する、請求項1記載の方法。
Setting the offset value at the beginning of the medium defect list; determining whether the offset value is at the end of the medium defect list; and setting the offset value at the end of the medium defect list. For example, a step of obtaining the virtual logical address by subtracting the offset value from a physical address on the medium defect list corresponding to the offset value, and comparing the specified logical address with the virtual logical address; If the former is greater than or equal to the latter, add 1 to the offset value and return to the second step; and if the offset value is the last in the list, and if the virtual logical address is greater than the logical address, Adding an offset value to said logical address to obtain a physical address. The method of 1, wherein the.
【請求項4】 論理アドレスで記録媒体にアクセスし、
かつ媒体欠陥処理を行う磁気ディスク装置において、 磁気ディスク上の媒体欠陥セクタの位置が、欠陥セクタ
を含む全てのセクタに対して昇順に割り付けられた物理
アドレスで欠陥セクタ毎に登録され、0から昇順にアド
レスが割り付けられたオフセット値により参照が行なわ
れる媒体欠陥リストを記憶している媒体欠陥リスト記憶
部と、 指定されたオフセット値に対応する、前記媒体欠陥リス
ト上の物理アドレスから該オフセット値を減算し、結果
を仮想論理アドレスとして出力する媒体欠陥リスト変換
手段と、 前記媒体欠陥リスト変換手段に対してオフセット値を指
定することにより前記仮想論理アドレスを得、指定され
た論理アドレスより大きい仮想論理アドレスが現われる
までオフセット値を変化させ、オフセット値の最終値を
前記論理アドレスに加算することにより物理アドレスを
得る検索手段と、 媒体の、前記検索手段で得られた物理アドレスのセクタ
にアクセスする媒体アクセス手段を有することを特徴と
する磁気ディスク装置。
4. Accessing a recording medium with a logical address,
In the magnetic disk device which performs the medium defect processing, the position of the medium defective sector on the magnetic disk is registered for each defective sector with a physical address assigned to all sectors including the defective sector in ascending order, and the ascending order from 0 A medium defect list storage unit that stores a medium defect list to be referred to by an offset value assigned to an address, and an offset value from a physical address on the medium defect list corresponding to a specified offset value. A medium defect list converting means for subtracting the result and outputting the result as a virtual logical address; and obtaining the virtual logical address by designating an offset value to the medium defect list converting means; Change the offset value until the address appears, and set the final offset value to the previous value. Magnetic disk apparatus characterized by comprising: a search means for obtaining a physical address by adding to the logical address, of the medium, the medium access means for accessing the obtained physical address of a sector in the searching means.
【請求項5】 前記検索手段は、前記オフセット値を前
記媒体欠陥リストの先頭に設定した後、設定された領域
の半分のオフセットを計算し、前記媒体欠陥リスト変換
手段により仮想論理アドレスを求め、前記論理アドレス
を該仮想論理アドレスと比較し、前者が後者以上であれ
ば、現在設定されている領域の、現在のオフセット値よ
り大きい領域を新しい領域に設定し、後者が前者より大
きければ、現在設定されている領域の、現在のオフセッ
ト値以下の領域を新しい領域に設定することを、領域の
大きさが1になるまで繰返し、最終のオフセット値を前
記論理アドレスに加算し、物理アドレスを得る、請求項
4記載の装置。
5. The search means sets the offset value at the beginning of the medium defect list, calculates an offset of a half of the set area, obtains a virtual logical address by the medium defect list conversion means, The logical address is compared with the virtual logical address.If the former is equal to or greater than the latter, an area larger than the current offset value of the currently set area is set as a new area, and if the latter is larger than the former, the current area is set. The setting of an area smaller than the current offset value of the set area as a new area is repeated until the area size becomes 1, and the final offset value is added to the logical address to obtain a physical address. An apparatus according to claim 4.
【請求項6】 前記検索手段は、、前記オフセット値を
前記媒体欠陥リストの先頭に設定した後、前記媒体欠陥
リスト変換手段により仮想論理アドレスを求め、前記論
理アドレスを前記仮想論理アドレスと比較し、前者が後
者以上であればオフセット値に1を加算することを、オ
フセット値が前記媒体欠陥リストの最後になるか、前記
論理アドレスが前記仮想論理アドレスより小さくなるま
で繰返し、最終のオフセット値を前記論理アドレスに加
算し、物理アドレスを得る、請求項4記載の装置。
6. The search means, after setting the offset value at the head of the medium defect list, obtains a virtual logical address by the medium defect list conversion means, and compares the logical address with the virtual logical address. If the former is greater than or equal to the latter, adding 1 to the offset value is repeated until the offset value is at the end of the medium defect list or the logical address is smaller than the virtual logical address, and the final offset value is set. 5. The apparatus according to claim 4, wherein said physical address is obtained by adding to said logical address.
【請求項7】 磁気ディスク上の媒体欠陥セクタの位置
が、欠陥セクタを含む全てのセクタに対して昇順に割り
付けられた物理アドレスで欠陥セクタ毎に登録され、0
から昇順にアドレスが割り付けられたオフセット値によ
り参照が行なわれる媒体欠陥リストを用いて、指定され
た論理アドレスを物理アドレスに変換する、アドレス変
換プログラムであって、 指定されたオフセット値に対応する、前記媒体欠陥リス
ト上の物理アドレスから該オフセット値を減算し、結果
を仮想論理アドレスとして出力する媒体欠陥リスト変換
処理と、 前記媒体欠陥リスト変換処理に対してオフセット値を指
定することにより前記仮想論理アドレスを得、指定され
た論理アドレスより大きい仮想論理アドレスが現われる
までオフセット値を変化させ、オフセット値の最終値を
前記論理アドレスに加算することにより物理アドレスを
得る検索手段と、 媒体の、前記検索手段で得られた物理アドレスのセクタ
にアクセスする媒体アクセス処理をコンピュータに実行
させるためのアドレス変換プログラムを記録した記録媒
体。
7. The position of a medium defective sector on a magnetic disk is registered for each defective sector with a physical address assigned to all sectors including the defective sector in ascending order.
An address conversion program that converts a specified logical address to a physical address using a medium defect list in which addresses are assigned in ascending order from an address corresponding to the specified offset value; A medium defect list conversion process for subtracting the offset value from the physical address on the medium defect list and outputting the result as a virtual logical address; and specifying the offset value for the medium defect list conversion process, Searching means for obtaining an address, changing an offset value until a virtual logical address larger than a specified logical address appears, and adding a final value of the offset value to the logical address to obtain a physical address; For accessing the sector of the physical address obtained by the means A recording medium recording address conversion program for executing access processing to the computer.
【請求項8】 前記検索処理は、前記オフセット値を前
記媒体欠陥リストの先頭に設定した後、設定された領域
の半分のオフセットを計算し、前記媒体欠陥リスト変換
処理により仮想論理アドレスを求め、前記論理想論理ア
ドレスを該仮想アドレスと比較し、前者が後者以上であ
れば、現在設定されている領域の、現在のオフセット値
より大きい領域を新しい領域に設定し、後者が前者より
大きければ、現在設定されている領域の、現在のオフセ
ット値以下の領域を新しい領域に設定することを、領域
の大きさが1になるまで繰返し、最終のオフセット値を
前記論理アドレスに加算し、物理アドレスを得る、請求
項7記載の記録媒体。
8. The search process sets the offset value at the beginning of the medium defect list, calculates an offset of a half of the set area, and obtains a virtual logical address by the medium defect list conversion process. The logical address is compared with the virtual address, if the former is greater than or equal to the latter, the area of the currently set area, the area larger than the current offset value is set as a new area, if the latter is greater than the former, The setting of the area of the currently set area equal to or smaller than the current offset value to the new area is repeated until the area size becomes 1, the final offset value is added to the logical address, and the physical address is set. The recording medium according to claim 7, which is obtained.
【請求項9】 前記検索処理は、前記オフセット値を前
記媒体欠陥リストの先頭に設定した後、前記媒体欠陥リ
スト変換処理により仮想論理アドレスを求め、前記論理
アドレスを前記仮想論理アドレスと比較し、前者が後者
以上であれば、前記オフセット値に1を加算すること
を、前記オフセット値が前記媒体欠陥リストの最後にな
るか、前記論理アドレスが前記仮想論理アドレスより小
さくなるまで繰返し、最終のオフセット値を前記論理ア
ドレスに加算し、物理アドレスを得る、請求項7記載の
記録媒体。
9. The search process sets the offset value at the beginning of the medium defect list, obtains a virtual logical address by the medium defect list conversion process, compares the logical address with the virtual logical address, If the former is equal to or greater than the latter, adding 1 to the offset value is repeated until the offset value is at the end of the medium defect list or the logical address is smaller than the virtual logical address, and the final offset is added. The recording medium according to claim 7, wherein a physical address is obtained by adding a value to the logical address.
JP10238896A 1998-08-25 1998-08-25 Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program Expired - Fee Related JP2968790B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10238896A JP2968790B1 (en) 1998-08-25 1998-08-25 Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10238896A JP2968790B1 (en) 1998-08-25 1998-08-25 Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program

Publications (2)

Publication Number Publication Date
JP2968790B1 true JP2968790B1 (en) 1999-11-02
JP2000066961A JP2000066961A (en) 2000-03-03

Family

ID=17036889

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10238896A Expired - Fee Related JP2968790B1 (en) 1998-08-25 1998-08-25 Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program

Country Status (1)

Country Link
JP (1) JP2968790B1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100425464B1 (en) * 2001-09-22 2004-03-30 삼성전자주식회사 Method for searching defect of disk drive
JP2005157712A (en) 2003-11-26 2005-06-16 Hitachi Ltd Remote copy network
JP2008204155A (en) 2007-02-20 2008-09-04 Megachips Lsi Solutions Inc Memory system, computer system, and memory
JP5373382B2 (en) * 2008-12-22 2013-12-18 株式会社メガチップス Memory system and computer system
US9262264B2 (en) * 2013-03-11 2016-02-16 Seagate Technology Llc Error correction code seeding
US9400721B2 (en) 2013-03-11 2016-07-26 Seagate Technology Llc Error correction code seeding

Also Published As

Publication number Publication date
JP2000066961A (en) 2000-03-03

Similar Documents

Publication Publication Date Title
US5321824A (en) Accessing last recorded data in a continuation chain
JP2635023B2 (en) Label writing method for file data
US7437390B2 (en) Information recording medium, information recording method, information recording apparatus, information reproducing method and information reproducing apparatus
JPH03119590A (en) Method and system for resequencing digital audio data
JP2968790B1 (en) Address conversion method for magnetic disk drive, magnetic disk drive, recording medium recording address conversion program
JPH01171044A (en) Method for positioning block of memory
JPS6046456B2 (en) data access device
JP2541791B2 (en) Sequential seek processing method for MZR type magnetic disk unit
JPH0528651A (en) Information recorder and reproducer
JPH0223572A (en) External storage controller
JP2000172542A (en) File access system
JPS63148349A (en) Cache memory positioning system
JPS6331808B2 (en)
JPH07141112A (en) External memory control unit
JPS6327736B2 (en)
JPH036634A (en) File storing system for floppy disk
JPH09128291A (en) Cache memory managing method
JPH05282846A (en) Retrieval device for reproducer
JPH0325636A (en) Managing method for data record
JPH04350741A (en) Access speed increasing method for indexed sequential file
JPH11327809A (en) Method for retrieving defective sector of magnetic disk device
JPH03246617A (en) Logical address/physical address converter for magnetic disk device
US20030202441A1 (en) Data recording controller
JPH0498516A (en) Disk accessing system
JPS6074027A (en) Key retrieval system for file

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080820

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080820

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090820

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090820

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100820

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100820

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110820

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20120820

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20130820

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees