JPH0576056B2 - - Google Patents

Info

Publication number
JPH0576056B2
JPH0576056B2 JP57218366A JP21836682A JPH0576056B2 JP H0576056 B2 JPH0576056 B2 JP H0576056B2 JP 57218366 A JP57218366 A JP 57218366A JP 21836682 A JP21836682 A JP 21836682A JP H0576056 B2 JPH0576056 B2 JP H0576056B2
Authority
JP
Japan
Prior art keywords
information
data
storage device
writing
sector
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 - Lifetime
Application number
JP57218366A
Other languages
Japanese (ja)
Other versions
JPS59109963A (en
Inventor
Masato Mori
Michio Myazaki
Takashi Doi
Mikito Ogata
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP57218366A priority Critical patent/JPS59109963A/en
Publication of JPS59109963A publication Critical patent/JPS59109963A/en
Publication of JPH0576056B2 publication Critical patent/JPH0576056B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は情報処理システムの情報記憶装置にお
ける書込み制御に係り、特に書込み中断後の再書
込みに好適な制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to write control in an information storage device of an information processing system, and particularly to a control method suitable for rewriting after writing is interrupted.

〔従来技術〕[Prior art]

従来の情報処理システムにおける情報記憶装置
の書込み中断後の再書込みは、中断した任意デー
タブロツク番号およびエラー情報を情報記憶装置
が上位の情報処理装置へ転送し、これを受けた情
報処理装置およびこれに搭載されたオペレーテイ
ングシステムの処理によつて再書込みするための
命令の再構成を行つた上で、再構成された命令を
情報記憶装置が受信するようになつていたので、
再書込みのための命令の再構成処理が複雑になる
欠点があつた。また書替え不可の情報記憶装置に
おいては、中断した既書込み情報はそのまま媒体
上に残り、しかも新たな領域に再書込みを行う必
要があり、この再書込み位置の変更処理等におい
ても命令の再発行処理が複雑になる。
In conventional information processing systems, when rewriting an information storage device after writing is interrupted, the information storage device transfers the interrupted arbitrary data block number and error information to the upper information processing device, and the information processing device that received the information and this The instructions for rewriting were reconfigured through the processing of the operating system installed in the computer, and the information storage device received the reconfigured instructions.
This has the disadvantage that the reconfiguration process of instructions for rewriting becomes complicated. In addition, in a non-rewritable information storage device, the interrupted written information remains on the medium as it is, and it is necessary to rewrite it to a new area. becomes complicated.

〔発明の目的〕[Purpose of the invention]

本発明の目的は情報の書込みが中断した後、既
書込み部分を再書込みすることなく、既書込み部
分に継続して中断後の情報を書込むための情報処
理装置と情報記憶装置間の制御を簡素化する方式
を提供することにある。
An object of the present invention is to provide control between an information processing device and an information storage device in order to continue writing information after the interruption of information writing to the previously written portion without rewriting the already written portion after the writing of information is interrupted. The purpose is to provide a simplified method.

〔発明の概要〕[Summary of the invention]

情報の書込み中に発生する異常で、例えば電源
断で、書込みが中断した後、情報処理装置からは
書込みが開始された時とほぼ同一の命令を再発行
させるので、情報記憶装置側で再書込みを開始す
べき位置を検出し、その位置から以前に中断した
書込みを継続することを特徴とする。
After the writing is interrupted due to an abnormality that occurs while writing information, for example due to a power outage, the information processing device reissues almost the same command as when writing started, so the information storage device must rewrite the information. It is characterized by detecting the position at which writing should start, and continuing the previously interrupted writing from that position.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の一実施例を示す、第1図は本実
施例を構成する情報記憶装置と情報処理装置との
接続状態を示す。第1図において情報記憶装置に
記録させようとする情報は情報処理装置から逐次
転送される。情報記憶装置には記録媒体が存在
し、その記録様式は第2図に示す。本実施例によ
る記録媒体の記録様式は複数のトラツクからなり
かつそのトラツクは複数のセクタに分割されてい
る。このセクタには固定のバクト数を書込める。
従つて情報の記録はセクタ単位に行う。トラツク
はOからXの番号を付与しており、また同一トラ
ツク番号内のセクタはOからyの番号を付与して
いる。このための情報処理装置は情報の転送に先
立つて書込もうとする目的トラツク番号とセクタ
番号を転送しシークと称する位置付け動作を情報
記憶装置に指示する。シーク動作が完了した後、
情報処理装置は情報記憶装置に対して書込みデー
タの転送を開始する。従つて情報の書込みを行な
うには第3図に示すように情報処理装置はコマン
ド、パラメータ、および書込みデータを転送す
る。また情報記憶装置はこの情報の書込み動作が
正常に完了したかどうかを示すステータス情報を
情報処理装置に転送する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below. FIG. 1 shows a connection state between an information storage device and an information processing device constituting this embodiment. In FIG. 1, information to be recorded in the information storage device is sequentially transferred from the information processing device. The information storage device has a recording medium, and the recording format thereof is shown in FIG. The recording format of the recording medium according to this embodiment consists of a plurality of tracks, and the tracks are divided into a plurality of sectors. A fixed number of bacts can be written to this sector.
Therefore, information is recorded sector by sector. Tracks are numbered from O to X, and sectors within the same track number are numbered from O to y. Prior to transferring the information, the information processing device for this purpose transfers the target track number and sector number to which information is to be written, and instructs the information storage device to perform a positioning operation called a seek. After the seek operation is completed,
The information processing device starts transferring write data to the information storage device. Therefore, to write information, the information processing device transfers commands, parameters, and write data as shown in FIG. Further, the information storage device transfers status information indicating whether the write operation of this information has been completed normally to the information processing device.

上述のパラメータは第4図aおよびbに示すよ
うに書込みを開始すべき先頭のトラツク番号セク
タ番号、書込みを行うセクタ数の他に初期書込み
動作か、再書込み動作かを示すフラグ情報を有す
る。この再書込みフラグが“0”の時、即ち第4
図aの状態の時は初期書込み動作であることを示
し、再書込みフラグが“1”の時、即ち第4図b
の状態の時は再書込み動作であることを示してい
る。この初期書込みまたは再書込み動作かは情報
処理装置によつて指示する。初期書込み動作とは
従来の書込み動作と何ら変わるところがない。本
発明では情報処理システム全体の処理速度をでき
るだけ落とさないためこのフラグを設けている。
The above-mentioned parameters include, as shown in FIGS. 4a and 4b, the first track number and sector number in which writing should start, the number of sectors to be written, and flag information indicating whether it is an initial write operation or a rewrite operation. When this rewrite flag is “0”, that is, the fourth
The state shown in Figure 4A indicates an initial write operation, and when the rewrite flag is "1", that is, Figure 4B.
The state indicates a rewrite operation. This initial writing or rewriting operation is instructed by the information processing device. The initial write operation is no different from a conventional write operation. In the present invention, this flag is provided in order to prevent the processing speed of the entire information processing system from decreasing as much as possible.

初めに第5図aに示すように初期書込みの指示
で任意のトラツクのnセクタからNセクタまでの
書込みが実行されようとしたが何らかの要因でn
+4セクタの書込みが終了した時点で書込み動作
が終了してしまい、従つてn+5セクタからNセ
クタまでの書込みは実行されなかつたとする。こ
の状況で情報処理装置は第4図bに示すように再
書込みフラグを“1”とする以外は初めの初期書
込みと全く同一のコマンド、パラメータ、および
書込みデータを準備して再度情報記憶装置に転送
する。情報記憶装置はこの再転送されたパラメー
タ情報より再書込み動作の指示であることを解読
すると最初は指定されたトラツク番号、セクタ番
号の位置へ読出し/書込みヘツドを位置付けるた
めシーク動作を行なう。シーク動作が完了すると
データの再書込みすべき位置、即ちセクタ番号を
検索するために先頭セクタ番号のデータから順次
各セクタに対する読取り動作を実行する。情報記
憶装置は読取り動作の結果、読取りを行つた各セ
クタの状態、即ちデータが書込まれているかどう
かの判定のみを行う。
First, as shown in Figure 5a, an attempt was made to write from sector n to sector N of an arbitrary track in response to an initial write instruction, but for some reason n
Assume that the write operation ends when writing of sector +4 is completed, and therefore writing from sector n+5 to sector N is not executed. In this situation, the information processing device prepares the command, parameters, and write data that are exactly the same as those for the initial initial write, except that the rewrite flag is set to "1", as shown in FIG. 4b, and writes the information storage device again. Forward. When the information storage device decodes this re-transferred parameter information as an instruction for a re-write operation, it first performs a seek operation to position the read/write head to the position of the designated track number and sector number. When the seek operation is completed, a read operation is sequentially executed for each sector starting from the data of the first sector number in order to search for the position where the data should be rewritten, that is, the sector number. As a result of a read operation, the information storage device only determines the state of each sector read, ie, whether data has been written.

データが書込まれているかどうかの判定は、例
えば磁気記録方式の装置であれば磁束の反転数、
光学記録方式の装置であれば穴の数を計数し、そ
れがある閾値を越えたか否かによつて行なう。こ
うして読取つた各セクタが第5図aに示すように
読取りを開始した先頭からn+4番目までが書込
み済の判定で、n+5番目からが未書込みである
との判定をした場合本実施例による情報記憶装置
では回転型の記録媒体を使用していることからn
+5番目が次に現われるまで待つてn+5番目の
セクタから書込みを再開する。ところで先頭のセ
クタからn+4番目のセクタ迄のデータは既に書
込まれているため本発明による再書込み動作にお
いては、情報処理装置から転送されるデータは先
頭のセクタからn+4番目のセクタのものまで含
まれているが情報記憶装置は上述の書込み済、未
書込みの判定結果を用いて先頭セクタからn+4
番目のセクタのデータを受信はするが記録媒体に
は書込みを行なわないように制御し、かつn+5
番目以降は記録媒体にデータの書込みを行うよう
に制御する。
For example, in the case of a magnetic recording device, determining whether data has been written is determined by the number of magnetic flux reversals.
In the case of an optical recording type device, the number of holes is counted and whether or not the number exceeds a certain threshold is used. If each sector read in this way is determined to have been written to the n+4th sector from the start of reading as shown in FIG. Since the device uses a rotating recording medium,
It waits until the +5th sector appears next and resumes writing from the n+5th sector. By the way, since the data from the first sector to the n+4th sector has already been written, in the rewriting operation according to the present invention, the data transferred from the information processing device includes data from the first sector to the n+4th sector. However, the information storage device uses the above-mentioned written/unwritten determination result to write n+4 sectors from the first sector.
Control is performed so that the data of sector n+5 is received but not written to the recording medium.
From the second onward, control is performed to write data to the recording medium.

本発明を適用した情報記憶装置の構成および動
作を第6図および第7図によつて説明する。
The configuration and operation of an information storage device to which the present invention is applied will be explained with reference to FIGS. 6 and 7.

再書込みの指示を情報処理装置101が発行す
るとそれを情報記憶装置102がインターフエー
ス回路104を通して受信し、マイクロプロセツ
サ107によつて解読する。
When the information processing device 101 issues a rewrite instruction, the information storage device 102 receives it through the interface circuit 104 and decodes it by the microprocessor 107.

この解読で第3図、第4図に示したコマンドお
よびパラメータを知るとマイクロプロセツサ10
7はコントロールメモリ108からマイクロプロ
グラムを読出しマイクロプログラムはデータ、バ
ツフア回路105にデータの受信を指示すると同
時に、以下の処理を指示する。この指示はアクセ
ス回路109に対して行われ、パラメータで指定
された記録媒体103の先頭トラツク番号への位
置付け動作をアクセス機構110を駆動して最初
に行う。
When the commands and parameters shown in Figures 3 and 4 are known through this decoding, the microprocessor 10
7 reads a microprogram from the control memory 108, and the microprogram instructs the data buffer circuit 105 to receive the data, and at the same time instructs the following processing. This instruction is given to the access circuit 109, and the access mechanism 110 is first driven to position the recording medium 103 at the leading track number specified by the parameter.

位置付けの完了がアクセス回路109からマイ
クロプロセツサ107に示されるとマイクロプロ
グラムは次にパラメータで指示された先頭セクタ
番号からの読取り動作の開始をリード/ライト回
路106へ指示する。この指示を受けたリード/
ライト回路106は読取りを開始し、各セクタ毎
に未書込みか書込み済かを判別する。この動作に
おいて先に書込み中断後であるので初めのうちは
書込み済セクタを検出するがその途中で未書込み
セクタを検出する。未書込みセクタを検出すると
それをマイクロプロセツサ107に示すとマイク
ロプログラムはデータバツフア回路105に対し
て未書込みセクタの先頭に対応する書込みデータ
のデータバツフア回路105内での位置を指示す
る。書込みデータはデータバツフア回路105内
に受信順に格納され最大1トラツク分格納されて
いる。
When the access circuit 109 indicates to the microprocessor 107 that the positioning has been completed, the microprogram then instructs the read/write circuit 106 to start a read operation from the first sector number designated by the parameter. Lead who received this instruction/
The write circuit 106 starts reading and determines whether each sector is unwritten or written. In this operation, since writing has been interrupted first, written sectors are detected at first, but unwritten sectors are detected in the middle. When an unwritten sector is detected, it is indicated to the microprocessor 107, and the microprogram instructs the data buffer circuit 105 to locate within the data buffer circuit 105 the write data corresponding to the beginning of the unwritten sector. The write data is stored in the data buffer circuit 105 in the order in which it is received, and a maximum of one track is stored.

このことによつてデータバツフ回路105内の
書込み済セクタに対応するデータについては書込
み指示されることなくデータバツフア回路105
内に格納されただけである。データバツフア回路
105は再書込みのために必らずしも必要なもの
ではなく、もしデータバツフア回路105を持た
ない場合には未書込みセクタの先頭を検出後に情
報処理装置101から書込みデータを受信し書込
み済セクタに対応するデータについては受信する
のみでリード/ライト回路106への転送を抑止
し未書込みデータについてのみリード/ライト回
路106へ転送する方法も可能である。以後は未
書込みデータを次々に記録媒体103への書込み
を指示しすべてのデータの書込みが終了する。
As a result, the data corresponding to the written sector in the data buffer circuit 105 is not instructed to write, and the data buffer circuit 105
It's just stored inside. The data buffer circuit 105 is not necessarily necessary for rewriting, and if the data buffer circuit 105 is not provided, the write data is received from the information processing device 101 after detecting the beginning of the unwritten sector, and the written data is completed. It is also possible to only receive data corresponding to a sector, inhibit transfer to the read/write circuit 106, and transfer only unwritten data to the read/write circuit 106. Thereafter, writing of unwritten data to the recording medium 103 is instructed one after another, and writing of all data is completed.

以上のような書込み制御を行なうことによつて
一度中断した既書込みデータを生かすこと、特に
一度書込みを行うと同一箇所に再書込みできない
ような破壊形の記録媒体においては有効な書込み
方式を提供することができる。また再書込みを指
示するため情報処理装置が発行する一連の命令は
初めに中断したセクタ位置を特に意識する必要が
なく初期書込みまたは再書込みを示すパラメータ
を変更するのみで単純化することが可能となる。
By performing the write control as described above, it is possible to make use of previously written data that has been interrupted, and provides an effective writing method especially for destructive recording media that cannot be rewritten to the same location once writing has been performed. be able to. Furthermore, the series of commands issued by the information processing device to instruct rewriting does not need to be particularly conscious of the sector location where it was interrupted at the beginning, and can be simplified by simply changing the parameters indicating initial writing or rewriting. Become.

〔発明の効果〕〔Effect of the invention〕

本発明によれば記録媒体への書込み中断後の再
書込みを先に中断した部分に継続して行えると同
時に再書込みの指示が中断時の書込み指示とほぼ
同一で可能であることから記録媒体の有効利用お
よび再書込み処理の簡素化が計れる。
According to the present invention, rewriting after interrupting writing to a recording medium can be continued to the previously interrupted part, and at the same time, the rewriting instruction can be almost the same as the writing instruction at the time of interruption, so that the rewriting can be performed on the recording medium. Effective use and rewrite processing can be simplified.

さらに光デイスク媒体のように書込み品質が悪
いような記録媒体においては通常書込み時の品質
を確保する場合、書込み後に読出しチエツクを行
うなどの制御方式をとるが、本発明による制御方
式を加えて行えば、情報記憶装置は再書込み終了
に引続いて中断前に書込んだ情報と中断後に継続
書込みを行つた情報とを、連続して読出し、情報
のチエツクを行い、この読出しチエツクの結果、
エラーとなつた情報について交替領域を取る等の
処理が可能である。即ち本発明による再書込み処
理においては書込み中断前の情報をも再転送する
ことから、上記書込み後の読出しチエツクで中断
前および中断後のいずれにエラーが検出されても
容易に交替領域を取り、そこにエラーとなつた情
報を情報処理装置の制御を介在させることなく記
録することが可能となる。
Furthermore, for recording media with poor writing quality such as optical disk media, a control method such as performing a read check after writing is normally used to ensure the quality of writing, but the control method according to the present invention can be added to the control method. For example, following the completion of rewriting, the information storage device successively reads the information written before the interruption and the information continued to be written after the interruption, and checks the information, and as a result of this reading check,
It is possible to perform processing such as creating a replacement area for the information that caused the error. That is, in the rewriting process according to the present invention, since the information before the writing was interrupted is also retransferred, even if an error is detected either before or after the interruption in the read check after writing, the replacement area can be easily taken. It becomes possible to record the information resulting in an error therein without intervening the control of the information processing device.

またこの制御方法によれば、例えば書込み中断
の要因が情報記憶装置であつた場合、書込みの中
断された記録媒体を他の正常な情報記憶装置に移
し替えても上述のごとき制御を実施できる効果も
ある。
Furthermore, according to this control method, for example, if the cause of write interruption is an information storage device, the above-mentioned control can be carried out even if the recording medium on which writing was interrupted is transferred to another normal information storage device. There is also.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は情報処理装置と情報記憶装置の接続を
示すブロツク図、第2図は記録媒体の記録様式を
示す図、第3図は情報処理装置と情報記憶装置間
の情報書込みのためのデータ及び制御情報の送受
信の手順を示す図、第4図a,bはパラメータ情
報の詳細図、第5図a,bは記録媒体上の初期書
込み、再書込み状態を示す図、第6図は発明の一
実施例を示すブロツク図、第7図は動作説明のた
めのフローチヤートである。 101……情報処理装置、102……情報記憶
装置、103……記録媒体、n,n+1……N−
1、Nセクタ番号、104……インタフエース回
路、105……データバツフア回路、106……
リード/ライト回路、107……マイクロプロセ
ツサ、108……コントロールメモリ、109…
…アクセス回路、110……アクセス機構。
Figure 1 is a block diagram showing the connection between the information processing device and the information storage device, Figure 2 is a diagram showing the recording format of the recording medium, and Figure 3 is the data for writing information between the information processing device and the information storage device. FIGS. 4a and 4b are detailed diagrams of parameter information, FIGS. 5a and 5b are diagrams showing initial writing and rewriting states on the recording medium, and FIG. 6 is a diagram showing the invention. FIG. 7 is a block diagram showing one embodiment of the present invention, and FIG. 7 is a flowchart for explaining the operation. 101... Information processing device, 102... Information storage device, 103... Recording medium, n, n+1... N-
1, N sector number, 104...interface circuit, 105...data buffer circuit, 106...
Read/write circuit, 107...Microprocessor, 108...Control memory, 109...
...Access circuit, 110...Access mechanism.

Claims (1)

【特許請求の範囲】[Claims] 1 情報処理装置及び情報記憶装置からなり、情
報処理装置から書込み開始位置情報と書込みデー
タを情報記憶装置へ転送してデータの書込みを行
う情報処理システムにおいて、情報記憶装置への
データ書込み動作中にこの動作が中断した後再書
込みを行う場合、前記情報処理装置は情報記憶装
置に対し再書込みであることを示す情報とともに
前記動作と同一の書込み開始位置情報と書込みデ
ータを転送し、前記情報記憶装置は前記書込み開
始位置情報で指定された位置から順次データの読
み取りを行つて既書込み部分と未書込み部分を識
別し、先に中断した以降の未書込みデータを中断
した箇所に継続して書込みを行うことを特徴とす
る情報書込み制御方式。
1. In an information processing system that consists of an information processing device and an information storage device and writes data by transferring write start position information and write data from the information processing device to the information storage device, when data is written to the information storage device, When rewriting is performed after this operation is interrupted, the information processing device transfers the same write start position information and write data as in the operation to the information storage device, along with information indicating that rewriting is being performed, and The device sequentially reads data from the position specified by the write start position information, identifies the written part and the unwritten part, and continues writing the unwritten data after the previous interruption at the interrupted part. An information writing control method characterized by:
JP57218366A 1982-12-15 1982-12-15 System for controlling writing of information Granted JPS59109963A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57218366A JPS59109963A (en) 1982-12-15 1982-12-15 System for controlling writing of information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57218366A JPS59109963A (en) 1982-12-15 1982-12-15 System for controlling writing of information

Publications (2)

Publication Number Publication Date
JPS59109963A JPS59109963A (en) 1984-06-25
JPH0576056B2 true JPH0576056B2 (en) 1993-10-21

Family

ID=16718760

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57218366A Granted JPS59109963A (en) 1982-12-15 1982-12-15 System for controlling writing of information

Country Status (1)

Country Link
JP (1) JPS59109963A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS553052A (en) * 1978-06-23 1980-01-10 Hitachi Ltd Control system for data file device
JPS5557966A (en) * 1978-09-11 1980-04-30 Ibm Reorientation system
JPS55166761A (en) * 1979-06-15 1980-12-26 Hitachi Ltd Data entry unit
JPS57150115A (en) * 1981-03-11 1982-09-16 Hitachi Ltd Controlling system for rotary type storage device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS553052A (en) * 1978-06-23 1980-01-10 Hitachi Ltd Control system for data file device
JPS5557966A (en) * 1978-09-11 1980-04-30 Ibm Reorientation system
JPS55166761A (en) * 1979-06-15 1980-12-26 Hitachi Ltd Data entry unit
JPS57150115A (en) * 1981-03-11 1982-09-16 Hitachi Ltd Controlling system for rotary type storage device

Also Published As

Publication number Publication date
JPS59109963A (en) 1984-06-25

Similar Documents

Publication Publication Date Title
EP0078492A2 (en) Method of controlling storage device
JPH0378649B2 (en)
JPH03142760A (en) Information recording and reproducing device
EP0437202B1 (en) Information recording/reproducing apparatus for recording information and verifying recorded information
JPH04111113A (en) Hard disk emulator
JPH0576056B2 (en)
JPH0215422A (en) Optical disk and disk driving device
JPS6148172A (en) Information write control system
JPH0520789A (en) Recording and reproducing device
JPH0628779A (en) Method for recording and controlling data in disk device
JPH0750428B2 (en) Disk double writing controller
JPS63113984A (en) Optical disk control system
JP2595316B2 (en) Alternate assignment processing method
JPH0459692B2 (en)
JPS60235260A (en) Storage device
JPS6038764A (en) Information recording system
JP2503371B2 (en) Disk system
JP2578846B2 (en) Recording control method
JPS62234274A (en) Postscript type optical disk device
JPS63195873A (en) Information recording and reproducing method for rotary type information recording medium
JPH0254584B2 (en)
JPS61283074A (en) Optical system information device
JPH04254969A (en) Recording data protection means for draw type recording system
JPH0594672A (en) Information recording and reproducing device
JPH08106722A (en) Information recording/reproducing apparatus