JP2000030369A - Information recording device - Google Patents

Information recording device

Info

Publication number
JP2000030369A
JP2000030369A JP10197441A JP19744198A JP2000030369A JP 2000030369 A JP2000030369 A JP 2000030369A JP 10197441 A JP10197441 A JP 10197441A JP 19744198 A JP19744198 A JP 19744198A JP 2000030369 A JP2000030369 A JP 2000030369A
Authority
JP
Japan
Prior art keywords
packet
writing
data
last
track
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP10197441A
Other languages
Japanese (ja)
Other versions
JP3394451B2 (en
Inventor
Atsushi Motohashi
敦 本橋
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP19744198A priority Critical patent/JP3394451B2/en
Publication of JP2000030369A publication Critical patent/JP2000030369A/en
Application granted granted Critical
Publication of JP3394451B2 publication Critical patent/JP3394451B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make the final packet of a track, on which data are written, to be easily findable at the time of addingly recording data and also to prevent the write processing speed at that time from being lowered. SOLUTION: When a drive controller 7 performs the writing of data by dividing the track of an optical disk 1 into plural packets, the controller writes erase blocks of a prescribed number continuously with the final block of the final packet in which data are written and it recognizes a packet in which next blocks of the final block of the disk 1 are erase blocks of the prescribed number as the final packet of the track.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、CD−R,CD
−RW等の光ディスクにデータを記録する光ディスク記
録装置等の情報記録装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention
The present invention relates to an information recording device such as an optical disk recording device for recording data on an optical disk such as a RW.

【0002】[0002]

【従来の技術】CDディスク,DVDディスク等の光デ
ィスクの記録面にトラックを形成してデータを書き込む
方法として、トラックアットワンス(Track At
Once:TAO)方式がある。このTAO方式は、
1つのトラックを中断すること無くデータを書き込む方
法である。
2. Description of the Related Art As a method of writing data by forming a track on a recording surface of an optical disk such as a CD disk and a DVD disk, a track-at-once (Track At Once) method is used.
Once (TAO) method. This TAO method is
This is a method of writing data without interrupting one track.

【0003】これに対して、パケットライト(PACK
ET WRITE)方式と称する書き込み方法がある。
このパケットライト方式は、1つのトラックを複数のパ
ケットに分割してデータを書き込む方法である。このよ
うに複数のパケットに分割することにより、バッファア
ンダーランを防止したり、小さいデータを書き込むこと
ができるようになる。このバッファアンダーランとは、
上位装置とのデータ転送が遅いためにバッファが空にな
って次に書き込むべきデータが無くなり、トラックの書
き込みに失敗することである。
On the other hand, a packet write (PACK)
ET WRITE) method.
This packet write method is a method of writing data by dividing one track into a plurality of packets. By dividing the packet into a plurality of packets in this manner, buffer underrun can be prevented and small data can be written. This buffer underrun is
Since the data transfer with the host device is slow, the buffer becomes empty and there is no more data to be written next, and the track write fails.

【0004】通常、光ディスクにはトラックの情報しか
書き込まれないので、パケットライト方式でデータが書
き込まれたトラックに追記する場合、最後に書き込まれ
たパケットの終了アドレスを見つけなければならない例
えば、CD−R等の光ディスクにパケット単位のデータ
を書き込み、ファイル管理を行なう光ディスク書き込み
方法(特開平8−147702号公報参照)のように、
パケットの書き込みは追記であるため、常に最後にデー
タ書き込んだパケットに続けてデータ書き込まなければ
ならない。
[0004] Normally, only track information is written on an optical disk. Therefore, when data is additionally written on a track on which data has been written by the packet write method, the end address of the last written packet must be found, for example, a CD-ROM. As in an optical disk writing method of writing data in packet units on an optical disk such as R and performing file management (see Japanese Patent Application Laid-Open No. 8-147702),
Since packet writing is additional writing, data must always be written following the last packet to which data was written.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、CD−
RWディスク等の書き換え可能な光ディスクに追記する
場合、以前に書き込んだトラックのデータが残っている
と、最後に書き込まれたパケットの終了アドレスを見つ
けるのが困難になり、正常に追記ができなくなるという
問題があった。
However, the CD-
When data is additionally written on a rewritable optical disk such as an RW disk, if data of a previously written track remains, it is difficult to find the end address of the last written packet, and it is impossible to perform additional writing normally. There was a problem.

【0006】また、最後に書き込まれたパケットの終了
アドレスを正確に見つけるため、予めトラックのデータ
を消去する方法があるが、通常、データの消去は、消去
を表わすブロック(「消去ブロック」と称する)を書き
込むことによって行なうが、以前書き込んだデータ量と
同量の消去ブロックを書き込まなければならなくなり、
以前書き込んだデータ量が多いと消去に時間がかかると
いう問題があった。
In order to accurately find the end address of the last written packet, there is a method of erasing the data of the track in advance. Usually, the erasing of the data is performed by a block representing the erasing (referred to as an "erasing block"). ), But the same amount of erased blocks as previously written must be written.
If the amount of data written before is large, there is a problem that it takes time to erase.

【0007】この発明は上記の点に鑑みてなされたもの
であり、データ追記時にデータを書き込んだトラックの
最終パケットを容易に見つけられるようにすると共に、
そのときの書き込み処理速度の低下を防止することを目
的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above points, and makes it possible to easily find the last packet of a track on which data has been written at the time of data recording.
An object of the present invention is to prevent a decrease in the writing processing speed at that time.

【0008】[0008]

【課題を解決するための手段】この発明は上記の目的を
達成するため、データの書き換え可能な光ディスクに対
するデータの書き込み及び読み出しを行なう情報記録装
置において、上記光ディスクのトラックを複数のパケッ
トに分割してデータを書き込むとき、データを書き込ん
だ最終パケットの最終ブロックに続けて所定数の消去ブ
ロックを書き込む手段と、上記光ディスクの最終ブロッ
クの次ブロックが所定数の消去ブロックであるパケット
をトラックの最終パケットと認識する手段を設けたもの
である。
According to the present invention, there is provided an information recording apparatus for writing and reading data on and from a data rewritable optical disk, wherein a track of the optical disk is divided into a plurality of packets. Means for writing a predetermined number of erase blocks following the last block of the last packet in which the data is written, and a packet in which the next block of the last block of the optical disc is a predetermined number of erase blocks is the last packet of the track. Is provided.

【0009】また、データの書き換え可能な光ディスク
に対するデータの書き込み及び読み出しを行なう情報記
録装置において、上記光ディスクのトラックを複数のパ
ケットに分割してデータを書き込むとき、上記光ディス
クのトラックの最終パケットの最終ブロックのアドレス
を予め記憶する手段と、上記光ディスクに対するパケッ
トのデータの書き込み後、上記アドレスに基づいてデー
タ書き込み後のパケットがトラックの最終パケットか否
かを判断する手段と、その手段によって最終パケットと
判断されたとき、その最終パケットの最終ブロックの後
に所定数の消去ブロックを書き込む手段を設けるとよ
い。
In an information recording apparatus for writing and reading data to and from a data rewritable optical disk, when writing data by dividing a track of the optical disk into a plurality of packets, the last packet of the last packet of the track of the optical disk may be written. Means for storing the address of the block in advance, means for writing the data of the packet to the optical disc, and means for judging whether or not the packet after the data writing is the last packet of the track based on the address. When it is determined, means for writing a predetermined number of erase blocks after the last block of the last packet may be provided.

【0010】さらに、データの書き換え可能な光ディス
クに対するデータの書き込み及び読み出しを行なう情報
記録装置において、上記光ディスクのトラックを複数の
パケットに分割してデータを書き込むとき、データ書き
込み後の所定時間経過後、上記光ディスクのトラックの
最終パケットの最終ブロックの後に所定数の消去ブロッ
クを書き込む手段を設けるとよい。
Further, in an information recording apparatus for writing and reading data to and from a data rewritable optical disk, when writing data by dividing a track of the optical disk into a plurality of packets, a predetermined time after writing the data, It is preferable to provide means for writing a predetermined number of erase blocks after the last block of the last packet of the track on the optical disk.

【0011】また、データの書き換え可能な光ディスク
に対するデータの書き込み及び読み出しを行なう情報記
録装置において、上記光ディスクのトラックを複数のパ
ケットに分割してデータを書き込むとき、データ書き込
み後のディスク排出時に、上記光ディスクのトラックの
最終パケットの最終ブロックの後に所定数の消去ブロッ
クを書き込む手段を設けるとよい。
In an information recording apparatus for writing and reading data to and from a data rewritable optical disk, when writing data by dividing a track of the optical disk into a plurality of packets, and when discharging the disk after writing the data, It is preferable to provide means for writing a predetermined number of erase blocks after the last block of the last packet of the track on the optical disc.

【0012】さらに、データの書き換え可能な光ディス
クに対するデータの書き込み及び読み出しを行なう情報
記録装置において、上記光ディスクにパケットライト方
式でデータを連続的に書き込むとき、上位装置からの書
き込み終了通知を検知する手段と、その手段によって書
き込み終了通知を検知した後、上記光ディスクのトラッ
クの最終パケットの最終ブロックの後に所定数の消去ブ
ロックを書き込む手段を設けるとよい。
Further, in an information recording apparatus for writing and reading data to and from a rewritable optical disk, means for detecting a write completion notification from a higher-level device when continuously writing data to the optical disk by a packet write method. Preferably, a means for writing a predetermined number of erase blocks after the last block of the last packet of the track on the optical disc after detecting the write completion notification by the means is provided.

【0013】[0013]

【発明の実施の形態】以下、この発明の実施の形態を図
面に基づいて具体的に説明する。図1はこの発明の一実
施形態である情報記録装置の構成を示す図である。この
情報記録装置は、データを書き換え可能なCD−RWデ
ィスク等の光ディスク1を任意の回転速度で回転させる
モータ2と、そのモータ2の回転数を変えることによっ
て回転速度を制御する回転制御部3を備えている。
Embodiments of the present invention will be specifically described below with reference to the drawings. FIG. 1 is a diagram showing a configuration of an information recording apparatus according to an embodiment of the present invention. This information recording apparatus includes a motor 2 for rotating an optical disk 1 such as a CD-RW disk capable of rewriting data at an arbitrary rotation speed, and a rotation control unit 3 for controlling the rotation speed by changing the rotation speed of the motor 2. It has.

【0014】また、光ディスク1の記録面に情報(デー
タ)記録時とデータ再生時の半導体レーザ(レーザ光)
Lを照射する光ピックアップ4と、光ピックアップ4を
光ディスク1の半径方向に移動させるアクチュエータ制
御部5と、光ピックアップ4からの信号を検出する信号
制御部6を備えている。
A semiconductor laser (laser beam) is used for recording information (data) on the recording surface of the optical disc 1 and reproducing data.
An optical pickup 4 for irradiating L, an actuator control unit 5 for moving the optical pickup 4 in the radial direction of the optical disc 1, and a signal control unit 6 for detecting a signal from the optical pickup 4 are provided.

【0015】さらに、CPUとそのCPUが各種の処理
を行なうための各種プログラムを格納したROMと、C
PUが各種の処理を行なうときに使用する作業エリアの
RAM等からなるマイクロコンピュータによって実現さ
れ、この情報記録装置全体の制御を司ると共に、この発
明に係るパケットライト方式によるデータの書き込み及
び読み出しの処理を実行するドライブコントローラ7を
備えている。
Further, a ROM storing a CPU and various programs for the CPU to perform various processes,
The PU is realized by a microcomputer including a RAM or the like in a work area used when performing various processes, controls the entire information recording apparatus, and performs data write and read processing by the packet write method according to the present invention. Is provided.

【0016】また、ホストコンピュータ等の上位装置1
1から転送されたパケットのデータを一時的に格納する
バッファ8と、ドライブコントローラ7から送られる指
示によって光ピックアップ4のレーザ光Lの照射を制御
するレーザ駆動回路9を備えている。
A host device 1 such as a host computer
A buffer 8 temporarily stores the data of the packet transferred from 1 and a laser drive circuit 9 for controlling the irradiation of the laser light L of the optical pickup 4 in accordance with an instruction sent from the drive controller 7.

【0017】そして、この情報記録装置を制御する上位
装置11とのインターフェイスを司り、上位装置11と
ドライブコントローラ7との間のデータ,コマンドの送
受信を行なう外部インターフェイス10を備えている。
また、図示を省略するが、光ディスク1の排出を行なう
機構部も有し、ドライブコントローラ7による駆動制御
によって光ディスク1の排出を行なう。
An external interface 10 controls an interface with a higher-level device 11 that controls the information recording device, and transmits and receives data and commands between the higher-level device 11 and the drive controller 7.
Although not shown, the optical disc 1 has a mechanism for ejecting the optical disc 1. The drive controller 7 controls the drive to eject the optical disc 1.

【0018】すなわち、上記ドライブコントローラ7等
が、光ディスク1のトラックを複数のパケットに分割し
てデータを書き込むとき、データを書き込んだ最終パケ
ットの最終ブロックに続けて所定数の消去ブロックを書
き込む手段と、光ディスク1のパケットの最終ブロック
の次ブロックが消去ブロックであるパケットをトラック
の最終パケットと認識する手段の機能を果たす。
That is, when the drive controller 7 or the like divides the track of the optical disk 1 into a plurality of packets and writes data, the drive controller 7 writes a predetermined number of erase blocks following the last block of the last packet in which the data is written. It functions as means for recognizing a packet in which the block following the last block of the packet on the optical disc 1 is an erase block as the last packet of the track.

【0019】また、光ディスク1のトラックを複数のパ
ケットに分割してデータを書き込むとき、光ディスク1
のトラックの最終パケットの最終ブロックのアドレスを
予め記憶する手段と、光ディスク1に対するパケットの
データの書き込み後、上記アドレスに基づいてデータ書
き込み後のパケットがトラックの最終パケットか否かを
判断する手段と、その手段によって最終パケットと判断
されたとき、その最終パケットの最終ブロックの後に所
定数の消去ブロックを書き込む手段の機能を果たす。
When writing data by dividing a track of the optical disk 1 into a plurality of packets,
Means for storing in advance the address of the last block of the last packet of the track, and means for judging whether or not the packet after data writing is the last packet of the track based on the address after writing the data of the packet to the optical disk 1. When the packet is determined to be the last packet by the means, the function of means for writing a predetermined number of erase blocks after the last block of the last packet is performed.

【0020】さらに、光ディスク1のトラックを複数の
パケットに分割してデータを書き込むとき、データ書き
込み後の所定時間経過後、光ディスク1のトラックの最
終パケットの最終ブロックの後に所定数の消去ブロック
を書き込む手段の機能を果たす。
Further, when data is written by dividing a track of the optical disk 1 into a plurality of packets, a predetermined number of erase blocks are written after a predetermined time after the data writing, after the last block of the last packet of the track of the optical disk 1. Acts as a means.

【0021】また、光ディスク1のトラックを複数のパ
ケットに分割してデータを書き込むとき、データ書き込
み後のディスク排出時に、光ディスク1のトラックの最
終パケットの最終ブロックの後に所定数の消去ブロック
を書き込む手段の機能を果たす。
Means for writing a predetermined number of erase blocks after the last block of the last packet of the track of the optical disk 1 when writing data by dividing the track of the optical disk 1 into a plurality of packets and ejecting the disk after writing the data. Perform the function of

【0022】さらに、光ディスク1にパケットライト方
式でデータを連続的に書き込むとき、上位装置11から
の書き込み終了通知を検知する手段と、その手段によっ
て書き込み終了通知を検知した後、光ディスク1のトラ
ックの最終パケットの最終ブロックの後に所定数の消去
ブロックを書き込む手段の機能を果たす。
Further, when data is continuously written to the optical disk 1 by the packet write method, a means for detecting a write end notification from the host device 11 and, after detecting the write end notification by the means, read the track of the track of the optical disk 1. It functions as a means for writing a predetermined number of erase blocks after the last block of the last packet.

【0023】図2は、光ディスク1のパケットライト
(Packet Write)方式でデータを記録した
トラックフォーマットを示す図である。通常、光ディス
ク1に対するデータの書き込みはトラック単位で行なわ
れるが、トラック数が最大99本であるため、パケット
ライト方式と称する書き込み方法が行なわれるようにな
った。
FIG. 2 is a diagram showing a track format of the optical disc 1 on which data is recorded by a packet write method. Normally, data is written to the optical disk 1 in track units. However, since the maximum number of tracks is 99, a writing method called a packet write method has come to be performed.

【0024】パケットライト方式は、図2に示すよう
に、トラック20のユーザデータ領域21を複数のブロ
ック(「パケット」と称する)22に分割してデータの
書き込みを行なう。このようにして、短いデータの書き
込みを可能にし、更に、1回に書き込むデータ量を少な
くすることができ、バッファアンダーランの発生を防止
することができる。
In the packet write method, as shown in FIG. 2, data is written by dividing a user data area 21 of a track 20 into a plurality of blocks (called "packets") 22. In this manner, short data can be written, the amount of data to be written at one time can be reduced, and the occurrence of buffer underrun can be prevented.

【0025】図3は、光ディスク1の基本ブロックと正
気ブロックの説明に供するフォーマット図である。デー
タとパリティのデータ部は、2352バイトあり、1ブ
ロックを格納する。“S0”“S1”は同期パターンを
表わす。
FIG. 3 is a format diagram for explaining a basic block and a sanity block of the optical disc 1. The data part of data and parity has 2352 bytes and stores one block. “S0” and “S1” represent synchronization patterns.

【0026】サブコーディングには、P,Q,R,S,
T,U,V,Wチャンネルがあり、情報記録装置が光デ
ィスク1のデータをコントロール及びディスプレイ(C
ontrol/Display)するときに利用する。
The subcoding includes P, Q, R, S,
There are T, U, V, and W channels, and the information recording device controls and displays data on the optical disc 1 (C).
It is used when performing control / display.

【0027】Pチャンネルは、トラックセパレーター
(Track Separator)として利用され
る。Qチャンネルは、更に細かいコントロール(Con
trol)情報を持つ。R〜Wチャンネルは、オーディ
オディスク用として特殊な目的に使用される。
The P channel is used as a track separator (Track Separator). The Q channel has finer control (Con
control) information. The R to W channels are used for a special purpose for an audio disc.

【0028】1ブロックは98個のフレームで構成さ
れ、光ディスク1にはフレーム順にデータを記録する。
すなわち、フレーム0のフレーム同期,サブコーディン
グ,データとパリティ,フレーム1のフレーム同期サブ
コーディング,データとパリティ,………の順番で記録
する。
One block is composed of 98 frames, and data is recorded on the optical disk 1 in frame order.
That is, recording is performed in the order of frame synchronization, subcoding, data and parity of frame 0, frame synchronization subcoding of frame 1, data and parity,....

【0029】そして、サブコーディングQには、例え
ば、オーディオ,データ,ブロックの位置(時間)等の
データブロックの情報が含まれており、その中にブロッ
クを消去したことを表わす消去ブロックのデータブロッ
クも含まれる。したがって、この設定を行なって書き込
むと、そのブロックを消去したことになる。
The sub-coding Q includes information of data blocks such as audio, data, and the position (time) of the block, and includes a data block of an erase block indicating that the block has been erased. Is also included. Therefore, when writing is performed with this setting, the block is erased.

【0030】次に、この情報記録装置のパケット書き込
み処理について説明する。 (1)トラックの最終パケットの最終ブロック後に所定
数の消去ブロックを書き込むパケット書き込み処理
Next, the packet writing process of this information recording device will be described. (1) Packet write processing for writing a predetermined number of erase blocks after the last block of the last packet of a track

【0031】図4は、この情報記録装置におけるトラッ
クの最終パケットの最終ブロック後に所定数の消去ブロ
ックを書き込むパケット書き込み処理を示すフローチャ
ートである。
FIG. 4 is a flowchart showing a packet writing process for writing a predetermined number of erase blocks after the last block of the last packet of a track in the information recording apparatus.

【0032】ドライブコントローラは、ステップ(図中
「S」で示す)1で上位装置から指定されたパケットの
データブロックを書き込み、ステップ2へ進んでデータ
ブロック書き込み終了か否かを判断して、終了でなけれ
ば上記処理を繰り返し、終了ならステップ3へ進んでデ
ータを書き込んだパケットのデータブロック(データを
書き込んだ最終パケットの最終ブロック)に続けて所定
数の消去ブロックを書き込み、この処理を終了する。
The drive controller writes the data block of the packet specified by the higher-level device in step (indicated by "S" in the figure) 1 and proceeds to step 2 to determine whether or not the data block writing is completed. If not, the above process is repeated. If the process is completed, the process proceeds to step 3 where a predetermined number of erase blocks are written after the data block of the packet in which the data is written (the last block of the last packet in which the data is written), and the process ends. .

【0033】そして、ドライブコントローラは、光ディ
スクに対するパケットの書き込み時、光ディスクのトラ
ックの最終パケットの最終ブロックの次ブロックが所定
数の消去ブロックのとき、上記最終パケットの最終ブロ
ックが当該トラックの最終パケットと認識し、その最終
パケットの最終ブロックの次ブロックからデータの追記
を行なう。
When writing a packet to the optical disk, when the next block of the last block of the last packet of the track of the optical disk is a predetermined number of erase blocks, the drive controller determines that the last block of the last packet is the same as the last packet of the track. Recognition is performed, and data is added from the next block of the last block of the last packet.

【0034】このようにして、データを書き込んだ最終
パケットの最終ブロックに続けて所定数の消去ブロック
を書き込むので、次にデータを記録するときに、所定数
の消去ブロックの有無に基づいて既にデータが書き込ま
れたトラックの最終パケットの最終ブロックを容易に見
つけることができる。
As described above, since a predetermined number of erase blocks are written following the last block of the last packet in which data has been written, the next time data is recorded, the data is already written based on the presence or absence of the predetermined number of erase blocks. Can be easily found in the last block of the last packet of the track on which is written.

【0035】また、最終パケットの最終ブロックに続け
て所定数の消去ブロックを書き込むので、予めトラック
の全データを消去しなくても、データ記録時に既にデー
タが書き込まれたトラックの最終パケットの最終ブロッ
クを容易に見つけることができる。
Since a predetermined number of erase blocks are written after the last block of the last packet, the last block of the last packet of the track on which data has already been written at the time of data recording can be written without erasing all data on the track in advance. Can be easily found.

【0036】したがって、この情報記録装置は、データ
追記時にトラックのデータを書き込んだ最終パケットの
最終ブロックを容易に見つけることができ、そのときの
書き込み処理速度の低下を防止することができる。
Therefore, the information recording apparatus can easily find the last block of the last packet in which track data has been written at the time of data recording, and can prevent a decrease in the write processing speed at that time.

【0037】次に、パケットライト方式によるデータの
書き込み方法として、ハードディスクやフロッピーディ
スクのようにパケット単位にランダムにデータを書き込
む方法がある。この方法でデータが書き込まれた光ディ
スクにおいては、ランダムに書き込まれたパケットがト
ラックの最終パケットとは限らない。
Next, as a data writing method by the packet write method, there is a method of writing data randomly in packet units such as a hard disk or a floppy disk. In an optical disk on which data is written by this method, a randomly written packet is not always the last packet of a track.

【0038】したがって、パケットがランダムに書き込
まれた光ディスクの場合、上述のようにして最後に書き
込んだパケットの後に所定数の消去ブロックを書き込む
と、その後に存在するパケットのデータを誤って消去し
てしまうという問題が生じる。
Therefore, in the case of an optical disk on which packets are randomly written, if a predetermined number of erasure blocks are written after the last written packet as described above, the data of the packet existing after that is erroneously erased. The problem arises.

【0039】そこで、パケットの書き込み時に当該トラ
ックの最終パケットの最終ブロックか否かを判断して、
最終パケットの最終ブロックと確認してからその最終パ
ケットの最終ブロック後に所定数の消去ブロックを書き
込むようにすると良い。
Therefore, when writing a packet, it is determined whether or not it is the last block of the last packet of the track, and
After confirming the last block of the last packet, a predetermined number of erase blocks may be written after the last block of the last packet.

【0040】(2)トラックの最終パケットの最終ブロ
ックを確認して所定数の消去ブロックを書き込むパケッ
ト書き込み処理図5は、この情報記録装置におけるトラ
ックの最終パケットを確認して所定数の消去ブロックを
書き込むパケット書き込み処理を示すフローチャートで
ある。
(2) Packet write processing for confirming the last block of the last packet of the track and writing a predetermined number of erase blocks FIG. 5 shows the process of confirming the last packet of the track in this information recording apparatus and rewriting the predetermined number of erase blocks. It is a flowchart which shows the packet write process which writes.

【0041】ドライブコントローラは、ステップ11で
光ディスクのパケットを書き込むトラックの最終パケッ
トの最終アドレスをチェックし、ステップ12へ進んで
最終パケットの最終アドレスを取得済みか否かを判断し
て、取得済みならステップ14へ進み、取得済みでなけ
ればステップ13へ進んで上記最終パケットの最終アド
レスを取得し、ステップ14へ進む。
In step 11, the drive controller checks the last address of the last packet of the track on which the packet of the optical disk is to be written, and proceeds to step 12 to determine whether or not the last address of the last packet has been obtained. The process proceeds to step 14, and if not acquired, the process proceeds to step 13 to acquire the last address of the last packet, and then proceeds to step 14.

【0042】ステップ14では上位装置から指定された
パケットのデータブロックを書き込み、ステップ15へ
進んで最後に書き込んだブロックのアドレスと予め取得
したトラックの最終パケットのアドレスをチェックし、
ステップ16へ進んで最後に書き込んだパケットがトラ
ックの最終パケットか否かを判断する。
In step 14, the data block of the packet specified by the host device is written, and the flow advances to step 15 to check the address of the last written block and the address of the last packet of the previously acquired track.
Proceeding to step 16, it is determined whether the last packet written is the last packet of the track.

【0043】ステップ16の判断で最終パケットでなけ
れば処理を終了し、最終パケットならステップ17へ進
んでパケットのデータブロック(最終パケットの最終ブ
ロック)に続けて所定数の消去ブロックを書き込み、処
理を終了する。
If it is determined in step 16 that the packet is not the last packet, the process ends. If the packet is the last packet, the process proceeds to step 17 to write a predetermined number of erase blocks following the data block of the packet (the last block of the last packet). finish.

【0044】このようにして、トラックの最終パケット
の最終ブロックを判断し、最終ブロックであることを確
認してから所定数の消去ブロックを続けて書き込むの
で、ランダムにパケットを書き込む場合でもトラックの
最終パケットを見つけることができ、所定数の消去ブロ
ックによって他のパケットのデータを誤って消去してし
まうことを防止できる。
In this way, the last block of the last packet on the track is determined, and after confirming that it is the last block, a predetermined number of erase blocks are continuously written. The packet can be found, and the data of another packet can be prevented from being accidentally erased by the predetermined number of erase blocks.

【0045】次に、同一トラックのパケット書き込み方
法として、連続して複数のパケットを書き込む方法があ
る。この方法により、トラックにパケットを連続的に書
き込んだ場合、上述のパケット書き込み処理では、常に
パケットの最終ブロックに続けて消去ブロックを書き込
むことになる。
Next, as a method of writing packets on the same track, there is a method of writing a plurality of packets continuously. When packets are continuously written on a track by this method, in the above-described packet write processing, an erase block is always written after the last block of the packet.

【0046】したがって、前のパケットに続けて次のパ
ケットを書き込むことができなくなり、再度書き込み位
置、すなわち、前のパケットの最終ブロックに続けて書
き込んだ消去ブロックへシークし、改めて書き込みを行
なわなければならなくなるので、書き込み処理速度が遅
くなるという問題が生じる。
Therefore, the next packet cannot be written following the previous packet, and the write position, ie, the erase block written after the last block of the previous packet, is sought again, and writing must be performed again. Therefore, there arises a problem that the write processing speed is reduced.

【0047】そこで、パケットの記録後に所定時間経過
しても次のパケット書き込みが行なわれないことを確認
してから、最終パケットの最終ブロックの後に所定数の
消去ブロックを書き込むようにすると良い。
Therefore, it is preferable to write a predetermined number of erase blocks after the last block of the last packet after confirming that the next packet is not written even if a predetermined time has elapsed after the recording of the packet.

【0048】(3)パケット書き込み後に所定時間が経
過してからトラックの最終パケットの最終ブロック後に
所定数の消去ブロックを書き込むパケット書き込み処理
図6は、この情報記録装置におけるパケット書き込み後
に所定時間が経過してからトラックの最終パケットの最
終ブロック後に所定数の消去ブロックを書き込むパケッ
ト書き込み処理を示すフローチャートである。
(3) Packet write processing for writing a predetermined number of erase blocks after the last block of the last packet of a track after a predetermined time has elapsed after writing a packet FIG. 6 shows that a predetermined time has elapsed after writing a packet in this information recording apparatus. 10 is a flowchart showing a packet writing process of writing a predetermined number of erase blocks after the last block of the last packet of the track afterwards.

【0049】ドライブコントローラは、ステップ21で
パケットのデータブロックを書き込み、ステップ22へ
進んでパケットのデータブロック書き込み終了後、所定
時間経過したか否かを判断し、所定時間が経過しない間
はステップ24へ進んで次のパケット書き込み処理を実
行するか否かを判断する。
The drive controller writes the data block of the packet in step 21 and proceeds to step 22 to determine whether or not a predetermined time has elapsed after the completion of writing the data block of the packet. To determine whether or not to execute the next packet writing process.

【0050】つまり、ステップ22と24の判断で所定
時間を経過しても次のパケットの書き込みを実行しない
とき、ステップ23へ進んでトラックの最終パケットの
最終ブロックの後に所定数の消去ブロックを書き込み、
この処理を終了する。
In other words, when the next packet is not written after the lapse of the predetermined time in steps 22 and 24, the flow advances to step 23 to write a predetermined number of erase blocks after the last block of the last packet of the track. ,
This processing ends.

【0051】ステップ22と24の判断で所定時間が経
過しない内に次のパケットの書き込み処理を実行すると
き、その書き込み処理を実行してステップ22へ戻る。
そして、ステップ22と24の判断で所定時間を経過し
ても次のパケットの書き込みを実行しないときは、ステ
ップ23へ進んでトラックの最終パケットの最終ブロッ
クの後に所定数の消去ブロックを書き込み、処理を終了
する。
When it is determined in steps 22 and 24 that the write processing of the next packet is to be executed before the predetermined time has elapsed, the write processing is executed and the process returns to step 22.
If it is determined in steps 22 and 24 that the writing of the next packet is not to be executed even after the lapse of the predetermined time, the process proceeds to step 23, where a predetermined number of erase blocks are written after the last block of the last packet of the track. To end.

【0052】このようにして、パケットの書き込み終了
後に所定時間経過後、最終パケットの最終ブロック後に
所定数の消去ブロックを書き込むので、パケットを連続
して書き込む場合にはパケットの書き込み毎に所定数の
消去ブロックを書き込まずに済み、再度書き込み位置へ
のシーク動作を行なわずに済むので、パケット書き込み
処理速度の低下を防止することができる。
In this manner, a predetermined number of erase blocks are written after a predetermined time has elapsed after the end of packet writing and after the last block of the last packet. Therefore, when writing packets continuously, a predetermined number of erase blocks are written each time a packet is written. Since the erase block does not need to be written and the seek operation to the write position need not be performed again, a reduction in the packet write processing speed can be prevented.

【0053】次に、光ディスク排出時にトラックの最終
パケットの最終ブロック後に所定数の消去ブロックを書
き込むようにしても良い。
Next, a predetermined number of erase blocks may be written after the last block of the last packet of the track when the optical disk is ejected.

【0054】(4)光ディスク排出時にトラックの最終
パケットの最終ブロック後に所定数の消去ブロックを書
き込むパケット書き込み処理図7は、この情報記録装置
における光ディスク排出時にトラックの最終パケットの
最終ブロック後に所定数の消去ブロックを書き込むパケ
ット書き込み処理を示すフローチャートである。
(4) Packet writing processing for writing a predetermined number of erase blocks after the last block of the last packet of the track when ejecting the optical disk FIG. 7 shows a predetermined number of blocks after the last block of the last packet of the track when the optical disk is ejected in this information recording apparatus. 9 is a flowchart illustrating a packet writing process for writing an erase block.

【0055】ドライブコントローラは、ディスク排出処
理時、ステップ31でパケットの書き込み終了後か否か
を判断して、パケットの書き込み終了後で無ければステ
ップ33へ進んで直ちに光ディスクを排出し、この処理
を終了する。ステップ31の判断でパケット書き込み終
了後なら、ステップ32へ進んで最終パケットの最終ブ
ロック後に所定数の消去ブロックを書き込み、ステップ
33へ進んで光ディスクを排出し、この処理を終了す
る。
At the time of disc ejection processing, the drive controller determines in step 31 whether or not the writing of the packet has been completed. If not, the flow proceeds to step 33 and immediately ejects the optical disc. finish. If it is determined in step 31 that the writing of the packet has been completed, the flow advances to step 32 to write a predetermined number of erase blocks after the last block of the last packet.

【0056】このようにして、パケットの書き込み終了
後、ディスク排出時に所定数の消去ブロックの書き込み
を行なうので、パケットを連続して書き込む場合にはパ
ケットの書き込み毎に最終ブロック後に所定数の消去ブ
ロックを書き込まずに済み、再度書き込み位置へのシー
ク動作を行なわなくても連続してパケットを書き込める
ので、パケット書き込み処理速度の低下を防止すること
ができる。
As described above, after the packet has been written, a predetermined number of erase blocks are written when the disk is ejected. Therefore, when writing packets continuously, a predetermined number of erase blocks are written after the last block for each packet write. Need not be written, and packets can be continuously written without performing a seek operation to the write position again, so that a reduction in the packet write processing speed can be prevented.

【0057】次に、上位装置からのパケット書き込み終
了通知に基づいてトラックの最終パケットの最終ブロッ
ク後に所定数の消去ブロックを書き込むようにしても良
い。
Next, a predetermined number of erase blocks may be written after the last block of the last packet of the track based on a packet write completion notification from the host device.

【0058】(5)上位装置からのパケット書き込み終
了通知に基づいてトラックの最終パケットの最終ブロッ
ク後に所定数の消去ブロックを書き込むパケット書き込
み処理図8は、この情報記録装置における上位装置から
のパケット書き込み終了通知に基づいてトラックの最終
パケットの最終ブロック後に所定数の消去ブロックを書
き込むパケット書き込み処理を示すフローチャートであ
る。
(5) Packet write processing for writing a predetermined number of erase blocks after the last block of the last packet of a track based on a packet write end notification from a higher-level device. 21 is a flowchart showing a packet writing process for writing a predetermined number of erase blocks after the last block of the last packet on the track based on the end notification.

【0059】ドライブコントローラは、ステップ41で
パケットのデータブロックを書き込み、ステップ42へ
進んで上位装置から書き込み終了の通知があったか否か
を判断し、上位装置からの書き込み終了通知を検知し、
書き込み終了の通知があったと判断したら、ステップ4
3へ進んで最終パケットの最終ブロック後に所定数の消
去ブロックを書き込み、処理を終了する。ステップ42
の判断で上位装置からの書き込み終了通知がなかった
ら、所定数の消去ブロックを書き込まずに処理を終了す
る。
The drive controller writes the data block of the packet in step 41, proceeds to step 42, determines whether or not a notification of the end of writing has been received from the upper device, and detects the notification of the end of writing from the upper device,
If it is determined that there has been a write end notification, step 4
Proceeding to 3, the predetermined number of erase blocks are written after the last block of the last packet, and the process is terminated. Step 42
If there is no write end notification from the host device, the process ends without writing a predetermined number of erase blocks.

【0060】このようにして、上位装置からのパケット
の書き込み終了通知に基づいて最終パケットの最終ブロ
ックを正確に判断することができ、パケットを連続して
書き込む場合にはパケットの書き込み毎に最終ブロック
後に所定数の消去ブロックを書き込まずに済み、再度書
き込み位置へのシーク動作を行なわなくても連続してパ
ケットを書き込めるので、パケット書き込み処理速度の
低下を防止することができる。
In this manner, the last block of the last packet can be accurately determined based on the packet write completion notification from the host device. A predetermined number of erase blocks need not be written later, and packets can be continuously written without performing a seek operation to a write position again. Therefore, a reduction in packet write processing speed can be prevented.

【0061】また、上位装置からのパケットの書き込み
終了通知に基づいて、最終パケットの書き込みに続けて
素早く所定数の消去ブロックの書き込みを開始できるの
で、消去ブロックの書き込み処理を高速に行なうことが
できる。
Further, based on the notification of the completion of the writing of the packet from the host device, the writing of a predetermined number of erase blocks can be started immediately following the writing of the last packet, so that the erase block writing process can be performed at high speed. .

【0062】[0062]

【発明の効果】以上説明してきたように、この発明によ
る情報記録装置によれば、データ追記時にデータを書き
込んだトラックの最終パケットを容易に見つけられるよ
うにすると共に、そのときの書き込み処理速度の低下を
防止することができる。
As described above, according to the information recording apparatus of the present invention, it is possible to easily find the last packet of the track on which data is written at the time of data recording, and to reduce the write processing speed at that time. The drop can be prevented.

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

【図1】この発明の一実施形態である情報記録装置の構
成を示す図である。
FIG. 1 is a diagram showing a configuration of an information recording apparatus according to an embodiment of the present invention.

【図2】図1に示した光ディスク1のパケットライト方
式でデータを記録したトラックフォーマットを示す図で
ある。
FIG. 2 is a diagram showing a track format in which data is recorded on the optical disc 1 shown in FIG. 1 by a packet write method.

【図3】図1に示した光ディスク1の基本ブロックと正
気ブロックの説明に供するフォーマット図である。
FIG. 3 is a format diagram for explaining a basic block and a sanity block of the optical disc 1 shown in FIG. 1;

【図4】図1に示した情報記録装置におけるトラックの
最終パケット後に所定数の消去ブロックを書き込むパケ
ット書き込み処理を示すフローチャートである。
FIG. 4 is a flowchart showing a packet writing process for writing a predetermined number of erase blocks after the last packet of a track in the information recording apparatus shown in FIG. 1;

【図5】図1に示した情報記録装置におけるトラックの
最終パケットを確認して所定数の消去ブロックを書き込
むパケット書き込み処理を示すフローチャートである。
FIG. 5 is a flowchart showing a packet writing process in which a last packet of a track is confirmed and a predetermined number of erase blocks are written in the information recording device shown in FIG. 1;

【図6】図1に示した情報記録装置におけるパケット書
き込み後に所定時間が経過してからトラックの最終パケ
ット後に所定数の消去ブロックを書き込むパケット書き
込み処理を示すフローチャートである。
6 is a flowchart showing a packet writing process for writing a predetermined number of erase blocks after the last packet of a track after a predetermined time has elapsed after writing of a packet in the information recording apparatus shown in FIG. 1;

【図7】図1に示した情報記録装置における光ディスク
排出時にトラックの最終パケット後に所定数の消去ブロ
ックを書き込むパケット書き込み処理を示すフローチャ
ートである。
FIG. 7 is a flowchart showing a packet writing process for writing a predetermined number of erase blocks after the last packet of a track when the optical disc is ejected in the information recording apparatus shown in FIG. 1;

【図8】図1に示した情報記録装置における上位装置か
らのパケット書き込み終了通知に基づいてトラックの最
終パケット後に所定数の消去ブロックを書き込むパケッ
ト書き込み処理を示すフローチャートである。
8 is a flowchart showing a packet writing process of writing a predetermined number of erase blocks after the last packet of a track based on a packet writing end notification from a higher-level device in the information recording apparatus shown in FIG.

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

1:光ディスク 2:モータ 3:回転制御部 4:光ピックアップ 5:アクチュエータ制御部 6:信号制御部 7:ドライブコントローラ 8:バッファ 9:レーザ駆動回路 10:外部インターフェイス 11:上位装置 1: Optical disc 2: Motor 3: Rotation control unit 4: Optical pickup unit 5: Actuator control unit 6: Signal control unit 7: Drive controller 8: Buffer 9: Laser drive circuit 10: External interface 11: Host device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 データの書き換え可能な光ディスクに対
するデータの書き込み及び読み出しを行なう情報記録装
置において、 前記光ディスクのトラックを複数のパケットに分割して
データを書き込むとき、データを書き込んだ最終パケッ
トの最終ブロックに続けて所定数の消去ブロックを書き
込む手段と、 前記光ディスクの最終ブロックの次ブロックが所定数の
消去ブロックであるパケットをトラックの最終パケット
と認識する手段とを設けたことを特徴とする情報記録装
置。
1. An information recording apparatus for writing and reading data to and from a data rewritable optical disk, wherein when writing data by dividing a track of the optical disk into a plurality of packets, the last block of the last packet in which the data is written Information writing means for writing a predetermined number of erase blocks subsequent to the above, and means for recognizing a packet in which the last block of the optical disk is a predetermined number of erase blocks as the last packet of the track. apparatus.
【請求項2】 データの書き換え可能な光ディスクに対
するデータの書き込み及び読み出しを行なう情報記録装
置において、 前記光ディスクのトラックを複数のパケットに分割して
データを書き込むとき、前記光ディスクのトラックの最
終パケットの最終ブロックのアドレスを予め記憶する手
段と、 前記光ディスクに対するパケットのデータの書き込み
後、前記アドレスに基づいてデータ書き込み後のパケッ
トがトラックの最終パケットか否かを判断する手段と、
該手段によって最終パケットと判断されたとき、その最
終パケットの最終ブロックの後に所定数の消去ブロック
を書き込む手段とを設けたことを特徴とする情報記録装
置。
2. An information recording apparatus for writing and reading data to and from a data rewritable optical disk, wherein when writing data by dividing a track of the optical disk into a plurality of packets, a last packet of a last packet of a track of the optical disk is written. Means for storing the address of the block in advance, means for writing the data of the packet to the optical disk, and determining whether or not the packet after data writing is the last packet of the track based on the address,
Means for writing a predetermined number of erase blocks after the last block of the last packet when the means determines that the packet is the last packet.
【請求項3】 データの書き換え可能な光ディスクに対
するデータの書き込み及び読み出しを行なう情報記録装
置において、 前記光ディスクのトラックを複数のパケットに分割して
データを書き込むとき、データ書き込み後の所定時間経
過後、前記光ディスクのトラックの最終パケットの最終
ブロックの後に所定数の消去ブロックを書き込む手段を
設けたことを特徴とする情報記録装置。
3. An information recording apparatus for writing and reading data to and from a data rewritable optical disk, comprising: when writing data by dividing a track of the optical disk into a plurality of packets; An information recording apparatus, further comprising means for writing a predetermined number of erase blocks after the last block of the last packet of the track on the optical disk.
【請求項4】 データの書き換え可能な光ディスクに対
するデータの書き込み及び読み出しを行なう情報記録装
置において、 前記光ディスクのトラックを複数のパケットに分割して
データを書き込むとき、データ書き込み後のディスク排
出時に、前記光ディスクのトラックの最終パケットの最
終ブロックの後に所定数の消去ブロックを書き込む手段
を設けたことを特徴とする情報記録装置。
4. An information recording apparatus for writing and reading data to and from a data rewritable optical disk, wherein when writing data by dividing a track of the optical disk into a plurality of packets, when discharging the disk after writing the data, An information recording apparatus, comprising: means for writing a predetermined number of erase blocks after the last block of the last packet of a track on an optical disc.
【請求項5】 データの書き換え可能な光ディスクに対
するデータの書き込み及び読み出しを行なう情報記録装
置において、 前記光ディスクにパケットライト方式でデータを連続的
に書き込むとき、上位装置からの書き込み終了通知を検
知する手段と、 該手段によって書き込み終了通知を検知した後、前記光
ディスクのトラックの最終パケットの最終ブロックの後
に所定数の消去ブロックを書き込む手段を設けたことを
特徴とする情報記録装置。
5. An information recording apparatus for writing and reading data to and from a data rewritable optical disk, wherein, when data is continuously written to the optical disk by a packet write method, means for detecting a write completion notification from a host device. An information recording apparatus, further comprising: means for writing a predetermined number of erase blocks after the last block of the last packet of the track on the optical disk after the writing completion notification is detected by the means.
JP19744198A 1998-07-13 1998-07-13 Information recording device Expired - Fee Related JP3394451B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19744198A JP3394451B2 (en) 1998-07-13 1998-07-13 Information recording device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19744198A JP3394451B2 (en) 1998-07-13 1998-07-13 Information recording device

Publications (2)

Publication Number Publication Date
JP2000030369A true JP2000030369A (en) 2000-01-28
JP3394451B2 JP3394451B2 (en) 2003-04-07

Family

ID=16374568

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19744198A Expired - Fee Related JP3394451B2 (en) 1998-07-13 1998-07-13 Information recording device

Country Status (1)

Country Link
JP (1) JP3394451B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1139345A2 (en) * 2000-03-30 2001-10-04 Sony Corporation Data recording apparatus, data recording method, and optical recording medium
JP2005285315A (en) * 2000-10-25 2005-10-13 Mediatek Inc Method for writing rewritable optical disk
US7602685B2 (en) * 2003-02-18 2009-10-13 Samsung Electronics Co., Ltd. Method of and apparatus for recording data on a minimally blanked optical disc in an incremental recording mode and computer readable storage medium encoded with processing instructions performing the method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1139345A2 (en) * 2000-03-30 2001-10-04 Sony Corporation Data recording apparatus, data recording method, and optical recording medium
EP1139345A3 (en) * 2000-03-30 2002-04-03 Sony Corporation Data recording apparatus, data recording method, and optical recording medium
US6876615B2 (en) 2000-03-30 2005-04-05 Sony Corporation Data recording apparatus, data recording method, and optical recording medium including psuedo-erasing features
US7082089B2 (en) 2000-03-30 2006-07-25 Sony Corporation Data recording apparatus, data recording method, and optical recording medium including pseudo-erasing features
US7085214B2 (en) 2000-03-30 2006-08-01 Sony Corporation Data recording apparatus, data recording method, and optical recording medium including pseudo-erasing features
KR100746735B1 (en) * 2000-03-30 2007-08-06 소니 가부시끼 가이샤 Data recording apparatus, data recording method and optical recording medium
JP2005285315A (en) * 2000-10-25 2005-10-13 Mediatek Inc Method for writing rewritable optical disk
US7602685B2 (en) * 2003-02-18 2009-10-13 Samsung Electronics Co., Ltd. Method of and apparatus for recording data on a minimally blanked optical disc in an incremental recording mode and computer readable storage medium encoded with processing instructions performing the method

Also Published As

Publication number Publication date
JP3394451B2 (en) 2003-04-07

Similar Documents

Publication Publication Date Title
USRE42584E1 (en) Optical disc recording and reproducing apparatus for performing a formatting process as a background process and a method for formatting an optical disc by a background process
US7324422B2 (en) Information storage method that assures compatibility of writable medium with read only medium
JPH11501760A (en) CD-ROM recording method
US7400565B2 (en) Reproduction method, a program, a recording medium, and a drive apparatus
JPH10293961A (en) Optical disk recorder
JP4056721B2 (en) Information recording device
JPH08147879A (en) Optical disk recorder
JP2002170342A (en) Method for recording write-once type optical disk
JP2000030369A (en) Information recording device
JPH0935270A (en) Cd-r driving device
JP3752108B2 (en) Optical disc recording / reproducing apparatus
JP3825511B2 (en) Information recording / reproducing device
JPH1166562A (en) Optical disk recorder
JPH08203211A (en) Optical disk apparatus
JP2001351311A (en) Seeking method for optical disk and optical disk driver
JPH10269751A (en) Information recording/reproducing apparatus
JP3938464B2 (en) Optical disk device
JP3871839B2 (en) Information recording / reproducing device
JP3898522B2 (en) Optical disk device
JP3898736B2 (en) system
JPH11185447A (en) Information recording/reproducing device
JP2005011473A (en) Optical disk device
JP2003059050A (en) Optical disk recording method
JP4038062B2 (en) Information recording / reproducing apparatus, program, and computer-readable recording medium
JPH08147878A (en) Optical disk recorder

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080131

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090131

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100131

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20110131

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20120131

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20130131

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20140131

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees