JP2733192B2 - Disc copying method - Google Patents

Disc copying method

Info

Publication number
JP2733192B2
JP2733192B2 JP5275127A JP27512793A JP2733192B2 JP 2733192 B2 JP2733192 B2 JP 2733192B2 JP 5275127 A JP5275127 A JP 5275127A JP 27512793 A JP27512793 A JP 27512793A JP 2733192 B2 JP2733192 B2 JP 2733192B2
Authority
JP
Japan
Prior art keywords
copy
copying
time stamp
date
volume label
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
JP5275127A
Other languages
Japanese (ja)
Other versions
JPH07129328A (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.)
PII EFU YUU KK
Original Assignee
PII EFU YUU 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 PII EFU YUU KK filed Critical PII EFU YUU KK
Priority to JP5275127A priority Critical patent/JP2733192B2/en
Publication of JPH07129328A publication Critical patent/JPH07129328A/en
Application granted granted Critical
Publication of JP2733192B2 publication Critical patent/JP2733192B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明はコンピュータ・システム
におけるディスクの複写方法に関し、特に本発明は、複
写元を変えて同じ複写先装置に複写を行う再複写を、効
率的かつ安全に行うことができるディスク複写方法に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of copying a disk in a computer system, and more particularly, to a method of efficiently and safely performing re-copying in which a copy source is changed and the same copy destination device is copied. It relates to a possible disk copying method.

【0002】[0002]

【従来の技術】図5はディスク複写を行うための一般的
システム構成を示す図であり、同図において、11は処
理装置、12は主記憶装置、13は複写元のディスク、
14は複写先のディスクである。上記システムにおい
て、ディスク複写処理は、通常、複写先装置の誤指定等
による誤複写を防止するため、複写先装置のボリューム
・ラベルのチェックを行っている。
2. Description of the Related Art FIG. 5 is a diagram showing a general system configuration for performing a disk copy. In FIG. 5, reference numeral 11 denotes a processing unit, 12 denotes a main storage unit, 13 denotes a copy source disk,
Reference numeral 14 denotes a copy destination disk. In the above-described system, the disk copying process usually checks the volume label of the copy destination device in order to prevent erroneous copying due to erroneous designation of the copy destination device.

【0003】図6は上記した複写処理を示す図であり、
同図(a)に示すように複写先装置14にはボリューム
・ラベルが記録されており、複写を行う際には、同図
(b)に示すように、ステップS1において、複写先装
置13にボリューム・ラベルがあるか否かを判別し、
無い場合にはステップS2で複写処理を行い、有る場合
には誤複写であるとして異常終了する。
FIG. 6 is a diagram showing the above-described copying process.
As shown in FIG. 5A, a volume label is recorded in the copy destination device 14, and when copying is performed, as shown in FIG. Determine if there is a volume label,
If there is no copy, the copying process is performed in step S2, and if there is, the process is abnormally terminated as an erroneous copy.

【0004】上記のような複写プログラムにおいて、複
写元装置の指定を誤って複写した場合など、複写元を変
えて同じ複写先装置に再複写を行う場合には、媒体復旧
プログラムによって複写先装置のボリューム・ラベルを
削除しなければ複写することができない。図7は上記再
複写の場合の従来の処理を示すフローチャートであり、
従来においては、同図に示すように、まず、ステップS
1において、媒体復旧プログラムを起動し、ステップS
2において、複写先装置14のボリュームラベルを消去
する。次に、ステップS3において、媒体復旧プログラ
ムを終了し、ステップS4において、ディスク複写プロ
グラムを起動し、ステップS5において、複写先装置1
4のボリュームラベルのチェックを行う。そして、ボリ
ュームラベルがない場合にはステップS6で複写処理を
行い処理を終了する。また、ボリュームラベルがある場
合には、異常であるとして異常終了する。
In the above-described copying program, when recopying to the same copy destination device is performed by changing the copy source, such as when the designation of the copy source device is erroneously copied, the medium recovery program uses the medium recovery program. You cannot copy without deleting the volume label. FIG. 7 is a flowchart showing a conventional process in the case of the re-copying,
Conventionally, as shown in FIG.
In step 1, the medium recovery program is started, and step S
In step 2, the volume label of the copy destination device 14 is deleted. Next, in step S3, the medium recovery program is terminated, in step S4, the disk copy program is started, and in step S5, the copy destination device 1 is started.
The volume label of No. 4 is checked. If there is no volume label, the copying process is performed in step S6, and the process ends. If there is a volume label, the process ends abnormally as abnormal.

【0005】[0005]

【発明が解決しようとする課題】従来の複写プログラム
において、再複写する場合には、上記のように媒体復旧
プログラムによって、複写先装置のボリュームラベルを
削除しなければならなかった。このため、効率が悪く、
また、媒体復旧プログラムの使用時に誤って複写元装置
のデータを破壊してしまう等の危険性もあった。
In the conventional copying program, when re-copying, the volume label of the copy destination device has to be deleted by the medium recovery program as described above. This is inefficient and
In addition, there is a risk that data in the copy source device may be erroneously destroyed when the medium recovery program is used.

【0006】本発明は上記した従来装置の欠点を改善す
るためになされたものであって、再複写を効率的かつ安
全に実行するためのディスク複写方法を提供することを
目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned drawbacks of the conventional apparatus, and has as its object to provide a disk copying method for efficiently and safely performing re-copying.

【0007】[0007]

【課題を解決するための手段】図1は本発明の原理図で
ある。同図において、1は複写先装置、1aはボリュー
ムラベル、1bはタイムスタンプ域であり、タイムスタ
ンプ域1bには複写処理後、識別子と複写日付が記録さ
れる。また、2は複写元装置である。上記課題を解決す
るため、本発明の請求項1の発明は、図1に示すよう
に、複写先装置1のボリュームラベル1aをチェック
し、ボリュームラベル1aの有無に応じて複写元装置2
から複写先装置1へ複写を行うディスク複写方法におい
て、複写先装置1のユーザ未使用域に少なくとも複写日
付を記録するタイムスタンプ域1bを設け、複写先装置
1に複写処理を行った際、その複写日付を上記タイムス
タンプ域1bに記録し、複写元装置2から複写先装置1
に再複写を行う際、上記タイムスタンプ域1bをチェッ
クし、複写日付が所定の条件を満足している場合に、ボ
リュームラベル1aのチェックを行わずに複写処理を行
うようにしたものである。
FIG. 1 is a diagram illustrating the principle of the present invention. In the figure, 1 is a copy destination device, 1a is a volume label, 1b is a time stamp area, and after copying processing, an identifier and a copy date are recorded in the time stamp area 1b. Reference numeral 2 denotes a copy source device. In order to solve the above problem, according to the first aspect of the present invention, as shown in FIG. 1, a volume label 1a of a copy destination apparatus 1 is checked, and a copy source apparatus 2 is checked according to the presence or absence of the volume label 1a.
In a disk copying method for copying from a copy destination device 1 to a copy destination device 1, a time stamp area 1b for recording at least a copy date is provided in a user unused area of the copy destination device 1, and when a copy process is performed on the copy destination device 1, The copy date is recorded in the time stamp area 1b, and the copy source device 2
When performing re-copying, the time stamp area 1b is checked, and if the copying date satisfies a predetermined condition, the copying process is performed without checking the volume label 1a.

【0008】本発明の請求項2の発明は、請求項1の発
明において、タイムスタンプ域(1b)をチェックしたと
き、複写日付がその複写時点から所定時間以内である場
合に、ボリュームラベル(1a)のチェックを行わずに複写
処理を行うようにしたものである。本発明の請求項3の
発明は、請求項1,2の発明において、複写処理を行っ
た際、タイムスタンプ域1bに複写日付とともに識別子
を記録し、複写元装置2から複写先装置1に再複写を行
う際、上記タイムスタンプ域1bの識別子をチェックす
るようにしたものである。
According to a second aspect of the present invention, in the first aspect, when the time stamp area (1b) is checked and the copy date is within a predetermined time from the copy time, the volume label (1a The copying process is performed without performing the check in (). According to a third aspect of the present invention, in the first and second aspects of the present invention, when the copying process is performed, an identifier is recorded in the time stamp area 1b together with the copy date, and the identifier is transferred from the copy source apparatus 2 to the copy destination apparatus 1. When copying, the identifier of the time stamp area 1b is checked.

【0009】[0009]

【作用】図1において、再複写を行う場合には、複写先
装置1のタイムスタンプ域をチェックする(ステップS
1)。そして、複写日付がその複写時点から所定時間以
内である場合など、複写日付が所定の条件を満たしてい
る場合には、再複写であるとして、ボリュームラベル1
aのチェックを行わずに複写処理を行う(ステップS
2,S4)。
In FIG. 1, when recopying is performed, the time stamp area of the copy destination apparatus 1 is checked (Step S).
1). When the copy date satisfies a predetermined condition, such as when the copy date is within a predetermined time from the time of the copy, the volume label 1 is determined to be a re-copy.
The copying process is performed without checking a (step S).
2, S4).

【0010】また、タイムスタンプ域1bに識別子が無
い場合、あるいは、識別子があっても複写日付が所定の
条件を満たしていない場合には、再複写でないとして、
複写先装置1のボリュームラベル1aをチェックする。
そして、複写先装置1にボリュームラベル1aがない場
合に複写処理を行う。複写処理が終わると、複写先装置
のタイムスタンプ域1bに複写日付、識別子を書き込み
終了する。
If there is no identifier in the time stamp area 1b, or if the copy date does not satisfy the predetermined condition even if the identifier exists, it is determined that the copy is not a re-copy.
The volume label 1a of the copy destination device 1 is checked.
Then, when the volume label 1a is not present in the copy destination apparatus 1, the copy processing is performed. When the copy processing is completed, the copy date and the identifier are written in the time stamp area 1b of the copy destination device, and the process is terminated.

【0011】本発明の請求項1,2,3の発明において
は、上記のように、複写先装置1のユーザ未使用域に識
別子と複写日付を記録するタイムスタンプ域1bを設
け、複写先装置1に複写処理を行った場合には、その複
写日付を上記タイムスタンプ域1bに記録し、複写元装
置2から複写先装置1に再複写を行う際、上記タイムス
タンプ域1bをチェックし、複写日付が所定の条件を満
たしている場合には、ボリュームラベル1aのチェック
を行わずに複写処理を行うようにしたので、再複写の場
合に、従来例のように媒体復旧処理によりボリュームラ
ベルを削除する必要がなく、再複写を効率的に行うこと
ができる。また、媒体復旧処理時、誤って複写元装置の
データを破壊してしまう等の危険性もない。
According to the first, second and third aspects of the present invention, as described above, the time stamp area 1b for recording the identifier and the copy date is provided in the unused area of the copy destination apparatus 1, and the copy destination apparatus is provided. In the case where the copying process has been performed on the copying device 1, the copying date is recorded in the time stamp area 1b, and when the copying is performed again from the copy source apparatus 2 to the copy destination apparatus 1, the time stamp area 1b is checked and copied. If the date satisfies a predetermined condition, the copying process is performed without checking the volume label 1a. Therefore, in the case of re-copying, the volume label is deleted by the medium recovery process as in the conventional example. Therefore, re-copying can be performed efficiently. In addition, there is no danger of accidentally destroying the data of the copy source device during the medium recovery process.

【0012】また、請求項2の発明のように、複写日付
がその複写時点から所定時間以内であるか否かを判定す
ることにより、再複写か否かの判定を容易に行うことが
できる。さらに、請求項3の発明のように、タイムスタ
ンプ域に識別子を記録しておくことにより、タイムスタ
ンプ域を容易に判別することができる。
Further, as in the second aspect of the present invention, it is possible to easily determine whether or not recopying is performed by determining whether or not the copying date is within a predetermined time from the copying time. Further, by recording the identifier in the time stamp area as in the invention of claim 3, the time stamp area can be easily determined.

【0013】[0013]

【実施例】図2は本発明の実施例の複写先装置の記録内
容を示す図であり、本実施例においては、同図に示すよ
うに、複写先装置のユーザ未使用領域にタイムスタンプ
域を設け、識別子、複写日付を書き込む。なお、同図
では9984バイト目にタイムスタンプ域を設け、識別
子として「TIME」を用いる例を示している。
FIG. 2 is a diagram showing the recorded contents of a copy destination apparatus according to an embodiment of the present invention. In this embodiment, as shown in FIG. And write the identifier and the copy date. Note that FIG. 9 shows an example in which a time stamp area is provided at the 9994th byte and “TIME” is used as an identifier.

【0014】図3は本実施例の複写処理を示すフローチ
ャートであり、本実施例においては、複写処理を行った
場合、タイムスタンプ域に識別子と複写日付を記録す
る。すなわち、同図に示すように、ステップS1におい
て、タイムスタンプ域に識別子が記録されているか否
かを判別し、タイムスタンプ域に識別子が記録されて
いない場合には、ステップS3に行き、ボリュームラベ
ルがあるか否か判別する。そして、ボリュームラベル
がない場合には、ステップS4で複写処理を行う。ま
た、ボリュームラベルが有る場合には異常終了する。
FIG. 3 is a flowchart showing the copying process according to the present embodiment. In this embodiment, when the copying process is performed, an identifier and a copying date are recorded in a time stamp area. That is, as shown in the figure, in step S1, it is determined whether or not the identifier is recorded in the time stamp area. If the identifier is not recorded in the time stamp area, the process goes to step S3 and the volume label is It is determined whether or not there is. If there is no volume label, a copying process is performed in step S4. If there is a volume label, the process ends abnormally.

【0015】ステップS1において、タイムスタンプ域
に識別子が記録されている場合にはステップS2に行
き、タイムスタンプ域の複写日付をチェックして複写
後24時間以内か否かを判別する。そして、タイムスタ
ンプ域の複写日付が複写後24時間以内の場合には、
ステップS4に行き複写処理を行う。また、24時間以
内でない場合には、ステップS3において、ボリューム
ラベルがあるか否か判別する。そして、ボリュームラ
ベルがない場合には、ステップS4で複写処理を行
う。さらに、ステップS3において、ボリュームラベル
が有る場合には異常終了する。
In step S1, if the identifier is recorded in the time stamp area, the process goes to step S2, where the copy date in the time stamp area is checked to determine whether it is within 24 hours after copying. If the copy date in the time stamp area is within 24 hours after copying,
The process proceeds to step S4 to perform a copying process. If it is not within 24 hours, it is determined in step S3 whether or not there is a volume label. If there is no volume label, a copying process is performed in step S4. If there is a volume label in step S3, the process ends abnormally.

【0016】そして、ステップS4において、複写処理
を行った場合には、ステップS5において、タイムスタ
ンプ域に識別子、複写日付を書き込み処理を終了す
る。図4は本実施例において、再複写を行う場合のフロ
ーチャートであり、再複写においても、処理内容は図3
に示した複写処理と同様であり、同図に示すように、ス
テップS1において、ディスク複写プログラムを起動
し、ステップS2において複写先装置のタイムスタンプ
域の複写日付、識別子をチェックする。
If the copying process is performed in step S4, the identifier and the copying date are written in the time stamp area in step S5, and the process ends. FIG. 4 is a flowchart in the case of performing re-copying in this embodiment.
As shown in the figure, the disk copy program is started in step S1, and the copy date and identifier in the time stamp area of the copy destination device are checked in step S2, as shown in FIG.

【0017】そして、識別子があリ、複写日付が24時
間以内である場合には、再複写であるとしてステップS
4に行き複写処理を行う。また、タイムスタンプ域に識
別子がないか、あるいは、識別子があっても複写日付が
24時間以内でない場合には、再複写ではないとして、
ステップS3に行き、複写先装置のボリュームラベルを
チェックする。
If the identifier is found and the copy date is within 24 hours, it is determined that the copy is a re-copy and the process proceeds to step S.
The process goes to step 4 to perform a copying process. If there is no identifier in the time stamp area, or if there is an identifier but the copy date is not within 24 hours, it is determined that the copy is not a re-copy.
In step S3, the volume label of the copy destination device is checked.

【0018】ステップS3において、ボリュームラベル
がない場合には、ステップS4に行き複写処理を行い、
また、ボリュームラベルがある場合には、異常であると
して異常終了する。ステップS4において、複写処理を
行うと、ステップS5に行き、複写先装置のタイムスタ
ンプ域に複写日付、識別子を書き込み、ステップS6
においてディスク複写プログラムを終了する。
In step S3, if there is no volume label, the process goes to step S4 to perform a copying process.
If there is a volume label, the process ends abnormally as abnormal. When the copying process is performed in step S4, the process proceeds to step S5, where the copying date and identifier are written in the time stamp area of the copy destination device, and the process proceeds to step S6.
Ends the disk copying program.

【0019】以上のように、本実施例においては、複写
先装置のユーザ未使用領域にタイムスタンプ域を設
け、複写処理を行った場合には、上記タイムスタンプ域
に識別子と複写日付を記録しておく。そして、複写
(再複写)を行うとき、上記識別子と複写日付を調べ、
複写後、24時間以内である場合には、再複写であると
して、ボリュームラベルのチェックを行わないようにし
ているので、24時間以内の再複写の場合には、ボリュ
ームラベルの削除が必要なく、再複写時の処理効率を向
上することができる。
As described above, in this embodiment, the time stamp area is provided in the user unused area of the copy destination apparatus, and when copying is performed, the identifier and the copy date are recorded in the time stamp area. Keep it. When copying (re-copying), the identifier and the copy date are checked.
If the copy is within 24 hours after the copy, the volume label is not checked because the copy is determined to be a re-copy. Therefore, if the copy is performed within 24 hours, it is not necessary to delete the volume label. Processing efficiency at the time of recopying can be improved.

【0020】なお、上記実施例においては、複写後、2
4時間以内である場合には、再複写であるとしてボリュ
ームラベルのチェックを行わないようにしているが、本
発明は上記実施例に限定されるものではなく、例えば、
時間を24時間より短時間もしくは長時間としたり、複
写内容に応じて時間設定を変えるなど、種々の判定を行
うことができる。
In the above embodiment, after copying, 2
If the time is within 4 hours, the volume label is not checked because it is a re-copy. However, the present invention is not limited to the above embodiment.
Various determinations can be made, such as setting the time shorter or longer than 24 hours or changing the time setting according to the content of the copy.

【0021】[0021]

【発明の効果】以上説明したように、本発明において
は、複写先装置のユーザ未使用域に識別子と複写日付を
記録するタイムスタンプ域を設け、再複写を行う際、上
記タイムスタンプ域をチェックし、複写日付が所定の条
件を満足している場合に、ボリュームラベルのチェック
を行わずに複写処理を行うようにしたので、再複写の場
合に、従来例のように媒体復旧処理によりボリュームラ
ベルを削除する必要がなく、再複写を効率的に行うこと
ができる。また、媒体復旧処理時、誤って複写元装置の
データを破壊してしまう等の危険性がなくなり、信頼性
を向上することができる。
As described above, in the present invention, a time stamp area for recording an identifier and a copy date is provided in a user unused area of a copy destination apparatus, and the time stamp area is checked when re-copying is performed. When the copy date satisfies a predetermined condition, the copy process is performed without checking the volume label. Need not be deleted, and re-copying can be performed efficiently. Further, at the time of the medium recovery processing, there is no danger of accidentally destroying the data of the copy source apparatus, and the reliability can be improved.

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

【図1】本発明の原理図である。FIG. 1 is a principle diagram of the present invention.

【図2】本発明の実施例の複写先装置の記録内容を示す
図である。
FIG. 2 is a diagram showing recorded contents of a copy destination apparatus according to the embodiment of the present invention.

【図3】本発明の実施例の複写処理を示すフローチャー
トである。
FIG. 3 is a flowchart showing a copying process according to the embodiment of the present invention.

【図4】本発明の実施例の再複写処理を示すフローチャ
ートである。
FIG. 4 is a flowchart showing a recopying process according to the embodiment of the present invention.

【図5】ディスク複写を行うための一般的システム構成
を示す図である。
FIG. 5 is a diagram showing a general system configuration for performing disk copying.

【図6】複写処理の従来例を示すフローチャートであ
る。
FIG. 6 is a flowchart showing a conventional example of a copying process.

【図7】再複写処理の従来例を示すフローチャートであ
る。
FIG. 7 is a flowchart showing a conventional example of re-copying processing.

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

1 複写先装置 1a ボリュームラベル 1b タイムスタンプ 2 複写元装置 11 処理装置 12 主記憶装置 13 複写元のディスク 14 複写先のディスク DESCRIPTION OF SYMBOLS 1 Copy destination apparatus 1a Volume label 1b Time stamp 2 Copy source apparatus 11 Processing unit 12 Main storage unit 13 Copy source disk 14 Copy destination disk

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 複写先装置(1) のボリュームラベル(1a)
をチェックし、ボリュームラベル(1a)の有無に応じて複
写元装置(2) から複写先装置(1) へ複写を行うディスク
複写方法において、 複写先装置(1) のユーザ未使用域に少なくとも複写日付
を記録するタイムスタンプ域(1b)を設け、複写先装置
(1) に複写処理を行った際、その複写日付を上記タイム
スタンプ域(1b)に記録し、 複写元装置(2) から複写先装置(1) に再複写を行う際、
上記タイムスタンプ域(1b)をチェックし、複写日付が所
定の条件を満たしている場合に、ボリュームラベル(1a)
のチェックを行わずに複写処理を行うことを特徴とする
ディスク複写方法。
A volume label (1a) of a copy destination device (1)
Is checked, and in the disk copying method of copying from the copy source device (2) to the copy destination device (1) according to the presence or absence of the volume label (1a), copy at least to the user unused area of the copy destination device (1). A time stamp area (1b) for recording the date is provided, and the copy destination
When copying is performed on (1), the copy date is recorded in the time stamp area (1b), and when recopying from the copy source device (2) to the copy destination device (1),
Check the time stamp area (1b), and if the copy date satisfies the specified conditions, the volume label (1a)
A copying process without performing a check on the disk.
【請求項2】 タイムスタンプ域(1b)をチェックしたと
き、複写日付がその複写時点から所定時間以内である場
合に、ボリュームラベル(1a)のチェックを行わずに複写
処理を行うことを特徴とする請求項1のディスク複写方
法。
2. When the time stamp area (1b) is checked, if the copy date is within a predetermined time from the copy time, the copy processing is performed without checking the volume label (1a). 2. The disk copying method according to claim 1, wherein:
【請求項3】 複写処理を行った際、タイムスタンプ域
(1b)に複写日付とともに識別子を記録し、複写元装置
(2) から複写先装置(1) に再複写を行う際、上記タイム
スタンプ域(1b)の識別子をチェックすることを特徴とす
る請求項1または請求項2のディスク複写方法。
3. A time stamp area when a copying process is performed.
Record the identifier together with the copy date in (1b), and
3. The disk copying method according to claim 1, wherein when recopying from (2) to the copy destination apparatus (1), the identifier of the time stamp area (1b) is checked.
JP5275127A 1993-11-04 1993-11-04 Disc copying method Expired - Fee Related JP2733192B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5275127A JP2733192B2 (en) 1993-11-04 1993-11-04 Disc copying method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5275127A JP2733192B2 (en) 1993-11-04 1993-11-04 Disc copying method

Publications (2)

Publication Number Publication Date
JPH07129328A JPH07129328A (en) 1995-05-19
JP2733192B2 true JP2733192B2 (en) 1998-03-30

Family

ID=17551084

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5275127A Expired - Fee Related JP2733192B2 (en) 1993-11-04 1993-11-04 Disc copying method

Country Status (1)

Country Link
JP (1) JP2733192B2 (en)

Also Published As

Publication number Publication date
JPH07129328A (en) 1995-05-19

Similar Documents

Publication Publication Date Title
TW417104B (en) Realtime data recording method
JP3178794B2 (en) Information storage medium copy control method and information storage medium copy apparatus
US5654950A (en) Method for protecting data recorded on a partial read-only memory (ROM) medium from unauthorized copying
US7555501B2 (en) Apparatus and method for restoring data
KR20050085136A (en) Power failure recovery method
JP2733192B2 (en) Disc copying method
JPS60175254A (en) Dead copy preventing method for software recording medium
JPS6069859A (en) File management system
JP4331932B2 (en) Backup method, backup program, and recording medium for backup program
JP2633614B2 (en) File protection device
JP4230553B2 (en) Data recording device
JPS58107976A (en) Protecting method for volume managing information
JPH0553891A (en) Information processor
JPH02210643A (en) Method and device for duplicating recording medium
JPH04215153A (en) Information recording and reproducing device
JPS60171677A (en) Method for processing fault of storing medium
JPS6346553A (en) File copying method
JP4102134B2 (en) Hybrid disk backup method and computer-readable storage medium storing program for executing the method
JP2746102B2 (en) One point backup method of business data file in case of magnetic disk device failure
JP2003263840A (en) System for processing write error
JP2001229019A (en) Recording medium capable of preventing illegal copy
GB2162992A (en) A method of recording a computer program
JPH0272445A (en) System file confirming system
JP2001034539A (en) Floppy disk, system and method for illegal use prevention, and medium
JP3036986B2 (en) Automatic file playback method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees