JP2011076175A - Storage device and data deletion method for the same - Google Patents

Storage device and data deletion method for the same Download PDF

Info

Publication number
JP2011076175A
JP2011076175A JP2009224089A JP2009224089A JP2011076175A JP 2011076175 A JP2011076175 A JP 2011076175A JP 2009224089 A JP2009224089 A JP 2009224089A JP 2009224089 A JP2009224089 A JP 2009224089A JP 2011076175 A JP2011076175 A JP 2011076175A
Authority
JP
Japan
Prior art keywords
data
unit
overwrite
random pattern
instruction
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.)
Granted
Application number
JP2009224089A
Other languages
Japanese (ja)
Other versions
JP5293542B2 (en
Inventor
Kensuke Furusawa
謙介 古澤
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2009224089A priority Critical patent/JP5293542B2/en
Publication of JP2011076175A publication Critical patent/JP2011076175A/en
Application granted granted Critical
Publication of JP5293542B2 publication Critical patent/JP5293542B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To shorten a time to be spent in performing overwrite deletion of recorded data. <P>SOLUTION: A disk array device 2 includes: a hard disk drive unit 25 in which RAID(Redundant Arrays of Inexpensive Disks) for redundantly recording data by using a parity are configured; a data processing unit 22A for, when receiving instructions to record data in the hard disk drive unit 25, redundantly recording the data in the hard disk drive unit 25; a data generation unit 22B for, when receiving instructions to perform the overwrite deletion of the data recorded in the hard disk drive unit 25, generating the data of the random pattern; and an overwrite processing unit 22C for generating the data of the random pattern, and for reading the storage place of the data excluding the parity recorded in the hard disk drive unit 25, and for performing overwrite deletion processing by using the data of the random pattern with respect to the read storage place of the data. <P>COPYRIGHT: (C)2011,JPO&amp;INPIT

Description

本発明は、記録しているデータを消去可能に構成されたストレージ装置及びそのストレージ装置のデータ消去方法に関する。   The present invention relates to a storage apparatus configured to be able to erase recorded data and a data erasing method of the storage apparatus.

ディスクアレイ装置等のストレージ装置に搭載された複数のハードディスクドライブを用いてパリティを有するRAID(Redundant Arrays of Inexpensive (もしくはIndependent) Disks)を構成し、データ保存の信頼性を高める技術が知られている。   A technology is known that increases the reliability of data storage by configuring RAID (Redundant Arrays of Inexpensive (or Independent) Disks) using a plurality of hard disk drives mounted in a storage device such as a disk array device. .

このようなRAIDが構成されたストレージ装置に記録されているデータを更新する場合、例えば、4キロバイト程度の小ブロックのライト処理を行なうときは、更新対象となるデータと更新前のパリティとを記録部から読み込み、そして、更新対象となるデータ、更新前のパリティ、更新後のデータに基づいて更新パリティを作成した後、更新データ及び更新パリティを記録部に書き込むという手順が必要となる。   When updating data recorded in such a storage device configured with RAID, for example, when performing write processing of a small block of about 4 kilobytes, the data to be updated and the parity before update are recorded. A procedure is required in which the update parity is created based on the data to be updated, the data to be updated, the parity before the update, and the data after the update, and then writing the update data and the update parity to the recording unit.

また、このようなストレージ装置に記録されているデータを例えば乱数データを用いてデータを上書き消去する場合も、既述のデータの更新時と同様にパリティの更新処理を行なう必要がある。   Even when data recorded in such a storage device is overwritten and erased using, for example, random number data, it is necessary to perform a parity update process in the same manner as the above-described data update.

なお、ストレージ装置に記録されているデータを消去する技術に関連するものとして、ストレージ装置内のハードディスクコントローラが発生させた乱数データを用いて、ハードディスクドライブに記録されている特定のデータを消去する技術(例えば、特許文献1参照)、完全消去コマンドを導入し、ホストからストレージ・デバイスへのデータ転送を必要とすることなく、ストレージ・デバイスのストレージ空間の特定のエリアの消去を制御する技術(例えば、特許文献2参照)が知られている。さらに、パリティを有するRAID構成において、データを記憶するユニットとパリティを記憶するユニットとを識別情報にて識別することができる技術(例えば、特許文献3参照)が知られている。   As a technology related to the technology for erasing data recorded in the storage device, a technology for erasing specific data recorded in the hard disk drive using random number data generated by the hard disk controller in the storage device. (See, for example, Patent Document 1), a technology for controlling the erasure of a specific area of the storage space of a storage device without introducing a complete erase command and requiring data transfer from the host to the storage device (eg, Patent Document 2) is known. Furthermore, in a RAID configuration having parity, a technique (for example, see Patent Document 3) that can identify a unit that stores data and a unit that stores parity by identification information is known.

特開2006−031268号公報JP 2006-031268 A 特開2007−011522号公報JP 2007-011522 A 特開2008−198049号公報JP 2008-198049 A

RAIDが構成されたストレージ装置の廃棄時に、例えば情報漏洩防止を目的としてストレージ装置に記録されている全てのデータの消去を行なうことが一般的に行なわれている。データ消去の方法として、電気的、磁気的にストレージ装置内のハードディスクドライブを塗りつぶす第1の方法、又はハードディスクドライブを物理的に破壊する第2の方法、及びハードディスクドライブに記録されているデータを上書き消去する第3の方法が考えられる。   At the time of disposal of a storage apparatus configured with RAID, for example, all data recorded in the storage apparatus is generally erased for the purpose of preventing information leakage. As a data erasing method, the first method of electrically and magnetically filling the hard disk drive in the storage device, or the second method of physically destroying the hard disk drive, and overwriting the data recorded on the hard disk drive A third method of erasing can be considered.

このうち、作業環境面及び費用対効果を考えると、上記第3の方法が最も現実的である。   Of these, the third method is the most realistic in terms of work environment and cost effectiveness.

しかしながら、上記第3の方法により全てのデータを上書き消去する場合、消去処理に時間を要する点が問題となっていた。   However, when all the data is overwritten and erased by the third method, there is a problem that it takes time for the erasing process.

本発明は、上記問題に鑑みてなされたものであり、その目的は、記録されているデータを上書き消去する際に費やす時間を短縮することができるストレージ装置及びストレージ装置のデータ消去方法を提供することにある。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a storage apparatus and a data erasing method for the storage apparatus that can reduce the time spent when overwriting and erasing recorded data. There is.

本発明は、ストレージ装置において、パリティを用いてデータを冗長に記録するRAIDが構成された記録部と、前記記録部にデータを記録する指示を受信すると、前記指示に基づいて前記記録部に前記データを冗長に記録するデータ処理部と、前記記録部に記録されているデータを上書き消去する指示を受信すると、ランダムパターンのデータを生成するデータ生成部と、前記データ生成部で前記ランダムパターンのデータを生成した後、前記記録部に記録されているパリティを除くデータの格納場所を読み出し、その読み出したデータの格納場所に対して前記ランダムパターンのデータを用いて上書き消去する処理をする上書き処理部と、を備えることを特徴とする。   In the storage device, when a storage unit configured to record data redundantly using parity and having received an instruction to record data in the recording unit, the storage device receives the instruction to record the data on the recording unit based on the instruction. When receiving a data processing unit that records data redundantly, and an instruction to overwrite and erase the data recorded in the recording unit, a data generation unit that generates random pattern data, and the data generation unit After the data is generated, an overwrite process is performed to read the data storage location except for the parity recorded in the recording unit, and to perform the process of overwriting and erasing the read data storage location using the random pattern data And a section.

本発明によると、記録されているデータを上書き消去する際に費やす時間を短縮することができるストレージ装置及びストレージ装置のデータ消去方法を提供できる。   According to the present invention, it is possible to provide a storage apparatus and a data erasing method for the storage apparatus that can reduce the time spent for overwriting and erasing recorded data.

本発明の実施の形態におけるストレージシステムの構成を示す図である。It is a figure which shows the structure of the storage system in embodiment of this invention. 同実施の形態における上書き消去処理を示すフローチャートである。It is a flowchart which shows the overwrite deletion process in the same embodiment. 同実施の形態におけるハードディスクドライブ部に記録されているパリティとデータとを説明するための図である。It is a figure for demonstrating the parity and data currently recorded on the hard-disk drive part in the embodiment. 図3におけるデータを上書き消去した状態を説明するための図である。It is a figure for demonstrating the state which overwritten and erased the data in FIG.

図1は、ストレージシステム100の構成を示す図である。図1に示すように、ストレージシステム100は、上位装置であるサーバ1と、このサーバ1と接続されたストレージ装置であるディスクアレイ装置2とを含んで構成されている。   FIG. 1 is a diagram showing the configuration of the storage system 100. As shown in FIG. 1, the storage system 100 includes a server 1 that is a host device and a disk array device 2 that is a storage device connected to the server 1.

ディスクアレイ装置2は、ホストディレクタ部21、CPU(Central Processing Unit)部22、データ保存部であるキャッシュメモリ部23、ディスクディレクタ部24及び記録部であるハードディスクドライブ(HDD)部25を含んで構成される。また、CPU部22は、ホストディレクタ部21、キャッシュメモリ部23及びディスクディレクタ部24とそれぞれ通信可能に接続されている。   The disk array device 2 includes a host director unit 21, a CPU (Central Processing Unit) unit 22, a cache memory unit 23 as a data storage unit, a disk director unit 24, and a hard disk drive (HDD) unit 25 as a recording unit. Is done. The CPU unit 22 is connected to the host director unit 21, the cache memory unit 23, and the disk director unit 24 so as to be able to communicate with each other.

サーバ1は、ディスクアレイ装置2に対してデータの書き込みの指示、データの読み出しの指示、及びデータを上書き消去する指示等の各種指示を発行する。ディスクアレイ装置2は、サーバ1から発行された各種指示を受信すると、当該指示に基づく処理を実行する。   The server 1 issues various instructions such as an instruction to write data, an instruction to read data, and an instruction to overwrite data to the disk array device 2. When the disk array apparatus 2 receives various instructions issued from the server 1, the disk array apparatus 2 executes processing based on the instructions.

次に、ディスクアレイ装置2の各部について説明する。   Next, each part of the disk array device 2 will be described.

ハードディスクドライブ部25は、複数のハードディスクドライブ251,252,253,・・・,を有しており、これら複数のハードディスクドライブ251,252,253,・・・,によりパリティを用いるRAIDが構成され、データを冗長に記録するように構成されている。   The hard disk drive unit 25 has a plurality of hard disk drives 251, 252, 253,..., And a plurality of hard disk drives 251, 252, 253,. It is configured to record data redundantly.

ホストディレクタ部21は、サーバ1がディスクアレイ装置2に対して各種指示を発行した際に、インターフェイス処理を行ない、当該インターフェイス処理後のデータをCPU部22に送信する。   When the server 1 issues various instructions to the disk array device 2, the host director unit 21 performs interface processing and transmits data after the interface processing to the CPU unit 22.

CPU部22は、データ処理部22A、データ生成部22B及び上書き処理部22Cを有している。   The CPU unit 22 includes a data processing unit 22A, a data generation unit 22B, and an overwrite processing unit 22C.

データ処理部22Aは、ハードディスクドライブ部25にデータを記録する指示を、ホストディレクタ部21を介してサーバ1から受信すると、従来と同様のデータ記録処理を実行する。すなわち、データ処理部22Aは、更新対象となるデータと更新前のパリティとを記録部から読み込み、そして、更新対象となるデータ、更新前のパリティ、更新後のデータに基づいて更新パリティを作成した後、更新データ及び更新パリティを記録部に書き込む処理を実行する。この処理により、データ処理部22Aは、パリティを用いてデータを冗長にハードディスクドライブ部25に記録することができる。ただし、例えば情報漏洩防止のためにディスクアレイ装置2のハードディスクドライブ部25に記録されているデータを上書き消去する場合、データ処理部22Aは、上記データ記録処理を実行しない。   When the data processing unit 22A receives an instruction to record data in the hard disk drive unit 25 from the server 1 via the host director unit 21, the data processing unit 22A executes the same data recording process as that of the prior art. That is, the data processing unit 22A reads the data to be updated and the parity before update from the recording unit, and creates the update parity based on the data to be updated, the parity before update, and the data after update. Thereafter, a process of writing the update data and the update parity into the recording unit is executed. By this processing, the data processing unit 22A can record data on the hard disk drive unit 25 redundantly using the parity. However, for example, when the data recorded on the hard disk drive unit 25 of the disk array device 2 is overwritten and erased to prevent information leakage, the data processing unit 22A does not execute the data recording process.

この場合、データ処理部22Aに代わって、データ生成部22B及び上書き処理部22Cが後述する上書き消去処理を実行する。   In this case, instead of the data processing unit 22A, the data generation unit 22B and the overwriting processing unit 22C execute an overwrite erasing process described later.

キャッシュメモリ部23は、データ生成部22Bが作成したランダムパターンのデータを一時的に保存する。   The cache memory unit 23 temporarily stores the random pattern data created by the data generation unit 22B.

ディスクディレクタ部24は、データ処理部22Aの指示に基づいて、ハードディスクドライブ部25に記録されているデータ及びパリティの読み込み、ハードディスクドライブ部25へのデータ及びパリティの書き込みを実行し、上書き処理部22Cの指示に基づいて、ハードディスクドライブ部25に記録されているデータの格納場所の読込み、ハードディスクドライブ部25の当該データの格納場所へのランダムデータの書き込みを実行する。   Based on an instruction from the data processing unit 22A, the disk director unit 24 reads data and parity recorded in the hard disk drive unit 25, writes data and parity to the hard disk drive unit 25, and overwrite processing unit 22C. Is read from the storage location of the data recorded in the hard disk drive unit 25, and random data is written to the storage location of the data in the hard disk drive unit 25.

次に、ストレージシステム100の動作について説明する。図2は、ストレージシステム100の上書き消去処理を示すフローチャートである。   Next, the operation of the storage system 100 will be described. FIG. 2 is a flowchart showing the overwrite erasure process of the storage system 100.

サーバ1はランダムパターンのデータによるハードディスクドライブ部25に記録されている全てのデータを上書き消去する指示をディスクアレイ装置2に出す(301)。   The server 1 issues an instruction to the disk array device 2 to overwrite all data recorded on the hard disk drive unit 25 with random pattern data (301).

ホストディレクタ部21は、サーバ1とディスクアレイ装置2との間でインターフェイス処理を行う(302)。この処理により、ディスクアレイ装置2で全てのデータを上書き消去する指示が受信され、当該全てのデータを上書き消去する指示がCPU部22へと伝えられる。   The host director unit 21 performs interface processing between the server 1 and the disk array device 2 (302). By this processing, an instruction to overwrite all data in the disk array device 2 is received, and an instruction to overwrite all the data is transmitted to the CPU unit 22.

全てのデータを上書き消去する指示をCPU部22が受け取った場合、データ処理部22Aによる処理は実行されず、データ生成部22Bによりデータ消去の際に用いられるランダムパターンのデータが作成される(303)。   When the CPU unit 22 receives an instruction to overwrite all data, the data processing unit 22A does not execute the process, and the data generation unit 22B creates random pattern data used when erasing data (303). ).

CPU部22のデータ生成部22Bで作成されたランダムパターンのデータはキャッシュメモリ部23で一時的に保存される(304)。   The random pattern data created by the data generator 22B of the CPU 22 is temporarily stored in the cache memory 23 (304).

次に、CPU部22の上書き処理部22Cは、ディスクディレクタ部24を介してハードディスクドライブ部25からパリティを除くデータの格納場所を全て読み込み、その読み込んだ全ての格納場所に対して、キャッシュメモリ部23に一時的に保存されているランダムパターンのデータを読み出して上書き消去する処理を実行する(305)。   Next, the overwrite processing unit 22C of the CPU unit 22 reads all the data storage locations excluding the parity from the hard disk drive unit 25 via the disk director unit 24, and applies the cache memory unit to all the read storage locations. The random pattern data temporarily stored in 23 is read and overwritten and erased (305).

次に、上記305における上書き消去する処理の具体例について図3及び図4を参照して説明する。図3は、図1におけるディスクディレクタ部24とハードディスクドライブ部25とを示す図である。ここで、図3に示すように、ハードディスクドライブ部25は、ハードディスクドライブ251〜256によりRAID6が構成されており、パリティを有するRAID構成となっている。   Next, a specific example of the overwriting and erasing process in 305 will be described with reference to FIGS. FIG. 3 is a diagram showing the disk director unit 24 and the hard disk drive unit 25 in FIG. Here, as shown in FIG. 3, in the hard disk drive unit 25, RAID 6 is configured by the hard disk drives 251 to 256, and has a RAID configuration having parity.

ハードディスクドライブ251〜256は、パリティ(P,Q)とパリティを除くデータ(D)が記録されている。   In the hard disk drives 251 to 256, parity (P, Q) and data excluding the parity (D) are recorded.

ランダムパターンのデータを用いてハードディスクドライブ部25に記録されている全てのデータを上書き消去する場合、ディスクディレクタ部24は、上書き処理部22Cの指示に基づいて、ハードディスクドライブ251〜256それぞれからパリティ(P,Q)を除くデータ(D)の格納場所を全て読み込み、その読み込んだ全てのデータ(D)の格納場所に対してランダムパターンのデータによる上書き消去を行う。すなわち、ハードディスクドライブ部25のハードディスクドライブ251〜256のデータ(D)の領域にランダムパターンのデータが書き込まれ、パリティを除くデータ(D)の領域はランダムパターンのデータにより上書き消去される。   When all data recorded on the hard disk drive unit 25 is overwritten and erased using random pattern data, the disk director unit 24 receives a parity (from each of the hard disk drives 251 to 256 based on an instruction from the overwrite processing unit 22C. All the storage locations of data (D) except P, Q) are read, and overwriting erasure with random pattern data is performed on the storage locations of all the read data (D). That is, the random pattern data is written in the data (D) areas of the hard disk drives 251 to 256 of the hard disk drive unit 25, and the data (D) area excluding the parity is overwritten and erased by the random pattern data.

図4は、図3を用いて説明した処理が行われたことにより、パリティを除く全てのデータが上書き消去された状態を示している。図4に示すように、図3で示したハードディスクドライブ部25のハードディスクドライブ251〜256からパリティ(P,Q)を除くデータ(D)が全て上書き消去されている。これは、ハードディスクドライブ部25に記録されている全てのデータを上書き消去する際に、パリティ(P,Q)の再計算を実行せず、パリティ(P,Q)を除くデータ(D)のみを全て上書き消去しているためである。   FIG. 4 shows a state in which all the data except the parity are overwritten and erased by the processing described with reference to FIG. As shown in FIG. 4, all data (D) excluding parity (P, Q) is overwritten and erased from the hard disk drives 251 to 256 of the hard disk drive unit 25 shown in FIG. This is because when all the data recorded in the hard disk drive unit 25 is overwritten and erased, only the data (D) excluding the parity (P, Q) is not executed without recalculating the parity (P, Q). This is because everything is overwritten and erased.

この実施の形態によると、ディスクアレイ装置2のハードディスクドライブ部25に記録されている全てのデータをランダムパターンのデータによって上書き消去をする場合、ディスクアレイ装置2において、更新前のパリティの読み込み、パリティの更新及び更新パリティの書き込み処理を行わないため、ハードディスクドライブ部25に記録されている全てのデータを上書き消去するために費やす時間を短縮することができる。   According to this embodiment, when all data recorded in the hard disk drive unit 25 of the disk array device 2 is overwritten and erased with random pattern data, the disk array device 2 reads the parity before updating, Since the update process and the update parity write process are not performed, the time spent for overwriting and erasing all data recorded in the hard disk drive unit 25 can be reduced.

このため、例えばディスクアレイ装置2を廃棄する際に、情報漏洩防止のためにハードディスクドライブ部25に記録されている全てのデータの消去をランダムパターンのデータによる上書き消去により実行する場合、従来技術と比較して短時間で行なうことができる。   For this reason, for example, when the disk array device 2 is discarded, all data recorded in the hard disk drive unit 25 is erased by overwriting with random pattern data to prevent information leakage. It can be performed in a short time as compared.

また、ハードディスクドライブ部25に記録されている全てのデータを消去する際に上書きするランダムパターンのデータの作成はサーバ1が実行するのではなく、ディスクアレイ装置2のデータ生成部22Bが実行するため、データの上書き消去時にサーバ1にかかる負荷を低減することができる。   In addition, the creation of random pattern data to be overwritten when erasing all data recorded in the hard disk drive unit 25 is not performed by the server 1 but by the data generation unit 22B of the disk array device 2. The load on the server 1 when data is overwritten and erased can be reduced.

なお、上記実施の形態では、ハードディスクドライブ部25にRAID6が適用されている場合について説明したが、本発明は、これに限られるものではなく、RAID6以外のRAIDでもパリティを有するRAIDがハードディスクドライブ部25に構成されている場合に適用することができる。   In the above embodiment, the case where RAID 6 is applied to the hard disk drive unit 25 has been described. However, the present invention is not limited to this, and a RAID having a parity even in RAIDs other than RAID 6 is a hard disk drive unit. It can be applied to the case of 25.

また、上記実施の形態では、情報漏洩のためにハードディスクドライブ部25に記録されている全てのデータを消去する場合について説明したが、本発明は消去の目的に関わらずハードディスクドライブ部25に記録されている全てのデータを消去する場合に適用することが可能である。   In the above embodiment, the case where all data recorded on the hard disk drive unit 25 is erased due to information leakage has been described. However, the present invention is recorded on the hard disk drive unit 25 regardless of the purpose of erasure. The present invention can be applied to the case of erasing all existing data.

更に、上記実施の形態では、上書き消去する指示によってハードディスクドライブ部25に記録されているデータ(D)の領域が全て上書き消去される場合で説明したが、本発明は、これに限られるものではなく、ハードディスクドライブ部25に記録されているデータの一部(例えば、ハードディスクドライブ部25に複数のRAIDグループが構成されている場合は、そのうちの1つのRAIDグループ)の領域を消去する場合にも適用することができる。   Furthermore, in the above-described embodiment, the case has been described in which the entire area of the data (D) recorded in the hard disk drive unit 25 is overwritten and erased according to the overwriting and erasing instruction. However, the present invention is not limited to this. In addition, even when erasing an area of a part of the data recorded in the hard disk drive unit 25 (for example, one RAID group when a plurality of RAID groups are configured in the hard disk drive unit 25). Can be applied.

本発明は、データの上書き消去を行なうストレージ装置及びこのストレージ装置のデータ消去方法に利用可能である。   The present invention can be used for a storage apparatus for overwriting and erasing data and a data erasing method of the storage apparatus.

1・・・・サーバ
2・・・・ストレージ装置
21・・・ホストディレクタ部
22・・・CPU部
22A・・データ処理部
22B・・データ生成部
22C・・上書き処理部
23・・・キャッシュメモリ部
24・・・ディスクディレクタ部
25・・・ハードディスクドライブ部
100・・ストレージシステム
251〜256・・ハードディスクドライブ
P,Q・・パリティ
D・・・・データ
DESCRIPTION OF SYMBOLS 1 ... Server 2 ... Storage device 21 ... Host director part 22 ... CPU part 22A ... Data processing part 22B ... Data generation part 22C ... Overwrite processing part 23 ... Cache memory Unit 24... Disk director unit 25... Hard disk drive unit 100 .. storage systems 251 to 256... Hard disk drive P, Q.

Claims (6)

パリティを用いてデータを冗長に記録するRAIDが構成された記録部と、
前記記録部にデータを記録する指示を受信すると、前記指示に基づいて前記記録部に前記データを冗長に記録するデータ処理部と、
前記記録部に記録されているデータを上書き消去する指示を受信すると、ランダムパターンのデータを生成するデータ生成部と、
前記データ生成部で前記ランダムパターンのデータを生成した後、前記記録部に記録されているパリティを除くデータの格納場所を読み出し、その読み出したデータの格納場所に対して前記ランダムパターンのデータを用いて上書き消去する処理をする上書き処理部と、
を備えるストレージ装置。
A recording unit configured with RAID for redundantly recording data using parity; and
When receiving an instruction to record data in the recording unit, a data processing unit that redundantly records the data in the recording unit based on the instruction;
When receiving an instruction to overwrite and erase the data recorded in the recording unit, a data generation unit for generating random pattern data;
After the random pattern data is generated by the data generation unit, the storage location of data excluding the parity recorded in the recording unit is read, and the random pattern data is used for the storage location of the read data An overwrite processing unit for overwriting and erasing,
A storage device comprising:
前記上書き消去する指示は、前記ストレージ装置と通信可能に構成された上位装置から受信すること、
を特徴とする請求項1に記載のストレージ装置。
The instruction to overwrite is received from a higher-level device configured to be able to communicate with the storage device;
The storage apparatus according to claim 1.
前記データ生成部は、前記上書き消去する指示を受信したタイミングで前記ランダムパターンのデータを生成すること、
を特徴とする請求項2に記載のストレージ装置。
The data generation unit generates the data of the random pattern at a timing when the instruction to overwrite is received;
The storage apparatus according to claim 2.
前記データ生成部が生成した前記ランダムパターンのデータを一時的に保存するデータ保存部を備え、
前記上書き処理部は、前記データ保存部に一時的に保存された前記ランダムパターンのデータを用いて前記上書き消去する処理を行うこと、
を特徴とする請求項3に記載のストレージ装置。
A data storage unit that temporarily stores data of the random pattern generated by the data generation unit;
The overwrite processing unit performs the overwrite erasing process using the random pattern data temporarily stored in the data storage unit;
The storage apparatus according to claim 3.
前記上書き消去する指示は、前記記録部に記録されている全てのデータを上書き消去する指示であること、
を特徴とする請求項1乃至4のいずれか1項に記載のストレージ装置。
The instruction to overwrite and erase is an instruction to overwrite and erase all data recorded in the recording unit,
The storage apparatus according to any one of claims 1 to 4, wherein:
パリティを用いてデータを冗長に記録するRAIDが構成された記録部を有し、前記記録部にデータを記録する指示を受信すると、前記指示に基づいて前記記録部に前記データを冗長に記録するストレージ装置のデータ消去方法であって、
前記記録部に記録されているデータを上書き消去する指示を受信すると、ランダムパターンのデータを生成するステップと、
前記ランダムパターンのデータを生成した後、前記記録部に記録されているパリティを除くデータの格納場所を読み出し、その読み出したデータの格納場所に対して前記ランダムパターンのデータを用いて上書き消去する処理をするステップと、
を有するストレージ装置のデータ消去方法。
A recording unit configured to record data redundantly using parity; and when receiving an instruction to record data in the recording unit, the data is redundantly recorded in the recording unit based on the instruction A storage device data erasing method comprising:
When receiving an instruction to overwrite the data recorded in the recording unit, generating a random pattern data; and
After generating the random pattern data, the storage location of the data excluding the parity recorded in the recording unit is read, and the storage location of the read data is overwritten and erased using the random pattern data The steps of
Data erasing method for storage apparatus having
JP2009224089A 2009-09-29 2009-09-29 Storage device and storage device data erasing method Expired - Fee Related JP5293542B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009224089A JP5293542B2 (en) 2009-09-29 2009-09-29 Storage device and storage device data erasing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009224089A JP5293542B2 (en) 2009-09-29 2009-09-29 Storage device and storage device data erasing method

Publications (2)

Publication Number Publication Date
JP2011076175A true JP2011076175A (en) 2011-04-14
JP5293542B2 JP5293542B2 (en) 2013-09-18

Family

ID=44020129

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009224089A Expired - Fee Related JP5293542B2 (en) 2009-09-29 2009-09-29 Storage device and storage device data erasing method

Country Status (1)

Country Link
JP (1) JP5293542B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675715A (en) * 1992-08-27 1994-03-18 Mitsubishi Electric Corp Collective magnetic disk device
JP2004139491A (en) * 2002-10-21 2004-05-13 Hitachi Ltd Controller for storage device
JP2007087062A (en) * 2005-09-21 2007-04-05 Canon Inc Array type storage device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675715A (en) * 1992-08-27 1994-03-18 Mitsubishi Electric Corp Collective magnetic disk device
JP2004139491A (en) * 2002-10-21 2004-05-13 Hitachi Ltd Controller for storage device
JP2007087062A (en) * 2005-09-21 2007-04-05 Canon Inc Array type storage device

Also Published As

Publication number Publication date
JP5293542B2 (en) 2013-09-18

Similar Documents

Publication Publication Date Title
JP2010211910A (en) Data storage device
US7681071B2 (en) Storage apparatus, control method therefor and program
US7487392B2 (en) Data storage device, and method for rewriting data in nonvolatile memory
JP2012014415A (en) Information processing apparatus, raid controller card, and mirroring method
US9070378B2 (en) Partial write system
JP2013037666A (en) Method and apparatus of sanitizing storage device
US8947803B1 (en) Data storage device and data erasing method
US20070168603A1 (en) Information recording apparatus and control method thereof
JP5121974B2 (en) Data storage device, storage control device and method
US20150169460A1 (en) Shingled media write operation
US8154814B2 (en) Method of refreshing data stored on a disk
JP2010086009A (en) Storage device and memory control method
JP2006338345A5 (en)
JP4959630B2 (en) Data storage
KR950024098A (en) Improved data storage and how to store data in it
JP2005284816A (en) Disk array system
JP5293542B2 (en) Storage device and storage device data erasing method
CN105095352A (en) Data processing method and apparatus applied to distributed system
CN105278869A (en) Magnetic disk apparatus, controller and data processing method
CN110310674B (en) Disk device and data management method
JP2006113881A (en) Data management device
US20150205543A1 (en) Storage device and data storing method
JP2001100939A (en) Disk array device and control method of disk array
JP2007328856A (en) Magnetic disk drive and data recording method
US20050154950A1 (en) Method for saving self-test output to both flash and media

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120808

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130501

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: 20130514

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130527

R150 Certificate of patent or registration of utility model

Ref document number: 5293542

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees