JP2003150321A - Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device - Google Patents

Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device

Info

Publication number
JP2003150321A
JP2003150321A JP2001344803A JP2001344803A JP2003150321A JP 2003150321 A JP2003150321 A JP 2003150321A JP 2001344803 A JP2001344803 A JP 2001344803A JP 2001344803 A JP2001344803 A JP 2001344803A JP 2003150321 A JP2003150321 A JP 2003150321A
Authority
JP
Japan
Prior art keywords
storage device
virtual storage
area
initialized
access
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001344803A
Other languages
Japanese (ja)
Inventor
Shinji Takeyama
真治 竹山
Yasunori Takemoto
康則 竹本
Eiji Kawahara
栄治 河原
Hiroshi Sasaki
浩士 佐々木
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2001344803A priority Critical patent/JP2003150321A/en
Publication of JP2003150321A publication Critical patent/JP2003150321A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a device, a method and a program for managing a virtual storage device, which can suppress the prolongation of an initialization processing in using the virtual storage device, and to provide a computer readable recording medium in which the virtual storage device is recorded. SOLUTION: Whether an access position to the virtual storage device is in an uninitialized area except an initialized area or in the initialized area among storage areas is judged based on end information indicating the end of the initialized area which is initialized among storage areas to be provided by the virtual storage device. When the access position is judged to be in the uninitialized area, an initialization area to be initialized is determined based on the access position and the end information. Thus, only necessary areas are initialized and extension of the initialization processing is suppressed.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、組込み機器に備え
られる記憶デバイスとして仮想的に機能する仮想記憶デ
バイスを管理する仮想記憶デバイス管理装置、仮想記憶
デバイス管理方法、仮想記憶デバイス管理プログラム及
び仮想記憶デバイス管理プログラムが記録されたコンピ
ュータ読み取り可能な記録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a virtual storage device management apparatus, a virtual storage device management method, a virtual storage device management program, and a virtual storage that manage a virtual storage device that virtually functions as a storage device provided in an embedded device. The present invention relates to a computer-readable recording medium in which a device management program is recorded.

【0002】[0002]

【従来の技術】近年、組込み機器では、高機能化が進ん
でいる。これに伴い、ハードディスクドライブやフラッ
シュメモリなどの記憶デバイスを扱うファイルシステム
を組込み機器に実装することが欠かせなくなってきてい
る。もっとも、組込み機器の開発段階では、ハードウェ
アの開発とソフトウェアの開発が並行して行われること
も多い。このような場合、組込み機器に備えられる実際
の記憶デバイスを用いてソフトウェアの動作確認を行う
ことができない。
2. Description of the Related Art In recent years, embedded devices have become more sophisticated. Along with this, it has become indispensable to mount a file system that handles a storage device such as a hard disk drive or a flash memory in an embedded device. However, in the development stage of embedded devices, hardware development and software development are often performed in parallel. In such a case, it is not possible to confirm the operation of the software using the actual storage device provided in the embedded device.

【0003】このため、ソフトウェアの開発段階などに
おいて、ファイルシステムシミュレータが用いられる場
合がある。このシミュレータは、パーソナルコンピュー
タ(以下、PCと記載する)上のメモリやファイルなど
を用いて、組込み機器に備えられる記憶デバイスを仮想
的に提供する。
Therefore, a file system simulator may be used at the software development stage or the like. This simulator virtually provides a storage device included in an embedded device by using a memory, a file, and the like on a personal computer (hereinafter, referred to as a PC).

【0004】このシミュレータは、例えば図1に示すよ
うに、PCをコマンド解析手段301、アクセス準備手
段302、書き込み処理手段303、読み込み処理手段
304、初期化処理手段305として機能させる。
For example, as shown in FIG. 1, this simulator causes a PC to function as a command analysis unit 301, an access preparation unit 302, a write processing unit 303, a read processing unit 304, and an initialization processing unit 305.

【0005】シミュレータが起動する際、アクセス準備
手段302は、組込み機器の記憶装置として仮想的に機
能する仮想記憶デバイス306へアクセスするためのア
クセス準備を行う。例えば仮想記憶デバイス306がP
C上のファイルによって提供される場合、アクセス準備
手段302は、ファイルの作成を行い、そのファイルへ
アクセスするためのファイルポインタを取得する処理を
行う。また、仮想記憶デバイス306の提供する最大サ
イズが、ファイルの最大サイズとして保持される。
When the simulator starts up, the access preparation means 302 prepares for access to the virtual storage device 306 that virtually functions as a storage device of the embedded device. For example, if the virtual storage device 306 is P
When provided by a file on C, the access preparation unit 302 performs a process of creating a file and acquiring a file pointer for accessing the file. Further, the maximum size provided by the virtual storage device 306 is held as the maximum size of the file.

【0006】また、初期化処理手段305は、仮想記憶
デバイス306を初期化する。仮想記憶デバイス306
の初期化は、アクセス準備された仮想記憶デバイス30
6の提供する最大サイズ分、例えば0などの所定の値が
書き込まれることによって行われる。
Further, the initialization processing means 305 initializes the virtual storage device 306. Virtual storage device 306
Is initialized by the virtual storage device 30 prepared for access.
It is performed by writing a maximum size provided by 6, for example, a predetermined value such as 0.

【0007】書き込み処理手段303、読み込み処理手
段304は、アクセス準備手段302及び初期化処理手
段305によってアクセスし得る状態にされた仮想記憶
デバイス306に、コマンドに従って、書き込み又は読
み込み処理を実行する。
The write processing unit 303 and the read processing unit 304 execute a write or read process on the virtual storage device 306 which is made accessible by the access preparation unit 302 and the initialization processing unit 305 according to a command.

【0008】[0008]

【発明が解決しようとする課題】例えばデジタルチュー
ナーやハードディスクレコーダーには、映像を録画する
ために、大容量のハードディスクドライブが備えられる
ことがある。このように、組込み機器に大容量の記憶デ
バイスが備えられる場合でも、従来のシミュレータで
は、シミュレータが起動する際にその容量の分だけ初期
化処理が行われていた。その結果、従来のシミュレータ
では、初期化処理、ひいてはシミュレータの起動が長時
間化してしまう。
For example, a digital tuner or a hard disk recorder may be equipped with a large capacity hard disk drive for recording video. As described above, even when the embedded device is provided with a large-capacity storage device, in the conventional simulator, the initialization process is performed by the amount of the capacity when the simulator is activated. As a result, in the conventional simulator, the initialization process and eventually the activation of the simulator take a long time.

【0009】本発明は、このような従来の技術における
課題を鑑みてなされたものであり、仮想記憶デバイスを
利用する際、初期化処理の長時間化を抑制することがで
きる仮想記憶デバイス管理装置、仮想記憶デバイス管理
方法、仮想記憶デバイス管理プログラム及び仮想記憶デ
バイスが記録されたコンピュータ読み取り可能な記録媒
体を提供することを目的とするものである。
The present invention has been made in view of the above problems in the conventional technique, and a virtual storage device management apparatus capable of suppressing a long initialization process when using a virtual storage device. A virtual storage device management method, a virtual storage device management program, and a computer-readable recording medium in which a virtual storage device is recorded are provided.

【0010】[0010]

【課題を解決するための手段】上述の目的を達成するた
めに、本発明は以下の手段を採用している。
To achieve the above object, the present invention employs the following means.

【0011】本発明では、例えばハードディスクレコー
ダーに備えられるハードディスクドライブとして仮想的
に機能する仮想記憶デバイスが管理される。この仮想記
憶デバイスには、PC上のファイルやメモリなどが利用
される。
In the present invention, for example, a virtual storage device that virtually functions as a hard disk drive provided in a hard disk recorder is managed. A file or memory on the PC is used as this virtual storage device.

【0012】仮想記憶デバイスへのアクセスがあると、
判断手段は、仮想記憶デバイスが提供する記憶領域のう
ち初期化が行われている初期化済み領域の終端を表す終
端情報に基づいて、仮想記憶デバイスへのアクセスの位
置が、記憶領域のうち初期化済み領域以外の未初期化領
域にあるか初期化済み領域にあるかを判断する。
When there is access to the virtual storage device,
The determination means determines that the position of access to the virtual storage device is the initial position of the storage area based on the end information indicating the end of the initialized area of the storage area provided by the virtual storage device. It is determined whether it is in an uninitialized area or an initialized area other than the initialized area.

【0013】また、初期化領域決定手段は、仮想記憶デ
バイスへのアクセスの位置が未初期化領域にあると判断
された場合に、仮想記憶デバイスへのアクセスの位置及
び終端情報に基づいて、未初期化領域のうち初期化され
る初期化領域を決定する。
Further, the initialization area determining means determines, based on the position of access to the virtual storage device and the termination information, when it is determined that the position of access to the virtual storage device is in the uninitialized area. An initialization area to be initialized among the initialization areas is determined.

【0014】初期化済み領域は、このようにして決定さ
れた初期化領域が初期化された領域である。この初期化
済み領域の終端情報が表す終端まで、仮想記憶デバイス
に利用されるファイルやメモリの領域が確保されればよ
い。アクセスが行われない位置は初期化もされず、ファ
イルやメモリの領域が確保される必要はない。このた
め、仮想記憶デバイスに利用されるファイルやメモリの
領域が従来よりも抑えられる。また、初期化されるの
は、未初期化領域のうちの初期化領域のみである。仮想
記憶デバイスへのアクセスの位置及び終端情報に基づけ
ば、初期化領域はアクセスするのに必要な分だけに決定
することが可能であるから、初期化処理の長時間化を抑
制することができる。もちろん、仮想記憶デバイスの初
期状態では初期化領域はないから、仮想記憶デバイスの
利用が開始されるのに要する時間も比較的短時間にな
る。
The initialized area is an area in which the initialized area thus determined is initialized. The area of the file or memory used for the virtual storage device may be secured up to the end represented by the end information of the initialized area. Locations that are not accessed are not initialized, and file and memory areas do not need to be secured. Therefore, the area of the file or memory used for the virtual storage device can be suppressed more than ever before. Moreover, only the initialized area of the uninitialized area is initialized. Based on the position of access to the virtual storage device and the termination information, the initialization area can be determined only as much as necessary for access, and thus it is possible to suppress the initialization process from taking a long time. . Of course, since there is no initialization area in the initial state of the virtual storage device, the time required to start using the virtual storage device becomes relatively short.

【0015】また、初期化領域決定手段は、仮想記憶デ
バイスへのアクセスが書き込みであったときのみ、初期
化領域を決定するようにしてもよい。
The initialization area determining means may determine the initialization area only when the virtual memory device is accessed for writing.

【0016】この場合、仮想記憶デバイスへのアクセス
が読み込みであれば、初期化領域は決定されず、初期化
も行われない。
In this case, if the access to the virtual storage device is read, the initialization area is not determined and the initialization is not performed.

【0017】仮想記憶デバイスへのアクセスの位置が未
初期化領域であると判断された場合に、仮想記憶デバイ
スへのアクセスが読み込みであったとき、読み込み処理
手段は、仮想記憶デバイスへのアクセスの位置から値を
読み込む代わりに、初期化に用いる値を読み込めばよ
い。
When it is determined that the position of access to the virtual storage device is the uninitialized area, and the access to the virtual storage device is read, the read processing means determines the access to the virtual storage device. Instead of reading the value from the position, you can read the value used for initialization.

【0018】これによって、読み込み処理の高速化も図
ることができる。
This makes it possible to speed up the reading process.

【0019】また、例えば同じテストパターンが繰り返
されるにもかかわらず、その度に仮想記憶デバイスが初
期状態に戻されると、初期状態から一定の状態に至るま
でに余計な時間が必要とされる。
Further, for example, when the virtual storage device is returned to the initial state each time even though the same test pattern is repeated, an extra time is required from the initial state to a certain state.

【0020】このため、状態情報記憶手段と状態復元手
段とが備えられることがある。状態情報記憶手段は、仮
想記憶デバイスの状態を表す状態情報を記憶し、状態復
元手段は、状態情報に基づいて仮想記憶デバイスの状態
を復元する。
Therefore, the state information storage means and the state restoration means may be provided. The state information storage unit stores state information representing the state of the virtual storage device, and the state restoration unit restores the state of the virtual storage device based on the state information.

【0021】これによって、同じテストパターンが繰り
返される度に仮想記憶デバイスが初期状態にされても、
仮想記憶デバイスは元の状態に短時間で戻される。
As a result, even if the virtual memory device is set to the initial state each time the same test pattern is repeated,
The virtual storage device is quickly returned to its original state.

【0022】さらに、状態復元手段は、状態情報記憶手
段に仮想記憶デバイスの異なる状態を表す複数の状態情
報が記憶されている場合に、状態情報を選択する選択手
段を有することがある。この場合に、状態復元手段は、
選択手段によって選択された状態情報に基づいて、仮想
記憶デバイスの状態を復元する。
Further, the state restoring means may have a selecting means for selecting the state information when the state information storing means stores a plurality of state information representing different states of the virtual storage device. In this case, the state restoration means
The state of the virtual storage device is restored based on the state information selected by the selection means.

【0023】これによって、例えば異なるテストパター
ンが交互に繰り返されるような場合でも、仮想記憶デバ
イスの状態が各テストパターンに応じた状態に短時間で
戻される。
As a result, even when different test patterns are alternately repeated, the state of the virtual memory device is returned to the state corresponding to each test pattern in a short time.

【0024】また、判断手段は、仮想記憶デバイスへの
アクセスの位置が記憶領域内にある場合にのみ、仮想記
憶デバイスへのアクセスの位置が、記憶領域のうち初期
化済み領域以外の未初期化領域にあるか初期化済み領域
にあるかの判断を行えばよい。
Further, the determining means determines that the access position to the virtual storage device is uninitialized in the storage region other than the initialized region only when the access position to the virtual storage device is in the storage region. It suffices to make a determination as to whether it is in the area or the initialized area.

【0025】[0025]

【発明の実施の形態】以下、図面を参照して本発明の実
施の形態につき説明する。 (実施の形態1)この実施の形態1において、本発明
は、PCのファイルを利用した仮想記憶デバイスを管理
する仮想記憶デバイス管理プログラムに現れる。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. (First Embodiment) In the first embodiment, the present invention appears in a virtual storage device management program for managing a virtual storage device using a file of a PC.

【0026】仮想記憶デバイス管理プログラムは、PC
を仮想記憶デバイス管理装置として機能させる。
The virtual storage device management program is a PC
To function as a virtual storage device management apparatus.

【0027】ここで、図2に仮想記憶デバイス管理装置
の概略構成を示す。また、図3に仮想記憶デバイス管理
装置を用いた仮想記憶デバイス管理方法を説明するため
のフローチャートを示す。
Here, FIG. 2 shows a schematic configuration of the virtual storage device management apparatus. Further, FIG. 3 shows a flowchart for explaining a virtual storage device management method using the virtual storage device management apparatus.

【0028】仮想記憶デバイス管理装置は、図2に示す
ように、コマンド解析手段1、仮想記憶デバイス作成手
段2、書き込み処理手段3、読み込み処理手段4、情報
管理手段5及び未初期化領域初期化処理手段6を備えて
いる。
As shown in FIG. 2, the virtual storage device management apparatus includes a command analysis unit 1, a virtual storage device creation unit 2, a write processing unit 3, a read processing unit 4, an information management unit 5, and an uninitialized area initialization. The processing means 6 is provided.

【0029】仮想記憶デバイス管理装置は、これらによ
って仮想記憶デバイス7を管理する。コマンド解析手段
1は、仮想記憶デバイス7に対するコマンドを解析す
る。このコマンドには、仮想記憶デバイス7のフォーマ
ットや仮想記憶デバイス7への書き込み、仮想記憶デバ
イス7からの読み込みを指示するコマンドが含まれる。
The virtual storage device management device manages the virtual storage device 7 by these. The command analysis unit 1 analyzes a command for the virtual storage device 7. This command includes a command for instructing the format of the virtual storage device 7, writing to the virtual storage device 7, and reading from the virtual storage device 7.

【0030】図3に示すように、初期状態(S11)に
おいて、仮想記憶デバイス7のフォーマットを指示する
コマンドが発行されると、仮想記憶デバイス作成手段2
は、仮想記憶デバイス7を作成する(S12)。この場
合、PCのファイルシステム上に新たなファイルを作成
することによって、仮想記憶デバイス7は作成される。
このとき作成されるファイルのサイズは、PCのファイ
ルシステムにおける最小限のサイズでよい。また、仮想
記憶デバイス7の作成の際、仮想記憶デバイス7へのポ
インタが取得される。
As shown in FIG. 3, when a command instructing the format of the virtual storage device 7 is issued in the initial state (S11), the virtual storage device creating means 2
Creates the virtual storage device 7 (S12). In this case, the virtual storage device 7 is created by creating a new file on the file system of the PC.
The size of the file created at this time may be the minimum size in the file system of the PC. Further, when creating the virtual storage device 7, a pointer to the virtual storage device 7 is acquired.

【0031】次に、仮想記憶デバイス作成手段2は、仮
想記憶デバイス7が提供する(最大の)記憶領域のサイ
ズを表すサイズ情報を格納する(S13)。仮想記憶デ
バイス7が提供する記憶領域のサイズは、組込み機器に
実際に備えられる記憶デバイスの容量に対応する。
Next, the virtual storage device creating means 2 stores size information indicating the size of the (largest) storage area provided by the virtual storage device 7 (S13). The size of the storage area provided by the virtual storage device 7 corresponds to the capacity of the storage device actually provided in the embedded device.

【0032】初期化処理は仮想記憶デバイス作成手段2
によって行われず、サイズ情報が格納されると、仮想記
憶デバイス7への書き込みや仮想記憶デバイス7からの
読み出しを待つ待機状態になる(S14)。
The initialization process is performed by the virtual storage device creating means 2
When the size information is stored without being executed by, the standby state is waited for writing to the virtual storage device 7 and reading from the virtual storage device 7 (S14).

【0033】待機状態において、仮想記憶デバイス7へ
のコマンドが発行されると、コマンド解析手段1によっ
てコマンドが解析される(S15)。
When a command is issued to the virtual storage device 7 in the standby state, the command analysis means 1 analyzes the command (S15).

【0034】このコマンドが仮想記憶デバイス7への書
き込みコマンドや読み込みコマンドであった場合、その
旨が情報管理手段5に通知される。
When this command is a write command or a read command for the virtual storage device 7, the information management means 5 is notified of that fact.

【0035】情報管理手段5は、サイズ情報及び終端ポ
インタ(終端情報)を管理する。終端ポインタは、仮想
記憶デバイス7が提供する記憶領域のうち初期化が行わ
れている初期化済み領域の終端を表すポインタである。
終端ポインタの最大値は、サイズ情報の値と一致する。
仮想記憶デバイス7に利用されるファイルのサイズは、
仮想記憶デバイス7へのポインタと終端ポインタとで特
定される領域の分だけ確保されればよい。
The information management means 5 manages size information and end pointers (end information). The end pointer is a pointer that represents the end of the initialized area of the storage area provided by the virtual storage device 7 that has been initialized.
The maximum value of the end pointer matches the value of size information.
The size of the file used for the virtual storage device 7 is
Only the area specified by the pointer to the virtual storage device 7 and the end pointer may be secured.

【0036】また、情報管理手段5は、判断手段51及
び初期化領域決定手段52を有する。判断手段51は、
サイズ情報に基づいて、書き込みや読み込みなどのアク
セスの行われる位置が記憶領域内にあるか否かを判断す
る(S16)。例えばコマンドが書き込みコマンドであ
った場合、書き込みされる書き込み領域が、書き込みコ
マンドで指定された書き込み開始位置及び書き込み終了
位置によって与えられる。
The information management means 5 has a judgment means 51 and an initialization area determination means 52. The judging means 51
Based on the size information, it is determined whether or not the access position such as writing or reading is in the storage area (S16). For example, when the command is a write command, the write area to be written is given by the write start position and write end position specified by the write command.

【0037】書き込み領域が記憶領域内にない、すなわ
ちアクセス可能な範囲にないと判断された場合、エラー
処理が行われる(S17)。
If it is determined that the writing area is not in the storage area, that is, it is not within the accessible range, error processing is performed (S17).

【0038】一方、書き込み領域が記憶領域内にある、
すなわちアクセス可能な範囲にあると判断された場合、
判断手段51は、終端ポインタに基づいて、書き込み位
置が記憶領域のうち初期化済み領域以外の未初期化領域
にあるか初期化済み領域にあるかを判断する(S1
8)。
On the other hand, the writing area is in the storage area,
That is, if it is determined that it is within the accessible range,
The determining unit 51 determines whether the writing position is in an uninitialized area other than the initialized area or in the initialized area based on the end pointer (S1).
8).

【0039】例えば書き込み開始位置及び書き込み終了
位置が終端ポインタの指す終端から前にあれば、書き込
み位置は初期化済み領域にあると判断される。これに対
し、書き込み開始位置又は書き込み終了位置が、終端よ
り後ろにあれば、書き込み位置は未初期化領域にあると
判断される。
For example, if the write start position and the write end position are before the end pointed by the end pointer, it is determined that the write position is in the initialized area. On the other hand, if the write start position or the write end position is after the end, it is determined that the write position is in the uninitialized area.

【0040】仮想記憶デバイス7が作成されたときに
は、終端ポインタは、仮想記憶デバイス7へのポインタ
とほぼ同じ値に設定されているから、書き込み位置は、
未初期化領域にあると判断される。
When the virtual storage device 7 is created, the end pointer is set to almost the same value as the pointer to the virtual storage device 7, so the write position is
It is determined to be in the uninitialized area.

【0041】書き込み位置が未初期化領域にあると判断
された場合、初期化領域決定手段52は、書き込み位置
及び終端ポインタに基づいて、未初期化領域のうち初期
化される初期化領域を決定する。
When it is determined that the writing position is in the uninitialized area, the initialization area determining means 52 determines the initialized area to be initialized among the uninitialized areas based on the writing position and the end pointer. To do.

【0042】初期化領域は、例えば終端ポインタの指す
終端から書き込み終了位置までの領域に決定される。ま
た、初期化領域が決定されると、終端ポインタは、初期
化領域の終端に更新される。これに伴い、仮想記憶デバ
イス7に利用されるファイルのサイズも更新される。
The initialization area is determined, for example, from the end pointed by the end pointer to the write end position. Further, when the initialization area is determined, the end pointer is updated to the end of the initialization area. Along with this, the size of the file used in the virtual storage device 7 is also updated.

【0043】初期化領域決定手段52によって初期化領
域が決定されると、未初期化領域初期化処理手段6は、
例えば0などの所定の値で初期化領域を初期化する(S
19)。これによって、初期化領域は初期化済み領域と
なる。
When the initialization area is determined by the initialization area determining means 52, the uninitialized area initialization processing means 6
For example, the initialization area is initialized with a predetermined value such as 0 (S
19). As a result, the initialized area becomes an initialized area.

【0044】初期化領域が初期化されて初期化済み領域
になると、書き込み処理手段3が、書き込み位置に書き
込みを行う(S20)。また、書き込み位置が初期化済
み領域にあると判断された場合には、ステップS19を
経ることなく、書き込み処理手段3によって書き込みが
行われる。
When the initialized area is initialized and becomes an initialized area, the write processing means 3 writes at the write position (S20). When it is determined that the writing position is in the initialized area, writing is performed by the writing processing unit 3 without passing through step S19.

【0045】書き込み処理手段3により書き込みが行わ
れると、待機状態に戻る。このようにして書き込みが行
われた仮想記憶デバイス7の状態の一例を図4に示す。
When writing is performed by the writing processing means 3, the state returns to the standby state. FIG. 4 shows an example of the state of the virtual storage device 7 that has been written in this way.

【0046】図4の例では、記憶領域201の多くが未
初期化領域204となっている。記憶領域201のうち
終端ポインタ102から前の領域は、初期化済み領域2
02と書き込み済み領域203とから構成されている。
書き込み済み領域は、初期化済み領域に書き込みが行わ
れた領域である。
In the example of FIG. 4, most of the storage area 201 is the uninitialized area 204. The area before the end pointer 102 in the storage area 201 is the initialized area 2
02 and a written area 203.
The written area is an area in which writing has been performed in the initialized area.

【0047】なお、仮想記憶デバイス7へのポインタ1
01は、記憶領域201の先頭を表し、サイズ情報10
5は、記憶領域201の終端を表す。
A pointer 1 to the virtual storage device 7
01 represents the beginning of the storage area 201, and the size information 10
5 represents the end of the storage area 201.

【0048】仮想記憶デバイス7がこの状態で、待機状
態にあるときに書き込みコマンドが発行され、書き込み
開始位置が位置103に、書き込み終了位置が位置10
4に指定されたとする。
In this state of the virtual storage device 7, a write command is issued while the write start position is at position 103 and the write end position is at position 10.
Suppose it is designated as 4.

【0049】この場合、書き込み位置は未初期化領域2
04にあると判断されるから、終端ポインタ102の指
す終端から書き込み終了位置までの領域が初期化領域2
05に決定される。そして、初期化領域205が初期化
され、初期化済み領域になると、書き込み位置に書き込
みが行われ、図5に示すように、初期化済み領域206
のうちの一部が書き込み済み領域207となる。
In this case, the writing position is the uninitialized area 2
Since it is judged that it is in 04, the area from the end pointed by the end pointer 102 to the write end position is the initialization area 2
05 will be decided. Then, when the initialized area 205 is initialized and becomes the initialized area, writing is performed at the writing position, and as shown in FIG.
Part of this becomes the written area 207.

【0050】待機状態において、発行されたコマンドが
読み込みコマンドであったときの手順は、図6に示すよ
うに、コマンドが書き込みコマンドであったときの手順
と、ステップS19、S20を除き変わらない。
In the standby state, the procedure when the issued command is a read command is the same as that when the command is a write command, except for steps S19 and S20, as shown in FIG.

【0051】コマンドが読み込みコマンドであったと
き、ステップS19、S20に代わり、ステップS2
1、S22が行われる。
If the command is a read command, step S2 is replaced with steps S19 and S20.
1, S22 is performed.

【0052】ステップS21では、初期化領域決定手段
51による初期化領域の決定も、未初期化領域初期化処
理手段6による初期化領域の初期化も行われる必要はな
い。
In step S21, it is not necessary for the initialization area determining means 51 to determine the initialization area and for the uninitialized area initialization processing means 6 to initialize the initialization area.

【0053】ステップS22では、読み込み処理手段4
は、仮想記憶デバイス7の読み込み位置から読み込みを
行うが、ステップS21では、その代わりに、初期化の
際に用いる所定の値を読み込む。
In step S22, the read processing means 4
Reads from the read position of the virtual storage device 7, but in step S21, instead, a predetermined value used for initialization is read.

【0054】読み込み位置が未初期化領域にあるとき、
読み込み位置に書き込まれた値はないから、読み込み位
置について実際には初期化が行われていなくても不都合
はなく、読み込み処理は軽減される。
When the read position is in the uninitialized area,
Since there is no value written in the reading position, there is no inconvenience even if the reading position is not actually initialized, and the reading process is reduced.

【0055】このように、この実施の形態における仮想
記憶デバイス管理装置、仮想記憶デバイス管理方法、仮
想記憶デバイス管理プログラムでは、書き込みが行われ
ない位置は初期化されず、アクセスの位置及び終端ポイ
ンタに基づいて、必要な分だけ初期化が行われる。この
ため、初期化処理の長時間化を抑制することができる。
また、初期化済み領域の分だけファイルのサイズが確保
されればよく、ファイルサイズも抑制される。もちろ
ん、仮想記憶デバイスの初期状態では初期化領域はない
から、仮想記憶デバイスの利用が開始されるのに要する
時間も比較的短時間になる。 (実施の形態2)実施の形態1では、仮想記憶デバイス
管理プログラムが再起動されると、その度に初期状態か
らの手順が行われることになる。
As described above, in the virtual storage device management apparatus, the virtual storage device management method, and the virtual storage device management program according to this embodiment, the position where writing is not performed is not initialized, and the access position and the end pointer are set. Based on this, initialization is performed by the required amount. Therefore, it is possible to prevent the initialization process from being prolonged.
In addition, the file size only needs to be secured for the initialized area, and the file size is also suppressed. Of course, since there is no initialization area in the initial state of the virtual storage device, the time required to start using the virtual storage device becomes relatively short. (Second Embodiment) In the first embodiment, every time the virtual storage device management program is restarted, the procedure from the initial state is performed.

【0056】もっとも、例えばソフトウェアのテストを
行う場合には、同じテストパターンが繰り返されること
がある。この場合、仮想記憶デバイス管理プログラムが
再起動される度に初期状態からの手順が行われると、初
期状態から一定の状態に至るまでに余計な時間が必要と
される。
Of course, the same test pattern may be repeated when testing software, for example. In this case, if the procedure from the initial state is performed every time the virtual storage device management program is restarted, extra time is required from the initial state to a certain state.

【0057】異なるテストパターンが交互に繰り返され
るような場合には、互いの影響を避けるため、仮想記憶
デバイス管理プログラムの再起動は避けられない。
When different test patterns are alternately repeated, it is inevitable to restart the virtual storage device management program in order to avoid mutual influence.

【0058】そこで、この実施の形態2における仮想記
憶デバイス管理プログラムは、図7に示すように、PC
を状態情報記憶手段8、状態復元手段9としても機能さ
せる。
Therefore, as shown in FIG. 7, the virtual storage device management program in the second embodiment is a PC
Also functions as the state information storage means 8 and the state restoration means 9.

【0059】再起動のコマンドが発行されると、状態情
報記憶手段8は、仮想記憶デバイス7の状態を表す状態
情報を記憶する。この状態情報には、サイズ情報、終端
ポインタ、初期化済み領域及び書き込み済み領域を表す
ポインタ、書き込み済み領域に書き込まれた値などが含
まれる。
When the restart command is issued, the state information storage means 8 stores the state information indicating the state of the virtual storage device 7. This state information includes size information, a termination pointer, a pointer indicating an initialized area and a written area, a value written in the written area, and the like.

【0060】再起動のコマンドが複数回発行されている
場合には、複数の状態情報が状態情報記憶手段8に記憶
されていることがある。
When the restart command is issued a plurality of times, a plurality of status information may be stored in the status information storage means 8.

【0061】状態情報には、例えばテストパターンを表
す識別子が関連付けられてもよく、同じ識別子に関連付
けられている状態情報が既に状態情報記憶手段8に記憶
されていれば、状態情報が上書きされるようにしてもよ
い。
An identifier representing a test pattern may be associated with the state information. If the state information associated with the same identifier is already stored in the state information storage means 8, the state information is overwritten. You may do it.

【0062】仮想記憶デバイス7が初期状態に戻される
のは、状態情報記憶手段8に状態情報が記憶されてから
である。
The virtual storage device 7 is returned to the initial state only after the state information is stored in the state information storage means 8.

【0063】状態復元手段9は、状態情報記憶手段8に
記憶された状態情報に基づいて、仮想記憶デバイス7の
状態を復元する。例えば状態情報に含まれる終端ポイン
タと以前の仮想記憶デバイス7へのポインタから特定さ
れる領域に対応したファイルが作成される。また、状態
情報に含まれる初期化済み領域には、所定の値が書き込
まれる。
The state restoration means 9 restores the state of the virtual storage device 7 based on the state information stored in the state information storage means 8. For example, a file corresponding to an area specified by the end pointer included in the status information and the previous pointer to the virtual storage device 7 is created. Further, a predetermined value is written in the initialized area included in the state information.

【0064】これによって、同じテストパターンが繰り
返される度に仮想記憶デバイスが初期状態にされても、
仮想記憶デバイスは元の状態に短時間で戻される。
As a result, even if the virtual memory device is initialized every time the same test pattern is repeated,
The virtual storage device is quickly returned to its original state.

【0065】さらに、状態復元手段9は、選択手段91
を有している。選択手段91は、例えば再起動のコマン
ドによって指定された識別子と一致する識別子に関連付
けられた状態情報を選択する。そして、状態情報記憶手
段8に仮想記憶デバイス7の異なる状態を表す複数の状
態情報が記憶されている場合に、状態復元手段9は、選
択手段91によって選択された状態情報に基づいて、仮
想記憶デバイス7の状態を復元する。
Further, the state restoration means 9 is composed of the selection means 91.
have. The selection unit 91 selects the state information associated with the identifier that matches the identifier specified by the restart command, for example. Then, when a plurality of state information representing different states of the virtual storage device 7 is stored in the state information storage unit 8, the state restoration unit 9 performs virtual storage based on the state information selected by the selection unit 91. Restore the state of device 7.

【0066】これによって、異なるテストパターンが交
互に繰り返されるような場合でも、仮想記憶デバイスの
状態が各テストパターンに応じた状態に短時間で戻され
る。
As a result, even when different test patterns are alternately repeated, the state of the virtual memory device is returned to the state according to each test pattern in a short time.

【0067】なお、実施の形態1、2における仮想記憶
デバイス管理プログラムは、インターネットなどの電気
通信回線を通じて流通されたり、CD−ROMなどのコ
ンピュータ読み取り可能な記録媒体に記録された状態で
流通されることがある。
The virtual storage device management program in the first and second embodiments is distributed in a state in which it is distributed through an electric communication line such as the Internet or recorded in a computer-readable recording medium such as a CD-ROM. Sometimes.

【0068】また、仮想記憶デバイス7はPC上のファ
イルではなく、例えばメモリなどを利用して作成される
ことがある。
The virtual storage device 7 may be created not by using a file on the PC but by using, for example, a memory.

【0069】さらに、仮想記憶デバイスに対応する実際
の記憶デバイスは、ハードディスクドライブやフラッシ
ュメモリなどであり、これらの記憶デバイスが備えられ
る組込み機器は、デジタルチューナー、ハードディスク
レコーダー、携帯情報端末などである。
Further, the actual storage device corresponding to the virtual storage device is a hard disk drive or a flash memory, and the built-in equipment provided with these storage devices is a digital tuner, a hard disk recorder, a personal digital assistant, or the like.

【0070】[0070]

【発明の効果】以上説明した通り、本発明では、アクセ
スの位置及び終端ポインタに基づいた分だけ初期化が行
われる。その結果、初期化処理の長時間化が抑制され
る。
As described above, in the present invention, initialization is performed by the amount based on the access position and the end pointer. As a result, the lengthening of the initialization process is suppressed.

【0071】また、仮想記憶デバイスへのアクセスの位
置が初期化されていない未初期化領域であると判断され
た場合に、仮想記憶デバイスへのアクセスが読み込みで
あったとき、初期化に用いる値が読み込まれることによ
って、読み込み処理の高速化が図られる。
Further, when it is determined that the access position to the virtual memory device is an uninitialized area which has not been initialized, the value used for initialization when the access to the virtual memory device is read. Is read, the reading process is speeded up.

【0072】また、仮想記憶デバイスの状態を表す状態
情報が記憶され、これに基づいて仮想記憶デバイスの状
態が復元されることによって、同じテストパターンが繰
り返される度に仮想記憶デバイスが初期状態に戻される
ような場合でも、元の状態に戻るのに要する時間が著し
く短縮される。
The state information indicating the state of the virtual memory device is stored, and the state of the virtual memory device is restored based on the state information, so that the virtual memory device is returned to the initial state each time the same test pattern is repeated. Even in such a case, the time required to return to the original state is significantly reduced.

【0073】さらに、複数記憶された状態情報が選択さ
れることによって、異なるテストパターンが交互に繰り
返される度に仮想記憶デバイスが初期状態に戻されるよ
うな場合でも、仮想記憶デバイスの状態は、テストパタ
ーンに応じた状態に短時間で戻される。
Furthermore, even if the virtual storage device is returned to the initial state each time different test patterns are alternately repeated by selecting a plurality of stored state information, the state of the virtual storage device remains the test state. It returns to the state according to the pattern in a short time.

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

【図1】従来のファイルシステムシミュレータの一例を
説明するための図
FIG. 1 is a diagram for explaining an example of a conventional file system simulator.

【図2】実施の形態1における仮想記憶デバイス管理装
置の概略構成を示す図
FIG. 2 is a diagram showing a schematic configuration of a virtual storage device management device according to the first embodiment.

【図3】仮想記憶デバイス管理装置を用いた仮想記憶デ
バイス管理方法を説明するためのフローチャート
FIG. 3 is a flowchart for explaining a virtual storage device management method using a virtual storage device management apparatus.

【図4】仮想記憶デバイスの状態の一例を示す図FIG. 4 is a diagram showing an example of a state of a virtual storage device.

【図5】仮想記憶デバイスの状態の他の例を示す図FIG. 5 is a diagram showing another example of the state of the virtual storage device.

【図6】仮想記憶デバイス管理装置を用いた仮想記憶デ
バイス管理方法を説明するための他のフローチャート
FIG. 6 is another flowchart for explaining a virtual storage device management method using the virtual storage device management apparatus.

【図7】実施の形態2における仮想記憶デバイス管理装
置の概略構成を示す図
FIG. 7 is a diagram showing a schematic configuration of a virtual storage device management device according to the second embodiment.

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

1 コマンド解析手段 2 仮想記憶デバイス作成手段 3 書き込み処理手段 4 読み込み処理手段 5 情報管理手段 6 未初期化領域初期化処理手段 7 仮想記憶デバイス 8 状態情報記憶手段 9 状態復元手段 51 判断手段 52 初期化領域決定手段 91 選択手段 102 終端ポインタ 202 初期化済み領域 204 未初期化領域 205 初期化領域 1 Command analysis means 2 Virtual storage device creation means 3 Writing processing means 4 Read processing means 5 Information management means 6 Uninitialized area initialization processing means 7 Virtual storage device 8 State information storage means 9 State restoration means 51 Judgment means 52 initialization area determining means 91 selection means 102 end pointer 202 Initialized area 204 uninitialized area 205 initialization area

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 12/00 550 G06F 13/00 301X 5B083 13/00 301 11/22 360B // G06F 11/22 360 1/00 350C (72)発明者 河原 栄治 東広島市鏡山3丁目10番18号 株式会社松 下電器情報システム広島研究所内 (72)発明者 佐々木 浩士 東広島市鏡山3丁目10番18号 株式会社松 下電器情報システム広島研究所内 Fターム(参考) 5B048 AA14 DD08 DD17 5B054 AA08 BB20 CC04 5B060 AA13 5B065 CC03 CC08 CH18 ZA06 5B082 FA04 5B083 AA01 CC11 CD07 EE08 ─────────────────────────────────────────────────── ─── Continuation of front page (51) Int.Cl. 7 Identification code FI theme code (reference) G06F 12/00 550 G06F 13/00 301X 5B083 13/00 301 11/22 360B // G06F 11/22 360 1 / 00 350C (72) Eiji Kawahara Eiji Kawahara 3-1018 Kagamiyama, Higashihiroshima City Matsushita Electric Information Systems Co., Ltd. Hiroshima Research Laboratory (72) Inventor Hiroshi Sasaki 3-1018 Kagamiyama, Higashihiroshima-shi Matsu Co., Ltd. Shimoden Information System Hiroshima Research Institute F-term (reference) 5B048 AA14 DD08 DD17 5B054 AA08 BB20 CC04 5B060 AA13 5B065 CC03 CC08 CH18 ZA06 5B082 FA04 5B083 AA01 CC11 CD07 EE08

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 組込み機器に備えられる記憶デバイスと
して仮想的に機能する仮想記憶デバイスを管理する仮想
記憶デバイス管理装置であって、 前記仮想記憶デバイスが提供する記憶領域のうち初期化
が行われている初期化済み領域の終端を表す終端情報に
基づいて、前記仮想記憶デバイスへのアクセスの位置
が、前記記憶領域のうち前記初期化済み領域以外の未初
期化領域にあるか前記初期化済み領域にあるかを判断す
る判断手段と、 前記仮想記憶デバイスへのアクセスの位置が前記未初期
化領域にあると判断された場合に、前記仮想記憶デバイ
スへのアクセスの位置及び前記終端情報に基づいて、前
記未初期化領域のうち初期化される初期化領域を決定す
る初期化領域決定手段とを備えた仮想記憶デバイス管理
装置。
1. A virtual storage device management apparatus for managing a virtual storage device that virtually functions as a storage device included in an embedded device, wherein initialization is performed in a storage area provided by the virtual storage device. Whether the position of access to the virtual storage device is in an uninitialized area other than the initialized area based on the end information indicating the end of the initialized area And a terminating information based on the position of access to the virtual storage device and the termination information when the position of access to the virtual storage device is determined to be in the uninitialized area. A virtual storage device management apparatus comprising: an initialization area determining unit that determines an initialization area to be initialized among the uninitialized areas.
【請求項2】 前記初期化領域決定手段は、前記仮想記
憶デバイスへのアクセスが書き込みであったときのみ、
前記初期化領域を決定する請求項1記載の仮想記憶デバ
イス管理装置。
2. The initialization area determining means only when the access to the virtual storage device is writing.
The virtual storage device management apparatus according to claim 1, wherein the initialization area is determined.
【請求項3】 前記仮想記憶デバイスへのアクセスの位
置が前記未初期化領域にあると判断された場合に、前記
仮想記憶デバイスへのアクセスが読み込みであったと
き、前記仮想記憶デバイスへのアクセスの位置から値を
読み込む代わりに、初期化に用いる値を読み込む読み込
み処理手段を備えた請求項2記載の仮想記憶デバイス管
理装置。
3. When the access position to the virtual storage device is determined to be in the uninitialized area and the access to the virtual storage device is a read, the access to the virtual storage device 3. The virtual storage device management apparatus according to claim 2, further comprising read processing means for reading a value used for initialization instead of reading the value from the position.
【請求項4】 前記仮想記憶デバイスの状態を表す状態
情報を記憶する状態情報記憶手段と、前記状態情報に基
づいて前記仮想記憶デバイスの状態を復元する状態復元
手段とを備えた請求項1記載の仮想記憶デバイス管理装
置。
4. The state information storage means for storing state information representing the state of the virtual storage device, and the state restoration means for restoring the state of the virtual storage device based on the state information. Virtual storage device management device.
【請求項5】 前記状態復元手段は、前記状態情報記憶
手段に前記仮想記憶デバイスの異なる状態を表す複数の
状態情報が記憶されている場合に、前記状態情報を選択
する選択手段を有し、前記選択手段によって選択された
前記状態情報に基づいて、前記仮想記憶デバイスの状態
を復元する請求項4記載の仮想記憶デバイス管理装置。
5. The state restoration means has a selection means for selecting the state information when a plurality of state information representing different states of the virtual storage device is stored in the state information storage means, The virtual storage device management apparatus according to claim 4, wherein the state of the virtual storage device is restored based on the state information selected by the selection unit.
【請求項6】 前記判断手段は、前記仮想記憶デバイス
へのアクセスの位置が前記記憶領域内にある場合にの
み、前記判断を行う請求項1記載の仮想記憶デバイス管
理装置。
6. The virtual storage device management apparatus according to claim 1, wherein the determination unit makes the determination only when an access position to the virtual storage device is within the storage area.
【請求項7】 組込み機器に備えられる記憶デバイスと
して仮想的に機能する仮想記憶デバイスを管理する仮想
記憶デバイス管理方法であって、 前記仮想記憶デバイスが提供する記憶領域のうち初期化
が行われている初期化済み領域の終端を表す終端情報に
基づいて、前記仮想記憶デバイスへのアクセスの位置
が、前記記憶領域のうち前記初期化済み領域以外の未初
期化領域にあるか前記初期化済み領域にあるかを判断す
る手順と、 前記仮想記憶デバイスへのアクセスの位置が前記未初期
化領域にあると判断された場合に、前記仮想記憶デバイ
スへのアクセスの位置及び前記終端情報に基づいて、前
記未初期化領域のうち初期化される初期化領域を決定す
る手順と、 を備えた仮想記憶デバイス管理方法。
7. A virtual storage device management method for managing a virtual storage device that virtually functions as a storage device provided in an embedded device, wherein initialization is performed in a storage area provided by the virtual storage device. Whether the position of access to the virtual storage device is in an uninitialized area other than the initialized area based on the end information indicating the end of the initialized area And a step of determining whether the access position to the virtual storage device is in the uninitialized area, based on the access position to the virtual storage device and the termination information, A virtual storage device management method comprising: a step of determining an initialized area to be initialized among the uninitialized areas.
【請求項8】 コンピュータを、請求項1乃至6のいず
れか1項に記載の仮想記憶デバイス管理装置として機能
させるための仮想記憶デバイス管理プログラム。
8. A virtual storage device management program for causing a computer to function as the virtual storage device management apparatus according to claim 1.
【請求項9】 コンピュータを、請求項1乃至6のいず
れか1項に記載の仮想記憶デバイス管理装置として機能
させるための仮想記憶デバイス管理プログラムが記録さ
れたコンピュータ読み取り可能な記録媒体。
9. A computer-readable recording medium recording a virtual storage device management program for causing a computer to function as the virtual storage device management apparatus according to claim 1.
JP2001344803A 2001-11-09 2001-11-09 Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device Pending JP2003150321A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001344803A JP2003150321A (en) 2001-11-09 2001-11-09 Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001344803A JP2003150321A (en) 2001-11-09 2001-11-09 Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device

Publications (1)

Publication Number Publication Date
JP2003150321A true JP2003150321A (en) 2003-05-23

Family

ID=19158266

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001344803A Pending JP2003150321A (en) 2001-11-09 2001-11-09 Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device

Country Status (1)

Country Link
JP (1) JP2003150321A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009128981A (en) * 2007-11-20 2009-06-11 Nec Corp Disk array storage system, and initializing method and initializing program for new/additional installation thereof
JP2009217705A (en) * 2008-03-12 2009-09-24 Canon Inc Information processor and information processing method
JP2011003046A (en) * 2009-06-19 2011-01-06 Fujitsu Ltd Disk control device and method
DE102010038466A1 (en) 2009-07-27 2011-02-03 DENSO CORPORATION, Kariya-shi Common Electronic Control Unit and in this Implemented Forwarding Program
JP2014048895A (en) * 2012-08-31 2014-03-17 Nec Corp Virtual memory management system, virtual memory management device, virtual memory initialization method, and virtual memory initialization program
WO2016194199A1 (en) * 2015-06-04 2016-12-08 株式会社日立製作所 Storage device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009128981A (en) * 2007-11-20 2009-06-11 Nec Corp Disk array storage system, and initializing method and initializing program for new/additional installation thereof
JP2009217705A (en) * 2008-03-12 2009-09-24 Canon Inc Information processor and information processing method
JP2011003046A (en) * 2009-06-19 2011-01-06 Fujitsu Ltd Disk control device and method
DE102010038466A1 (en) 2009-07-27 2011-02-03 DENSO CORPORATION, Kariya-shi Common Electronic Control Unit and in this Implemented Forwarding Program
JP2014048895A (en) * 2012-08-31 2014-03-17 Nec Corp Virtual memory management system, virtual memory management device, virtual memory initialization method, and virtual memory initialization program
WO2016194199A1 (en) * 2015-06-04 2016-12-08 株式会社日立製作所 Storage device
JPWO2016194199A1 (en) * 2015-06-04 2017-10-12 株式会社日立製作所 Storage device

Similar Documents

Publication Publication Date Title
JP4363676B2 (en) Computer system
US7334083B2 (en) Library system, virtual library apparatus, cache restoring method, and computer readable recording medium recorded thereon a cache restoring program
US8024530B2 (en) Security erase of a delete file and of sectors not currently assigned to a file
US5960460A (en) Non-intrusive replication of hard disk
US20090132621A1 (en) Selecting storage location for file storage based on storage longevity and speed
EP1510920A2 (en) Apparatus and method for controlling booting operation of computer system
JP2005501317A (en) External data storage management system and method
JP2007537522A (en) Dynamic loading of virtual volume data in virtual tape
TW200525358A (en) Method and apparatus for smart memory pass-through communication
US20040268070A1 (en) Method and apparatus for backing up data in virtual storage medium
EP0972256B1 (en) Computer file system providing looped file structure for post-occurrence data collection of asynchronous events
KR101615646B1 (en) Computer system, control method thereof and recording medium storing computer program thereof
CN107423095B (en) Data processing method and device adaptive to hardware, storage medium and computer equipment
JP2003150321A (en) Device, method and program for managing virtual storage device, and computer readable recording medium recorded with virtual storage device
CN116737466B (en) Backup processing method, device, system, electronic equipment and readable storage medium
US20070277005A1 (en) Recording Medium, Data Processing Apparatus, and Data Processing Method
US20080004857A1 (en) Restoring base configuration on software testing computer
US6779129B2 (en) Method, article of manufacture and apparatus for copying information to a storage medium
CN111399774B (en) Data processing method and device based on snapshot under distributed storage system
JP2010027003A (en) Information processing apparatus, information processing method, and program
CN110287064B (en) Method and device for restoring disk data and electronic equipment
CN109857519A (en) The processing method and relevant apparatus of virtual disk
JP3951808B2 (en) Hard disk drive subsystem
WO2023179529A1 (en) Linear tape file system unoptimized read detection
CN108898030B (en) File hiding method and device