JP2008077716A - Data recorder, control program, optical disk and data recording method - Google Patents

Data recorder, control program, optical disk and data recording method Download PDF

Info

Publication number
JP2008077716A
JP2008077716A JP2006253552A JP2006253552A JP2008077716A JP 2008077716 A JP2008077716 A JP 2008077716A JP 2006253552 A JP2006253552 A JP 2006253552A JP 2006253552 A JP2006253552 A JP 2006253552A JP 2008077716 A JP2008077716 A JP 2008077716A
Authority
JP
Japan
Prior art keywords
image file
data
work area
recording
size
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006253552A
Other languages
Japanese (ja)
Inventor
Yuji Kitamura
裕司 北村
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 JP2006253552A priority Critical patent/JP2008077716A/en
Publication of JP2008077716A publication Critical patent/JP2008077716A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data recorder capable of preventing a writing operation error caused by the size of the spare capacity of a working area and a data transfer speed of the working area and improving performance during a writing operation, and to provide a control program, an optical disk and a data recording method. <P>SOLUTION: The size of an image file to be created is calculated on the basis of writing object data and management information of a logical format based on ISO9660, devices X for a working area of a recording capacity larger than the size of the image file are selected among a plurality of devices, the device having the highest data writing speed is selected among the selected devices X for a working area, and the selected device X for a working area is determined as a working place for the image file. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、CD−RやDVD−R等の記録媒体にイメージファイルを記録させるデータ記録装置、及び、イメージファイルを上記の記録媒体に記録させるデータ記録方法、制御プログラム、その制御プログラムが記録された光ディスクに関する。   The present invention records a data recording apparatus for recording an image file on a recording medium such as a CD-R or a DVD-R, a data recording method for recording an image file on the recording medium, a control program, and the control program. Related to optical discs.

従来から、コンピュータ周辺機器として、所望のデータをCD−R/RWやDVD−R/RW等の追記型光ディスクに記録可能なドライブ装置がある。
このドライブ装置は、周知の通り、専用のライティングソフトウェアをパーソナルコンピュータにインストールし、そのライティングソフトウェアを介して所望のデータを追記型光ディスクに記録させている。
このライティングソフトウェアが一般的に持っている機能としては、CD−ROMの論理フォーマット規格であるISO9660データディスクの作成機能があるが、その記録方法は大別して2通りある。
2. Description of the Related Art Conventionally, as computer peripheral devices, there are drive devices that can record desired data on a write-once optical disc such as a CD-R / RW or a DVD-R / RW.
As is well known, in this drive device, dedicated writing software is installed in a personal computer, and desired data is recorded on a write-once optical disc through the writing software.
The writing software generally has a function of creating an ISO9660 data disc, which is a CD-ROM logical format standard, and there are roughly two recording methods.

まず、書き込み対象データをISO9660ファイルシステムにフォーマットしたイメージファイルを、ハードディスク内の作業領域に一時的に作成した後、当該イメージファイルを追記型光ディスクに記録する方法と、イメージファイルを作成せずに、書き込み対象データをメモリ上でISOファイルシステムにフォーマットしながら追記型光ディスクに記録するという方法である。
これらの記録方法は、夫々一長一短があり、前者の方法では、書き込みの信頼性は向上するが、イメージファイルの作成場所がハードディスク内で必要となってしまい、後者の方法では、ハードディスク内の作業領域が不要であるかわりに、追記型光ディスクへの書き込み中に、データ転送速度不足による書き込みエラー(バッファーアンダーランと呼ばれる)が発生する可能性が大きくなってしまう(例えば非特許文献1参照)。
アスキーデジタル用語辞典(インターネット)[平成18年8月17日検索]:<URL:http://yougo.ascii24.com/gh/26/002602.html>
First, after temporarily creating an image file in which the data to be written is formatted in the ISO9660 file system in the work area in the hard disk, the image file is recorded on a write-once optical disc, and without creating an image file, In this method, data to be written is recorded on a write-once optical disc while being formatted into an ISO file system on a memory.
Each of these recording methods has advantages and disadvantages. In the former method, the writing reliability is improved. However, the creation location of the image file is required in the hard disk. In the latter method, the work area in the hard disk is used. However, there is a greater possibility that a writing error (called buffer underrun) due to insufficient data transfer speed will occur during writing to a write-once optical disc (see Non-Patent Document 1, for example).
ASCII Digital Glossary (Internet) [Search August 17, 2006]: <URL: http://yougo.ascii24.com/gh/26/002602.html>

特に、前者の方法による記録方法(従来のライティングソフトウェア)では、書き込み対象データの大きさが決定する前に、イメージファイル作成用の作業領域を決定していたため、イメージファイル作成を含めた書き込み動作開始した後に、仮に、作業領域の空き容量が足りない場合、書き込みエラーを報知して終了してしまうという問題点があった。
また、作業領域の空き容量が十分であったとしても、作業領域に指定されたハードディスクの元々の性能としてのデータ転送速度が遅かったり、フラグメント発生のためにデータ転送速度が低下していたりと、追記型光ディスクへの書き込みパフォーマンスへの悪影響を及ぼす要因が存在していた。最悪の場合は、上記データ転送速度不足による書き込みエラーになる場合あるという問題点もあった。
そこで本発明は、このような状況に鑑みてなされたものであり、上記問題点を解決できるデータ記録装置、制御プログラム、光ディスク、データ記録方法を提供することを目的とする。
In particular, in the former recording method (conventional writing software), the work area for image file creation was determined before the size of the data to be written was determined, so the writing operation including image file creation started. After that, if there is not enough free space in the work area, there is a problem that a write error is notified and the process ends.
In addition, even if there is enough free space in the work area, the data transfer speed as the original performance of the hard disk specified as the work area is slow, or the data transfer speed is lowered due to fragmentation, There were factors that had an adverse effect on write performance on write-once optical discs. In the worst case, there is a problem that a write error may occur due to the insufficient data transfer speed.
Therefore, the present invention has been made in view of such a situation, and an object thereof is to provide a data recording apparatus, a control program, an optical disc, and a data recording method that can solve the above problems.

上記技術課題を達成するために、本発明にかかるデータ記録装置、制御プログラム、光ディスク、データ記録方法は、下記の技術的手段を講じた。
すなわち、請求項1にかかるデータ記録装置は、イメージファイルを記録媒体に記録させるデータ記録装置であって、記録容量を夫々異ならせた複数の作業領域用デバイスと、少なくとも書き込み対象データに基づいて、前記イメージファイルのサイズが算出される算出手段と、前記算出手段で算出された前記イメージファイルのサイズより大きい記録容量の前記作業領域用デバイスを選出させる比較演算手段と、前記比較演算手段で選出された作業領域用デバイスのうち、データ転送速度が最速な作業領域用デバイスを選出させ、その最速な作業領域用デバイスを前記イメージファイルの作成場所と決定させるデバイス選出手段とを備えてなることを特徴とする。
In order to achieve the above technical problem, the data recording apparatus, control program, optical disk, and data recording method according to the present invention employ the following technical means.
That is, the data recording apparatus according to claim 1 is a data recording apparatus for recording an image file on a recording medium, and based on a plurality of work area devices having different recording capacities and at least data to be written, Selected by the calculation means for calculating the size of the image file, comparison calculation means for selecting the working area device having a recording capacity larger than the size of the image file calculated by the calculation means, and the comparison calculation means A device selecting means for selecting a working area device having the fastest data transfer speed from among the working area devices, and determining the fastest working area device as a creation location of the image file. And

請求項2にかかる制御プログラムは、イメージファイルを記録媒体に記録させる際に用いられる制御プログラムであって、少なくとも書き込み対象データに基づいて、前記イメージファイルのサイズを算出する算出手段と、記録容量が夫々異なる複数の作業領域の中から、前記算出手段で算出したイメージファイルのサイズより大きい記録容量の作業領域を選出する比較演算手段と、前記比較演算手段で選出した作業領域のうち、データ転送速度が最速な作業領域を選出し、その最速な作業領域を前記イメージファイルの作成場所と決定するデバイス選出手段とを備えてなり、前記算出手段と、前記比較演算手段と、前記デバイス選出手段とを、コンピュータが実行可能なことを特徴とする。   According to a second aspect of the present invention, there is provided a control program for use in recording an image file on a recording medium, a calculation means for calculating the size of the image file based on at least write target data, and a recording capacity. Comparison operation means for selecting a work area having a recording capacity larger than the size of the image file calculated by the calculation means from a plurality of different work areas, and a data transfer speed among the work areas selected by the comparison operation means Comprises a device selection means for selecting the fastest work area and determining the fastest work area as the creation location of the image file, the calculation means, the comparison operation means, and the device selection means. The computer is executable.

請求項3にかかる光ディスクは、請求項2に記載の制御プログラムが記録されていることを特徴とする。
請求項4にかかるデータ記録方法は、イメージファイルを記録媒体に記録するデータ記録方法であって、記録容量が夫々異なる複数の作業領域の中から、前記記録媒体に書き込ませる前記イメージファイルのサイズより大きく、かつ、データ転送速度が最速な作業領域を選出し、その選出した作業領域を前記イメージファイルの作成場所とすることを特徴とする。
An optical disc according to a third aspect stores the control program according to the second aspect.
According to a fourth aspect of the present invention, there is provided a data recording method for recording an image file on a recording medium, the size of the image file being written on the recording medium from a plurality of work areas having different recording capacities. A work area that is large and has the fastest data transfer speed is selected, and the selected work area is used as the creation location of the image file.

本発明によれば、書き込み対象データの大きさに基づいた作業領域用デバイスまたは作業領域と、その作業領域用デバイスのデータ転送速度、すなわち、データの書き込み速度または読み出し速度を考慮してイメージファイルの作成場所を決定するので、イメージファイル作成を含めた書き込み動作開始した後に、作業領域の空き容量が足りなくなるのを完全に防止でき、したがって、そのことを要因とした書き込みエラーを解消できる。また、データ転送速度が最速な作業領域用デバイスをイメージファイルの作成場所と決定するから、書き込み動作のパフォーマンスを向上させることができる。   According to the present invention, a work area device or work area based on the size of data to be written and a data transfer speed of the work area device, that is, a data writing speed or a data reading speed, are taken into consideration. Since the creation location is determined, it is possible to completely prevent the free space in the work area from running out after the start of the writing operation including the creation of the image file, and therefore it is possible to eliminate the writing error caused by that. Also, since the work area device with the fastest data transfer speed is determined as the image file creation location, the performance of the write operation can be improved.

次に、本発明の実施の形態を、図面を参照しながら説明する。
(実施の形態1)
実施の形態1は、パーソナルコンピュータとCD−R/RWドライブ装置2とを備えて構築されたシステム中に組み込まれたデータ記録装置が例示されている。
すなわち、実施の形態1にかかるデータ記録装置は、図1に示すように、CPU1(中央演算処理装置)と、RAM5(メモリ)と、入力デバイスであるマウス6及びキーボード7と、ディスプレイ9と接続された表示制御装置8と、書き込みデータ格納デバイス3と、プログラム格納部4とが、バス10を介して接続されてなるパーソナルコンピュータと、そのバス10介して接続されたCD−R/RWドライブ装置2と、CD−R/RWドライブ装置2に内装された制御部、または、パーソナルコンピュータに接続された制御部(いずれも図示せず)と、作業領域用デバイス11とを備えて構築されている。
Next, embodiments of the present invention will be described with reference to the drawings.
(Embodiment 1)
The first embodiment exemplifies a data recording device incorporated in a system constructed with a personal computer and a CD-R / RW drive device 2.
That is, the data recording apparatus according to the first embodiment is connected to a CPU 1 (central processing unit), a RAM 5 (memory), a mouse 6 and a keyboard 7 as input devices, and a display 9 as shown in FIG. A personal computer in which the display control device 8, the write data storage device 3, and the program storage unit 4 are connected via the bus 10, and a CD-R / RW drive device connected via the bus 10. 2, a control unit built in the CD-R / RW drive device 2, or a control unit (none of which is shown) connected to a personal computer, and a work area device 11. .

この上記した構成のうち、書き込みデータ格納デバイス3は、任意の制御プログラム(基本ソフトも含む)と、書き込み対象データ(任意のデータ)を含んだ様々なデータ等が格納される周知のハードディスクである。
また、制御部は、算出手段と、比較演算手段と、デバイス選出手段とを備えて構成されている。なお、実施の形態1及び2にかかる制御部は、所定の制御をハードウェアで実現させたものを例示している。
算出手段は、書き込み対象データとISO9660に基づく論理フォーマットの管理情報とに基づいて、作成されるべきイメージファイルのサイズが算出されるようになっている。
Of the above-described configuration, the write data storage device 3 is a well-known hard disk that stores an arbitrary control program (including basic software) and various data including write target data (arbitrary data). .
The control unit includes a calculation unit, a comparison calculation unit, and a device selection unit. In addition, the control part concerning Embodiment 1 and 2 has illustrated what implement | achieved predetermined control with the hardware.
The calculation means calculates the size of the image file to be created based on the write target data and the logical format management information based on ISO9660.

比較演算手段は、算出手段で算出されたイメージファイルのサイズと後述する複数の作業領域用デバイス11の記録容量とを比較判断して、イメージファイルのサイズより大きい記録容量の作業領域用デバイス11を選出させるようになっている。
デバイス選出手段は、比較演算手段で選出された作業領域用デバイス11のうち、データの書き込み速度が最速な作業領域用デバイス11を選出させ、その最速な作業領域用デバイス11をイメージファイルの作成場所と決定させるようになっている。なお、実施の形態1では、データ転送速度としてデータの書き込み速度を例示し、実施の形態2では、データ転送速度としてデータの読み込み速度を例示している。
The comparison calculation means compares and determines the size of the image file calculated by the calculation means and the recording capacities of a plurality of work area devices 11 to be described later, and selects the work area device 11 having a recording capacity larger than the size of the image file. It is supposed to be elected.
The device selection means selects the work area device 11 with the fastest data writing speed from the work area devices 11 selected by the comparison calculation means, and uses the fastest work area device 11 as the image file creation location. It is supposed to be decided. In the first embodiment, the data writing speed is exemplified as the data transfer speed, and in the second embodiment, the data reading speed is exemplified as the data transfer speed.

プログラム格納部4とは、ハードディスクで記録されている夫々の制御プログラムを起動することで、その制御プログラムを一旦格納するメモリであり、上記したRAM5(メモリ)の記録領域の一部が割り当てられてなる。
作業領域用デバイス11は、記録容量を夫々異ならせた複数の記録領域を確保させるデバイスであり、その態様として、パーソナルコンピュータ内のハードディスクやRAM5を利用して夫々異ならせた複数の記録領域を確保する、または、記録容量の異なるメモリを複数個用意する、等があげられる。
特に、後者の、複数個のメモリを用いる場合、CD−R/RWドライブ装置2内、または上記した制御部内に、そのメモリを配設することが好ましい。
The program storage unit 4 is a memory that temporarily stores each control program recorded on the hard disk, and temporarily stores the control program. A part of the recording area of the RAM 5 (memory) is allocated to the program storage unit 4. Become.
The work area device 11 is a device that secures a plurality of recording areas with different recording capacities, and as its mode, secures a plurality of recording areas that differ with the use of a hard disk or RAM 5 in a personal computer. Or preparing a plurality of memories having different recording capacities.
In particular, in the case of using the latter, a plurality of memories, it is preferable to arrange the memories in the CD-R / RW drive device 2 or in the above-described control unit.

以上のように構成されたデータ記録装置の一連の動作を、図2のフローチャートを参照しながら説明する。なお、説明の便宜上、書き込み対象データを指定し、書き込み動作開始の指示をしたことを前提にする。
まず、ユーザーにより指定された書き込み対象データと、ISO9660に基づく論理フォーマットの管理情報とに基づいて、作成されるべきイメージファイルのサイズを算出しRAM5に記録する(S1:算出手段)。
次いで、作業領域用デバイス11の総数であるn個分、S2、S3で構成されるループルーチン(ループA)を行う。
すなわち、作業領域用デバイスX(Xは変数:1〜n)の空き容量と、S1で算出したイメージファイルのサイズとを比較し、作業領域用デバイスXの空き容量がイメージファイルのサイズより大きいか否かをチェックする(S2:比較演算手段)。
A series of operations of the data recording apparatus configured as described above will be described with reference to the flowchart of FIG. For convenience of explanation, it is assumed that write target data is designated and a write operation start instruction is given.
First, the size of the image file to be created is calculated and recorded in the RAM 5 based on the write target data designated by the user and the logical format management information based on ISO9660 (S1: calculation means).
Next, a loop routine (loop A) composed of S2 and S3 for the total number n of work area devices 11 is performed.
That is, the free space of the work area device X (X is a variable: 1 to n) is compared with the size of the image file calculated in S1, and whether the free space of the work area device X is larger than the size of the image file. It is checked whether or not (S2: comparison operation means).

作業領域用デバイスXの空き容量がイメージファイルのサイズより大きい場合(S2Y)、その作業領域用デバイスXに対してダミーデータを書き込み、その書き込みに要した「書き込み速度WT」を測定しRAM5に記録する(S3)。
すべての作業領域用デバイス11に対してS2が終了し、S3の「書き込み速度WT」データが揃ったら(データ数が0の場合もあり得る)、S2のチェックをクリアした作業領域用デバイス11が一つ以上あるか否かを判断する(S4)。
S2のチェックをクリアした作業領域用デバイス11が一つもない場合(S4N)、エラー表示等の別処理を行い、書き込み動作を中止する(S6)。
S2のチェックをクリアした作業領域用デバイス11が一つ以上ある場合(S4Y)は、RAM5に記録された「書き込み速度WT」が最速の作業領域用デバイスXをイメージファイル作成場所として選出し(デバイス選出手段)、その選出した作業領域用デバイスXに、イメージファイルの書き込み動作を開始する(S5)。
そして、イメージファイルを作業領域用デバイスXに一時的に作成した後、そのイメージファイルを追記型光ディスクに記録して一連の処理が終わる。
When the free space of the work area device X is larger than the size of the image file (S2Y), dummy data is written to the work area device X, and the “write speed WT” required for the write is measured and recorded in the RAM 5. (S3).
When S2 is completed for all the work area devices 11 and the “write speed WT” data of S3 is prepared (the number of data may be 0), the work area device 11 that has cleared the check of S2 It is determined whether there is one or more (S4).
If there is no work area device 11 that clears the check in S2 (S4N), another process such as error display is performed, and the writing operation is stopped (S6).
If there is one or more work area devices 11 that have cleared the check of S2 (S4Y), the work area device X having the fastest “write speed WT” recorded in the RAM 5 is selected as the image file creation location (device (Selection means), and starts an image file writing operation to the selected work area device X (S5).
Then, after the image file is temporarily created in the work area device X, the image file is recorded on the write-once optical disc, and a series of processing ends.

このように実施の形態1にかかるデータ記録装置は、書き込み対象データとISO9660に基づく論理フォーマットの管理情報とに基づいて、作成されるべきイメージファイルのサイズを算出し、そのイメージファイルのサイズより大きい記録容量の作業領域用デバイスXを複数個の中から選出し、さらに、その選出した作業領域用デバイスXの中からデータの書き込み速度が最速なものを選出し、その選出した作業領域用デバイスXをイメージファイルを作成場所と決定するから、従来のように、イメージファイル作成を含めた書き込み動作開始した後に、作業領域の空き容量が足りなくなるのを完全に防止でき、しかも、書き込み動作のパフォーマンスをも向上させることができる。   As described above, the data recording apparatus according to the first embodiment calculates the size of the image file to be created based on the write target data and the logical format management information based on ISO9660, and is larger than the size of the image file. A work area device X having a recording capacity is selected from a plurality of devices, and a device having the fastest data writing speed is selected from the selected work area devices X, and the selected work area device X is selected. Therefore, it is possible to completely prevent the work area from running out of free space after starting the writing operation including image file creation as before, and to improve the performance of the writing operation. Can also be improved.

(実施の形態2)
実施の形態1では、イメージファイルの作成場所を決定させるにあたり、データ転送速度としてデータの書き込み速度を用いたデバイス選出手段を例示していたが、実施の形態2では、データ転送速度としてデータの読み込み速度を用いたデバイス選出手段を例示している。なお、その他の構成は実施の形態1と同一である。
以下、実施の形態2にかかるデータ記録装置の一連の動作を、図3のフローチャートを参照しながら説明する。なお、実施の形態1と同様に、説明の便宜上、書き込み対象データを指定し、書き込み動作開始の指示をしたことを前提にする。また、図3のフローチャートにおいて、実施の形態1で参照した図2のフローチャートと同一処理を行うものは、同一符号(ステップ番号:S)を付している。
(Embodiment 2)
In the first embodiment, the device selection means using the data writing speed as the data transfer speed is illustrated in determining the image file creation location. However, in the second embodiment, data reading is performed as the data transfer speed. The device selection means using speed is illustrated. Other configurations are the same as those of the first embodiment.
A series of operations of the data recording apparatus according to the second embodiment will be described below with reference to the flowchart of FIG. As in the first embodiment, for the sake of convenience of explanation, it is assumed that write target data is designated and a write operation start instruction is issued. In the flowchart of FIG. 3, the same reference numerals (step number: S) are assigned to the same processes as those in the flowchart of FIG. 2 referred to in the first embodiment.

まず、ユーザーにより指定された書き込み対象データと、ISO9660に基づく論理フォーマットの管理情報とに基づいて、作成されるべきイメージファイルのサイズを算出しRAM5に記録する(S1:算出手段)。
次いで、作業領域用デバイス11の総個数であるn個分、S2、S3で構成されるループルーチン(ループA)を行う。
すなわち、作業領域用デバイスX=(1〜n)の空き容量と、S1で算出したイメージファイルのサイズとを比較し、作業領域用デバイスXの空き容量がイメージファイルのサイズより大きいか否かをチェックする(S2:比較演算手段)。
First, the size of the image file to be created is calculated and recorded in the RAM 5 based on the write target data designated by the user and the logical format management information based on ISO9660 (S1: calculation means).
Next, a loop routine (loop A) composed of S2 and S3 for the total number n of work area devices 11 is performed.
That is, the free capacity of the work area device X = (1 to n) is compared with the size of the image file calculated in S1, and it is determined whether or not the free capacity of the work area device X is larger than the size of the image file. Check (S2: comparison operation means).

作業領域用デバイスXの空き容量がイメージファイルのサイズより大きい場合(S2Y)、その作業領域用デバイスXに対してダミーデータを書き込み、その後、そのダミーデータを読み出し、その読み出しに要した「読み出し速度RT」を測定する。その読み込みに要した「読み込み速度RT」を測定しRAM5に記録する(S7)。
すべての作業領域用デバイス11に対してS2が終了し、S7の「読み込み込み速度RT」データが揃ったら(データ数が0の場合もあり得る)、S2のチェックをクリアした作業領域用デバイス11が一つ以上あるか否かを判断する(S4)。
S2のチェックをクリアした作業領域用デバイス11が一つもない場合(S4N)、エラー表示等の別処理を行い、書き込み動作を中止する(S6)。
When the free space of the work area device X is larger than the size of the image file (S2Y), dummy data is written to the work area device X, and then the dummy data is read. “RT” is measured. The “reading speed RT” required for the reading is measured and recorded in the RAM 5 (S7).
When S2 is completed for all the work area devices 11 and the “reading speed RT” data in S7 is ready (the number of data may be 0), the work area devices 11 that have cleared the check in S2 It is determined whether or not there is one or more (S4).
If there is no work area device 11 that clears the check in S2 (S4N), another process such as error display is performed, and the writing operation is stopped (S6).

S2のチェックをクリアした作業領域用デバイス11が一つ以上ある場合(S4Y)は、RAM5に記録された「読み込み速度RT」が最速の作業領域用デバイスXをイメージファイル作成場所として選出し(デバイス選出手段)、その選出した作業領域用デバイスXに、イメージファイルの書き込み動作を開始する(S5)。
そして、イメージファイルを作業領域用デバイスXに一時的に作成した後、そのイメージファイルを追記型光ディスクに記録して一連の処理が終わる。
このように実施の形態2にかかるデータ記録装置は、書き込み対象データとISO9660に基づく論理フォーマットの管理情報とに基づいて、作成されるべきイメージファイルのサイズを算出し、そのイメージファイルのサイズより大きい記録容量の作業領域用デバイスXを複数個の中から選出し、さらに、その選出した作業領域用デバイスXの中からデータの読み込み速度が最速なものを選出し、その選出した作業領域用デバイスXを、イメージファイルを作成場所と決定するから、イメージファイル作成を含めた書き込み動作を開始した後に、作業領域の空き容量が足りなくなるのを完全に防止できる。しかも、読み込み動作のパフォーマンスをも向上させることができる。
If there is one or more work area devices 11 that have cleared the check in S2 (S4Y), the work area device X having the fastest “reading speed RT” recorded in the RAM 5 is selected as the image file creation location (device). (Selection means), and starts an image file writing operation to the selected work area device X (S5).
Then, after the image file is temporarily created in the work area device X, the image file is recorded on the write-once optical disc, and a series of processing ends.
As described above, the data recording apparatus according to the second embodiment calculates the size of the image file to be created based on the write target data and the logical format management information based on ISO9660, and is larger than the size of the image file. A work area device X having a recording capacity is selected from a plurality of devices, and the selected work area device X having the fastest data reading speed is selected, and the selected work area device X is selected. Since the image file is determined as the creation location, it is possible to completely prevent the work area from running out of free space after the writing operation including the creation of the image file is started. In addition, the performance of the reading operation can be improved.

(実施の形態3)
本発明の実施の形態3は、実施の形態1及び2で例示した制御部(ハードウェア)による機能の実現に対し、ソフトウェア、すなわち、コンピュータが実行可能な制御プログラムによる機能の実現を例にしたものである。
すなわち、パーソナルコンピュータとCD−R/RWドライブ装置2の既存のハードウェア資源をそのまま利用して、パーソナルコンピュータにインストールされる制御プログラムで上記した機能を実現させるもので、実施の形態3にかかる制御プログラムは、実施の形態1及び2で例示した算出手段、比較演算手段、デバイス選出手段とを備えて構築されている。
なお、この場合における作業領域用デバイス11は、実施の形態1と同様に、記録容量を夫々異ならせた複数の記録領域を確保させるデバイスであり、その態様として、パーソナルコンピュータ内のハードディスクやRAM5を利用して夫々異ならせた複数の記録領域を確保する、または、記録容量の異なるメモリを複数個用意する、等があげられる。
(Embodiment 3)
In the third embodiment of the present invention, the implementation of functions by software, that is, a control program that can be executed by a computer, is taken as an example of the implementation of functions by the control unit (hardware) exemplified in the first and second embodiments. Is.
That is, the existing hardware resources of the personal computer and the CD-R / RW drive device 2 are used as they are, and the above-described functions are realized by a control program installed in the personal computer. The control according to the third embodiment The program is constructed by including the calculation means, comparison calculation means, and device selection means exemplified in the first and second embodiments.
Note that the work area device 11 in this case is a device that secures a plurality of recording areas with different recording capacities, as in the first embodiment, and includes a hard disk or a RAM 5 in a personal computer as an aspect. For example, it is possible to secure a plurality of recording areas that are different from each other by using, or to prepare a plurality of memories having different recording capacities.

前者のパーソナルコンピュータ内のハードディスクやRAM5を利用する場合は、制御プログラム中に、算出手段の処理前に記録容量を夫々異ならせた複数の記録領域を確保させるパーティション手段を備えたり、メモリやハードディスク等の、複数の記録装置の存在をサーチして自動で記録領域(番号)を割りつける手段などを備えたりするのが好適である。また、ユーザーによって、所望の記録装置に記録容量を夫々異ならせた複数の記録領域を指定させても良い。
また、後者の複数個のメモリを用いる場合、例えばCD−R/RWドライブ装置2内にメモリを配設することが好ましい。この場合、当該複数個のメモリからなる作業領域用デバイス11を備えた光ディスクドライブ装置と、上記した制御プログラムで本発明が構成される。
When using the hard disk or RAM 5 in the former personal computer, the control program is provided with partition means for securing a plurality of recording areas with different recording capacities before the processing of the calculation means, memory, hard disk, etc. It is preferable to provide means for searching for the presence of a plurality of recording devices and automatically assigning recording areas (numbers). In addition, the user may designate a plurality of recording areas with different recording capacities in a desired recording apparatus.
Further, when the latter plurality of memories are used, it is preferable to arrange the memories in the CD-R / RW drive device 2, for example. In this case, the present invention is constituted by the optical disc drive apparatus provided with the work area device 11 composed of the plurality of memories and the control program described above.

なお、実施の形態3にかかる制御プログラムによる一連の動作は、実施の形態1及び2と同じであるため、その動作説明は省略する。
また、上記した制御プログラムを記録させる媒体は、光ディスクが好適であり、特に、図4に示すように、実施の形態3にかかる制御プログラムが予め記録された読み取り専用領域12と、その読み取り専用領域12の外側に設けられた書き込み可能領域13とを備えてなる光ディスク14が、実施の形態1や実施の形態2において奏した効果に加え、データの記録が当該光ディスクに対して行えるので利便性が向上し、極めて好適である。
Since a series of operations by the control program according to the third embodiment is the same as those in the first and second embodiments, the description of the operation is omitted.
The medium for recording the control program is preferably an optical disc. In particular, as shown in FIG. 4, a read-only area 12 in which the control program according to the third embodiment is recorded in advance, and the read-only area. In addition to the effects achieved in the first and second embodiments, the optical disk 14 including the writable area 13 provided outside the 12 can perform data recording on the optical disk. It is highly suitable.

以上、本発明の実施の形態を説明したが、上述した実施の形態は、本発明の好適な実施の形態の一例を示すものであり、本発明はそれに限定されるものではなく、その要旨を逸脱しない範囲内において、種々変形実施が可能である。
例えば、記録容量が夫々異なる複数の作業領域の中から、追記型の光ディスク等の記録媒体に書き込ませるイメージファイルのサイズより大きく、かつ、データ転送速度が最速な作業領域を選出し、その選出した作業領域をイメージファイルの作成場所とするデータ記録方法でも良いものである。
As mentioned above, although embodiment of this invention was described, embodiment mentioned above shows an example of suitable embodiment of this invention, this invention is not limited to it, The summary is Various modifications can be made without departing from the scope.
For example, a work area that is larger than the size of an image file to be written on a recording medium such as a write-once optical disk and that has the fastest data transfer speed is selected from a plurality of work areas having different recording capacities. A data recording method using the work area as the image file creation location may be used.

実施の形態1または2にかかるデータ記録装置が組み込まれたシステムの構成図。FIG. 3 is a configuration diagram of a system in which the data recording apparatus according to the first or second embodiment is incorporated. 実施の形態1にかかるデータ記録装置の動作を示すフローチャート。3 is a flowchart showing the operation of the data recording apparatus according to the first embodiment. 実施の形態2にかかるデータ記録装置の動作を示すフローチャート。9 is a flowchart showing the operation of the data recording apparatus according to the second embodiment. 実施の形態3にかかる制御プログラムが記録された光ディスクを示す図。FIG. 6 is a diagram showing an optical disc on which a control program according to a third embodiment is recorded.

符号の説明Explanation of symbols

1 CPU
2 CD−R/RWドライブ装置
3 書き込みデータ格納デバイス
4 プログラム格納部
5 RAM
6 マウス
7 キーボード
8 表示制御装置
9 ディスプレイ
10 バス
11(X) 作業領域用デバイス
12 読み取り専用領域
13 書き込み可能領域
14 光ディスク
1 CPU
2 CD-R / RW drive device 3 Write data storage device 4 Program storage unit 5 RAM
6 Mouse 7 Keyboard 8 Display Control Device 9 Display 10 Bus 11 (X) Work Area Device 12 Read Only Area 13 Writable Area 14 Optical Disk

Claims (4)

イメージファイルを記録媒体に記録させるデータ記録装置であって、
記録容量を夫々異ならせた複数の作業領域用デバイスと、
少なくとも書き込み対象データに基づいて、前記イメージファイルのサイズが算出される算出手段と、
前記算出手段で算出された前記イメージファイルのサイズより大きい記録容量の前記作業領域用デバイスを選出させる比較演算手段と、
前記比較演算手段で選出された作業領域用デバイスのうち、データ転送速度が最速な作業領域用デバイスを選出させ、その最速な作業領域用デバイスを前記イメージファイルの作成場所と決定させるデバイス選出手段と、
を備えてなることを特徴とするデータ記録装置。
A data recording device for recording an image file on a recording medium,
Multiple work area devices with different recording capacities,
Calculating means for calculating the size of the image file based on at least the data to be written;
Comparison operation means for selecting the work area device having a recording capacity larger than the size of the image file calculated by the calculation means;
Device selection means for selecting a work area device having the fastest data transfer speed from among the work area devices selected by the comparison calculation means, and determining the fastest work area device as the creation location of the image file; ,
A data recording apparatus comprising:
イメージファイルを記録媒体に記録させる際に用いられる制御プログラムであって、
少なくとも書き込み対象データに基づいて、前記イメージファイルのサイズを算出する算出手段と、
記録容量が夫々異なる複数の作業領域の中から、前記算出手段で算出したイメージファイルのサイズより大きい記録容量の作業領域を選出する比較演算手段と、
前記比較演算手段で選出した作業領域のうち、データ転送速度が最速な作業領域を選出し、その最速な作業領域を前記イメージファイルの作成場所と決定するデバイス選出手段とを備えてなり、
前記算出手段と、前記比較演算手段と、前記デバイス選出手段とを、コンピュータが実行可能なことを特徴とする制御プログラム。
A control program used when recording an image file on a recording medium,
Calculating means for calculating the size of the image file based on at least the data to be written;
Comparison operation means for selecting a work area having a recording capacity larger than the size of the image file calculated by the calculation means from a plurality of work areas having different recording capacities,
Among the work areas selected by the comparison operation means, a work area having the fastest data transfer speed is selected, and the device selection means for determining the fastest work area as the creation location of the image file,
A control program capable of executing the calculation means, the comparison operation means, and the device selection means by a computer.
請求項2に記載の制御プログラムが記録されていることを特徴とする光ディスク。   An optical disc in which the control program according to claim 2 is recorded. イメージファイルを記録媒体に記録するデータ記録方法であって、
記録容量が夫々異なる複数の作業領域の中から、前記記録媒体に書き込ませる前記イメージファイルのサイズより大きく、かつ、データ転送速度が最速な作業領域を選出し、その選出した作業領域を前記イメージファイルの作成場所とすることを特徴とするデータ記録方法。
A data recording method for recording an image file on a recording medium,
A work area larger than the size of the image file to be written to the recording medium and having the fastest data transfer speed is selected from a plurality of work areas having different recording capacities, and the selected work area is selected as the image file. A data recording method characterized in that the data recording location is used.
JP2006253552A 2006-09-19 2006-09-19 Data recorder, control program, optical disk and data recording method Pending JP2008077716A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006253552A JP2008077716A (en) 2006-09-19 2006-09-19 Data recorder, control program, optical disk and data recording method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006253552A JP2008077716A (en) 2006-09-19 2006-09-19 Data recorder, control program, optical disk and data recording method

Publications (1)

Publication Number Publication Date
JP2008077716A true JP2008077716A (en) 2008-04-03

Family

ID=39349624

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006253552A Pending JP2008077716A (en) 2006-09-19 2006-09-19 Data recorder, control program, optical disk and data recording method

Country Status (1)

Country Link
JP (1) JP2008077716A (en)

Similar Documents

Publication Publication Date Title
JP5301670B2 (en) Consolidating write traffic to the data store
EP1843331B1 (en) Information storage apparatus that writes data in unrecorded regions of a recording medium
JP2008146408A (en) Data storage device, data rearrangement method for it, and program
JP2014186412A (en) Controller, storage device, and control program
US6961812B2 (en) Universal disk format volumes with variable size
US7751292B2 (en) Control device, control method, recording device and recording method for recording real-time and non-real time data on recording medium
JP2005284816A (en) Disk array system
JP4585052B2 (en) Data recording system
JP5301666B2 (en) Data recording apparatus and audio system
JP3112709B2 (en) Access device for write-once storage medium
JP2008077716A (en) Data recorder, control program, optical disk and data recording method
JP2006323462A (en) File-copying device and file-copying method
EP2278588A1 (en) Recording method, recording device, optical disc, optical disc manufacturing method, and optical disc drive device
JP2005316624A (en) Database reorganization program, database reorganization method, and database reorganization device
US20050041479A1 (en) Information recording and reproducing device, information recording and reproducing mehtod, and program
JP4579998B2 (en) Restore management program, restore management method, and restore management apparatus
JP4664869B2 (en) Data recording system
JP4277707B2 (en) Information recording method
JP2002230940A (en) Dvd-ram backup server, system, and program
JP4715493B2 (en) Memory control device and memory control method
KR20080085563A (en) Os image recording method and os booting method
JPH1186512A (en) Data rewriting method for optical disk
JP4208029B2 (en) Data management method
JPH0541037A (en) Digital data recording and reproducing device
JP2010528390A (en) System and method for removable mass storage devices and computer readable media for storing information