JP4230553B2 - Data recording device - Google Patents

Data recording device Download PDF

Info

Publication number
JP4230553B2
JP4230553B2 JP36347297A JP36347297A JP4230553B2 JP 4230553 B2 JP4230553 B2 JP 4230553B2 JP 36347297 A JP36347297 A JP 36347297A JP 36347297 A JP36347297 A JP 36347297A JP 4230553 B2 JP4230553 B2 JP 4230553B2
Authority
JP
Japan
Prior art keywords
data
recording
recorded
information
file
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
JP36347297A
Other languages
Japanese (ja)
Other versions
JPH11175383A (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.)
Hioki EE Corp
Original Assignee
Hioki EE 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 Hioki EE Corp filed Critical Hioki EE Corp
Priority to JP36347297A priority Critical patent/JP4230553B2/en
Publication of JPH11175383A publication Critical patent/JPH11175383A/en
Application granted granted Critical
Publication of JP4230553B2 publication Critical patent/JP4230553B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、記録媒体に対するデータ記録処理時にデータ本体と共にデータ本体を管理するためのファイル管理情報を記録媒体に記録するデータ記録装置に関するものである。
【0002】
【従来の技術】
パーソナルコンピュータなどで使用されるフロッピーディスク、MO(Magnet Optical Disk =光磁気ディスク)、ハードディスクなどの記録媒体は、データを記録する前に初期化処理を行う必要がある。この初期化処理では、データを記録するためのトラックおよびセクタを記録媒体の記録面に形成すると共に、形成した複数セクタの先頭セクタから、順に、IPL(Initial Program Loader)記録用領域、FAT(File Allcation Table)記録用領域、複製FAT記録用領域、ルートディレクトリ情報記録用領域およびデータ記録用領域などが記録媒体の記録方式や記録容量に対応して設定される。
【0003】
ここで、IPL記録用領域には、例えば、パーソナルコンピュータを起動可能に記録媒体を初期化する場合、その記録媒体に記録されている起動用プログラムをパーソナルコンピュータのメインメモリに読み込むための、いわゆるブートローダが記録される。また、データ記録用として初期化する場合にもIPL記録用領域が存在するが、この際には、その記録媒体からパーソナルコンピュータを起動しようとしたときに、記録媒体がパーソナルコンピュータを起動可能に初期化されていない旨を表示部に表示させたり警告音を鳴らせたりするためのプログラムが記録される。
【0004】
一方、FAT記録用領域には、記録媒体に記録されているファイルやサブディレクトリの記録開始セクタ番号、一つのファイルが複数のセクタに跨って記録されている場合のセクタの連結情報、ファイルやサブディレクトリの記録終了セクタ番号、未記録セクタのセクタ番号、不良セクタのセクタ番号などが記録されている。また、複製FAT記録用領域には、FAT記録用領域に記録された内容が何らかの異常事態によって破壊されてしまった場合に備えて、FAT記録用領域に記録されたセクタ情報の複製が記録される。
【0005】
さらに、ルートディレクトリ情報記録用領域には、ルートディレクトリに記録さるファイルのファイル名およびルートディレクトリに作成されるサブディレクトリのディレクトリ名、ファイルの拡張子、ファイルの属性、ファイルまたはサブディレクトリの更新時刻、ファイルまたはサブディレクトリの更新日付、そのファイルまたはサブディレクトリに関してFAT記録用領域に記録されたFATの管理番号、ファイルサイズなどを記したディレクトリエントリが記録される。また、データ記録用領域には、記録媒体に記録されたファイルのデータ本体や、作成されたサブディレクトリに関するディレクトリ情報が記録される。
【0006】
具体的には、例えば、「データ1.TXT」というファイルを記録媒体に記録する場合、まず、FAT記録用領域に記録されているセクタ情報を読み込んだ後、データ記録用領域の中から未記録セクタを検索する。未記録セクタを検索できたときには、ファイル名のディレクトリ情報を記録する。次に、未記録セクタに「データ1.TXT」のデータ本体を記録する。続いて、「データ1」というファイル名、「TXT 」という拡張子、「データ1.TXT」に関してFAT記録用領域に記録するFATの管理番号などをルートディレクトリ情報記録用領域に記録する。次いで、「データ1.TXT」のデータ本体を記録したセクタのセクタ情報をFAT記録用領域に記録すると共に、複製FAT記録用領域に記録する。これにより、「データ1.TXT」が記録媒体に記録される。
【0007】
この後、記録媒体から「データ1.TXT」を読み出すときには、まず、ルートディレクトリ情報記録用領域を参照することにより、ファイル名「データ1.TXT」が記録媒体に記録されているか照合する。次に、ルートディレクトリ情報記録用領域に記録されているファイル名「データ1.TXT」についてのFATの管理番号に基づいて、FAT記録用領域に記録されているファイル名「データ1.TXT」のセクタ情報を読み込む。次いで、読み込んだセクタ情報に基づいてデータ記録用領域から「データ1.TXT」のデータ本体を読み込む。これによって、ファイル名「データ1.TXT」のデータ本体が記録媒体から読み出される。
【0008】
【発明が解決しようとする課題】
ところが、従来のデータ記録録装置には、以下の問題点がある。
すなわち、従来のデータ記録装置では、データ記録用領域にファイルのデータ本体を記録した後に、ファイルに関する様々な情報をルートディレクトリ情報記録用領域に記録し、次いで、データ本体に関するセクタ情報をFAT記録用領域に記録している。これにより、記録媒体に記録したファイルのデータ本体を読み出す際には、そのファイルに関してルートディレクトリ情報記録用領域およびFAT記録用領域に記録されているファイル管理情報に基づいてデータ記録用領域からファイルのデータ本体を読み出すことができる。しかし、ファイルのデータ本体をデータ記録用領域に記録した後に、ルートディレクトリ情報記録用領域にファイル情報などを記録したり、FAT記録用領域にセクタ情報などを記録したりしている最中に、停電などによってデータ記録装置が作動を停止させられた場合には、そのデータ記録処理中のファイルのみならず、そのデータ記録処理以前に既に記録されていたファイルに関するセクタ情報やファイル情報が破壊されることがある。
【0009】
かかる場合には、例えば、データ本体と、データ本体が記録されているデータ記録用領域のセクタ番号との関係が不明になるため、そのデータ記録処理に係るファイルのみならず、そのデータ記録処理を行う以前に記録されていたファイルについてのデータ本体を読み出すことができなくなる。このように、従来のデータ記録処理には、データ記録処理中に停電が発生した場合などに、記録媒体の記録内容が破壊されてしまうという問題点がある。また、データ本体を読み出すことができないという事態に至らないまでも、データ記録用領域には、そのデータ記録処理に係るデータ本体が記録されたにも拘わらず、ルートディレクトリ情報記録用領域およびFAT記録用領域には、そのデータ記録処理に係る最新のファイル情報やセクタ情報が記録されないことがある。かかる場合には、記録されているデータ本体とファイル管理情報との間において、データ内容などに関して矛盾を生じてしまうという問題点がある。
【0010】
本発明は、かかる問題点に鑑みてなされたものであり、データ記録処理中に生じた不測の事態に起因しての記録媒体における記録内容の破壊を防止することが可能なデータ記録装置を提供することを主目的とする。
【0011】
【課題を解決するための手段】
上記目的を達成すべく請求項1記載のデータ記録装置は、記録媒体に対するデータ記録処理時に、データ記録処理の直前に記録媒体のファイル管理情報が記録されていた記録処理直前状態、またはデータ記録処理によって正常に記録されるべき正常記録状態に記録媒体を修復するための修復用データを記録媒体および装置内メモリの少なくとも一方に記録するデータ記録装置であって、修復用データのファイル情報を記録したデータ記録装置における最小記録単位領域の空き領域に、修復用データとは別の所定情報を記録することを特徴とする。
【0012】
請求項2記載のデータ記録装置は、請求項1記載のデータ記録装置において、修復用データに基づいて記録処理直前状態または正常記録状態に記録媒体を修復可能に構成されていることを特徴とする。
【0013】
請求項1,2記載のデータ記録装置では、記録媒体に対するデータ記録処理中においては、修復用データを、その記録媒体または装置内メモリに記録する。一方、データ記録処理中において停電などの不測の事態が生じた際には、記録してある修復用データに基づいて、データ記録処理を完全に終了していない記録媒体に対して記録処理直前状態または正常記録状態に修復する。この場合、例えば、記録媒体にデータ本体が未記録のときには、記録処理直前状態に修復し、データ本体を記録しファイル管理情報のみが未記録のときには、修復用データに基づいて正常記録状態に修復する。このため、記録媒体の記録内容の破壊を防止することが可能となる。また、このデータ記録装置では、例えば、フロッピー ディスクやMOが記録媒体として用いられるときには、修復用データのファイル情報が記録される最小記録単位領域であるセクタには、修復用データとは別のダミーデータなどの所定情報が記録される。したがって、データ記録処理中においてデータ本体を記録する際に修復用データのファイル情報が書き替えられてしまうことがなく、修復用データのファイル情報の確実な保護を図ることが可能となる。
【0014】
請求項3記載のデータ記録装置は、記録媒体に対するデータ記録処理時に、データ記録処理の直前に記録媒体のファイル管理情報が記録されていた記録処理直前状態、またはデータ記録処理によって正常に記録されるべき正常記録状態に記録媒体を修復するための修復用データを記録媒体および装置内メモリの少なくとも一方に記録するデータ記録装置であって、データ記録処理における処理状態に対応する処理状態情報を修復用データの一部として記録し、処理状態情報に対応する処理状態に応じて記録処理直前状態または正常記録状態に記録媒体を修復することを特徴とする。
【0015】
請求項3記載のデータ記録装置では、記録媒体に対するデータ記録処理中においては、修復用データを、その記録媒体または装置内メモリに記録する。一方、データ記録処理中において停電などの不測の事態が生じた際には、記録してある修復用データに基づいて、データ記録処理を完全に終了していない記録媒体に対して記録処理直前状態または正常記録状態に修復する。この場合、例えば、記録媒体にデータ本体が未記録のときには、記録処理直前状態に修復し、データ本体を記録しファイル管理情報のみが未記録のときには、修復用データに基づいて正常記録状態に修復する。このため、記録媒体の記録内容の破壊を防止することが可能となる。また、データ記録処理では、例えば、データ本体に対するディレクトリ情報の作成、データ本体の記録、データ本体を記録したセクタ情報の記録などの処理が順に実行される。このデータ記録装置のデータ記録方法では、データ記録処理における段階的な処理状態を修復用データの一部として記録する。したがって、データ記録装置は、データ記録処理時において停電などによってデータが正常に記録されなかった場合には、その停電時までに既に実行された処理状態に応じて記録媒体の記録内容を修復することが可能となる。具体的には、処理状態情報に基づいて、例えば、ディレクトリ情報の作成までしか実行されていないと判別したときには、記録処理直前状態に修復し、データ本体の記録まで終了していると判別したときには、正常記録状態にまで修復する。このため、一義的に記録処理直前状態に修復する場合と比較して、不測の事態に対する取扱者の作業を不要または簡易にすることが可能となる。
【0016】
請求項4記載のデータ記録装置は、請求項3記載のデータ記録装置において、処理状態情報は、複数のビットデータから形成され、かつ複数のビットデータの一部の値が他のビットデータの値と異なるデータ構造で構成されていることを特徴とする。
【0017】
処理状態情報を値「1」または値「0」が連続するデータ構造で構成した場合、停電などで電源が遮断されると、処理状態情報が値「0」の状態で記録されたのか、未記録なのかが不明となるため、各処理のいずれの段階で電源が遮断されたかを特定することが困難となる。このデータでは、複数ビットのすべてが値「0」または「1」で連続しないため、処理状態情報の各ビットが予め定めたビットデータのすべてと一致したときには、その段階まで処理されていたことを確実に特定することができ、これにより、その後の修復処理を確実に実行することが可能となる。
【0018】
請求項記載のデータ記録装置は、請求項1から4のいずれかに記載のデータ記録装置において、修復用データには、少なくとも記録対象ファイルのファイル管理情報が含まれ、かつデータ記録処理に係る記録対象ファイルのデータ本体が除かれていることを特徴とする。
【0019】
修復用データとしては、データ本体を含ませることも可能である。一方、修復用データを記録媒体に記録する場合には、データ本体のデータ量が大きいと記録媒体のデータ記録領域を有効に利用できなくなることもある。また、一般的には、データ本体は、記録媒体にデータ本体を記録しようとするデータ記録装置側に保存されている。したがって、データ本体までも修復データに含ませる利点は少ない。このデータ記録装置では、修復用データとして、データ本体を除くファイル管理情報を記録するため、記録媒体内に記録する場合であっても、記録媒体のデータ領域の利用効率をそれほど低下させずに修復用データを記録することができ、しかも、迅速に修復用データを記録することが可能となる。
【0020】
請求項記載のデータ記録装置は、請求項1から5のいずれかに記載のデータ記録装置において、修復用データ、および修復用データのファイル情報が記録されている最小記録単位領域内のデータは、それぞれ属性が隠しファイルであることを特徴とする。
【0021】
修復用データは、通常のファイルと同様にして読出しおよび書込みが自由な属性のファイルで構成することも可能ではある。しかし、パーソナルコンピュータなどの他のデータ記録装置によって修復用データのファイル情報が読み出されて消去されてしまうことがある。かかる場合には、その記録媒体については、修復用データを用いて修復することができなくなる。一方、このデータ記録装置では、修復用データ、および修復用データのファイル情報の属性がそれぞれ隠しファイルであるため、他のデータ記録装置によって読み出されることがなく、修復用データの保護を図ることが可能となる。
【0022】
請求項記載のデータ記録装置は、請求項1からのいずれかに記載のデータ記録装置において、所定の識別情報が記録された記録媒体に対して修復用データの記録を実行することを特徴とする。
【0023】
請求項記載のデータ記録装置は、請求項記載のデータ記録装置において、識別情報を記録媒体に記録可能に構成されていることを特徴とする。
【0024】
すべての記録媒体に対して修復データの記録処理を行うこともできるが、それ程重要でないデータが記録されている記録媒体に対してまでも行うことは処理時間の無駄になることもある。これらのデータ記録装置では、記録されるデータの重要性に応じて識別情報を予め記録することにより、修復処理の実行に対して取扱者によって何ら指定が行われないときであっても、重要なデータが記録されている記録媒体についてのみ修復データの自動的な記録処理および修復を実行することが可能となる。
【0025】
請求項記載のデータ記録装置は、請求項記載のデータ記録装置において、識別情報をIPL記録領域に記録することを特徴とする。
【0026】
記録媒体のいずれの記憶領域に識別情報を記録することもできる。一方、このデータでは、識別情報をIPL記録領域に記録するため、データ記録装置は、記録媒体を装着した段階で修復処理を行うべき記録媒体か否かを直ちに認識することが可能となる。また、一般的には、IPL記録領域は、記録媒体を初期化しない限り書き替えられない。したがって、誤った操作による識別情報の消去が防止される。
【0027】
請求項10記載のデータ記録装置は、請求項7から9のいずれかに記載のデータ記録装置において、表示部を備え、記録媒体について識別情報が記録されているか否かを判別し、判別結果に対応する所定の表示を表示部に表示することを特徴とする。
【0028】
このデータ記録装置では、記録媒体について識別情報が記録されているか否かを判別し、例えば、識別情報が記録されていないときには、その旨を表示部に表示することにより警報する。したがって、取扱者は、重要なデータを記録する際に、表示部の警報表示を確認することにより、装着された記録媒体に対して記録データの修復が可能か否かを確実かつ容易に知覚することが可能となる。
【0029】
請求項11記載のデータ記録装置は、請求項1から10のいずれかに記載のデータ記録装置において、測定データを記録する測定装置であることを特徴とする。
【0030】
【発明の実施の形態】
以下、添付図面を参照して、本発明に係るデータ記録装置を波形記録装置に適用した実施の形態について説明する。
【0031】
最初に、図1を参照して波形記録装置1の電気的な構成について説明する。
【0032】
同図に示すように、波形記録装置1は、入力した記録対象の入力信号SINから波形データDS を生成してCPU12に出力する入力信号処理部11と、CPU12と、CPU12によるバックアップ処理のプログラムなどの動作プログラムを記憶するROM13と、RAM14と、各種のキーなどが配置された操作部15と、LCDパネルやブラウン管(CRT)などで構成された表示部16と、CPU12の制御下で、表示部16に表示されている記録対象信号の信号波形や、表示画面のハードコピーなどを印刷するプリンタ17と、MOドライブ18とを備えて構成されている。
【0033】
ここで、CPU12は、表示部16に対する波形データDS に基づく信号波形などの表示制御やプリンタ17に対する印刷制御を実行するほか、MOドライブ18によるファイルの記録処理および読取処理を制御したり、操作部15の各種キーの操作によるキー信号の入力を処理したりする。RAM14は、CPU12の演算結果、プリンタ17に出力するプリントデータ、MOドライブ18によって記録される波形データ、およびMOドライブ18によってMO2から読み込まれた波形データなどを一時的に記憶する。MOドライブ18は、特に限定されないが、本実施例では、3.5インチの光磁気ディスク(以下、MOともいう)に対する読込みおよび書込みが可能に構成されている。
【0034】
パーソナルコンピュータPは、3.5インチのMOドライブを備えた一般市販品を用いることができ、後述する修復可能形式初期化処理によって初期化されたMO2をMOドライブに挿入することにより、波形記録装置1によってMO2に記録された波形データなどを読み込むことができる。一方、MO2は、本発明における記録媒体に相当するものであって、波形記録装置1のMOドライブ18および上記したパーソナルコンピュータPの両者によって読み込みできるように初期化される。
【0035】
次に、図2および図3を参照してMO2の修復可能形式初期化処理およびこの処理によって作成されるMO2の記録領域について説明する。なお、MO2に記録されるデータが、それ程重要でない場合には、修復可能形式ではなく、通常形式で初期化することもでき、両者のいずれかを選択することができる。ここでは、修復可能形式による初期化が選択されたものとして説明する。また、以下に説明する処理については、注記しない限り、ROM13に記憶されている処理手順プログラムに従いCPU12によって実行されるものとする。
【0036】
MO2が波形記録装置1のMOドライブ18に挿入されると、所定の初期化形式でMO2を初期化する(ステップ31)。これにより、MO2の記録面には、初期化形式に対応したトラックおよびセクタが形成されると共に、図3に示すように、IPL記録用領域20、FAT記録用領域21a、複製FAT記録用領域21b、ルートディレクトリ情報記録用領域22aおよび波形データ記録用領域29が作成される。なお、この際に、同図に示すバックアップファイル記録用領域25が、波形データ記録用領域29として作成される。次に、作成されたIPL記録用領域20に、修復可能形式で初期化された記録媒体であることを示す識別情報を記録する(ステップ32)。次いで、ルートディレクトリに、修復用データを記録するためのバックアップファイルを作成する(ステップ33)。これにより、図3に示すように、波形データ記録用領域29の先頭にバックアップファイル記録用領域25が作成される。なお、同図は、バックアップファイル記録用領域25と波形データ記録用領域29とが区別された状態を示している。また、後にサブディレクトリが作成される場合には、波形データ記録用領域29内のサブディレクトリ情報記録用領域22bにディレクトリ情報が記録されるが、ルートディレクトリ情報記録用領域22aとサブディレクトリ情報記録用領域22bとを区別しないときには、単に「ディレクトリ情報記録用領域22」ともいう。また、FAT記録用領域21aおよびディレクトリ情報記録用領域22に記録されるデータが本発明におけるファイル管理情報に相当する。また、バックアップファイル記録用領域25は、同図に示すように、バックアップ用新FAT記録用領域26と、バックアップ用カレントディレクトリ情報記録用領域27と、管理情報記録用領域28とによって構成されている。
【0037】
バックアップ用新FAT記録用領域26には、後に、波形データファイルを記録したりサブディレクトリを作成したりするときに、FAT記録用領域21aに記録すべき新たなセクタ情報が記録される。また、バックアップ用カレントディレクトリ情報記録用領域27には、波形データファイルの記録やサブディレクトリの作成に伴って更新されるディレクトリ情報のバックアップデータが記録される。一方、管理情報記録用領域28は、3つのセクタで構成され、各セクタには、処理対象セクタ情報記録用領域28a、処理状態情報記録用第1領域28b、および処理状態情報記録用第2領域28cがそれぞれ作成される。ここで、処理対象セクタ情報記録用領域28aには、バックアップ用カレントディレクトリ情報記録用領域27に複写されるべきファイル情報が記録されているセクタについてのセクタ番号が記録される。一方、処理状態情報記録用第1領域28bおよび処理状態情報記録用第2領域28cには、後述するファイル管理情報バックアップ処理1,2の進行に応じた処理状態情報が記録される。
【0038】
続いて、ルートディレクトリ情報記録用領域22aの最初のセクタである保護領域23におけるバックアップファイルのディレクトリ情報の記録用領域23aにバックアップファイルに関するファイル情報を記録し、そのセクタの空き領域であるダミー記録領域23bに、属性が隠しファイルで、かつ読み出し専用のダミーデータを書き込む(ステップ34)。この場合、波形記録装置1では、MOドライブ18がセクタ単位でデータを書き込んでいるため、保護領域23のすべてをディレクトリ情報とダミーデータとで記録することにより、他のデータの追加に伴って保護領域23が書き換えられてしまうことを有効に防止することができる。これにより、バックアップファイルについてのファイル情報が保護される。以上により、修復可能形式初期化処理を完了する。
【0039】
次いで、波形記録装置1におけるMO2へのデータ書き込みに伴うファイル管理情報のバックアップ処理について説明する。このバックアップ処理は、ファイルを記録したりサブディレクトリを作成したりする場合に実行するファイル管理情報バックアップ処理1(以下、「バックアップ処理1」ともいう)と、既に作成されているファイルのファイル名やサブディレクトリのディレクトリ名を変更する場合などに実行するファイル管理情報バックアップ処理2(以下、「バックアップ処理2」ともいう)との2種類がある。
【0040】
最初に、前述した修復可能形式初期化処理を行ったMO2のディレクトリに、「データ1.DAT」というファイル名の波形データを記録する場合を例に挙げてバックアップ処理1について説明する。
【0041】
まず、図4に示すように、ディレクトリ情報記録用領域22に記録されているファイル情報の複製をカレントディレクトリの更新前ファイル情報としてバックアップ用カレントディレクトリ情報記録用領域27に記録する(ステップ41)。次に、ディレクトリ情報記録用領域22内の書き替えられたセクタの番号を処理対象セクタ情報記録用領域28aに記録する。バックアップファイルの記録を完了した後(ステップ42)、ファイル情報のバックアップが完了した旨を示す処理状態情報の記号SB を、後述するように管理情報記録用領域28に記録する(ステップ43)。次に、記録する波形データファイルのファイル名(ここでは「データ1」)をディレクトリ情報記録用領域22に記録する(ステップ44)。次いで、「データ1.DAT」のデータ本体を波形データ記録用領域29の未記録セクタに記録する(ステップ45)。続いて、「データ1.DAT」のデータ本体が記録されたセクタについての管理番号や、「データ1.DAT」のファイルサイズなどを、ファイル名に対応させてディレクトリ情報記録用領域22に追加記録する(ステップ46)。
【0042】
次に、FAT記録用領域21aおよび複製FAT記録用領域21bに記録すべき「データ1.DAT」に関するセクタ情報を含んだ新たなセクタ情報をバックアップ用新FAT記録用領域26に記録する(ステップ47)。次いで、セクタ情報のバックアップが完了した旨を示す処理状態情報の記号SC を、後述するように管理情報記録用領域28に記録する(ステップ48)。この後、バックアップ用新FAT記録用領域26に記録した新たなセクタ情報をFAT記録用領域21aおよび複製FAT記録用領域21bにそれぞれ記録する(ステップ49)。次に、新セクタ情報の記録を完了した後(ステップ50)、すべての記録を完了した旨を示す処理状態情報の記号SA を、後述するように管理情報記録用領域28に記録する(ステップ51)。これにより、「データ1.DAT」のデータ本体の記録および「データ1.DAT」に関するファイル管理情報のバックアップ処理を完了する。
【0043】
続いて、ディレクトリに記録されている波形データファイル「データ1.DAT」のファイル名を「データ2.DAT」に変更する場合を例に挙げてバックアップ処理2について説明する。
【0044】
まず、図5に示すように、ディレクトリ情報記録用領域22に記録されているファイル情報の複製をカレントディレクトリの更新前ファイル情報として、バックアップ用カレントディレクトリ情報記録用領域27に記録する(ステップ61)。次に、ディレクトリ情報記録用領域22内の書き替えられたセクタの番号を処理対象セクタ情報記録用領域28aに記録する。バックアップファイルの記録が完了した後(ステップ62)、ファイル情報のバックアップが完了した旨を示す処理状態情報の記号SB を、後述するように、管理情報記録用領域28に記録する(ステップ63)。次に、変更すべき波形データファイルのファイル名(ここでは「データ2」)をディレクトリ情報記録用領域22に記録する(ステップ64)。ファイル名の記録を完了した後(ステップ65)、すべての記録を完了した旨を示す処理状態情報の記号SA を、後述するように管理情報記録用領域28に記録する(ステップ66)。これにより、ファイル名の変更および「データ2.DAT」に関するファイル管理情報のバックアップ処理を完了する。
【0045】
次に、図6を参照して、上記したバックアップ処理1,2におけるステップ43,48,51,63,66において実行された処理状態情報の記録処理について詳しく説明する。
【0046】
バックアップ処理1,2では、前述したように、変更前のファイル情報に関するバックアップを完了している旨を示す処理状態情報の記号SB と、新たに記録するセクタ情報のバックアップを完了している旨を示す処理状態情報の記号SC と、すべての記録を完了している旨を示す処理状態情報の記号SA の3つの記号を処理の段階に応じて記録する。この場合、処理状態情報は、複数のビットデータから形成され、かつ複数のビットデータの一部の値が他のビットデータの値と異なるデータ構造で構成されている。すなわち、処理状態情報は、複数ビットのすべてが値「0」または「1」で連続しない。このため、処理状態情報の各ビットが予め定めたビットデータのすべてと一致したときには、その段階まで処理されていたことを確実に特定することができる。また、この処理では、処理状態情報が停電などの不測の事態によって記録されなかったり破壊されてしまったりする場合に備えて、処理状態情報記録用第1領域28bおよび処理状態情報記録用第2領域28cの2領域に処理状態情報を記録する。具体的には、この処理では、図6に示すように、まず、処理状態情報記録用第1領域28bに処理状態情報の記号を記録する(ステップ71)。次いで、処理状態情報記録用第1領域28bへの処理状態情報の記号の記録を完了した後に(ステップ72)、処理状態情報記録用第2領域28cに処理状態情報の記号を記録する(ステップ73)。これにより、処理状態情報の記録処理を完了する。
【0047】
次いで、図7を参照して、波形記録装置1によるファイル管理情報修復処理について説明する。
【0048】
まず、波形記録装置1のMOドライブ18にMO2が挿入されると、CPU12は、修復可能形式で初期化された記録媒体であることを示す識別情報がMO2のIPL記録用領域20に記録されているかを判別する(ステップ81)。識別記号が記録されていないと判別した場合には、この処理を行うことができないMOであるため、CPU12は、修復可能形式初期化処理が行われていない記録媒体であることを警報するためのメッセージを表示部16に表示させた(ステップ82)後に、この処理を終了する。一方、識別記号が記録されていると判別した場合には、ルートディレクトリ情報記録用領域22aにおける保護領域23のディレクトリ情報記録用領域23aが修復可能形式初期化処理で作成された内容と同一であるかを判別する(ステップ83)。初期化時と異なると判別した場合には、CPU12は、「バックアップファイル異常」という警告表示を表示部16に表示させた(ステップ84)後に、この処理を終了する。
【0049】
一方、ステップ83において、同一であると判別した場合には、CPU12は、処理状態情報記録用第1領域28bに処理状態情報が記録されているかを判別する(ステップ85)。処理状態情報が記録されている場合には、その処理状態情報を読み出し(ステップ86)、処理状態情報が記録されていない場合には、処理状態情報記録用第2領域28cに処理状態情報が記録されているかを判別する(ステップ87)。処理状態情報記録用第2領域28cに処理状態情報が記録されていると判別した場合には、その処理状態情報を読み出し(ステップ88)、記録されていないと判別した場合には、「バックアップファイル異常」という警告表示を表示部16に表示させた(ステップ84)後に、この処理を終了する。次いで、処理状態情報記録用第1領域28bまたは処理状態情報記録用第2領域28cから読み出した処理状態情報が記号SA である否かを判別する(ステップ89)。
【0050】
ここで、処理状態情報が記号SA であると判別した場合には、すべての記録が正常に完了していることを意味するため、CPU12は、MO2の修復を不要として、この処理を終了する。一方、処理状態情報が記号SA 以外の記号であると判別した場合には、その処理状態情報が記号SB および記号SC のいずれであるかを判別する(ステップ90)。記号SB であると判別した場合、ディレクトリ情報記録用領域22などにファイル情報を記録中、または波形データ記録用領域29にデータ本体を記録中のときに停電などによってその処理が中断されたため、FAT記録用領域21aおよび複製FAT記録用領域21bには新たなセクタ情報が記録されていないことを意味する。したがって、バックアップ用カレントディレクトリ情報記録用領域27に記録されているファイル情報を処理対象セクタ情報記録用領域28aに記録されているセクタ番号の示すディレクトリ情報記録用領域22に記録する(ステップ91)。これにより、記録中断時までに記録されたデータ本体については、そのままの状態で、そのデータ本体についての新たなファイル情報が破棄されて元の状態のファイル情報に書き替えられる結果、MO2は、そのデータ本体を記録する以前の状態に修復される。この後、ファイル情報の記録を完了した(ステップ92)ときに、CPU12は、処理状態情報記録用第1領域28bおよび処理状態情報記録用第2領域28cに、すべての記録を完了した旨を示す記号SA を処理状態情報として記録した(ステップ93)後に、この処理を終了する。
【0051】
一方、上記したステップ90において、読み出した処理状態情報が記号SC であると判別した場合には、ファイル情報の記録、データ本体の記録、並びにFAT記録用領域21aおよび複製FAT記録用領域21bに記録すべきセクタ情報のバックアップ処理が完了した後であって、FAT記録用領域21aまたは複製FAT記録用領域21bに新たなセクタ情報を記録している時に停電などによって中断されたことを意味する。したがって、この場合には、FAT記録用領域21aおよび複製FAT記録用領域21bに記録すべきセクタ情報をバックアップ用新FAT記録用領域26から読み出してFAT記録用領域21aおよび複製FAT記録用領域21bに記録する(ステップ94)。これにより、記録を中断されてしまったデータ本体についてのセクタ情報が、本来記録されるべき領域に記録されるため、そのデータ本体を正常に記録した状態にMO2を修復することができる。この後、セクタ情報の記録を完了した(ステップ95)ときに、CPU12は、処理状態情報記録用第1領域28bおよび処理状態情報記録用第2領域28cに、すべての記録を正常に完了した旨を示す記号SA を処理状態情報として記録した(ステップ96)後に、この処理を終了する。
【0052】
このように、この波形記録装置1によれば、停電や機器の故障などによってデータ記録処理が中断されてしまった場合に、その中断時までに既に実行されていた処理状態に応じてMO2の記録内容を修復することができる。
【0053】
なお、本発明は、上記した発明の実施の形態に示した構成や処理内容に限定されない。例えば、本発明の実施の形態では、記録媒体としてMOを使用した例について説明したが、本発明における記録媒体としては、フロッピーディスクやリムーバブルハードディスクなどの記録媒体を用いることもできる。また、MOドライブ18などのドライブ装置についても、波形記録装置1に内蔵させずに、接続ケーブルによって波形記録装置1に接続して使用する構成にしてもよい。
【0054】
また、記録媒体についてのファイル管理情報修復処理についても、波形記録装置1に内蔵したSRAMなどに本発明における修復用データを記録し、その記録した修復用データに基づいてファイル管理情報修復処理を実行してもよい。ただし、ファイル管理情報修復処理の対象となるべき記録媒体に対して、他のパーソナルコンピュータなどによって上書記録された場合には、ファイル管理情報修復処理を正しく実行することができなくなるため、ファイル管理情報修復処理の対象となるべき記録媒体内に修復用データを記録することが好ましい。
【0055】
【発明の効果】
以上のように、請求項1,2記載のデータ記録装置によれば、記録媒体に対するデータ記録処理時に記録媒体および装置内メモリの少なくとも一方に修復用データを記録することにより、データ記録処理中において停電などの不測の事態が生じたときであっても、記録した修復用データに基づいて記録媒体を記録処理直前状態または正常記録状態に修復することができ、これにより、停電などによる記録媒体の記録内容の破壊を防止することができる。また、修復用データのファイル情報を記録したデータ記録装置における最小記録単位領域の空き領域に修復用データとは別の所定情報を記録することにより、修復用データのファイル情報が書き替えられてしまうことがなくなるため、修復用データのファイル 情報を確実に保護することができる。
【0056】
また、請求項3記載のデータ記録装置によれば、記録媒体に対するデータ記録処理時に記録媒体および装置内メモリの少なくとも一方に修復用データを記録することにより、データ記録処理中において停電などの不測の事態が生じたときであっても、記録した修復用データに基づいて記録媒体を記録処理直前状態または正常記録状態に修復することができ、これにより、停電などによる記録媒体の記録内容の破壊を防止することができる。また、記録した処理状態情報に対応する処理状態に応じて記録処理直前状態または正常記録状態に記録媒体を修復することにより、一義的に記録処理直前状態に修復する場合と比較して、不測の事態に対する取扱者の作業を不要または簡易にすることができる。
【0057】
また、請求項4記載のデータ記録装置によれば、処理状態情報を、複数のビットデータから形成し、かつ複数のビットデータの一部の値が他のビットデータの値と異なるデータ構造で構成したことにより、どの段階まで処理されていたかを確実に特定することができるため、その後の修復処理を確実に実行することができる。
【0058】
また、請求項記載のデータ記録装置によれば、記録対象ファイルのファイル管理情報を含みデータ記録処理に係る記録対象ファイルのデータ本体を除いた修復用データを記録することにより、修復用データを記録媒体内に記録する場合であっても、記録媒体のデータ領域の利用効率の低下を防止しつつ迅速に修復用データを記録することができる。
【0059】
また、請求項記載のデータ記録装置によれば、修復用データ、および修復用データのファイル情報が記録されている最小記録単位領域内のデータをそれぞれ属性が隠しファイルで形成したことにより、修復用データを有効に保護することができる。
【0060】
また、請求項7または8記載のデータ記録装置によれば、所定の識別情報が記録された記録媒体に対して修復用データの記録を実行し、任意の記録媒体に対して識別情報を記録できるように構成したことにより、重要なデータが記録されている記録媒体についてのみ修復データの自動的な記録処理および修復を実行することができる。
【0061】
さらに、請求項記載のデータ記録装置によれば、識別情報をIPL記録領域に記録したことにより、誤った操作による識別情報の消去を確実に防止することができる。
【0062】
また、請求項10記載のデータ記録装置によれば、記録媒体について識別情報が記録されているか否かの判別結果に対応する所定の表示を表示部に表示することにより、取扱者に対して、装置に装着した記録媒体について記録データの修復が可能か否かを確実かつ容易に知覚させることができ、これにより、重要なデータを記録した記録媒体の破壊を防止することができる。
【0063】
また、請求項11記載のデータ記録装置によれば、一般的に重要と考えられる測定データを記録する場合に、その重要データが記録された記録媒体を有効に保護することができる。
【図面の簡単な説明】
【図1】 本発明の実施の形態に係る波形記録装置の電気的なブロック図である。
【図2】 本発明の実施の形態に係る波形記録装置における修復可能形式初期化処理のフローチャートである。
【図3】 本発明の実施の形態に係る波形記録装置によって修復可能形式初期化処理が行われたMOの記録領域を説明するための記録領域図である。
【図4】 本発明の実施の形態に係る波形記録装置におけるファイル管理情報バックアップ処理1のフローチャートである。
【図5】 本発明の実施の形態に係る波形記録装置におけるファイル管理情報バックアップ処理2のフローチャートである。
【図6】 本発明の実施の形態に係る波形記録装置におけ処理状態情報の記録処理のフローチャートである。
【図7】 本発明の実施の形態に係る波形記録装置におけるファイル管理情報修復処理のフローチャートである。
【符号の説明】
1 波形記録装置
2 MO
12 CPU
16 表示部
[0001]
BACKGROUND OF THE INVENTION
  The present invention relates to a data recording apparatus that records file management information for managing a data body together with the data body on a recording medium during data recording processing on the recording medium.
[0002]
[Prior art]
  Recording media such as floppy disks, MOs (Magnet Optical Disks), and hard disks used in personal computers need to be initialized before data is recorded. In this initialization process, tracks and sectors for recording data are formed on the recording surface of the recording medium, and an IPL (Initial Program Loader) recording area, FAT (File Allcation Table) A recording area, a duplicate FAT recording area, a root directory information recording area, a data recording area, and the like are set corresponding to the recording method and recording capacity of the recording medium.
[0003]
  Here, in the IPL recording area, for example, when a recording medium is initialized so that the personal computer can be activated, a so-called boot loader for reading the activation program recorded on the recording medium into the main memory of the personal computer. Is recorded. Also, there is an IPL recording area when it is initialized for data recording. In this case, when trying to start the personal computer from the recording medium, the recording medium is initially set to be able to start the personal computer. A program for displaying on the display section that the information has not been converted or for sounding a warning sound is recorded.
[0004]
  On the other hand, in the FAT recording area, recording start sector numbers of files and subdirectories recorded on the recording medium, sector linkage information when one file is recorded across a plurality of sectors, files and subdirectories are recorded. A directory recording end sector number, a sector number of an unrecorded sector, a sector number of a bad sector, and the like are recorded. In addition, a copy of the sector information recorded in the FAT recording area is recorded in the duplicate FAT recording area in case the contents recorded in the FAT recording area are destroyed due to some abnormal situation. .
[0005]
  In addition, the root directory information recording area is recorded in the root directory.ThisFile name and subdirectory directory name created in the root directory, file extension, file attributes, file or subdirectory update time, file or subdirectory update date, FAT for that file or subdirectory A directory entry describing the FAT management number, file size, etc. recorded in the recording area is recorded. In the data recording area, the data body of the file recorded on the recording medium and the directory information related to the created subdirectory are recorded.
[0006]
  Specifically, for example, when recording a file called “data 1.TXT” on a recording medium, first, sector information recorded in the FAT recording area is read, and then unrecorded from the data recording area Search for a sector. When an unrecorded sector can be searched, file name directory information is recorded. Next, the data body of “DATA 1.TXT” is recorded in an unrecorded sector. Subsequently, the file name “Data 1”, the extension “TXT”, the FAT management number recorded in the FAT recording area regarding “Data 1.TXT”, and the like are recorded in the root directory information recording area. Next, the sector information of the sector in which the data body of “DATA 1.TXT” is recorded is recorded in the FAT recording area and also recorded in the duplicate FAT recording area. As a result, “Data 1.TXT” is recorded on the recording medium.
[0007]
  Thereafter, when “data 1.TXT” is read from the recording medium, first, it is checked whether or not the file name “data 1.TXT” is recorded on the recording medium by referring to the root directory information recording area. Next, based on the FAT management number for the file name “Data 1.TXT” recorded in the root directory information recording area, the file name “Data 1.TXT” recorded in the FAT recording area is recorded. Read sector information. Next, the data body of “DATA 1.TXT” is read from the data recording area based on the read sector information. As a result, the data body of the file name “Data 1.TXT” is read from the recording medium.
[0008]
[Problems to be solved by the invention]
  However, the conventional data recording / recording apparatus has the following problems.
  That is, in the conventional data recording apparatus, after recording the data body of the file in the data recording area, various information about the file is recorded in the root directory information recording area, and then the sector information about the data body is used for FAT recording. Recorded in the area. Thus, when the data body of the file recorded on the recording medium is read, the file is recorded from the data recording area based on the file management information recorded in the root directory information recording area and the FAT recording area for the file. The data body can be read. However, after the data body of the file is recorded in the data recording area, the file information or the like is recorded in the root directory information recording area or the sector information or the like is recorded in the FAT recording area. When the data recording device is stopped due to a power failure or the like, not only the file currently being recorded, but also the sector information and file information related to the file that has already been recorded before the data recording process are destroyed. Sometimes.
[0009]
  In such a case, for example, since the relationship between the data body and the sector number of the data recording area in which the data body is recorded becomes unclear, not only the file related to the data recording process but also the data recording process is performed. It becomes impossible to read the data body of the file recorded before the execution. Thus, the conventional data recording process has a problem that the recorded content of the recording medium is destroyed when a power failure occurs during the data recording process. Even if the data body cannot be read, the root directory information recording area and the FAT recording area are recorded in the data recording area even though the data body related to the data recording process is recorded. The latest file information and sector information related to the data recording process may not be recorded in the use area. In such a case, there is a problem in that there is a contradiction regarding the data contents between the recorded data body and the file management information.
[0010]
  The present invention has been made in view of such problems, and provides a data recording apparatus capable of preventing destruction of recorded contents in a recording medium due to an unexpected situation occurring during data recording processing. The main purpose is to do.
[0011]
[Means for Solving the Problems]
  In order to achieve the above object, the data recording apparatus according to claim 1 is a state immediately before a recording process in which file management information of the recording medium is recorded immediately before the data recording process, or a data recording process. Recording repair data for restoring the recording medium to a normal recording state to be normally recorded by at least one of the recording medium and the in-device memoryThe data recording apparatus records predetermined information different from the repair data in an empty area of the minimum recording unit area in the data recording apparatus that records the file information of the repair data.It is characterized by that.
[0012]
  The data recording apparatus according to claim 2 is configured such that the recording medium can be restored to a state immediately before the recording process or a normal recording state based on the data for restoration in the data recording apparatus according to claim 1. .
[0013]
  In the data recording apparatus according to the first and second aspects, during the data recording process on the recording medium, the restoration data is recorded on the recording medium or the internal memory. On the other hand, when an unexpected situation such as a power failure occurs during the data recording process, the state immediately before the recording process is applied to the recording medium that has not completely completed the data recording process based on the recorded restoration data. Or restore to the normal recording state. In this case, for example, when the data body is not recorded on the recording medium, the state is restored to the state immediately before the recording process, and when the data body is recorded and only the file management information is not recorded, the state is restored to the normal recording state based on the restoration data. To do. For this reason, it becomes possible to prevent destruction of the recorded contents of the recording medium.In this data recording apparatus, for example, a floppy disk When a disk or MO is used as a recording medium, predetermined information such as dummy data different from the repair data is recorded in the sector which is the minimum recording unit area in which the file information of the repair data is recorded. Therefore, when the data body is recorded during the data recording process, the file information of the restoration data is not rewritten, and the file information of the restoration data can be reliably protected.
[0014]
  The data recording apparatus according to claim 3 is normally recorded in the state immediately before the recording process in which the file management information of the recording medium was recorded immediately before the data recording process or in the data recording process during the data recording process on the recording medium. A data recording apparatus that records data for repairing a recording medium in a normal recording state to at least one of the recording medium and the memory in the apparatus, and repairs processing state information corresponding to the processing state in the data recording process The recording medium is recorded as a part of data, and the recording medium is restored to a state immediately before a recording process or a normal recording state according to a processing state corresponding to the processing state information.
[0015]
  In the data recording apparatus according to the third aspect, during the data recording process on the recording medium, the restoration data is recorded on the recording medium or the internal memory. On the other hand, when an unexpected situation such as a power failure occurs during the data recording process, the state immediately before the recording process is applied to the recording medium that has not completely completed the data recording process based on the recorded restoration data. Or restore to the normal recording state. In this case, for example, when the data body is not recorded on the recording medium, the state is restored to the state immediately before the recording process, and when the data body is recorded and only the file management information is not recorded, the state is restored to the normal recording state based on the restoration data. To do. For this reason, it becomes possible to prevent destruction of the recorded contents of the recording medium. In the data recording process, for example, processing such as creation of directory information for the data body, recording of the data body, and recording of sector information in which the data body is recorded is sequentially performed. In this data recording method of the data recording apparatus, the stepwise processing state in the data recording process is recorded as a part of the repair data. Therefore, when data is not normally recorded due to a power failure or the like during data recording processing, the data recording device restores the recorded contents of the recording medium according to the processing state that has already been executed by the time of the power failure. Is possible. Specifically, based on the processing status information, for example, when it is determined that only directory information creation has been executed, it is restored to the state immediately before the recording process, and when it is determined that the recording of the data body has been completed. Restore to normal recording state. For this reason, compared with the case where it is uniquely restored to the state immediately before the recording process, it is possible to make the work of the handler for an unexpected situation unnecessary or simplified.
[0016]
  The data recording device according to claim 4 is the data recording device according to claim 3, wherein the processing status information is formed from a plurality of bit data, and a value of a part of the plurality of bit data is a value of another bit data. The data structure is different from the above.
[0017]
  If the processing status information is configured with a data structure in which the value “1” or the value “0” continues, when the power is shut down due to a power failure or the like, whether the processing status information is recorded with the value “0” or not. Since it is unclear whether it is a record, it is difficult to specify at which stage of each process the power is shut off. In this data, not all of the plurality of bits are continuous with the value “0” or “1”. Therefore, when each bit of the processing state information matches all of the predetermined bit data, it is determined that the processing has been performed up to that stage. Thus, it is possible to reliably specify, and it is possible to reliably execute the subsequent repair process.
[0018]
  Claim5The data recording apparatus according to claim 1.To any of 4In the described data recording apparatus, the restoration data includes at least file management information of the recording target file, and a data body of the recording target file related to the data recording process is excluded.
[0019]
  It is possible to include a data body as the restoration data. On the other hand, when recording repair data on a recording medium, if the amount of data in the data body is large, the data recording area of the recording medium may not be used effectively. In general, the data body is stored on the side of the data recording apparatus that attempts to record the data body on the recording medium. Therefore, there is little advantage of including the data body in the repair data. In this data recording device, file management information excluding the data main body is recorded as restoration data, so that even if it is recorded in the recording medium, the data area of the recording medium is restored without significantly reducing the utilization efficiency. Data can be recorded, and the repair data can be quickly recorded.
[0020]
  Claim6The data recording device according to claim 1 fromOf 5In any one of the data recording apparatuses described above, the attribute of each of the data in the minimum recording unit area in which the restoration data and the file information of the restoration data are recorded is a hidden file.
[0021]
  The restoration data can be constituted by a file having an attribute that can be freely read and written in the same manner as a normal file. However, the file information of the restoration data may be read and erased by another data recording device such as a personal computer. In such a case, the recording medium cannot be restored using the restoration data. On the other hand, in this data recording apparatus, since the attributes of the restoration data and the file information of the restoration data are hidden files, the data for restoration can be protected without being read by other data recording apparatuses. It becomes possible.
[0022]
  Claim7The data recording device according to claim 1 from6In the data recording apparatus according to any one of the above, the restoration data is recorded on a recording medium on which predetermined identification information is recorded.
[0023]
  Claim8The data recording apparatus described in claim7In the described data recording apparatus, the identification information can be recorded on a recording medium.
[0024]
  Although it is possible to perform the repair data recording process on all the recording media, the processing time may be wasted if it is performed on the recording medium on which less important data is recorded. ThisTheseIn the data recording device, the identification information is recorded in advance according to the importance of the data to be recorded, so that even if no designation is made by the operator for the execution of the repair process, important data is stored. It is possible to execute the automatic recording process and the repair of the repair data only on the recorded recording medium.
[0025]
  Claim9The data recording apparatus described in claim8In the described data recording apparatus, the identification information is recorded in the IPL recording area.
[0026]
  The identification information can be recorded in any storage area of the recording medium. On the other hand, in this data, since the identification information is recorded in the IPL recording area, the data recording apparatus can immediately recognize whether or not the recording medium is to be repaired when the recording medium is loaded. In general, the IPL recording area cannot be rewritten unless the recording medium is initialized. Therefore, erasure of identification information due to an erroneous operation is prevented.
[0027]
  Claim10The data recording apparatus described in claim7 to 9A data recording apparatus according to any one of the above, characterized by comprising a display unit, determining whether identification information is recorded on the recording medium, and displaying a predetermined display corresponding to the determination result on the display unit. To do.
[0028]
  In this data recording apparatus, it is determined whether or not the identification information is recorded on the recording medium. For example, when the identification information is not recorded, a warning is given by displaying that fact on the display unit. Therefore, when the important data is recorded, the operator can surely and easily perceive whether or not the recorded data can be restored with respect to the mounted recording medium by checking the alarm display on the display unit. It becomes possible.
[0029]
  Claim11The data recording device according to claim 1 from10The data recording apparatus according to any one of the above, wherein the measurement apparatus records measurement data.
[0030]
DETAILED DESCRIPTION OF THE INVENTION
  Hereinafter, an embodiment in which a data recording apparatus according to the present invention is applied to a waveform recording apparatus will be described with reference to the accompanying drawings.
[0031]
  First, the electrical configuration of the waveform recording apparatus 1 will be described with reference to FIG.
[0032]
  As shown in the figure, the waveform recording apparatus 1 includes an input signal processing unit 11 that generates waveform data DS from an input signal SIN to be recorded and outputs the waveform data DS to the CPU 12, a CPU 12, a backup processing program by the CPU 12, and the like. ROM 13 for storing the operation program, RAM 14, an operation unit 15 on which various keys are arranged, a display unit 16 constituted by an LCD panel, a cathode ray tube (CRT), and the like, and a display unit under the control of the CPU 12 16 includes a printer 17 that prints a signal waveform of a recording target signal displayed on the display 16 and a hard copy of a display screen, and an MO drive 18.
[0033]
  Here, the CPU 12 performs display control of a signal waveform based on the waveform data DS for the display unit 16 and print control for the printer 17, and controls file recording processing and reading processing by the MO drive 18. Input of key signals by operating 15 keys is processed. The RAM 14 temporarily stores calculation results of the CPU 12, print data output to the printer 17, waveform data recorded by the MO drive 18, waveform data read from the MO 2 by the MO drive 18, and the like. Although the MO drive 18 is not particularly limited, in this embodiment, the MO drive 18 is configured to be able to read from and write to a 3.5-inch magneto-optical disk (hereinafter also referred to as MO).
[0034]
  As the personal computer P, a general commercial product having a 3.5-inch MO drive can be used. By inserting MO2 initialized by a repairable format initialization process described later into the MO drive, the waveform recording apparatus 1 can read waveform data and the like recorded in MO2. On the other hand, MO2 corresponds to the recording medium in the present invention, and is initialized so that it can be read by both the MO drive 18 of the waveform recording apparatus 1 and the personal computer P described above.
[0035]
  Next, the MO2 repairable format initialization process and the MO2 recording area created by this process will be described with reference to FIGS. If the data recorded in MO2 is not so important, it can be initialized not in a recoverable format but in a normal format, and either of them can be selected. Here, a description will be given assuming that initialization in a repairable format is selected. The processing described below is executed by the CPU 12 in accordance with a processing procedure program stored in the ROM 13 unless otherwise noted.
[0036]
  When MO2 is inserted into the MO drive 18 of the waveform recording apparatus 1, MO2 is initialized in a predetermined initialization format (step 31). As a result, tracks and sectors corresponding to the initialization format are formed on the recording surface of the MO2, and as shown in FIG. 3, the IPL recording area 20, the FAT recording area 21a, and the duplicate FAT recording area 21b. Then, a root directory information recording area 22a and a waveform data recording area 29 are created. At this time, the backup file recording area 25 shown in the figure is created as the waveform data recording area 29. Next, identification information indicating that the recording medium is initialized in a recoverable format is recorded in the created IPL recording area 20 (step 32). Next, a backup file for recording repair data is created in the root directory (step 33). As a result, a backup file recording area 25 is created at the head of the waveform data recording area 29 as shown in FIG. This figure shows a state where the backup file recording area 25 and the waveform data recording area 29 are distinguished. When a subdirectory is created later, the directory information is recorded in the subdirectory information recording area 22b in the waveform data recording area 29. However, the root directory information recording area 22a and the subdirectory information recording area are recorded. When not distinguishing from the area 22b, it is simply referred to as “directory information recording area 22”.Say. The data recorded in the FAT recording area 21a and the directory information recording area 22 corresponds to the file management information in the present invention. The backup file recording area 25 includes a backup new FAT recording area 26, a backup current directory information recording area 27, and a management information recording area 28, as shown in FIG. .
[0037]
  In the new FAT recording area 26 for backup, new sector information to be recorded in the FAT recording area 21a is recorded when a waveform data file is recorded later or a subdirectory is created. Also, in the backup current directory information recording area 27, backup data of directory information updated as the waveform data file is recorded and the subdirectory is created is recorded. On the other hand, the management information recording area 28 is composed of three sectors, and each sector includes a processing target sector information recording area 28a, a processing state information recording first area 28b, and a processing state information recording second area. 28c is created. Here, the sector number for the sector in which the file information to be copied to the backup current directory information recording area 27 is recorded in the processing target sector information recording area 28a. On the other hand, processing state information corresponding to the progress of file management information backup processing 1 and 2, which will be described later, is recorded in the processing state information recording first area 28b and the processing state information recording second area 28c.
[0038]
  Subsequently, file information relating to the backup file is recorded in the directory information recording area 23a of the backup file in the protection area 23 which is the first sector of the root directory information recording area 22a, and a dummy recording area which is an empty area of the sector In 23b, read-only dummy data whose attribute is a hidden file is written (step 34). In this case, in the waveform recording apparatus 1, since the MO drive 18 writes data in units of sectors, all of the protection area 23 is recorded with directory information and dummy data, so that protection can be achieved with the addition of other data. It is possible to effectively prevent the region 23 from being rewritten. Thereby, the file information about the backup file is protected. The repairable format initialization process is thus completed.
[0039]
  Next, backup processing of file management information accompanying data writing to MO2 in the waveform recording apparatus 1 will be described. This backup process includes a file management information backup process 1 (hereinafter also referred to as “backup process 1”) executed when recording a file or creating a subdirectory, a file name of an already created file, There are two types of file management information backup processing 2 (hereinafter also referred to as “backup processing 2”) executed when the directory name of a subdirectory is changed.
[0040]
  First, the backup process 1 will be described by taking as an example a case where waveform data having a file name of “data 1.DAT” is recorded in the directory of the MO 2 subjected to the above-described repairable format initialization process.
[0041]
  First, as shown in FIG. 4, a copy of the file information recorded in the directory information recording area 22 is recorded in the backup current directory information recording area 27 as pre-update file information of the current directory (step 41). Next, the rewritten sector number in the directory information recording area 22 is recorded in the processing target sector information recording area 28a. After the recording of the backup file is completed (step 42), the processing status information symbol SB indicating that the backup of the file information is completed is recorded in the management information recording area 28 as will be described later (step 43). Next, the file name of the waveform data file to be recorded (here, “data 1”) is recorded in the directory information recording area 22 (step 44). Next, the data body of “DATA 1.DAT” is recorded in an unrecorded sector of the waveform data recording area 29 (step 45). Subsequently, the management number of the sector in which the data body of “Data 1.DAT” is recorded, the file size of “Data 1.DAT”, and the like are additionally recorded in the directory information recording area 22 in association with the file name. (Step 46).
[0042]
  Next, new sector information including sector information relating to “data 1.DAT” to be recorded in the FAT recording area 21a and the duplicate FAT recording area 21b is recorded in the backup new FAT recording area 26 (step 47). ). Next, a processing state information symbol SC indicating that the sector information backup has been completed is recorded in the management information recording area 28 as described later (step 48). Thereafter, new sector information recorded in the new FAT recording area 26 for backup is recorded in the FAT recording area 21a and the duplicate FAT recording area 21b, respectively (step 49). Next, after the recording of the new sector information is completed (step 50), the processing status information symbol SA indicating that all the recording has been completed is recorded in the management information recording area 28 as will be described later (step 51). ). This completes the recording of the data body of “DATA 1.DAT” and the backup processing of the file management information related to “DATA 1.DAT”.
[0043]
  Next, the backup process 2 will be described by taking as an example the case where the file name of the waveform data file “data 1.DAT” recorded in the directory is changed to “data 2.DAT”.
[0044]
  First, as shown in FIG. 5, a copy of the file information recorded in the directory information recording area 22 is recorded in the backup current directory information recording area 27 as pre-update file information of the current directory (step 61). . Next, the rewritten sector number in the directory information recording area 22 is recorded in the processing target sector information recording area 28a. After the recording of the backup file is completed (step 62), the processing status information symbol SB indicating that the backup of the file information is completed is recorded in the management information recording area 28 (step 63) as will be described later. Next, the file name of the waveform data file to be changed (here, “data 2”) is recorded in the directory information recording area 22 (step 64). After the recording of the file name is completed (step 65), the processing status information symbol SA indicating that all recording has been completed is recorded in the management information recording area 28 as described later (step 66). Thus, the file name change and the file management information backup processing relating to “data 2.DAT” are completed.
[0045]
  Next, the processing state information recording process executed in steps 43, 48, 51, 63, and 66 in the backup processes 1 and 2 will be described in detail with reference to FIG.
[0046]
  In the backup processes 1 and 2, as described above, the processing status information symbol SB indicating that the backup of the file information before the change is completed and the newly recorded sector information backup are completed. Three symbols are recorded in accordance with the stage of processing, the symbol SC of the processing state information to be shown and the symbol SA of the processing state information to indicate that all recording has been completed. In this case, the processing state information is formed of a plurality of bit data, and has a data structure in which some values of the plurality of bit data are different from the values of other bit data. That is, the processing status information is not continuous with all of the plurality of bits having the value “0” or “1”. For this reason, when each bit of the processing state information coincides with all the predetermined bit data, it can be surely specified that the processing has been performed up to that stage. In this process, the process state information recording first area 28b and the process state information recording second area are prepared in case the process state information is not recorded or destroyed due to an unexpected situation such as a power failure. The processing state information is recorded in two areas 28c. Specifically, in this process, as shown in FIG. 6, first, a symbol of the processing state information is recorded in the first region 28b for processing state information recording (step 71). Next, after the recording of the symbol of the processing state information in the processing state information recording first area 28b is completed (step 72), the symbol of the processing state information is recorded in the second area of recording processing state information 28c (step 73). ). Thereby, the recording process of the processing state information is completed.
[0047]
  Next, with reference to FIG. 7, the file management information restoration process by the waveform recording apparatus 1 will be described.
[0048]
  First, when MO2 is inserted into the MO drive 18 of the waveform recording apparatus 1, the CPU 12 records identification information indicating that the recording medium is initialized in a recoverable format in the IPL recording area 20 of the MO2. (Step 81). If it is determined that the identification symbol is not recorded, the CPU 12 is an MO that cannot perform this process, and therefore the CPU 12 warns that the recording medium has not been subjected to the recoverable format initialization process. After the message is displayed on the display unit 16 (step 82), this process is terminated. On the other hand, if it is determined that the identification symbol is recorded, the directory information recording area 23a of the protection area 23 in the root directory information recording area 22a is the same as the content created by the recoverable format initialization process. Is determined (step 83). If it is determined that it is different from the time of initialization, the CPU 12 displays a warning display “abnormal backup file” on the display unit 16 (step 84), and then ends this processing.
[0049]
  On the other hand, if it is determined in step 83 that they are the same, the CPU 12 determines whether or not the processing state information is recorded in the processing state information recording first area 28b (step 85). If the processing state information is recorded, the processing state information is read (step 86). If the processing state information is not recorded, the processing state information is recorded in the processing state information recording second area 28c. It is determined whether it has been performed (step 87). When it is determined that the processing status information is recorded in the second processing status information recording area 28c, the processing status information is read (step 88). After displaying the warning “abnormal” on the display unit 16 (step 84), the process is terminated. Next, it is determined whether or not the processing state information read from the first processing state information recording area 28b or the second processing state information recording area 28c is the symbol SA (step 89).
[0050]
  Here, if it is determined that the processing state information is the symbol SA, it means that all the recordings have been normally completed. Therefore, the CPU 12 ends the processing by making MO2 repair unnecessary. On the other hand, if it is determined that the processing state information is a symbol other than the symbol SA, it is determined whether the processing state information is the symbol SB or the symbol SC (step 90). If it is determined that the symbol SB, the processing is interrupted due to a power failure or the like while the file information is being recorded in the directory information recording area 22 or the like, or the data body is being recorded in the waveform data recording area 29. This means that no new sector information is recorded in the recording area 21a and the duplicate FAT recording area 21b. Accordingly, the file information recorded in the backup current directory information recording area 27 is recorded in the directory information recording area 22 indicated by the sector number recorded in the processing target sector information recording area 28a (step 91). As a result, with respect to the data body recorded up to the time of the recording interruption, the new file information for the data body is discarded and rewritten to the original file information as a result. The data body is restored to the state before recording. Thereafter, when the recording of the file information is completed (step 92), the CPU 12 indicates that all the recording has been completed in the first area 28b for recording the processing state information and the second area 28c for recording the processing state information. After the symbol SA is recorded as process state information (step 93), this process is terminated.
[0051]
  On the other hand, if it is determined in step 90 that the read processing state information is the symbol SC, the file information is recorded, the data body is recorded, and the FAT recording area 21a and the duplicate FAT recording area 21b are recorded. This means that after the sector information backup process to be performed is completed, the recording is interrupted due to a power failure or the like when new sector information is recorded in the FAT recording area 21a or the duplicate FAT recording area 21b. Therefore, in this case, the sector information to be recorded in the FAT recording area 21a and the duplicate FAT recording area 21b is read from the new FAT recording area 26 for backup, and is read into the FAT recording area 21a and the duplicate FAT recording area 21b. Record (step 94). As a result, the sector information for the data body whose recording has been interrupted is recorded in the area to be originally recorded, so that MO2 can be restored to the state where the data body has been normally recorded. Thereafter, when the recording of the sector information is completed (step 95), the CPU 12 has successfully completed all the recordings in the processing state information recording first area 28b and the processing state information recording second area 28c. Is recorded as processing state information (step 96), and then this processing is terminated.
[0052]
  As described above, according to the waveform recording apparatus 1, when the data recording process is interrupted due to a power failure, equipment failure, or the like, the MO2 recording is performed in accordance with the processing state that has already been executed until the interruption. The contents can be repaired.
[0053]
  The present invention is not limited to the configuration and processing contents shown in the above-described embodiment of the invention. For example, in the embodiment of the present invention, the example in which the MO is used as the recording medium has been described. However, a recording medium such as a floppy disk or a removable hard disk may be used as the recording medium in the present invention. Also, the drive device such as the MO drive 18 may be used by being connected to the waveform recording device 1 by a connection cable without being built in the waveform recording device 1.
[0054]
  As for the file management information repair process for the recording medium, the repair data in the present invention is recorded in the SRAM or the like built in the waveform recording apparatus 1, and the file management information repair process is executed based on the recorded repair data. May be. However, if the recording medium to be subjected to the file management information repair process is overwritten by another personal computer or the like, the file management information repair process cannot be executed correctly, so the file management It is preferable to record restoration data in a recording medium to be subjected to information restoration processing.
[0055]
【The invention's effect】
  As described above, according to the data recording apparatus of the first and second aspects, during the data recording process, the restoration data is recorded in at least one of the recording medium and the memory in the apparatus during the data recording process on the recording medium. Even when an unexpected situation such as a power failure occurs, the recording medium can be restored to the state immediately before the recording process or the normal recording state based on the recorded restoration data. The destruction of recorded contents can be prevented.Further, by recording predetermined information different from the repair data in the empty area of the minimum recording unit area in the data recording apparatus in which the file information of the repair data is recorded, the file information of the repair data is rewritten. Data file for repair Information can be reliably protected.
[0056]
  According to a third aspect of the present invention, the data for restoration is recorded in at least one of the recording medium and the memory in the apparatus at the time of the data recording process on the recording medium. Even when a situation occurs, it is possible to restore the recording medium to the state immediately before the recording process or the normal recording state based on the recorded restoration data, thereby destroying the recorded contents of the recording medium due to a power failure or the like. Can be prevented. In addition, by repairing the recording medium to the state immediately before the recording process or the normal recording state according to the processing state corresponding to the recorded processing state information, it is unexpected compared to the case where it is uniquely restored to the state immediately before the recording process. It is possible to make the work of the handler for the situation unnecessary or simple.
[0057]
  According to the data recording device of claim 4, the processing state information is formed from a plurality of bit data, and a part of the plurality of bit data has a data structure different from the values of the other bit data. As a result, it is possible to reliably specify to which stage the processing has been performed, so that the subsequent repair processing can be reliably performed.
[0058]
  Claims5According to the described data recording apparatus, the restoration data is recorded in the recording medium by recording the restoration data including the file management information of the recording target file and excluding the data body of the recording target file related to the data recording process. Even in such a case, the repair data can be quickly recorded while preventing the use efficiency of the data area of the recording medium from being lowered.
[0059]
  Claims6According to the described data recording apparatus, the restoration data and the data in the minimum recording unit area in which the file information of the restoration data is recorded are formed as hidden files, thereby making the restoration data effective. Can be protected.
[0060]
  Claims7 or 8According to the described data recording device, the recording of the restoration data is performed on the recording medium on which the predetermined identification information is recorded, and the identification information can be recorded on the arbitrary recording medium. Automatic recording processing and restoration of repair data can be executed only for a recording medium on which important data is recorded.
[0061]
  And claims9According to the described data recording apparatus, since the identification information is recorded in the IPL recording area, it is possible to surely prevent the identification information from being erased by an erroneous operation.
[0062]
  Claims10According to the described data recording apparatus, a predetermined display corresponding to the determination result as to whether or not the identification information is recorded on the recording medium is displayed on the display unit, so that a record attached to the apparatus can be provided to the handler. It is possible to reliably and easily perceive whether or not the recording data can be restored with respect to the medium, thereby preventing the recording medium on which important data is recorded from being destroyed.
[0063]
  Claims11According to the described data recording apparatus, when recording measurement data that is generally considered to be important, it is possible to effectively protect the recording medium on which the important data is recorded.
[Brief description of the drawings]
FIG. 1 is an electrical block diagram of a waveform recording apparatus according to an embodiment of the present invention.
FIG. 2 is a flowchart of repairable format initialization processing in the waveform recording apparatus according to the embodiment of the present invention.
FIG. 3 is a recording area diagram for explaining an MO recording area that has undergone a recoverable format initialization process by the waveform recording apparatus according to the embodiment of the present invention;
FIG. 4 is a flowchart of file management information backup processing 1 in the waveform recording apparatus according to the embodiment of the present invention.
FIG. 5 is a flowchart of file management information backup processing 2 in the waveform recording apparatus according to the embodiment of the present invention.
FIG. 6 is a flowchart of processing state information recording processing in the waveform recording apparatus according to the embodiment of the present invention;
FIG. 7 is a flowchart of file management information repair processing in the waveform recording apparatus according to the embodiment of the present invention.
[Explanation of symbols]
      1 Waveform recording device
      2 MO
    12 CPU
    16 Display section

Claims (11)

記録媒体に対するデータ記録処理時に、当該データ記録処理の直前に当該記録媒体のファイル管理情報が記録されていた記録処理直前状態、または当該データ記録処理によって正常に記録されるべき正常記録状態に当該記録媒体を修復するための修復用データを当該記録媒体および装置内メモリの少なくとも一方に記録するデータ記録装置であって、
前記修復用データのファイル情報を記録した当該データ記録装置における最小記録単位領域の空き領域に、当該修復用データとは別の所定情報を記録することを特徴とするデータ記録装置。
During the data recording process on the recording medium, the recording is performed in the state immediately before the recording process in which the file management information of the recording medium was recorded immediately before the data recording process, or in the normal recording state that should be normally recorded by the data recording process A data recording device that records data for repairing a medium in at least one of the recording medium and the memory in the device,
A data recording apparatus, wherein predetermined information different from the restoration data is recorded in an empty area of a minimum recording unit area in the data recording apparatus in which file information of the restoration data is recorded.
前記修復用データに基づいて前記記録処理直前状態または前記正常記録状態に前記記録媒体を修復可能に構成されていることを特徴とする請求項1記載のデータ記録装置。  2. The data recording apparatus according to claim 1, wherein the recording medium can be restored to the state immediately before the recording process or the normal recording state based on the restoration data. 記録媒体に対するデータ記録処理時に、当該データ記録処理の直前に当該記録媒体のファイル管理情報が記録されていた記録処理直前状態、または当該データ記録処理によって正常に記録されるべき正常記録状態に当該記録媒体を修復するための修復用データを当該記録媒体および装置内メモリの少なくとも一方に記録するデータ記録装置であって、
前記データ記録処理における処理状態に対応する処理状態情報を前記修復用データの一部として記録し、当該処理状態情報に対応する前記処理状態に応じて前記記録処理直前状態または前記正常記録状態に前記記録媒体を修復することを特徴とするデータ記録装置。
During the data recording process on the recording medium, the recording is performed in the state immediately before the recording process in which the file management information of the recording medium was recorded immediately before the data recording process, or in the normal recording state that should be normally recorded by the data recording process A data recording device that records data for repairing a medium in at least one of the recording medium and the memory in the device,
The processing state information corresponding to the processing state in the data recording process is recorded as a part of the restoration data, and the state immediately before the recording process or the normal recording state according to the processing state corresponding to the processing state information A data recording apparatus for repairing a recording medium .
前記処理状態情報は、複数のビットデータから形成され、かつ当該複数のビットデータの一部の値が他のビットデータの値と異なるデータ構造で構成されていることを特徴とする請求項記載のデータ記録装置。It said process state information is formed from a plurality of bit data, and claim 3, wherein the values of some of the plurality of bit data, characterized in that it is composed of different data structures with the values of the other bit data Data recording device. 前記修復用データには、少なくとも当該記録対象ファイルのファイル管理情報が含まれ、かつ前記データ記録処理に係る記録対象ファイルのデータ本体が除かれていることを特徴とする請求項1から4のいずれかに記載のデータ記録装置。Wherein the repair data contains file management information for at least the recorded object file, and any of claims 1-4, characterized in that said are data recorded data main body of the recording destination file of the process is removed data recording apparatus crab according. 前記修復用データ、および当該修復用データのファイル情報が記録されている最小記録単位領域内のデータは、それぞれ属性が隠しファイルであることを特徴とする請求項1からのいずれかに記載のデータ記録装置。Said recovery data, and the data of the minimum recording unit area of the file information of the recovery data is recorded, according to any one of claims 1 to 5, characterized in that each is an attribute is a hidden file Data recording device. 所定の識別情報が記録された前記記録媒体に対して前記修復用データの記録を実行することを特徴とする請求項1からのいずれかに記載のデータ記録装置。Data recording apparatus according to any one of 6 claim 1, characterized in that the predetermined identification information to perform the recovery data recorded on the recorded the recording medium. 前記識別情報を前記記録媒体に記録可能に構成されていることを特徴とする請求項記載のデータ記録装置。8. The data recording apparatus according to claim 7, wherein the identification information is configured to be recorded on the recording medium. 前記識別情報をIPL記録領域に記録することを特徴とする請求項記載のデータ記録装置。9. The data recording apparatus according to claim 8, wherein the identification information is recorded in an IPL recording area. 表示部を備え、前記記録媒体について前記識別情報が記録されているか否かを判別し、当該判別結果に対応する所定の表示を前記表示部に表示することを特徴とする請求項7から9のいずれかに記載のデータ記録装置。10. The display device according to claim 7 , further comprising: a display unit that determines whether or not the identification information is recorded for the recording medium, and displays a predetermined display corresponding to the determination result on the display unit. The data recording device according to any one of the above. 測定データを記録する測定装置であることを特徴とする請求項1から10のいずれかに記載のデータ記録装置。Data recording apparatus according to any one of claims 1 to 10, characterized in that the measurement data is a measurement device for recording.
JP36347297A 1997-12-16 1997-12-16 Data recording device Expired - Fee Related JP4230553B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36347297A JP4230553B2 (en) 1997-12-16 1997-12-16 Data recording device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP36347297A JP4230553B2 (en) 1997-12-16 1997-12-16 Data recording device

Publications (2)

Publication Number Publication Date
JPH11175383A JPH11175383A (en) 1999-07-02
JP4230553B2 true JP4230553B2 (en) 2009-02-25

Family

ID=18479403

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36347297A Expired - Fee Related JP4230553B2 (en) 1997-12-16 1997-12-16 Data recording device

Country Status (1)

Country Link
JP (1) JP4230553B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100375046C (en) 2002-10-17 2008-03-12 松下电器产业株式会社 File-update apparatus
JP2007179436A (en) * 2005-12-28 2007-07-12 Sony Corp Information processor, information processing method and program
KR101605907B1 (en) * 2007-01-04 2016-03-23 샌디스크 아이엘 엘티디 Recovery of a failed file transfer between a host and a data storage device
CN101582044B (en) * 2009-06-15 2012-07-04 中兴通讯股份有限公司 Key information area maintenance method of file system and device

Also Published As

Publication number Publication date
JPH11175383A (en) 1999-07-02

Similar Documents

Publication Publication Date Title
EP0997900B1 (en) Method and apparatus for recording and reproducing information on and from disk
EP0464811B1 (en) Information recording medium and information recording and reproducing apparatus
JP2887949B2 (en) Information recording / reproducing device, information reproducing device, DMA recording method and DMA verification method
EP0473301A2 (en) Method and apparatus for determining sector status in a disk data storage device
EP0823086B1 (en) Methods and apparatus for protecting the integrity of process data stored on a removable storage medium
JPH1139801A (en) Method for recording information
EP1582971A2 (en) Diskarray system
US6636954B2 (en) Method and apparatus for inter-disk copy processing, and a computer product
JPH02297770A (en) Optical disk device
JP3641863B2 (en) Data recording apparatus and method
JP4230553B2 (en) Data recording device
US20050262033A1 (en) Data recording apparatus, data recording method, program for implementing the method, and program recording medium
JPH06243591A (en) Method for controlling magneto-optical disk device
JP3195107B2 (en) Information recording medium and initialization method thereof
JPH0876935A (en) Backup data preparation and reproduction system
JP2633614B2 (en) File protection device
JP3595550B1 (en) Information recording / reproducing apparatus, information recording / reproducing method, and program
JPH06282386A (en) Disk storage device
JP2001291366A (en) Method and device for recording, and recording medium
JP2004287550A (en) Recording medium data erasing method, data display method, computer program, and recording medium
JP3921751B2 (en) Recording apparatus, recording method, and recording / reproducing apparatus
JPH04215153A (en) Information recording and reproducing device
JP2002229819A (en) Data recording device
KR100510520B1 (en) Method for recording data
JP2000322327A (en) File restoring device and information storing medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080325

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080526

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081204

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20111212

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20111212

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20131212

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees