JP2005032379A - Device and method for recording - Google Patents

Device and method for recording Download PDF

Info

Publication number
JP2005032379A
JP2005032379A JP2003272810A JP2003272810A JP2005032379A JP 2005032379 A JP2005032379 A JP 2005032379A JP 2003272810 A JP2003272810 A JP 2003272810A JP 2003272810 A JP2003272810 A JP 2003272810A JP 2005032379 A JP2005032379 A JP 2005032379A
Authority
JP
Japan
Prior art keywords
data
recording
memory
disk
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.)
Pending
Application number
JP2003272810A
Other languages
Japanese (ja)
Inventor
Shuji Horikawa
修司 堀川
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.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2003272810A priority Critical patent/JP2005032379A/en
Publication of JP2005032379A publication Critical patent/JP2005032379A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To realize a writing request by a buffer recording/reproducing unit on a disk recording medium having a recording/reproducing unit larger than a buffer unit. <P>SOLUTION: A memory 4 is managed by a cluster unit and accessed by a sector unit. The management area of the memory 4, the cluster of a disk 90 and a fill bit indicating the validity/invalidity of data by a sector unit are homologized with one another. Based on the writing request of a PC 100 by a sector unit, the address of the memory 4, and the cluster and the fill bit of the target disk 90 are obtained. One cluster of a writing target is read from the disk 90 and written in a reading memory 200. Based on the fill bit, the data of the memory 200 corresponding to the invalid data sector of the memory 4 is written in the memory 4 by a sector unit. The data of the memory 4 is written in the disk 90 by a cluster unit. The writing request of the PC 100 by the sector unit is realized without destroying the data of the disk 90. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

この発明は、記録単位のサイズが異なるバッファメモリと記憶媒体間でのデータ転送を制御して記録媒体にデータを記録するようにした記録装置および方法に関する。   The present invention relates to a recording apparatus and method for recording data on a recording medium by controlling data transfer between a buffer memory and a storage medium having different recording unit sizes.

従来から、ディジタルオーディオデータを記録再生するための記録媒体として、カートリッジに収納された直径64mmの光磁気ディスクであるミニディスク(MD)が広く普及している。MDシステムでは、オーディオデータの圧縮方式として、ATRAC(Adaptive TRansform Acoustic Coding)が用いられ、音楽データの管理には、U−TOC(ユーザTOC(Table Of Contents))が用いられている。すなわち、ディスクのレコーダブル領域の内周には、U−TOCと呼ばれる領域が設けられる。U−TOCは、現行のMDシステムにおいて、トラック(オーディオトラック/データトラック)の曲順、記録、消去などに応じて書き換えられる管理情報であり、各トラック(トラックを構成するパーツ)について、開始位置、終了位置や、モードを管理するものである。   Conventionally, as a recording medium for recording and reproducing digital audio data, a mini disk (MD), which is a magneto-optical disk having a diameter of 64 mm, housed in a cartridge has been widely used. In the MD system, ATRAC (Adaptive TRansform Acoustic Coding) is used as a compression method of audio data, and U-TOC (User TOC (Table Of Contents)) is used for managing music data. That is, an area called U-TOC is provided on the inner periphery of the recordable area of the disc. The U-TOC is management information that is rewritten according to the order of tracks (audio tracks / data tracks), recording, erasure, etc. in the current MD system, and the start position of each track (parts constituting the track). It manages the end position and mode.

MDシステムでは、このように、パーソナルコンピュータにおいて一般的なFAT(File Allocation Table)に基づくファイルシステムとは異なるファイル管理方法を用いているため、パーソナルコンピュータのような汎用コンピュータとの互換性を有していなかった。そこで、例えばFATシステムなどの汎用の管理システムを導入して、パーソナルコンピュータとの互換性を高めたシステムが提案されている。FATシステムにおいては、FATセクタと呼ばれる単位でデータの記録再生を行う。1セクタは、例えば2kB(キロバイト)であって、複数のセクタが集まってクラスタという単位を構成する。   Since the MD system uses a file management method different from the file system based on FAT (File Allocation Table) generally used in personal computers, it has compatibility with general-purpose computers such as personal computers. It wasn't. Therefore, a system has been proposed in which a general-purpose management system such as a FAT system is introduced to improve compatibility with a personal computer. In the FAT system, data is recorded and reproduced in units called FAT sectors. One sector is, for example, 2 kB (kilobytes), and a plurality of sectors gather to form a unit called a cluster.

このようなディスク記録媒体を用いて、特にオーディオデータのような連続的なデータの記録再生を行う場合には、ディスク記録媒体における記録再生速度とオーディオデータの転送レートとの速度差を吸収するためのバッファメモリの制御技術が重要となってくる。特許文献1には、バッファメモリを制御して高速ダビング中に聴覚可能なモニタ音声を出力することができるようにした技術が記載されている。
特開2002−245712号公報
In order to absorb the speed difference between the recording / reproducing speed of the disk recording medium and the transfer rate of the audio data, particularly when performing continuous data recording / reproducing such as audio data using such a disk recording medium. The buffer memory control technology becomes important. Japanese Patent Application Laid-Open No. H10-228561 describes a technique that can output a monitor sound that can be heard during high-speed dubbing by controlling a buffer memory.
JP 2002-245712 A

上述したMDシステムでは、1セクタが2kBとされ、セクタ単位でのデータの記録再生が可能であった。そのため、FATシステムを導入した際にも、記録再生時の互換性を容易に確保することができた。   In the MD system described above, one sector is 2 kB, and data can be recorded and reproduced in units of sectors. Therefore, even when the FAT system is introduced, compatibility at the time of recording and reproduction can be easily ensured.

ここで、現行のMDシステムのディスクは、記録容量が160MB程度であって、ハードディスクドライブや光ディスクメディアの大容量が進むなか、最早、大容量とは言い難いものとなっている。そこで、現行のMDとの互換性を確保しつつ、記録容量を増大させたディスクシステムが求められている。現行のMDシステムのディスクの大容量化を図るためには、レーザ波長や光学ヘッドの開口率NAを改善する必要がある。しかしながら、レーザ波長や光学ヘッドの開口率NAの改善には限界がある。そのため、磁気超解像度などの技術を用いて大容量化するシステムが提案されている。このシステムにおいては、記録媒体の効率的な利用やアクセス速度の向上などを考慮し、データの記録再生が例えば64kBからなるクラスタ単位で行われる。   Here, the disk of the current MD system has a recording capacity of about 160 MB, and as the capacity of hard disk drives and optical disk media progresses, it is no longer difficult to say that the capacity is large. Therefore, there is a need for a disk system with an increased recording capacity while ensuring compatibility with current MDs. In order to increase the capacity of the disk of the current MD system, it is necessary to improve the laser wavelength and the aperture ratio NA of the optical head. However, there is a limit to improving the laser wavelength and the aperture ratio NA of the optical head. Therefore, a system for increasing the capacity using a technique such as magnetic super-resolution has been proposed. In this system, data recording / reproduction is performed in units of clusters of, for example, 64 kB in consideration of efficient use of recording media and improvement in access speed.

このように、ファイルシステムの記録再生単位と異なるサイズで記録再生を行う記録媒体を用いる場合、バッファメモリの制御方法を工夫する必要がある。例えば、記録媒体からクラスタ単位で読み出されたデータをセクタ単位で書き込み可能なバッファメモリに書き込む際に、書き込むデータサイズがメモリの記録再生単位よりも大きいことにより必要なデータを不用意に上書きしてしまわないようにする配慮が必要である。   As described above, when a recording medium that performs recording / reproduction with a size different from the recording / reproduction unit of the file system is used, it is necessary to devise a buffer memory control method. For example, when data read from a recording medium in cluster units is written to a buffer memory that can be written in sector units, the necessary data is inadvertently overwritten due to the size of the data to be written being larger than the recording / playback unit of the memory. It is necessary to take care not to mess up.

したがって、この発明の目的は、バッファメモリの記録再生単位に対して大きい単位で記録再生を行うディスク状記録媒体を用いる場合に、適切にバッファメモリの制御を行うような記録装置および方法を提供することにある。   Accordingly, an object of the present invention is to provide a recording apparatus and method for appropriately controlling a buffer memory when using a disk-shaped recording medium that performs recording / reproduction in a unit larger than the recording / reproduction unit of the buffer memory. There is.

この発明は、上述した課題を解決するために、第1のデータ単位で記録媒体にデータを記録する記録装置において、第1のデータ単位で記録媒体にデータを記録する記録手段と、第1のデータ単位で記録媒体からデータを再生する再生手段と、第1のデータ単位に対応する単位でメモリ空間が管理され、第1のデータ単位より小さい第2のデータ単位でアクセス可能な第1のメモリと、第2のデータ単位でアクセス可能な第2のメモリと、第1のメモリ上のアドレスと、記録媒体の第1のデータ単位と、第1のメモリのアドレスに対応するメモリ空間管理単位についてデータが有効か否かを第2のデータ単位で示すフィル情報とを対応付ける対応表と、記録媒体に記録するための記録データをフィル情報に基づき第1のメモリに書き込むメモリ制御手段とを有し、記録媒体に対する記録要求があると、記録媒体上の、記録要求によりデータが記録される領域のデータを第1のデータ単位で再生して第2のメモリに一時的に記憶するようにしたことを特徴とする記録装置である。   In order to solve the above-described problem, the present invention provides a recording apparatus for recording data on a recording medium in a first data unit, a recording means for recording data on the recording medium in a first data unit, Reproducing means for reproducing data from a recording medium in data units, and a first memory in which memory space is managed in units corresponding to the first data units and accessible in a second data unit smaller than the first data unit And a second memory accessible in the second data unit, an address on the first memory, a first data unit of the recording medium, and a memory space management unit corresponding to the address of the first memory A correspondence table associating fill information indicating whether or not data is valid in a second data unit, and a memo for writing recording data to be recorded on the recording medium to the first memory based on the fill information Control means, and when there is a recording request for the recording medium, data in an area where data is recorded by the recording request on the recording medium is reproduced in a first data unit and temporarily stored in the second memory. The recording apparatus is characterized in that it is memorized.

また、この発明は、第1のデータ単位で記録媒体にデータを記録する記録方法において、第1のデータ単位で記録媒体にデータを記録する記録のステップと、第1のデータ単位で記録媒体からデータを再生する再生のステップと、第1のデータ単位に対応する単位でメモリ空間が管理され、第1のデータ単位より小さい第2のデータ単位でアクセス可能な第1のメモリ上のアドレスと、記録媒体の第1のデータ単位と、第1のメモリのアドレスに対応するメモリ空間管理単位についてデータが有効か否かを第2のデータ単位で示すフィル情報とを対応付けるステップと、記録媒体に記録するための記録データをフィル情報に基づき第1のメモリに書き込むメモリ制御のステップとを有し、記録媒体に対する記録要求があると、記録媒体上の、記録要求によりデータが記録される領域のデータを第1のデータ単位で再生して第2のデータ単位でアクセス可能な第2のメモリに一時的に記憶するようにしたことを特徴とする記録方法である。   According to another aspect of the present invention, there is provided a recording method for recording data on a recording medium in a first data unit, a recording step for recording data on the recording medium in a first data unit, and from the recording medium in a first data unit. A step of reproducing data, a memory space is managed in a unit corresponding to the first data unit, and an address on the first memory accessible in a second data unit smaller than the first data unit; Associating a first data unit of the recording medium with fill information indicating in a second data unit whether or not data is valid for the memory space management unit corresponding to the address of the first memory; and recording on the recording medium And a memory control step of writing the recording data to the first memory based on the fill information, and when there is a recording request for the recording medium, Recording method characterized in that data in an area where data is recorded by a recording request is reproduced in a first data unit and temporarily stored in a second memory accessible in a second data unit It is.

上述したように、この発明は、第1のデータ単位に対応する単位でメモリ空間が管理され、第1のデータ単位より小さい第2のデータ単位でアクセス可能な第1のメモリ上のアドレスと、記録媒体の第1のデータ単位と、第1のメモリのアドレスに対応するメモリ空間管理単位についてデータが有効か否かを第2のデータ単位で示すフィル情報とを対応表で対応付け、記録媒体に記録するための記録データをフィル情報に基づき第1のメモリに書き込み、記録媒体に対する記録要求があると、記録媒体上の、記録要求によりデータが記録される領域のデータを第1のデータ単位で再生して第2のデータ単位でアクセス可能な第2のメモリに一時的に記憶するようにしているため、第1のメモリと第2のメモリとの間で対応表に基づき第2のデータ単位でデータのコピーを行い、第1のメモリまたは第2のメモリから第1のデータ単位でデータを読み出して記録媒体にデータを記録することで、記録媒体に対して第2のデータ単位でデータを記録することができる。   As described above, according to the present invention, the memory space is managed in a unit corresponding to the first data unit, and an address on the first memory that can be accessed in a second data unit smaller than the first data unit; Corresponding the first data unit of the recording medium with the fill information indicating in the second data unit whether or not the data is valid for the memory space management unit corresponding to the address of the first memory in the correspondence table, the recording medium When recording data is written to the first memory based on the fill information and there is a recording request for the recording medium, the data in the area where the data is recorded by the recording request is recorded in the first data unit. And temporarily stored in the second memory accessible in the second data unit, the second data is stored between the first memory and the second memory based on the correspondence table. Data is copied in units of data, the data is read out from the first memory or the second memory in units of the first data, and the data is recorded on the recording medium. Data can be recorded.

この発明によれば、クラスタより小さいサイズのセクタ単位でアクセスがなされるメモリから読み出したデータを、クラスタ単位でアクセスがなされるディスクに書き込む場合に、メモリに書き込まれるデータに対してセクタ単位でデータの有効、無効を示すようにしている。それと共に、ディスクへのデータの書き込みの際に、メモリとワークメモリとの間でセクタ単位でデータのコピーを行うようにしている。そのため、ディスクに対するデータの書き込みをセクタ単位で制御することができる効果がある。   According to the present invention, when data read from a memory that is accessed in units of sectors smaller than a cluster is written to a disk that is accessed in units of clusters, the data written in units of sectors is compared with the data written in the memory. It shows the validity / invalidity. At the same time, when data is written to the disk, data is copied in units of sectors between the memory and the work memory. Therefore, there is an effect that data writing to the disk can be controlled in units of sectors.

また、メモリをリングバッファとして用いる場合に、ディスク上のデータをクラスタ単位でワークメモリに書き込むと共に、メモリ上のデータをセクタ単位でワークメモリにコピーし、ワークメモリのデータをクラスタ単位でディスクに書き込むことで、ディスク上の他の部分のデータを破壊せずに、ディスクに対しセクタ単位でデータを書き込むことができる効果がある。   Also, when using the memory as a ring buffer, the data on the disk is written to the work memory in cluster units, the data on the memory is copied to the work memory in sector units, and the data in the work memory is written to the disk in cluster units. Thus, there is an effect that data can be written on the disk in units of sectors without destroying data of other parts on the disk.

さらに、コンピュータ装置からディスクに対してセクタ単位で不連続なデータの書き込み要求があった場合に、ディスクからクラスタ単位で読み出したデータをワークメモリに書き込み、ワークメモリに書き込まれたデータをセクタ単位で、メモリ上のコンピュータ装置から転送されたデータが書き込まれなかったアドレスに書き込み、メモリからクラスタ単位でデータを読み出しディスクに書き込むようにしている。そのため、ディスクに対してセクタ単位で不連続なデータを書き込むことができる効果がある。   Further, when there is a discontinuous data write request from the computer device to the disk in the sector unit, the data read from the disk in the cluster unit is written to the work memory, and the data written to the work memory is written in the sector unit. The data transferred from the computer device on the memory is written to the address where the data has not been written, and the data is read from the memory in units of clusters and written to the disk. Therefore, there is an effect that discontinuous data can be written on the disk in units of sectors.

以下、この発明の実施の形態について説明する。先ず、この発明の実施の形態の説明に先立って、この発明に適用可能なディスクシステムについて、下記の9のセクションに従い説明する。
1.記録方式の概要
2.ディスクについて
3.信号フォーマット
4.記録再生装置の構成
5.次世代MD1および次世代MD2によるディスクの初期化処理について
6.音楽データの第1の管理方式について
7.音楽データの管理方式の第2の例
8.パーソナルコンピュータとの接続時の動作について
9.メモリ制御方法について
Embodiments of the present invention will be described below. Prior to the description of the embodiment of the present invention, a disk system applicable to the present invention will be described in accordance with the following nine sections.
1. 1. Overview of recording method 2. About discs Signal format 4. Configuration of recording / reproducing apparatus 5. About disk initialization processing by next generation MD1 and next generation MD2. 6. About the first management method of music data 7. Second example of music data management method 8. Operation when connected to a personal computer Memory control method

1.記録方式の概要
この発明による記録再生装置では、記録媒体として光磁気ディスクが使用される。フォームファクタのような、ディスクの物理的属性は、いわゆるMD(Mini-Disc)システムによって使用されるディスクと実質的に同じである。しかし、ディスク上に記録されたデータと、そのデータがどのようにディスク上に配置されているかについては、従来のMDと異なる。
1. Overview of Recording System In the recording / reproducing apparatus according to the present invention, a magneto-optical disk is used as a recording medium. The physical attributes of the disk, such as the form factor, are substantially the same as the disks used by so-called MD (Mini-Disc) systems. However, the data recorded on the disc and how the data is arranged on the disc is different from the conventional MD.

より具体的には、この発明による装置は、オーディオデータのようなコンテンツデータを記録再生するために、ファイル管理システムとしてFAT(File Allocation Table)システムを使用している。これによって、当該装置は、現行のパーソナルコンピュータに対して互換性を保証することができる。   More specifically, the apparatus according to the present invention uses a FAT (File Allocation Table) system as a file management system for recording and reproducing content data such as audio data. As a result, the apparatus can guarantee compatibility with the current personal computer.

ここでは、「FAT」又は「FATシステム」という用語は、前述したように、種々のPCベースのファイルシステムを指すのに総称的に用いられ、DOS(Disk Operating System)で用いられる特定のFATベースのファイルシステム、Windows95/98(それぞれ登録商標)で使用されるVFAT(Virtual FAT)、Windows98/ME/2000(それぞれ登録商標)で用いられるFAT32、及びNTFS(NT File System(New Technology File System とも呼ばれる))のどれかを示すことを意図したものではない。NTFSは、WindowsNT(登録商標)オペレーティングシステム、又は(オプションにより)Windows2000で使用されるファイルシステムであり、ディスクに対する読み出し/書き込みの際に、ファイルの記録及び取り出しを行う。   As used herein, the term “FAT” or “FAT system” is used generically to refer to various PC-based file systems, and a specific FAT base used in DOS (Disk Operating System). File systems, VFAT (Virtual FAT) used in Windows 95/98 (each registered trademark), FAT32 used in Windows 98 / ME / 2000 (each registered trademark), and NTFS (also called NT File System (New Technology File System) )) Is not intended to indicate any of the above. NTFS is a file system used in the Windows NT (registered trademark) operating system or (optionally) Windows 2000, and records and retrieves files when reading / writing to / from a disk.

また、この発明では、現行のMDシステムに対して、エラー訂正方式や変調方式を改善することにより、データの記録容量の増大を図るとともに、データの信頼性を高めるようにしている。更に、この発明では、コンテンツデータを暗号化するとともに、不正コピーを防止して、コンテンツデータの著作権の保護が図れるようにしている。   In the present invention, the error correction method and the modulation method are improved with respect to the current MD system to increase the data recording capacity and improve the data reliability. Furthermore, according to the present invention, the content data is encrypted and illegal copying is prevented to protect the copyright of the content data.

記録再生のフォーマットとしては、現行のMDシステムで用いられているディスクと全く同様のディスク(すなわち、物理媒体)を用いるようにした次世代MD1の仕様と、現行のMDシステムで用いられているディスクとフォームファクター及び外形は同様であるが、磁気超解像度(MSR)技術を使うことにより、線記録方向の記録密度を上げて、記録容量をより増大した次世代MD2の仕様とがあり、これらが本願発明者により開発されている。   As a recording / playback format, the specification of the next generation MD1 that uses a disk (that is, a physical medium) exactly the same as the disk used in the current MD system, and the disk used in the current MD system. The form factor and external shape are the same, but there is a next-generation MD2 specification that uses magnetic super-resolution (MSR) technology to increase the recording density in the linear recording direction and further increase the recording capacity. Developed by the present inventors.

現行のMDシステムでは、カートリッジに収納された直径64mmの光磁気ディスクが記録媒体として用いられている。ディスクの厚みは1.2mmであり、その中央に11mmの径のセンターホールが設けられている。カートリッジの形状は、長さ68mm、幅72mm、厚さ5mmである。   In the current MD system, a magneto-optical disk having a diameter of 64 mm housed in a cartridge is used as a recording medium. The disc has a thickness of 1.2 mm, and a center hole having a diameter of 11 mm is provided at the center thereof. The cartridge has a length of 68 mm, a width of 72 mm, and a thickness of 5 mm.

次世代MD1の仕様でも次世代MD2の仕様でも、これらディスクの形状やカートリッジの形状は、全て同じである。リードイン領域の開始位置についても、次世代MD1の仕様および次世代MD2の仕様のディスクも、29mmから始まり、現行のMDシステムで使用されているディスクと同様である。   The shape of the disc and the shape of the cartridge are all the same in the specifications of the next generation MD1 and the specification of the next generation MD2. Regarding the start position of the lead-in area, the next-generation MD1 specification and the next-generation MD2 specification disc start from 29 mm and are the same as the disc used in the current MD system.

トラックピッチについては、次世代MD2では、1.2μmから1.3μm(例えば1.25μm)とすることが検討されている。これに対して、現行のMDシステムのディスクを流用する次世代MD1では、トラックピッチは1.6μmとされている。ビット長は、次世代MD1が0.44μm/ビットとされ、次世代MD2が0.16μm/ビットとされる。冗長度は、次世代MD1および次世代MD2ともに、20.50%である。   Regarding the track pitch, in the next generation MD2, it is considered to be 1.2 μm to 1.3 μm (for example, 1.25 μm). On the other hand, in the next generation MD1, which uses a disk of the current MD system, the track pitch is set to 1.6 μm. The next-generation MD1 is 0.44 μm / bit and the next-generation MD2 is 0.16 μm / bit. The redundancy is 20.50% for both the next generation MD1 and the next generation MD2.

次世代MD2の仕様のディスクでは、磁気超解像技術を使うことにより、線密度方向の記録容量を向上するようにしている。磁気超解像技術は、所定の温度になると、切断層が磁気的にニュートラルな状態になり、再生層に転写されていた磁壁が移動することで、微少なマークがビームスポットの中で大きく見えるようになることを利用したものである。   In the next-generation MD2 specification disk, the recording capacity in the linear density direction is improved by using a magnetic super-resolution technique. In the magnetic super-resolution technology, when a predetermined temperature is reached, the cut layer becomes magnetically neutral, and the magnetic wall transferred to the reproducing layer moves, so that a minute mark appears large in the beam spot. It is a thing using what becomes.

すなわち、次世代MD2の仕様のディスクでは、透明基板上に、少なくとも情報を記録する記録層となる磁性層と、切断層と、情報再生用の磁性層とが積層される。切断層は、交換結合力調整用層となる。所定の温度になると、切断層が磁気的にニュートラルな状態になり、記録層に転写されていた磁壁が再生用の磁性層に転写される。これにより、微少なマークがビームスポットの中に見えるようになる。なお、記録時には、レーザパルス磁界変調技術を使うことで、微少なマークを生成することができる。   That is, in the next-generation MD2 specification disk, a magnetic layer serving as a recording layer for recording information, a cutting layer, and a magnetic layer for reproducing information are stacked on a transparent substrate. The cutting layer is an exchange coupling force adjusting layer. When the temperature reaches a predetermined temperature, the cut layer becomes magnetically neutral, and the domain wall transferred to the recording layer is transferred to the reproducing magnetic layer. As a result, minute marks can be seen in the beam spot. At the time of recording, a minute mark can be generated by using a laser pulse magnetic field modulation technique.

また、次世代MD2の仕様のディスクでは、デトラックマージン、ランドからのクロストーク、ウォブル信号のクロストーク、フォーカスの漏れを改善するために、グルーブを従来のMDディスクより深くし、グルーブの傾斜を鋭くしている。次世代MD2の仕様のディスクでは、グルーブの深さは例えば160nmから180nmであり、グルーブの傾斜は例えば60度から70度であり、グルーブの幅は例えば600nmから700nmである。   In addition, in the next-generation MD2 specification disc, the groove is made deeper than conventional MD discs to improve the detrack margin, crosstalk from the land, crosstalk of the wobble signal, and leakage of focus. It is sharp. In the disc of the next generation MD2 specification, the groove depth is, for example, 160 nm to 180 nm, the groove inclination is, for example, 60 degrees to 70 degrees, and the groove width is, for example, 600 nm to 700 nm.

また、光学的の仕様については、次世代MD1の仕様では、レーザ波長λが780nmとされ、光学ヘッドの対物レンズの開口率NAが0.45とされている。次世代MD2の仕様も同様に、レーザ波長λが780nmとされ、光学ヘッドの開口率NAが0.45とされている。   As for the optical specifications, the laser wavelength λ is 780 nm and the aperture ratio NA of the objective lens of the optical head is 0.45 in the next generation MD1 specification. Similarly, in the specification of the next generation MD2, the laser wavelength λ is 780 nm, and the aperture ratio NA of the optical head is 0.45.

記録方式としては、次世代MD1の仕様も次世代MD2の仕様も、グルーブ記録方式が採用されている。つまり、グルーブ(ディスクの盤面上の溝)をトラックとして記録再生に用いるようにしている。   As a recording method, the groove recording method is adopted for both the next generation MD1 specification and the next generation MD2 specification. That is, the groove (groove on the disk surface of the disk) is used as a track for recording and reproduction.

エラー訂正符号化方式としては、現行のMDシステムでは、ACIRC(Advanced Cross Interleave Reed-Solomon Code) による畳み込み符号が用いられていたが、次世代MD1および次世代MD2の仕様では、RS−LDC(Reed Solomon−Long Distance Code)とBIS(Burst Indicator Subcode)とを組み合わせたブロック完結型の符号が用いられている。ブロック完結型のエラー訂正符号を採用することにより、リンキングセクタが不要になる。LDCとBISとを組み合わせたエラー訂正方式では、バーストエラーが発生したときに、BISによりエラーロケーションが検出できる。このエラーロケーションを使って、LDCコードにより、イレージャ訂正を行うことができる。   As an error correction coding method, convolutional codes based on ACIRC (Advanced Cross Interleave Reed-Solomon Code) have been used in the current MD system, but in the specifications of the next generation MD1 and the next generation MD2, RS-LDC (Reed A block-complete code combining Solomon-Long Distance Code (BOS) and Burst Indicator Subcode (BIS) is used. By adopting a block completion type error correction code, a linking sector becomes unnecessary. In an error correction method combining LDC and BIS, an error location can be detected by BIS when a burst error occurs. Using this error location, erasure correction can be performed by the LDC code.

アドレス方式としては、シングルスパイラルによるグルーブを形成したうえで、このグルーブの両側に対してアドレス情報としてのウォブルを形成したウォブルドグルーブ方式が採用されている。このようなアドレス方式は、ADIP(Address in Pregroove)と呼ばれている。現行のMDシステムと、次世代MD1および次世代MD2の仕様では、線密度が異なると共に、現行のMDシステムでは、エラー訂正符号として、ACIRCと呼ばれる畳み込み符号が用いられているのに対して、次世代MD1および次世代MD2の仕様では、LDCとBISとを組み合わせたブロック完結型の符号が用いられているため、冗長度が異なり、ADIPとデータとの相対的な位置関係が変わっている。そこで、現行のMDシステムと同じ物理構造のディスクを流用する次世代MD1の仕様では、ADIP信号の扱いを、現行のMDシステムのときとは異なるようにしている。また、次世代MD2の仕様では、次世代MD2の仕様により合致するように、ADIP信号の仕様に変更を加えている。   As an addressing method, a wobbled groove method is used in which a single spiral groove is formed and wobbles as address information are formed on both sides of the groove. Such an address system is called ADIP (Address in Pregroove). The specifications of the current MD system and the next generation MD1 and the next generation MD2 have different line densities, and the current MD system uses a convolutional code called ACIRC as an error correction code. In the specifications of the generation MD1 and the next generation MD2, since a block completion type code combining LDC and BIS is used, the redundancy is different and the relative positional relationship between ADIP and data is changed. Therefore, in the specification of the next generation MD1, which uses a disk having the same physical structure as that of the current MD system, the handling of the ADIP signal is made different from that in the current MD system. In the next-generation MD2 specification, the specification of the ADIP signal is changed so as to match the specification of the next-generation MD2.

変調方式については、現行のMDシステムでは、EFM(8 to 14 Modulation)が用いられているのに対して、次世代MD1および次世代MD2の仕様では、RLL(1,7)PP(RLL;Run Length Limited ,PP;Parity Preserve/Prohibit rmtr(repeated minimum transition runlength))(以下、1−7pp変調と称する)が採用されている。また、データの検出方式は、次世代MD1ではパーシャルレスポンスPR(1,2,1)MLを用い、次世代MD2ではパーシャルレスポンスPR(1,−1)MLを用いたビタビ復号方式とされている。   As for the modulation method, EFM (8 to 14 Modulation) is used in the current MD system, whereas in the specifications of the next generation MD1 and the next generation MD2, RLL (1, 7) PP (RLL; Run Length Limited, PP; Parity Preserve / Prohibit rmtr (repeated minimum transition run length)) (hereinafter referred to as 1-7pp modulation) is employed. The data detection method is a Viterbi decoding method using a partial response PR (1, 2, 1) ML in the next generation MD1 and a partial response PR (1, -1) ML in the next generation MD2. .

また、ディスク駆動方式はCLV(Constant Linear Verocity)またはZCAV(Zone Constant Angular Verocity)で、その標準線速度は、次世代MD1の仕様では、2.4m/秒とされ、次世代MD2の仕様では、1.98m/秒とされる。なお、現行のMDシステムの仕様では、60分ディスクで1.2m/秒、74分ディスクで1.4m/秒とされている。   The disk drive system is CLV (Constant Linear Verocity) or ZCAV (Zone Constant Angular Verocity), and the standard linear velocity is 2.4 m / sec in the next generation MD1 specification, and in the next generation MD2 specification, 1.98 m / sec. In the specification of the current MD system, it is 1.2 m / second for a 60-minute disk and 1.4 m / second for a 74-minute disk.

現行のMDシステムで用いられるディスクをそのまま流用する次世代MD1の仕様では、ディスク1枚当たりのデータ総記録容量は約300Mバイト(80分ディスクを用いた場合)になる。変調方式がEFMから1−7pp変調とされることで、ウィンドウマージンが0.5から0.666となり、この点で、1.33倍の高密度化が実現できる。また、エラー訂正方式として、ACIRC方式からBISとLDCを組み合わせたものとしたことで、データ効率が上がり、この点で、1.48倍の高密度化が実現できる。総合的には、全く同様のディスクを使って、現行のMDシステムに比べて、約2倍のデータ容量が実現されたことになる。   In the specification of the next generation MD1, which uses the disk used in the current MD system as it is, the total data recording capacity per disk is about 300 Mbytes (when an 80-minute disk is used). By changing the modulation method from EFM to 1-7pp modulation, the window margin is changed from 0.5 to 0.666, and in this respect, a 1.33 times higher density can be realized. Further, since the error correction method is a combination of BIS and LDC from the ACIRC method, the data efficiency is improved, and in this respect, 1.48 times higher density can be realized. Overall, a data capacity of about twice that of the current MD system was realized using exactly the same disk.

磁気超解像度を利用した次世代MD2の仕様のディスクでは、更に線密度方向の高密度化が図られ、データ総記録容量は、約1Gバイトになる。   In the next-generation MD2 specification disk using magnetic super-resolution, the recording density is further increased in the linear density direction, and the total data recording capacity is about 1 Gbyte.

データレートは標準線速度にて、次世代MD1では4.4Mビット/秒であり、次世代MD2では、9.8Mビット/秒である。   The data rate is 4.4 Mbit / sec for the next generation MD1 and 9.8 Mbit / sec for the next generation MD2 at the standard linear velocity.

2.ディスクについて
図1は、次世代MD1のディスクの構成を示すものである。次世代MD1のディスクは、現行のMDシステムのディスクをそのまま流用したものである。すなわち、ディスクは、透明のポリカーボネート基板上に、誘電体膜と、磁性膜と、誘電体膜と、反射膜とを積層して構成される。更に、その上に、保護膜が積層される。
2. Disc FIG. 1 shows the configuration of a disc of the next generation MD1. The next-generation MD1 disc is a disc of the current MD system. That is, the disk is configured by laminating a dielectric film, a magnetic film, a dielectric film, and a reflective film on a transparent polycarbonate substrate. Further, a protective film is laminated thereon.

次世代MD1のディスクでは、図1に示すように、ディスクの内周(ディスクのレコーダブル領域の最も内側の周(「最も内側」は、ディスクの中心から放射状に延びる方向において最も内側を示す)のリードイン領域に、P−TOC(プリマスタードTOC(Table Of Contents))領域が設けられる。ここは、物理的な構造としては、プリマスタード領域となる。すなわち、エンボスピットにより、コントロール情報等が、例えば、P−TOC情報として記録されている。   In the disc of the next generation MD1, as shown in FIG. 1, the inner circumference of the disc (the innermost circumference of the recordable area of the disc (“innermost” indicates the innermost side in the direction extending radially from the center of the disc)) In the lead-in area, a P-TOC (pre-mastered TOC (Table Of Contents)) area is provided, which is a pre-mastered area as a physical structure. For example, it is recorded as P-TOC information.

P−TOC領域が設けられるリードイン領域の外周(ディスクの中心から放射状に延びる方向において外側の周)は、レコーダブル領域(光磁気記録可能な領域)とされ、記録トラックの案内溝としてグルーブが形成された記録再生可能領域となっている。このレコーダブル領域の内周には、U−TOC(ユーザTOC)が設けられる。   The outer periphery of the lead-in area in which the P-TOC area is provided (the outer periphery in the direction extending radially from the center of the disk) is a recordable area (a magneto-optical recording area), and a groove is formed as a guide groove for a recording track. It is a formed recordable / reproducible area. A U-TOC (user TOC) is provided on the inner periphery of the recordable area.

U−TOCは、現行のMDシステムでディスクの管理情報を記録するために用いられているU−TOCと同様の構成のものである。U−TOCは、現行のMDシステムにおいて、トラック(オーディオトラック/データトラック)の曲順、記録、消去などに応じて書き換えられる管理情報であり、各トラック(トラックを構成するパーツ)について、開始位置、終了位置や、モードを管理するものである。   The U-TOC has the same configuration as the U-TOC used for recording disc management information in the current MD system. The U-TOC is management information that is rewritten according to the order of tracks (audio tracks / data tracks), recording, erasure, etc. in the current MD system, and the start position of each track (parts constituting the track). It manages the end position and mode.

U−TOCの外周には、アラートトラックが設けられる。このトラックには、ディスクが現行のMDシステムにロードされた場合に、MDプレーヤによって起動(出力)される警告音が記録される。この警告音は、そのディスクが次世代MD1方式で使用され、現行のシステムでは再生できないことを示すものである。レコーダブル領域の残りの部分(詳しくは、図2に示されている)は、リードアウト領域まで、放射状に延びる方向に広がっている。   An alert track is provided on the outer periphery of the U-TOC. This track records a warning sound that is activated (output) by the MD player when the disc is loaded into the current MD system. This warning sound indicates that the disc is used in the next generation MD1 system and cannot be reproduced by the current system. The remaining portion of the recordable area (shown in detail in FIG. 2) extends radially to the lead-out area.

図2は、図1に示す次世代MD1の仕様のディスクのレコーダブル領域の構成を示すものである。図2に示すように、レコーダブル領域の先頭(内周側)には、U−TOCおよびアラートトラックが設けられる。U−TOCおよびアラートトラックが含まれる領域は、現行のMDシステムのプレーヤでも再生できるように、EFMでデータが変調されて記録される。EFM変調でデータが変調されて記録される領域の外周に、次世代MD1方式の1−7pp変調でデータが変調されて記録される領域が設けられる。EFMでデータが変調されて記録される領域と、1−7pp変調でデータが変調されて記録される領域との間は所定の距離の間だけ離間されており、「ガードバンド」が設けられている。このようなガードバンドが設けられるため、現行のMDプレーヤに次世代MD1の仕様のディスクが装着されて、不具合が発生されることが防止される。   FIG. 2 shows the structure of the recordable area of the disc of the next generation MD1 specification shown in FIG. As shown in FIG. 2, a U-TOC and an alert track are provided at the beginning (inner circumference side) of the recordable area. In the area including the U-TOC and the alert track, the data is modulated by EFM and recorded so that it can be reproduced by a player of the current MD system. An area where data is modulated and recorded by 1-7pp modulation of the next generation MD1 system is provided on the outer periphery of the area where the data is modulated and recorded by EFM modulation. The area where data is modulated and recorded by EFM and the area where data is modulated and recorded by 1-7pp modulation are separated by a predetermined distance, and a “guard band” is provided. Yes. Since such a guard band is provided, it is possible to prevent the occurrence of problems by mounting a disc of the next generation MD1 specification on the current MD player.

1−7pp変調でデータが変調されて記録される領域の先頭(内周側)には、DDT(Disc Description Table)領域と、リザーブトラックが設けられる。DDT領域には、物理的に欠陥のある領域に対する交替処理をするために設けられる。DDT領域には、さらに、ディスク毎に固有の識別コードが記録される。以下、このディスク毎に固有の識別コードをUID(ユニークID)と称する。次世代MD1の場合、UIDは、例えば所定に発生された乱数に基づき生成され、例えばディスクの初期化の際に記録される(詳細は後述する)。UIDを用いることで、ディスクの記録内容に対するセキュリティ管理を行うことができる。リザーブトラックは、コンテンツの保護を図るための情報が格納される。   A DDT (Disc Description Table) area and a reserve track are provided at the head (inner circumference side) of an area where data is modulated and recorded by 1-7pp modulation. The DDT area is provided in order to perform a replacement process for a physically defective area. In the DDT area, an identification code unique to each disk is further recorded. Hereinafter, the identification code unique to each disk is referred to as UID (unique ID). In the case of the next-generation MD1, the UID is generated based on, for example, a predetermined random number, and is recorded, for example, when the disc is initialized (details will be described later). By using the UID, it is possible to perform security management for the recorded contents of the disc. The reserve track stores information for protecting the content.

更に、1−7pp変調でデータが変調されて記録される領域には、FAT(File Allocation Table)領域が設けられる。FAT領域は、FATシステムでデータを管理するための領域である。FATシステムは、汎用のパーソナルコンピュータで使用されているFATシステムに準拠したデータ管理を行うものである。FATシステムは、ルートにあるファイルやディレクトリのエントリポイントを示すディレクトリと、FATクラスタの連結情報が記述されたFATテーブルとを用いて、FATチェーンによりファイル管理を行うものである。なお、FATの用語は、前述したように、PCオペレーティングシステムで利用される、様々な異なるファイル管理方法を示すように総括的に用いられている。   Furthermore, a FAT (File Allocation Table) area is provided in an area where data is modulated and recorded by 1-7 pp modulation. The FAT area is an area for managing data in the FAT system. The FAT system performs data management conforming to the FAT system used in general-purpose personal computers. The FAT system performs file management by a FAT chain using a directory indicating entry points of files and directories at the root and a FAT table in which FAT cluster connection information is described. Note that the terminology of FAT is generally used to indicate various different file management methods used in the PC operating system as described above.

次世代MD1の仕様のディスクにおいては、U−TOC領域には、アラートトラックの開始位置の情報と、1−7pp変調でデータが変調されて記録される領域の開始位置の情報が記録される。   In the disc of the next generation MD1 specification, information on the start position of the alert track and information on the start position of the area where the data is modulated by 1-7pp modulation are recorded in the U-TOC area.

現行のMDシステムのプレーヤに、次世代MD1のディスクが装着されると、U−TOC領域が読み取られ、U−TOCの情報から、アラートトラックの位置が分かり、アラートトラックがアクセスされ、アラートトラックの再生が開始される。アラートトラックには、このディスクが次世代MD1方式で使用され、現行のMDシステムのプレーヤでは再生できないことを示す警告音が記録されている。この警告音から、このディスクが現行のMDシステムのプレーヤでは使用できないことが知らされる。   When the next-generation MD1 disc is loaded into the player of the current MD system, the U-TOC area is read, the position of the alert track is known from the U-TOC information, the alert track is accessed, and the alert track Playback starts. In the alert track, a warning sound is recorded indicating that this disc is used in the next generation MD1 system and cannot be reproduced by a player of the current MD system. This warning sound informs that this disc cannot be used with current MD system players.

なお、警告音としては、「このプレーヤでは使用できません」というような言語による警告とすることができる。勿論、単純なビープ音、トーン、又はその他の警告信号とするようにしても良い。   The warning sound may be a warning in a language such as “cannot be used with this player”. Of course, a simple beep, tone, or other warning signal may be used.

次世代MD1に準拠したプレーヤに、次世代MD1のディスクが装着されると、U−TOC領域が読み取られ、U−TOCの情報から、1−7pp変調でデータが記録された領域の開始位置が分かり、DDT、リザーブトラック、FAT領域が読み取られる。1−7pp変調のデータの領域では、U−TOCを使わずに、FATシステムを使ってデータの管理が行われる。   When a next-generation MD1 disc is loaded into a player compliant with the next-generation MD1, the U-TOC area is read, and the start position of the area where data is recorded by 1-7pp modulation is determined from the U-TOC information. Okay, DDT, reserve track, FAT area is read. In the data area of 1-7pp modulation, data management is performed using the FAT system without using the U-TOC.

図3は、次世代MD2のディスクを示すものである。ディスクは、透明のポリカーボネート基板上に、誘電体膜と、磁性膜と、誘電体膜と、反射膜とを積層して構成される。更に、その上に、保護膜が積層される。   FIG. 3 shows a next-generation MD2 disc. The disk is configured by laminating a dielectric film, a magnetic film, a dielectric film, and a reflective film on a transparent polycarbonate substrate. Further, a protective film is laminated thereon.

次世代MD2のディスクでは、図3Aに示すように、ディスクの内周(ディスクの中心から放射状に延びる方向において内側の周)のリードイン領域には、ADIP信号により、コントロール情報が記録されている。次世代MD2のディスクには、リードイン領域にはエンボスピットによるP−TOCは設けられておらず、その代わりに、ADIP信号によるコントロール情報が用いられる。リードイン領域の外周からレコーダブル領域が開始され、記録トラックの案内溝としてグルーブが形成された記録再生可能領域となっている。このレコーダブル領域には、1−7pp変調で、データが変調されて記録される。   In the next-generation MD2 disc, as shown in FIG. 3A, control information is recorded by an ADIP signal in the lead-in area on the inner circumference of the disc (the inner circumference in the direction extending radially from the center of the disc). . Next-generation MD2 discs are not provided with P-TOC by embossed pits in the lead-in area, and instead, control information by ADIP signals is used. The recordable area is started from the outer periphery of the lead-in area, and is a recordable / reproducible area in which grooves are formed as guide grooves for recording tracks. In this recordable area, data is modulated and recorded by 1-7 pp modulation.

次世代MD2の仕様のディスクでは、図3Bに示すように、磁性膜として、情報を記録する記録層となる磁性層101と、切断層102と、情報再生用の磁性層103とが積層されたものが用いられる。切断層102は、交換結合力調整用層となる。所定の温度になると、切断層102が磁気的にニュートラルな状態になり、記録層101に転写されていた磁壁が再生用の磁性層103に転写される。これにより、記録層101では微少なマークが再生用の磁性層103のビームスポットの中に拡大されて見えるようになる。   In the disc of the next generation MD2 specification, as shown in FIG. 3B, a magnetic layer 101 serving as a recording layer for recording information, a cutting layer 102, and a magnetic layer 103 for reproducing information are stacked as magnetic films. Things are used. The cutting layer 102 is an exchange coupling force adjusting layer. When the temperature reaches a predetermined temperature, the cutting layer 102 becomes magnetically neutral, and the domain wall transferred to the recording layer 101 is transferred to the reproducing magnetic layer 103. As a result, a minute mark appears enlarged in the beam spot of the reproducing magnetic layer 103 on the recording layer 101.

図示しないが、次世代MD2の使用のディスクでは、記録可能領域の内周側の、コンシューマ向けの記録再生装置で再生可能であるが記録不可であるような領域に、上述したUIDが予め記録される。次世代MD2のディスクの場合、UIDは、例えばDVD(Digital Versatile Disc)で用いられているBCA(Burst Ctting Area)の技術と同様の技術により、ディスクの製造時に予め記録される。ディスクの製造時にUIDが生成され記録されるため、UIDの管理が可能となり、上述の次世代MD1による、ディスクの初期化時などに乱数に基づきUIDを生成する場合に比べ、セキュリティを向上できる。UIDのフォーマットなど詳細については、後述する。   Although not shown, the above-mentioned UID is pre-recorded in an area that can be reproduced by a consumer recording / reproducing apparatus, but cannot be recorded, on the inner circumference side of the recordable area on a disc using the next generation MD2. The In the case of a next-generation MD2 disc, the UID is recorded in advance when the disc is manufactured by a technique similar to the technique of BCA (Burst Ctting Area) used in, for example, a DVD (Digital Versatile Disc). Since the UID is generated and recorded when the disc is manufactured, the UID can be managed, and the security can be improved as compared with the case where the UID is generated based on a random number when the disc is initialized by the next generation MD1. Details of the format of the UID will be described later.

なお、繁雑さを避けるために、次世代MD2においてUIDが予め記録されるこの領域を、以降、BCAと呼ぶことにする。   In order to avoid complexity, this area where the UID is recorded in advance in the next generation MD2 will be referred to as BCA hereinafter.

次世代MD1であるか次世代MD2であるかは、例えば、リードインの情報から判断できる。すなわち、リードインにエンボスピットによるP−TOCが検出されれば、現行のMDまたは次世代MD1のディスクであると判断できる。リードインにADIP信号によるコントロール情報が検出され、エンボスピットによるP−TOCが検出されなければ、次世代MD2であると判断できる。上述したBCAにUIDが記録されているか否かで判断することも可能である。なお、次世代MD1と次世代MD2との判別は、このような方法に限定されるものではない。オントラックのときとオフトラックのときとのトラッキングエラー信号の位相から判別することも可能である。勿論、ディスク識別用の検出孔等を設けるようにしても良い。   Whether it is the next generation MD1 or the next generation MD2 can be determined from, for example, lead-in information. That is, if a P-TOC due to an emboss pit is detected in the lead-in, it can be determined that the disc is a current MD or next-generation MD1 disc. If control information based on the ADIP signal is detected in the lead-in and P-TOC due to the emboss pit is not detected, it can be determined that the next generation MD2. It is also possible to determine whether or not a UID is recorded in the BCA described above. The discrimination between the next generation MD1 and the next generation MD2 is not limited to such a method. It is also possible to discriminate from the phase of the tracking error signal between on-track and off-track. Of course, a disc identification detection hole or the like may be provided.

図4は、次世代MD2の仕様のディスクのレコーダブル領域の構成を示すものである。図4に示すように、レコーダブル領域では全て1−7pp変調でデータが変調されて記録され、1−7pp変調でデータが変調されて記録される領域の先頭(内周側)には、DDT領域と、リザーブトラックが設けられる。DDT領域は、物理的に欠陥のある領域に対する交替領域を管理するための交替領域管理データを記録するために設けられる。   FIG. 4 shows the configuration of the recordable area of the disc of the next-generation MD2 specification. As shown in FIG. 4, in the recordable area, data is modulated and recorded with 1-7pp modulation, and DDT is recorded at the head (inner circumference side) of the area where data is modulated with 1-7pp modulation and recorded. An area and a reserve track are provided. The DDT area is provided for recording replacement area management data for managing a replacement area for a physically defective area.

具体的には、DDT領域は、物理的に欠陥のある上記領域に替わるレコーダブル領域を含む置き換え領域を管理する管理テーブルを記録する。この管理テーブルは、欠陥があると判定された論理クラスタを記録し、その欠陥のある論理クラスタに替わるものとして割り当てられた置き換え領域内の論理クラスタ(1つ又は複数)も記録する。さらに、DDT領域には、上述したUIDが記録される。リザーブトラックは、コンテンツの保護を図るための情報が格納される。   Specifically, the DDT area records a management table for managing a replacement area including a recordable area that replaces the physically defective area. This management table records the logical clusters determined to be defective, and also records the logical cluster (s) in the replacement area assigned as a replacement for the defective logical cluster. Further, the above-described UID is recorded in the DDT area. The reserve track stores information for protecting the content.

更に、1−7pp変調でデータが変調されて記録される領域には、FAT領域が設けられる。FAT領域は、FATシステムでデータを管理するための領域である。FATシステムは、汎用のパーソナルコンピュータで使用されているFATシステムに準拠したデータ管理を行うものである。   Furthermore, a FAT area is provided in an area where data is modulated and recorded by 1-7pp modulation. The FAT area is an area for managing data in the FAT system. The FAT system performs data management conforming to the FAT system used in general-purpose personal computers.

次世代MD2のディスクにおいては、U−TOC領域は設けられていない。次世代MD2に準拠したプレーヤに、次世代MD2のディスクが装着されると、所定の位置にあるDDT、リザーブトラック、FAT領域が読み取られ、FATシステムを使ってデータの管理が行われる。   The U-TOC area is not provided in the next-generation MD2 disc. When a next-generation MD2 disc is loaded into a player compliant with the next-generation MD2, the DDT, reserve track, and FAT area at predetermined positions are read, and data management is performed using the FAT system.

次世代MD1および次世代MD2のディスクでは、時間のかかる初期化作業は不要とされる。すなわち、次世代MD1および次世代MD2の仕様のディスクでは、DDTやリザーブトラック、FATテーブル等の最低限のテーブルの作成以外に、初期化作業は不要で、未使用のディスクからレコーダブル領域の記録再生を直接行うことが可能である。   The next generation MD1 and next generation MD2 discs do not require time-consuming initialization work. In other words, the next generation MD1 and next generation MD2 specification discs require no initialization work other than the creation of minimum tables such as DDT, reserve track, and FAT table, and recordable areas can be recorded from unused discs. Reproduction can be performed directly.

なお、次世代MD2のディスクは、上述のように、ディスクの製造時にUIDが生成され記録されるため、より強力にセキュリティ管理を行うことが可能である一方、現行のMDシステムで用いられるディスクに比べて膜の積層数が多く、より高価である。そこで、ディスクの記録可能領域およびリードイン、リードアウト領域は、次世代MD1と共通とし、UIDのみ、DVDと同様のBCAを用いて次世代MD2と同様にしてディスクの製造時に記録するようにしたディスクシステム(次世代MD1.5と称する)が提案されている。   As described above, since the UID is generated and recorded at the time of manufacturing the disc as described above, the next-generation MD2 disc can perform security management more strongly, while being used in the disc used in the current MD system. Compared to this, the number of laminated films is larger and more expensive. Therefore, the recordable area and lead-in / lead-out area of the disc are common to the next generation MD1, and only the UID is recorded at the time of manufacturing the disc in the same manner as the next generation MD2 using the same BCA as the DVD. A disk system (referred to as next generation MD1.5) has been proposed.

なお、以下では、次世代MD1.5に関して、特に必要となる場合を除き、説明を省略する。すなわち、次世代MD1.5は、UIDに関しては次世代MD2に準じ、オーディオデータの記録再生などに関しては次世代MD1に準ずるものとする。   In the following, the description of the next generation MD1.5 will be omitted unless particularly required. That is, the next generation MD1.5 conforms to the next generation MD2 with respect to the UID, and conforms to the next generation MD1 with respect to recording and reproduction of audio data.

UIDについて、より詳細に説明する。上述したように、次世代MD2のディスクにおいて、UIDは、DVDで用いられているBCAと称される技術と同様の技術により、ディスクの製造時に予め記録される。図5は、このUIDの一例のフォーマットを概略的に示す。UIDの全体をUIDレコードブロックと称する。   The UID will be described in more detail. As described above, in the next-generation MD2 disc, the UID is recorded in advance when the disc is manufactured by a technique similar to the technique called BCA used in the DVD. FIG. 5 schematically shows an example format of this UID. The entire UID is called a UID record block.

UIDブロックにおいて、先頭から2バイト分がUIDコードのフィールドとされる。UIDコードは、2バイトすなわち16ビットのうち上位4ビットがディスク判別用とされる。例えば、この4ビットが〔0000〕で当該ディスクが次世代MD2のディスクであることが示され、〔0001〕で当該ディスクが次世代MD1.5のディスクであることが示される。UIDコードの上位4ビットの他の値は、例えば将来の拡張のために予約される。UIDコードの下位12ビットは、アプリケーションIDとされ、4096種類のサービスに対応することができる。   In the UID block, the 2 bytes from the beginning are used as the UID code field. In the UID code, the upper 4 bits of 2 bytes, that is, 16 bits are used for disc identification. For example, when these 4 bits are [0000], it indicates that the disk is a next-generation MD2 disk, and [0001] indicates that the disk is a next-generation MD1.5 disk. Other values of the upper 4 bits of the UID code are reserved for future expansion, for example. The lower 12 bits of the UID code are an application ID and can correspond to 4096 types of services.

UIDコードの次に1バイトのバージョンナンバのフィールドが配され、その次に、1バイトでデータ長のフィールドが配される。このデータ長により、データ長の次に配されるUIDレコードデータのフィールドのデータ長が示される。UIDレコードデータのフィールドは、UID全体のデータ長が188バイトを超えない範囲で、4m(m=0、1、2、・・・)バイト分、配される。UIDレコードデータのフィールドに、所定の方法で生成したユニークなIDを格納することができ、これにより、ディスク個体が識別可能とされる。   Next to the UID code, a 1-byte version number field is arranged, and then, a 1-byte data length field is arranged. This data length indicates the data length of the field of the UID record data arranged next to the data length. The field of UID record data is arranged for 4 m (m = 0, 1, 2,...) Bytes within a range where the data length of the entire UID does not exceed 188 bytes. A unique ID generated by a predetermined method can be stored in the field of UID record data, thereby making it possible to identify a disc individual.

なお、次世代MD1のディスクでは、このUIDレコードデータのフィールドに、乱数に基づき生成されたIDが記録される。   In the next-generation MD1 disc, an ID generated based on a random number is recorded in the field of the UID record data.

UIDレコードブロックは、最大188バイトまでのデータ長で、複数個、作ることができる。   A plurality of UID record blocks can be created with a data length of up to 188 bytes.

3.信号フォーマット
次に、次世代MD1および次世代MD2のシステムの信号フォーマットについて説明する。現行のMDシステムでは、エラー訂正方式として、畳み込み符号であるACIRCが用いられており、サブコードブロックのデータ量に対応する2352バイトからなるセクタを記録再生のアクセス単位としている。畳み込み符号の場合には、エラー訂正符号化系列が複数のセクタに跨るため、データを書き換える際には、隣接するセクタ間に、リンキングセクタを用意する必要がある。アドレス方式としては、シングルスパイラルによるグルーブを形成したうえで、このグルーブの両側に対してアドレス情報としてのウォブルを形成したウォブルドグルーブ方式であるADIPが使われている。現行のMDシステムでは、2352バイトからなるセクタをアクセスするのに最適なように、ADIP信号が配列されている。
3. Next, the signal format of the next generation MD1 and next generation MD2 systems will be described. In the current MD system, ACIRC, which is a convolutional code, is used as an error correction method, and a sector of 2352 bytes corresponding to the data amount of a subcode block is used as an access unit for recording and reproduction. In the case of a convolutional code, since an error correction coding sequence spans a plurality of sectors, it is necessary to prepare a linking sector between adjacent sectors when data is rewritten. As an address method, ADIP, which is a wobbled groove method in which wobbling as address information is formed on both sides of a groove after forming a groove by a single spiral, is used. In the current MD system, ADIP signals are arranged so as to be optimal for accessing a sector of 2352 bytes.

これに対して、次世代MD1および次世代MD2のシステムの仕様では、LDCとBISとを組み合わせたブロック完結型の符号が用いられ、64Kバイトを記録再生のアクセス単位としている。ブロック完結型の符号では、リンキングセクタは不要である。そこで、現行のMDシステムのディスクを流用する次世代MD1のシステムの仕様では、ADIP信号の扱いを、新たな記録方式に対応するように、変更するようにしている。また、次世代MD2のシステムの仕様では、次世代MD2の仕様により合致するように、ADIP信号の仕様に変更を加えている。   On the other hand, in the specifications of the next-generation MD1 and next-generation MD2 systems, a block-complete code combining LDC and BIS is used, and 64 Kbytes are used as a recording / reproduction access unit. In a block-complete code, no linking sector is required. Therefore, in the specification of the next generation MD1 system that uses the current MD system disk, the handling of the ADIP signal is changed so as to correspond to the new recording method. Further, in the specification of the next-generation MD2 system, the specification of the ADIP signal is changed so as to match the specification of the next-generation MD2.

図6、図7、および図8は、次世代MD1および次世代MD2のシステムで使用されるエラー訂正方式を説明するためのものである。次世代MD1および次世代MD2のシステムでは、図6に示すようなLDCによるエラー訂正符号化方式と、図7および図8に示すようなBIS方式とが組み合わされている。   FIGS. 6, 7, and 8 are for explaining error correction methods used in the next-generation MD1 and next-generation MD2 systems. In the next-generation MD1 and next-generation MD2 systems, an error correction coding method using LDC as shown in FIG. 6 and a BIS method as shown in FIGS. 7 and 8 are combined.

図6は、LDCによるエラー訂正符号化の符号化ブロックの構成を示すものである。図6に示すように、各エラー訂正符号化セクタのデータに対して、4バイトのエラー検出コードEDCが付加され、水平方向に304バイト、垂直方向に216バイトのエラー訂正符号化ブロックに、データが二次元配列される。各エラー訂正符号化セクタは、2Kバイトのデータからなる。図6に示すように、水平方向に304バイト、垂直方向に216バイトからなるエラー訂正符号化ブロックには、2Kバイトからなるエラー訂正符号化セクタが32セクタ分配置される。このように、水平方向に304バイト、垂直方向に216バイトに二次元配列された32個のエラー訂正符号化セクタのエラー訂正符号化ブロックのデータに対して、垂直方向に、32ビットのエラー訂正用のリード・ソロモンコードのパリティが付加される。   FIG. 6 shows a configuration of a coding block for error correction coding by LDC. As shown in FIG. 6, an error detection code EDC of 4 bytes is added to the data of each error correction encoding sector, and the data is stored in an error correction encoding block of 304 bytes in the horizontal direction and 216 bytes in the vertical direction. Are two-dimensionally arranged. Each error correction coding sector consists of 2K bytes of data. As shown in FIG. 6, an error correction coding block consisting of 304 bytes in the horizontal direction and 216 bytes in the vertical direction has 32 sectors of error correction coding sectors consisting of 2K bytes. Thus, 32-bit error correction is performed in the vertical direction for the data of the 32 error-correction coding sector error correction coding blocks that are two-dimensionally arranged in 304 bytes in the horizontal direction and 216 bytes in the vertical direction. The parity of Reed-Solomon code is added.

図7および図8は、BISの構成を示すものである。図7に示すように、38バイトのデータ毎に、1バイトのBISが挿入され、(38×4=152バイト)のデータと、3バイトのBISデータと、2.5バイトのフレームシンクとの合計157.5バイトが1フレームとされる。   7 and 8 show the configuration of the BIS. As shown in FIG. 7, 1 byte of BIS is inserted for every 38 bytes of data, and (38 × 4 = 152 bytes) of data, 3 bytes of BIS data, and 2.5 bytes of frame sync. A total of 157.5 bytes is taken as one frame.

図8に示すように、このように構成されるフレームを496フレーム集めて、BISのブロックが構成される。BISデータ(3×496=1488バイト)には、576バイトのユーザコントロールデータと、144バイトのアドレスユニットナンバと、768バイトのエラー訂正コードが含められる。   As shown in FIG. 8, the BIS block is configured by collecting 496 frames configured as described above. BIS data (3 × 496 = 1488 bytes) includes 576 bytes of user control data, 144 bytes of address unit number, and 768 bytes of error correction code.

このように、BISデータには、1488バイトのデータに対して768バイトのエラー訂正コードが付加されているので、強力にエラー訂正を行うことができる。このBISコードを38バイト毎に埋め込んでおくことにより、バーストエラーが発生したときに、エラーロケーションが検出できる。このエラーロケーションを使って、LDCコードにより、イレージャ訂正を行うことができる。   As described above, since the 768-byte error correction code is added to the 1488-byte data in the BIS data, it is possible to perform error correction strongly. By embedding this BIS code every 38 bytes, an error location can be detected when a burst error occurs. Using this error location, erasure correction can be performed by the LDC code.

ADIP信号は、図9に示すように、シングルスパイラルのグルーブの両側に対してウォブルを形成することで記録される。すなわち、ADIP信号は、FM変調されたアドレスデータを有し、ディスク素材にグルーブのウォブルとして形成されることにより記録される。   As shown in FIG. 9, the ADIP signal is recorded by forming wobbles on both sides of the single spiral groove. That is, the ADIP signal has FM-modulated address data and is recorded by being formed as a groove wobble on the disk material.

図10は、次世代MD1の場合のADIP信号のセクタフォーマットを示すものである。   FIG. 10 shows the sector format of the ADIP signal in the case of the next generation MD1.

図10に示すように、ADIP信号の1セクタ(ADIPセクタ)は、4ビットのシンクと、8ビットのADIPクラスタナンバの上位ビットと、8ビットのADIPクラスタナンバの下位ビットと、8ビットのADIPセクタナンバと、14ビットのエラー検出コードCRCとからなる。   As shown in FIG. 10, one sector (ADIP sector) of the ADIP signal includes a 4-bit sync, an upper bit of the 8-bit ADIP cluster number, a lower bit of the 8-bit ADIP cluster number, and an 8-bit ADIP. It consists of a sector number and a 14-bit error detection code CRC.

シンクは、ADIPセクタの先頭を検出するための所定パターンの信号である。従来のMDシステムでは、畳み込み符号を使っているため、リンキングセクタが必要になる。リンキング用のセクタナンバは、負の値を持ったセクタナンバで、「FCh」、「FDh」、「FEh」、「FFh」(hは16進数を示す)のセクタナンバのものである。次世代MD1では、現行のMDシステムのディスクを流用するため、このADIPセクタのフォーマットは、現行のMDシステムのものと同様である。   The sync is a signal having a predetermined pattern for detecting the head of the ADIP sector. Since the conventional MD system uses a convolutional code, a linking sector is required. The sector number for linking is a sector number having a negative value and is a sector number of “FCh”, “FDh”, “FEh”, “FFh” (h indicates a hexadecimal number). In the next generation MD1, since the disc of the current MD system is used, the format of this ADIP sector is the same as that of the current MD system.

次世代MD1のシステムでは、図11に示すように、ADIPセクタナンバ「FCh」から「FFh」および「0Fh」から「1Fh」までの36セクタで、ADIPクラスタが構成される。そして、図10に示すように、1つのADIPクラスタに、2つのレコーディングブロック(64Kバイト)のデータを配置するようにしている。   In the next-generation MD1 system, as shown in FIG. 11, an ADIP cluster is composed of 36 sectors from ADIP sector numbers “FCh” to “FFh” and “0Fh” to “1Fh”. Then, as shown in FIG. 10, data of two recording blocks (64 Kbytes) are arranged in one ADIP cluster.

図12は、次世代MD2の場合のADIPセクタの構成を示すものである。次世代MD2の仕様では、ADIPセクタが16セクタで、ADIPセクタが構成される。したがって、ADIPのセクタナンバは、4ビットで表現できる。また、次世代MDでは、ブロック完結のエラー訂正符号が用いられているため、リンキングセクタは不要である。   FIG. 12 shows the configuration of the ADIP sector in the case of the next generation MD2. In the specification of the next generation MD2, the ADIP sector is composed of 16 sectors. Therefore, the sector number of ADIP can be expressed by 4 bits. In the next-generation MD, since a block-complete error correction code is used, a linking sector is unnecessary.

次世代MD2のADIPセクタは、図12に示すように、4ビットのシンクと、4ビットのADIPクラスタナンバの上位ビットと、8ビットのADIPクラスタナンバの中位ビットと、4ビットのADIPクラスタナンバの下位ビットと、4ビットのADIPセクタナンバと、18ビットのエラー訂正用のパリティとからなる。   As shown in FIG. 12, the ADIP sector of the next generation MD2 includes a 4-bit sync, an upper bit of the 4-bit ADIP cluster number, a middle bit of the 8-bit ADIP cluster number, and a 4-bit ADIP cluster number. Lower bits, a 4-bit ADIP sector number, and an 18-bit parity for error correction.

シンクは、ADIPセクタの先頭を検出するための所定パターンの信号である。ADIPクラスタナンバとしては、上位4ビット、中位8ビット、下位4ビットの16ビット分が記述される。16個のADIPセクタでADIPクラスタが構成されるため、ADIPセクタのセクタナンバは4ビットとされている。現行のMDシステムでは14ビットのエラー検出コードであるが、18ビットのエラー訂正用のパリティとなっている。そして、次世代MD2の仕様では、図13に示すように、1つのADIPクラスタに、1レコーディングブロック(64Kバイト)のデータが配置される。   The sync is a signal having a predetermined pattern for detecting the head of the ADIP sector. As the ADIP cluster number, 16 bits of upper 4 bits, middle 8 bits, and lower 4 bits are described. Since the ADIP cluster is composed of 16 ADIP sectors, the sector number of the ADIP sector is 4 bits. In the current MD system, it is a 14-bit error detection code, but it is an 18-bit parity for error correction. In the next generation MD2 specification, as shown in FIG. 13, one recording block (64 Kbytes) of data is arranged in one ADIP cluster.

図14は、次世代MD1の場合のADIPクラスタとBISのフレームとの関係を示すものである。   FIG. 14 shows the relationship between ADIP clusters and BIS frames in the case of the next generation MD1.

図11に示したように、次世代MD1の仕様では、ADIPセクタ「FC」〜「FF」およびADIPセクタ「00」〜「1F」の36セクタで、1つのADIPクラスタが構成される。記録再生の単位となる1レコーディングブロック(64Kバイト)のデータは、1つのADIPクラスタに、2つ分配置される。   As shown in FIG. 11, according to the specification of the next generation MD1, 36 ADAD sectors “FC” to “FF” and ADIP sectors “00” to “1F” constitute one ADIP cluster. Two pieces of data of one recording block (64 Kbytes) serving as a recording / reproducing unit are arranged in one ADIP cluster.

図14に示すように、1つのADIPセクタは、前半の18セクタと、後半の18セクタとに分けられる。   As shown in FIG. 14, one ADIP sector is divided into the first 18 sectors and the second 18 sectors.

記録再生の単位となる1レコーディングブロックのデータは、496フレームからなるBISのブロックに配置される。このBISのブロックに相当する496フレーム分のデータのフレーム(フレーム「10」からフレーム「505」)の前に、10フレーム分のプリアンブル(フレーム「0」からフレーム「9」)が付加され、また、このデータのフレームの後に、6フレーム分のポストアンブルのフレーム(フレーム506からフレーム511)が付加され、合計、512フレーム分のデータが、ADIPセクタ「FCh」からADIPセクタ「0Dh」のADIPクラスタの前半に配置されるとともに、ADIPセクタ「0Eh」からADIPセクタ「1Fh」のADIPクラスタの後半に配置される。データフレームの前のプリアンブルのフレームと、データの後ろのポストアンブルのフレームは、隣接するレコーディングブロックとのリンキング時にデータを保護するのに用いられる。プリアンブルは、データ用PLLの引き込み、信号振幅制御、信号オフセット制御などにも用いられる。   Data of one recording block as a recording / reproduction unit is arranged in a BIS block composed of 496 frames. A preamble of 10 frames (frame “0” to frame “9”) is added before the data frame (frame “10” to frame “505”) corresponding to the BIS block, and Then, a postamble frame of 6 frames (frame 506 to frame 511) is added after this data frame, and a total of 512 frames of data is an ADIP cluster of ADIP sector “FCh” to ADIP sector “0Dh”. And the second half of the ADIP cluster from ADIP sector “0Eh” to ADIP sector “1Fh”. The preamble frame before the data frame and the postamble frame after the data are used to protect the data when linking with the adjacent recording block. The preamble is also used for pulling in a data PLL, signal amplitude control, signal offset control, and the like.

レコーディングブロックのデータを記録再生する際の物理アドレスは、ADIPクラスタと、そのクラスタの前半か後半かにより指定される。記録再生時に物理アドレスが指定されると、ADIP信号からADIPセクタが読み取られ、ADIPセクタの再生信号から、ADIPクラスタナンバとADIPセクタナンバが読み取られ、ADIPクラスタの前半と後半とが判別される。   The physical address for recording / reproducing data of the recording block is specified by the ADIP cluster and the first half or the second half of the cluster. When a physical address is designated at the time of recording / reproduction, the ADIP sector is read from the ADIP signal, the ADIP cluster number and the ADIP sector number are read from the reproduction signal of the ADIP sector, and the first half and the second half of the ADIP cluster are discriminated.

図15は、次世代MD2の仕様の場合のADIPクラスタとBISのフレームとの関係を示すものである。図13に示したように、次世代MD2の仕様では、ADIPセクタが16セクタで、1つのADIPクラスタが構成される。1つのADIPクラスタに、1レコーディングブロック(64Kバイト)のデータが配置される。   FIG. 15 shows the relationship between an ADIP cluster and a BIS frame in the case of the next-generation MD2 specification. As shown in FIG. 13, in the next generation MD2 specification, there are 16 ADIP sectors and one ADIP cluster is configured. One recording block (64 Kbytes) of data is arranged in one ADIP cluster.

図15に示すように、記録再生の単位となる1レコーディングブロック(64Kバイト)のデータは、496フレームからなるBISのブロックに配置される。このBISのブロックに相当する496フレーム分のデータのフレーム(フレーム「10」からフレーム「505」)の前に、10フレーム分のプリアンブル(フレーム「0」からフレーム「9」)が付加され、また、このデータのフレームの後に、6フレーム分のポストアンブルのフレーム(フレーム506からフレーム511)が付加され、合計、512フレーム分のデータが、ADIPセクタ「0h」からADIPセクタ「Fh」からなるADIPクラスタに配置される。   As shown in FIG. 15, data of one recording block (64 Kbytes) serving as a recording / reproduction unit is arranged in a BIS block composed of 496 frames. A preamble of 10 frames (frame “0” to frame “9”) is added before the data frame (frame “10” to frame “505”) corresponding to the BIS block, and Then, a postamble frame of 6 frames (frame 506 to frame 511) is added to the frame of this data, and a total of 512 frames of data is an ADIP composed of ADIP sector “0h” to ADIP sector “Fh”. Placed in a cluster.

データフレームの前のプリアンブルのフレームと、データの後ろのポストアンブルのフレームは、隣接するレコーディングブロックとのリンキング時にデータを保護するのに用いられる。プリアンブルは、データ用PLLの引き込み、信号振幅制御、信号オフセット制御などにも用いられる。   The preamble frame before the data frame and the postamble frame after the data are used to protect the data when linking with the adjacent recording block. The preamble is also used for pulling in a data PLL, signal amplitude control, signal offset control, and the like.

レコーディングブロックのデータを記録再生する際の物理アドレスは、ADIPクラスタで指定される。記録再生時に物理アドレスが指定されると、ADIP信号からADIPセクタが読み取られ、ADIPセクタの再生信号から、ADIPクラスタナンバが読み取られる。   A physical address when recording / reproducing data of a recording block is designated by an ADIP cluster. When a physical address is designated at the time of recording / reproduction, the ADIP sector is read from the ADIP signal, and the ADIP cluster number is read from the reproduction signal of the ADIP sector.

ところで、このようなディスクでは、記録再生を開始するときに、レーザパワーの制御等を行うために、各種のコントロール情報が必要である。次世代MD1の仕様のディスクでは、図1に示したように、リードイン領域にP−TOCが設けられており、このP−TOCから、各種のコントロール情報が取得される。   By the way, in such a disc, various control information is necessary to control the laser power and the like when recording / reproduction is started. As shown in FIG. 1, the next-generation MD1 disc has a P-TOC in the lead-in area, and various control information is acquired from the P-TOC.

次世代MD2の仕様のディスクには、エンボスピットによるP−TOCは設けられず、コントロール情報がリードイン領域のADIP信号により記録される。また、次世代MD2の仕様のディスクでは、磁気超解像度の技術が使われるため、レーザのパワーコントロールが重要である。次世代MD2の仕様のディスクでは、リードイン領域とリードアウト領域には、パワーコントロール調整用のキャリブレーション領域が設けられる。   Next-generation MD2 specification discs are not provided with P-TOC by embossed pits, and control information is recorded by ADIP signals in the lead-in area. In addition, since the magnetic super-resolution technology is used in the next-generation MD2 specification disk, laser power control is important. In the disc of the next generation MD2 specification, calibration areas for power control adjustment are provided in the lead-in area and the lead-out area.

すなわち、図16は、次世代MD2の仕様のディスクのリードインおよびリードアウトの構成を示すものである。図16に示すように、ディスクのリードインおよびリードアウト領域には、レーザビームのパワーコントロール領域として、パワーキャリブレーション領域が設けられる。   That is, FIG. 16 shows the lead-in and lead-out configuration of the disc of the next-generation MD2 specification. As shown in FIG. 16, in the lead-in and lead-out areas of the disk, a power calibration area is provided as a laser beam power control area.

また、リードイン領域には、ADIPによるコントロール情報を記録したコントロール領域が設けられる。ADIPによるコントロール情報の記録とは、ADIPクラスタナンバの下位ビットとして割り当てられている領域を使って、ディスクのコントロール情報を記述するものである。   In the lead-in area, a control area in which control information by ADIP is recorded is provided. The recording of control information by ADIP describes the control information of the disc using the area allocated as the lower bits of the ADIP cluster number.

すなわち、ADIPクラスタナンバは、レコーダブル領域の開始位置から始まっており、リードイン領域では負の値になっている。図16に示すように、次世代MD2のADIPセクタは、4ビットのシンクと、8ビットのADIPクラスタナンバの上位ビットと、8ビットのコントロールデータ(ADIPクラスタナンバの下位ビット)と、4ビットのADIPセクタナンバと、18ビットのエラー訂正用のパリティとからなる。ADIPクラスタナンバの下位ビットとして割り当てられている8ビットに、図16に示すように、ディスクタイプや、磁気位相、強度、読み出しパワー等のコントロール情報が記述される。   That is, the ADIP cluster number starts from the start position of the recordable area and has a negative value in the lead-in area. As shown in FIG. 16, the ADIP sector of the next generation MD2 includes a 4-bit sync, an upper bit of the 8-bit ADIP cluster number, 8-bit control data (lower bits of the ADIP cluster number), 4-bit It consists of an ADIP sector number and an 18-bit error correction parity. As shown in FIG. 16, control information such as a disk type, magnetic phase, intensity, and read power is described in 8 bits assigned as lower bits of the ADIP cluster number.

なお、ADIPクラスタの上位ビットは、そのまま残されているので、現在位置は、ある程度の精度で知ることができる。また、ADIPセクタ「0」と、ADIPセクタ「8」は、ADIPクラスタナンバの下位8ビットを残しておくことにより、所定間隔で、ADIPクラスタを正確に知ることができる。   Since the upper bits of the ADIP cluster are left as they are, the current position can be known with a certain degree of accuracy. Further, the ADIP sector “0” and the ADIP sector “8” can accurately know the ADIP cluster at a predetermined interval by leaving the lower 8 bits of the ADIP cluster number.

ADIP信号によるコントロール情報の記録については、本願出願人が先に提案した特願2001−123535号の明細書中に詳細に記載してある。   The recording of the control information by the ADIP signal is described in detail in the specification of Japanese Patent Application No. 2001-123535 previously proposed by the present applicant.

4.記録再生装置の構成
次に、図17、図18により、次世代MD1および次世代MD2システムで記録/再生に用いられるディスクに対応するディスクドライブ装置(記録再生装置)の構成を説明する。
4). Configuration of Recording / Reproducing Device Next, the configuration of a disc drive device (recording / reproducing device) corresponding to a disc used for recording / reproducing in the next generation MD1 and next generation MD2 systems will be described with reference to FIGS.

図17には、ディスクドライブ装置1が、例えばパーソナルコンピュータ100と接続可能なものとして示している。   FIG. 17 shows that the disk drive device 1 can be connected to, for example, a personal computer 100.

ディスクドライブ装置1は、メディアドライブ部2、メモリ転送コントローラ3、クラスタバッファメモリ4、補助メモリ5、USB(Universal Serial Bus)インターフェース6,8、USBハブ7、システムコントローラ9、オーディオ処理部10を備えている。   The disk drive device 1 includes a media drive unit 2, a memory transfer controller 3, a cluster buffer memory 4, an auxiliary memory 5, USB (Universal Serial Bus) interfaces 6 and 8, a USB hub 7, a system controller 9, and an audio processing unit 10. ing.

メディアドライブ部2は、装填されたディスク90に対する記録/再生を行う。ディスク90は、次世代MD1のディスク、次世代MD2のディスク、または現行のMDのディスクである。メディアドライブ部2の内部構成は図18で後述する。   The media drive unit 2 performs recording / reproduction with respect to the loaded disk 90. The disk 90 is a next-generation MD1 disk, a next-generation MD2 disk, or a current MD disk. The internal configuration of the media drive unit 2 will be described later with reference to FIG.

メモリ転送コントローラ3は、メディアドライブ部2からの再生データやメディアドライブ部2に供給する記録データについての受け渡しの制御を行う。   The memory transfer controller 3 controls delivery of playback data from the media drive unit 2 and recording data supplied to the media drive unit 2.

クラスタバッファメモリ4は、メモリ転送コントローラ3の制御に基づいて、メディアドライブ部2によってディスク90のデータトラックからレコーディングブロック単位で読み出されたデータのバッファリングを行う。   The cluster buffer memory 4 performs buffering of data read from the data track of the disk 90 by the media drive unit 2 in units of recording blocks based on the control of the memory transfer controller 3.

補助メモリ5は、メモリ転送コントローラ3の制御に基づいて、メディアドライブ部2によってディスク90から読み出された各種管理情報や特殊情報を記憶する。   The auxiliary memory 5 stores various management information and special information read from the disk 90 by the media drive unit 2 based on the control of the memory transfer controller 3.

システムコントローラ9は、CPU(Central Processing Unit)、CPUのワークメモリとして用いられるRAM(Random Access Memory)9A、予めプログラムやデータが記憶されるROM(Read Only Memory)、これらCPU、RAM9A、ROMを接続するための内部バスなどを有し、ROMに記憶されたプログラムなどに基づき、ディスクドライブ装置1内の全体の制御を行うと共に、接続されたパーソナルコンピュータ100との間の通信制御を行う。   The system controller 9 is connected to a CPU (Central Processing Unit), a RAM (Random Access Memory) 9A used as a work memory of the CPU, a ROM (Read Only Memory) in which programs and data are stored in advance, and the CPU, RAM 9A, and ROM. And an overall bus in the disk drive device 1 based on a program stored in the ROM, and a communication control with the connected personal computer 100.

すなわち、システムコントローラ9は、USBインターフェース8、USBハブ7を介して接続されたパーソナルコンピュータ100との間で通信可能とされ、書込要求、読出要求等のコマンドの受信やステイタス情報その他の必要情報の送信などを行う。   That is, the system controller 9 can communicate with the personal computer 100 connected via the USB interface 8 and the USB hub 7, receives commands such as write requests and read requests, status information, and other necessary information. And so on.

システムコントローラ9は、例えばディスク90がメディアドライブ部2に装填されることに応じて、ディスク90からの管理情報等の読出をメディアドライブ部2に指示し、メモリ転送コントローラ3によって読み出した管理情報等を補助メモリ5に格納させる。   For example, the system controller 9 instructs the media drive unit 2 to read management information from the disk 90 when the disk 90 is loaded into the media drive unit 2, and the management information read by the memory transfer controller 3. Is stored in the auxiliary memory 5.

パーソナルコンピュータ100からのあるFATセクタの読出要求があった場合は、システムコントローラ9はメディアドライブ部2に、そのFATセクタを含むレコーディングブロックの読み出しを実行させる。読み出されたレコーディングブロックのデータはメモリ転送コントローラ3によってクラスタバッファメモリ4に書き込まれる。   When there is a request to read a FAT sector from the personal computer 100, the system controller 9 causes the media drive unit 2 to read a recording block including the FAT sector. The read recording block data is written into the cluster buffer memory 4 by the memory transfer controller 3.

システムコントローラ9はクラスタバッファメモリ4に書き込まれているレコーディングブロックのデータから、要求されたFATセクタのデータを読み出させ、USBインターフェース6、USBハブ7を介してパーソナルコンピュータ100に送信させる制御を行う。   The system controller 9 performs control to read out the requested FAT sector data from the recording block data written in the cluster buffer memory 4 and transmit it to the personal computer 100 via the USB interface 6 and the USB hub 7. .

パーソナルコンピュータ100からのあるFATセクタの書き込み要求があった場合は、システムコントローラ9はメディアドライブ部2に、まずそのFATセクタを含むレコーディングブロックの読み出しを実行させる。読み出されたレコーディングブロックはメモリ転送コントローラ3によってクラスタバッファメモリ4に書き込まれる。   When there is a write request for a certain FAT sector from the personal computer 100, the system controller 9 first causes the media drive unit 2 to read the recording block including the FAT sector. The read recording block is written into the cluster buffer memory 4 by the memory transfer controller 3.

システムコントローラ9は、パーソナルコンピュータ100からのFATセクタのデータ(記録データ)をUSBインターフェース6を介してメモリ転送コントローラ3に供給させ、クラスタバッファメモリ4上で、該当するFATセクタのデータの書き換えを実行させる。   The system controller 9 supplies the FAT sector data (record data) from the personal computer 100 to the memory transfer controller 3 via the USB interface 6 and rewrites the data of the corresponding FAT sector on the cluster buffer memory 4. Let

システムコントローラ9は、メモリ転送コントローラ3に指示して、必要なFATセクタが書き換えられた状態でクラスタバッファメモリ4に記憶されているレコーディングブロックのデータを、記録データとしてメディアドライブ部2に転送させる。メディアドライブ部2では、そのレコーディングブロックの記録データを変調してディスク90に書き込む。   The system controller 9 instructs the memory transfer controller 3 to transfer the recording block data stored in the cluster buffer memory 4 with the necessary FAT sector being rewritten to the media drive unit 2 as recording data. In the media drive unit 2, the recording data of the recording block is modulated and written to the disk 90.

システムコントローラ9に対して、スイッチ50が接続される。このスイッチ50は、ディスクドライブ装置1の動作モードを次世代MD1システムおよび現行MDシステムの何れかに設定する。すなわち、ディスクドライブ装置1では、現行のMDシステムによるディスク90に対して、現行のMDシステムのフォーマットと、次世代MD1システムのフォーマットの両方で、オーディオデータの記録を行うことができる。このスイッチ50により、ユーザに対してディスクドライブ装置1本体の動作モードを明示的に示すことができる。機械的構造のスイッチが示されているが、電気または磁気を利用したスイッチ、あるいはハイブリッド型のスイッチを使用することもできる。   A switch 50 is connected to the system controller 9. The switch 50 sets the operation mode of the disk drive device 1 to either the next generation MD1 system or the current MD system. In other words, the disk drive apparatus 1 can record audio data on the disk 90 of the current MD system in both the current MD system format and the next-generation MD1 system format. The switch 50 can explicitly indicate the operation mode of the disk drive device 1 main body to the user. Although a mechanical switch is shown, a switch utilizing electricity or magnetism, or a hybrid type switch may be used.

ディスクドライブ装置1に対して、例えばLCD(Liquid Crystal Display)からなるディスプレイ51が設けられる。ディスプレイ51は、テキストデータや簡単なアイコンなどの表示が可能とされ、システムコントローラ9から供給される表示制御信号に基づき、このディスクドライブ装置1の状態に関する情報や、ユーザに対するメッセージなどを表示する。   For the disk drive device 1, a display 51 made of, for example, an LCD (Liquid Crystal Display) is provided. The display 51 can display text data, simple icons, and the like, and displays information related to the state of the disk drive device 1 and a message to the user based on a display control signal supplied from the system controller 9.

オーディオ処理部10は、入力系として、例えばライン入力回路/マイクロホン入力回路等のアナログ音声信号入力部、A/D変換器や、ディジタルオーディオデータ入力部を備える。また、オーディオ処理部10はATRAC圧縮エンコーダ/デコーダや、圧縮データのバッファメモリを備える。更に、オーディオ処理部10は、出力系として、ディジタルオーディオデータ出力部や、D/A変換器およびライン出力回路/ヘッドホン出力回路等のアナログ音声信号出力部を備える。   The audio processing unit 10 includes an analog audio signal input unit such as a line input circuit / microphone input circuit, an A / D converter, and a digital audio data input unit as an input system. The audio processing unit 10 includes an ATRAC compression encoder / decoder and a buffer memory for compressed data. Furthermore, the audio processing unit 10 includes an analog audio signal output unit such as a digital audio data output unit and a D / A converter and a line output circuit / headphone output circuit as an output system.

ディスク90が現行のMDのディスクの場合には、ディスク90に対してオーディオトラックが記録されるときに、オーディオ処理部10にディジタルオーディオデータ(またはアナログ音声信号)が入力される。入力されたリニアPCMディジタルオーディオデータ、あるいはアナログ音声信号で入力されA/D変換器で変換されて得られたリニアPCMオーディオデータは、ATRAC圧縮エンコードされ、バッファメモリに蓄積される。そして所定タイミング(ADIPクラスタ相当のデータ単位)でバッファメモリから読み出されてメディアドライブ部2に転送される。メディアドライブ部2では、転送されてくる圧縮データを、EFMで変調してディスク90にオーディオトラックとして書き込みを行う。   When the disc 90 is a current MD disc, digital audio data (or an analog audio signal) is input to the audio processing unit 10 when an audio track is recorded on the disc 90. The input linear PCM digital audio data or the linear PCM audio data obtained by converting the analog audio signal and converting it by the A / D converter is subjected to ATRAC compression encoding and stored in the buffer memory. Then, the data is read from the buffer memory at a predetermined timing (data unit corresponding to the ADIP cluster) and transferred to the media drive unit 2. In the media drive unit 2, the transferred compressed data is modulated by EFM and written on the disk 90 as an audio track.

ディスク90が現行のMDシステムのディスクの場合には、ディスク90のオーディオトラックが再生されるときには、メディアドライブ部2は再生データをATRAC圧縮データ状態に復調して、メモリ転送コントローラ3を介してオーディオ処理部10に転送する。オーディオ処理部10は、ATRAC圧縮デコードを行ってリニアPCMオーディオデータとし、ディジタルオーディオデータ出力部から出力する。あるいはD/A変換器によりアナログ音声信号としてライン出力/ヘッドホン出力を行う。   When the disc 90 is a disc of the current MD system, when the audio track of the disc 90 is reproduced, the media drive unit 2 demodulates the reproduction data into the ATRAC compressed data state and transmits the audio via the memory transfer controller 3. Transfer to the processing unit 10. The audio processing unit 10 performs ATRAC compression decoding to obtain linear PCM audio data, which is output from the digital audio data output unit. Alternatively, line output / headphone output is performed as an analog audio signal by a D / A converter.

なお、パーソナルコンピュータ100との接続はUSBでなく、IEEE(Institute of Electrical and Electronics Engineers)1394等の他の外部インターフェースが用いられても良い。   The connection with the personal computer 100 is not USB, and other external interfaces such as IEEE (Institute of Electrical and Electronics Engineers) 1394 may be used.

記録再生データ管理は、FATシステムを使って行われ、レコーディングブロックとFATセクタとの変換については、本願出願人が先に提案した特願2001−289380号の明細書中に詳細に記載してある。   Recording / reproduction data management is performed using a FAT system, and conversion between recording blocks and FAT sectors is described in detail in the specification of Japanese Patent Application No. 2001-289380 previously proposed by the present applicant. .

続いて、データトラックおよびオーディオトラックの両方について記録再生を行う機能を有するものとしてのメディアドライブ部2の構成を図18を参照して説明する。   Next, the configuration of the media drive unit 2 having the function of recording and reproducing both the data track and the audio track will be described with reference to FIG.

図18は、メディアドライブ部2の構成を示すものである。メディアドライブ部2は、現行のMDシステムのディスクと、次世代MD1のディスクと、次世代MD2のディスクとが装填されるターンテーブルを有しており、メディアドライブ部2では、ターンテーブルに装填されたディスク90をスピンドルモータ29によってCLV方式で回転駆動させる。このディスク90に対しては記録/再生時に光学ヘッド19によってレーザ光が照射される。   FIG. 18 shows the configuration of the media drive unit 2. The media drive unit 2 has a turntable on which a current MD system disc, a next generation MD1 disc, and a next generation MD2 disc are loaded. In the media drive unit 2, the turntable is loaded on the turntable. The disk 90 is rotated by the spindle motor 29 in the CLV method. The disc 90 is irradiated with laser light from the optical head 19 during recording / reproduction.

光学ヘッド19は、記録時には記録トラックをキュリー温度まで加熱するための高レベルのレーザ出力を行い、また再生時には磁気カー効果により反射光からデータを検出するための比較的低レベルのレーザ出力を行う。このため、光学ヘッド19には、ここでは詳しい図示は省略するがレーザ出力手段としてのレーザダイオード、偏光ビームスプリッタや対物レンズ等からなる光学系、および反射光を検出するためのディテクタが搭載されている。光学ヘッド19に備えられる対物レンズとしては、例えば2軸機構によってディスク半径方向およびディスクに接離する方向に変位可能に保持されている。   The optical head 19 performs a high level laser output for heating the recording track to the Curie temperature during recording, and a relatively low level laser output for detecting data from reflected light by the magnetic Kerr effect during reproduction. . For this reason, the optical head 19 is mounted with a laser diode as a laser output means, an optical system composed of a polarizing beam splitter, an objective lens, etc., and a detector for detecting reflected light, although detailed illustration is omitted here. Yes. The objective lens provided in the optical head 19 is held so as to be displaceable in a radial direction of the disk and a direction in which it is in contact with or separated from the disk, for example, by a biaxial mechanism.

また、ディスク90を挟んで光学ヘッド19と対向する位置には磁気ヘッド18が配置されている。磁気ヘッド18は記録データによって変調された磁界をディスク90に印加する動作を行う。また、図示しないが光学ヘッド19全体および磁気ヘッド18をディスク半径方向に移動させためスレッドモータおよびスレッド機構が備えられている。   A magnetic head 18 is disposed at a position facing the optical head 19 with the disk 90 interposed therebetween. The magnetic head 18 performs an operation of applying a magnetic field modulated by the recording data to the disk 90. Although not shown, a sled motor and a sled mechanism are provided to move the entire optical head 19 and the magnetic head 18 in the disk radial direction.

光学ヘッド19および磁気ヘッド18は、次世代MD2のディスクの場合には、パルス駆動磁界変調を行うことで、微少なマークを形成することができる。現行MDのディスクや、次世代MD1のディスクの場合には、DC発光の磁界変調方式とされる。   In the case of the next-generation MD2 disk, the optical head 19 and the magnetic head 18 can form minute marks by performing pulse drive magnetic field modulation. In the case of a current MD disc or a next-generation MD1 disc, a DC light-emission magnetic field modulation method is used.

このメディアドライブ部2では、光学ヘッド19、磁気ヘッド18による記録再生ヘッド系、スピンドルモータ29によるディスク回転駆動系のほかに、記録処理系、再生処理系、サーボ系等が設けられる。   In the media drive unit 2, a recording processing system, a playback processing system, a servo system, and the like are provided in addition to the recording / reproducing head system using the optical head 19 and the magnetic head 18 and the disk rotation driving system using the spindle motor 29.

なお、ディスク90としては、現行のMD仕様のディスクと、次世代MD1の仕様のディスクと、次世代MD2の仕様のディスクとが装着される可能性がある。これらのディスクにより、線速度が異なっている。スピンドルモータ29は、これら線速度の異なる複数種類のディスクに対応する回転速度で回転させることが可能である。ターンテーブルに装填されたディスク90は、現行のMD仕様のディスクの線速度と、次世代MD1の仕様のディスクの線速度と、次世代MD2の仕様のディスクの線速度とに対応して回転される。   As the disk 90, there is a possibility that a current MD specification disk, a next generation MD1 specification disk, and a next generation MD2 specification disk may be mounted. These disks have different linear velocities. The spindle motor 29 can be rotated at a rotational speed corresponding to a plurality of types of disks having different linear velocities. The disc 90 loaded on the turntable is rotated according to the linear velocity of the current MD specification disc, the linear velocity of the next generation MD1 specification disc, and the linear velocity of the next generation MD2 specification disc. The

記録処理系では、現行のMDシステムのディスクの場合に、オーディオトラックの記録時に、ACIRCでエラー訂正符号化を行い、EFMで変調してデータを記録する部位と、次世代MD1または次世代MD2の場合に、BISとLDCを組み合わせた方式でエラー訂正符号化を行い、1−7pp変調で変調して記録する部位が設けられる。   In the recording processing system, in the case of a disc of the current MD system, at the time of recording an audio track, error correction coding is performed by ACIRC, data is recorded by being modulated by EFM, and the next generation MD1 or next generation MD2 is recorded. In some cases, a part for performing error correction coding by a combination of BIS and LDC and modulating and recording with 1-7pp modulation is provided.

再生処理系では、現行のMDシステムのディスクの再生時に、EFMの復調とACIRCによるエラー訂正処理と、次世代MD1または次世代MD2システムのディスクの再生時に、パーシャルレスポンスおよびビタビ復号を用いたデータ検出に基づく1−7復調と、BISとLDCによるエラー訂正処理とを行う部位が設けられる。   The playback processing system uses EFM demodulation and ACIRC error correction processing during playback of current MD system discs, and data detection using partial response and Viterbi decoding during playback of next-generation MD1 or next-generation MD2 system discs. A portion for performing 1-7 demodulation based on the above and error correction processing by BIS and LDC is provided.

また、現行のMDシステムや次世代MD1のADIP信号よるアドレスをデコードする部位と、次世代MD2のADIP信号をデコードする部位とが設けられる。   Further, there are provided a part for decoding an address based on an ADIP signal of the current MD system or the next generation MD1, and a part for decoding an ADIP signal of the next generation MD2.

光学ヘッド19のディスク90に対するレーザ照射によりその反射光として検出された情報(フォトディテクタによりレーザ反射光を検出して得られる光電流)は、RFアンプ21に供給される。   Information (photocurrent obtained by detecting the laser reflected light by the photodetector) detected as reflected light by the laser irradiation of the optical head 19 on the disk 90 is supplied to the RF amplifier 21.

RFアンプ21では入力された検出情報に対して電流−電圧変換、増幅、マトリクス演算等を行い、再生情報としての再生RF信号、トラッキングエラー信号TE、フォーカスエラー信号FE、グルーブ情報(ディスク90にトラックのウォブリングにより記録されているADIP情報)等を抽出する。   The RF amplifier 21 performs current-voltage conversion, amplification, matrix calculation, and the like on the input detection information, and performs reproduction RF signal, tracking error signal TE, focus error signal FE, groove information (track on the disk 90) as reproduction information. ADIP information recorded by wobbling) is extracted.

現行のMDシステムのディスクを再生するときには、RFアンプで得られた再生RF信号は、EFM復調部24およびACIRCデコーダ25で処理される。すなわち再生RF信号は、EFM復調部24で2値化されてEFM信号列とされた後、EFM復調され、更にACIRCデコーダ25で誤り訂正およびデインターリーブ処理される。すなわちこの時点でATRAC圧縮データの状態となる。   When reproducing the disc of the current MD system, the reproduced RF signal obtained by the RF amplifier is processed by the EFM demodulator 24 and the ACIRC decoder 25. That is, the reproduced RF signal is binarized by the EFM demodulator 24 to be converted into an EFM signal sequence, EFM demodulated, and further subjected to error correction and deinterleave processing by the ACIRC decoder 25. That is, at this time, the state becomes ATRAC compressed data.

そして現行のMDシステムのディスクの再生時には、セレクタ26はB接点側が選択されており、その復調されたATRAC圧縮データがディスク90からの再生データとして出力される。   At the time of reproducing the disk of the current MD system, the selector 26 is selected on the B contact side, and the demodulated ATRAC compressed data is output as reproduced data from the disk 90.

一方、次世代MD1または次世代MD2のディスクを再生するときには、RFアンプで得られた再生RF信号は、RLL(1−7)PP復調部22およびRS−LDCデコーダ23で処理される。すなわち再生RF信号は、RLL(1−7)PP復調部22において、PR(1,2,1)MLまたはPR(1,−1)MLおよびビタビ復号を用いたデータ検出によりRLL(1−7)符号列としての再生データを得、このRLL(1−7)符号列に対してRLL(1−7)復調処理が行われる。そして更にRS−LDCデコーダ23で誤り訂正およびデインターリーブ処理される。   On the other hand, when reproducing the next-generation MD1 or next-generation MD2 disc, the reproduced RF signal obtained by the RF amplifier is processed by the RLL (1-7) PP demodulator 22 and the RS-LDC decoder 23. That is, the reproduced RF signal is detected by the RLL (1-7) PP demodulator 22 by means of data detection using PR (1, 2, 1) ML or PR (1, -1) ML and Viterbi decoding. ) Reproduced data as a code string is obtained, and RLL (1-7) demodulation processing is performed on this RLL (1-7) code string. Further, the RS-LDC decoder 23 performs error correction and deinterleave processing.

そして次世代MD1または次世代MD2のディスクの再生時には、セレクタ26はA接点側が選択されており、その復調されたデータがディスク90からの再生データとして出力される。   When reproducing the next-generation MD1 or next-generation MD2 disc, the selector 26 is selected on the A contact side, and the demodulated data is output as reproduction data from the disc 90.

RFアンプ21から出力されるトラッキングエラー信号TE、フォーカスエラー信号FEはサーボ回路27に供給され、グルーブ情報はADIP復調部30に供給される。   The tracking error signal TE and the focus error signal FE output from the RF amplifier 21 are supplied to the servo circuit 27, and the groove information is supplied to the ADIP demodulator 30.

ADIP復調部30は、グルーブ情報に対してバンドパスフィルタにより帯域制限してウォブル成分を抽出した後、FM復調、バイフェーズ復調を行ってADIP信号を復調する。復調されたADIP信号は、アドレスデコーダ32およびアドレスデコーダ33に供給される。   The ADIP demodulator 30 performs band limitation on the groove information by a bandpass filter to extract a wobble component, and then performs FM demodulation and biphase demodulation to demodulate the ADIP signal. The demodulated ADIP signal is supplied to the address decoder 32 and the address decoder 33.

現行のMDシステムのディスクまたは次世代MD1のシステムのディスクでは、図10に示したように、ADIPセクタナンバが8ビットになっている。これに対して、次世代MD2のシステムのディスクでは、図12に示したように、ADIPセクタナンバが4ビットになっている。アドレスデコーダ32は、現行のMDまたは次世代MD1のADIPアドレスをデコードする。アドレスデコーダ33は、次世代MD2のアドレスをデコードする。   In the disk of the current MD system or the disk of the next generation MD1, the ADIP sector number is 8 bits as shown in FIG. On the other hand, in the next-generation MD2 system disk, as shown in FIG. 12, the ADIP sector number is 4 bits. The address decoder 32 decodes the ADIP address of the current MD or the next generation MD1. The address decoder 33 decodes the address of the next generation MD2.

アドレスデコーダ32および33でデコードされたADIPアドレスは、ドライブコントローラ31に供給される。ドライブコントローラ31ではADIPアドレスに基づいて、所要の制御処理を実行する。またグルーブ情報はスピンドルサーボ制御のためにサーボ回路27に供給される。   The ADIP address decoded by the address decoders 32 and 33 is supplied to the drive controller 31. The drive controller 31 executes a required control process based on the ADIP address. The groove information is supplied to the servo circuit 27 for spindle servo control.

サーボ回路27は、例えばグルーブ情報に対して再生クロック(デコード時のPLL系クロック)との位相誤差を積分して得られる誤差信号に基づき、CLVまたはCAVサーボ制御のためのスピンドルエラー信号を生成する。   The servo circuit 27 generates a spindle error signal for CLV or CAV servo control, for example, based on an error signal obtained by integrating a phase error with a reproduction clock (PLL clock at the time of decoding) with respect to groove information. .

またサーボ回路27は、スピンドルエラー信号や、RFアンプ21から供給されたトラッキングエラー信号、フォーカスエラー信号、あるいはドライブコントローラ31からのトラックジャンプ指令、アクセス指令等に基づいて各種サーボ制御信号(トラッキング制御信号、フォーカス制御信号、スレッド制御信号、スピンドル制御信号等)を生成し、モータドライバ28に対して出力する。すなわち上記サーボエラー信号や指令に対して位相補償処理、ゲイン処理、目標値設定処理等の必要処理を行って各種サーボ制御信号を生成する。   Further, the servo circuit 27 performs various servo control signals (tracking control signals) based on a spindle error signal, a tracking error signal supplied from the RF amplifier 21, a focus error signal, a track jump command, an access command, etc. from the drive controller 31. , A focus control signal, a thread control signal, a spindle control signal, etc.) are generated and output to the motor driver 28. That is, various servo control signals are generated by performing necessary processing such as phase compensation processing, gain processing, and target value setting processing on the servo error signal and command.

モータドライバ28では、サーボ回路27から供給されたサーボ制御信号に基づいて所要のサーボドライブ信号を生成する。ここでのサーボドライブ信号としては、二軸機構を駆動する二軸ドライブ信号(フォーカス方向、トラッキング方向の2種)、スレッド機構を駆動するスレッドモータ駆動信号、スピンドルモータ29を駆動するスピンドルモータ駆動信号となる。このようなサーボドライブ信号により、ディスク90に対するフォーカス制御、トラッキング制御、およびスピンドルモータ29に対するCLVまたはCAV制御が行われることになる。   The motor driver 28 generates a required servo drive signal based on the servo control signal supplied from the servo circuit 27. The servo drive signal here includes a biaxial drive signal for driving the biaxial mechanism (two types of focus direction and tracking direction), a sled motor drive signal for driving the sled mechanism, and a spindle motor drive signal for driving the spindle motor 29. It becomes. By such servo drive signals, focus control and tracking control for the disk 90 and CLV or CAV control for the spindle motor 29 are performed.

現行のMDシステムのディスクでオーディオデータを記録するときには、セレクタ16がB接点に接続され、したがってACIRCエンコーダ14およびEFM変調部15が機能することになる。この場合、オーディオ処理部10からの圧縮データはACIRCエンコーダ14でインターリーブおよびエラー訂正コード付加が行われた後、EFM変調部15でEFM変調が行われる。   When recording audio data on the disc of the current MD system, the selector 16 is connected to the B contact, so that the ACIRC encoder 14 and the EFM modulator 15 function. In this case, the compressed data from the audio processing unit 10 is subjected to interleaving and error correction code addition by the ACIRC encoder 14 and then EFM modulation by the EFM modulation unit 15.

そしてEFM変調データがセレクタ16を介して磁気ヘッドドライバ17に供給され、磁気ヘッド18がディスク90に対してEFM変調データに基づいた磁界印加を行うことでオーディオトラックの記録が行われる。   The EFM modulation data is supplied to the magnetic head driver 17 via the selector 16, and the magnetic head 18 applies a magnetic field to the disk 90 based on the EFM modulation data, thereby recording an audio track.

次世代MD1または次世代MD2のディスクにデータを記録するときには、セレクタ16がA接点に接続され、したがってRS−LDCエンコーダ12およびRLL(1−7)PP変調部13が機能することになる。この場合、メモリ転送コントローラ3からの高密度データはRS−LDCエンコーダ12でインターリーブおよびRS−LDC方式のエラー訂正コード付加が行われた後、RLL(1−7)PP変調部13でRLL(1−7)変調が行われる。   When data is recorded on the next-generation MD1 or next-generation MD2 disc, the selector 16 is connected to the A contact, so that the RS-LDC encoder 12 and the RLL (1-7) PP modulation unit 13 function. In this case, the high-density data from the memory transfer controller 3 is subjected to interleaving and RS-LDC error correction code addition by the RS-LDC encoder 12, and then RLL (1-7) PP modulation unit 13 performs RLL (1 -7) Modulation is performed.

そしてRLL(1−7)符号列としての記録データがセレクタ16を介して磁気ヘッドドライバ17に供給され、磁気ヘッド18がディスク90に対して変調データに基づいた磁界印加を行うことでデータトラックの記録が行われる。   Then, recording data as an RLL (1-7) code string is supplied to the magnetic head driver 17 via the selector 16, and the magnetic head 18 applies a magnetic field to the disk 90 based on the modulation data, so that the data track is recorded. Recording is performed.

レーザドライバ/APC20は、上記のような再生時および記録時においてレーザダイオードにレーザ発光動作を実行させるが、いわゆるAPC(Automatic Lazer Power Control)動作も行う。   The laser driver / APC 20 causes the laser diode to perform a laser emission operation during reproduction and recording as described above, but also performs a so-called APC (Automatic Laser Power Control) operation.

すなわち、図示していないが、光学ヘッド19内にはレーザパワーモニタ用のディテクタが設けられ、そのモニタ信号がレーザドライバ/APC20にフィードバックされる。レーザドライバ/APC20は、モニタ信号として得られる現在のレーザパワーを、設定されているレーザパワーと比較して、その誤差分をレーザ駆動信号に反映させることで、レーザダイオードから出力されるレーザパワーが、設定値で安定するように制御している。   That is, although not shown, a detector for laser power monitoring is provided in the optical head 19 and the monitor signal is fed back to the laser driver / APC 20. The laser driver / APC 20 compares the current laser power obtained as the monitor signal with the set laser power and reflects the error in the laser drive signal, so that the laser power output from the laser diode is , It is controlled to stabilize at the set value.

なお、レーザパワーとしては、再生レーザパワー、記録レーザパワーとしての値がドライブコントローラ31によって、レーザドライバ/APC20内部のレジスタにセットされる。   As the laser power, values as reproduction laser power and recording laser power are set in a register in the laser driver / APC 20 by the drive controller 31.

ドライブコントローラ31は、システムコントローラ9からの指示に基づいて、以上の各動作(アクセス、各種サーボ、データ書込、データ読出の各動作)が実行されるように制御を行う。   Based on an instruction from the system controller 9, the drive controller 31 performs control so that the above operations (access, various servos, data writing, and data reading operations) are executed.

なお、図18において一点鎖線で囲ったA部、B部は、例えば1チップの回路部として構成できる。   In FIG. 18, the A part and the B part surrounded by the alternate long and short dash line can be configured as a one-chip circuit part, for example.

5.次世代MD1および次世代MD2によるディスクの初期化処理について
次世代MD1および次世代MD2によるディスクには、上述したように、FAT外にUID(ユニークID)が記録され、この記録されたUIDを用いてセキュリティ管理がなされる。次世代MD1および次世代MD2に対応したディスクは、原則的には、ディスク上の所定位置にUIDが予め記録されて出荷される。次世代MD1に対応したディスクでは、UIDが例えばリードイン領域に予め記録される。この場合、UIDが予め記録される位置は、リードイン領域に限られず、例えば、ディスクの初期化後にUIDが書き込まれる位置が固定的であれば、その位置に予め記録しておくこともできる。次世代MD2および次世代MD1.5に対応したディスクでは、上述したBCAにUIDが予め記録される。
5. About the initialization process of the disk by the next generation MD1 and the next generation MD2 As described above, the UID (unique ID) is recorded outside the FAT on the disk by the next generation MD1 and the next generation MD2, and the recorded UID is used. Security management. In principle, discs compatible with the next generation MD1 and the next generation MD2 are shipped with a UID recorded in advance on a predetermined position on the disc. In the disc corresponding to the next generation MD1, the UID is recorded in advance in the lead-in area, for example. In this case, the position where the UID is recorded in advance is not limited to the lead-in area. For example, if the position where the UID is written after initialization of the disk is fixed, it can be recorded in advance at that position. In the disc corresponding to the next generation MD2 and the next generation MD1.5, the UID is recorded in advance in the BCA described above.

一方、次世代MD1によるディスクは、現行のMDシステムによるディスクを用いることが可能とされている。そのため、UIDが記録されずに既に出回っている、多数の現行のMDシステムによるディスクが次世代MD1のディスクとして使用されることになる。   On the other hand, a disk based on the current MD system can be used as the disk based on the next generation MD1. For this reason, a number of discs based on the current MD system that have already been circulated without being recorded are used as discs for the next generation MD1.

そこで、このような、UIDが記録されずに出回ってしまった現行のMDシステムによるディスクに対しては、規格にて守られたエリアを設け、当該ディスクの初期化時にそのエリアにディスクドライブ装置1において乱数信号を記録し、これを当該ディスクのUIDとして用いる。また、ユーザがこのUIDが記録されたエリアにアクセスすることは、規格により禁止する。なお、UIDは、乱数信号に限定されない。例えば、メーカーコード、機器コード、機器シリアル番号および乱数を組み合わせて、UIDとして用いることができる。さらに、メーカーコード、機器コードおよび機器シリアル番号の何れかまたは複数と、乱数とを組み合わせて、UIDとして用いることもできる。   Therefore, an area that is protected by the standard is provided for a disk according to the current MD system that has been circulated without recording a UID, and the disk drive device 1 is provided in the area when the disk is initialized. The random number signal is recorded at, and this is used as the UID of the disc. Also, it is prohibited by the standard that the user accesses the area where this UID is recorded. The UID is not limited to a random number signal. For example, a manufacturer code, a device code, a device serial number, and a random number can be combined and used as a UID. Furthermore, any one or more of a manufacturer code, a device code, and a device serial number and a random number can be combined and used as a UID.

図19は、次世代MD1によるディスクの一例の初期化処理を示すフローチャートである。最初のステップS100で、ディスク上の所定位置がアクセスされ、UIDが記録されているかどうかが確認される。UIDが記録されていると判断されれば、そのUIDが読み出され、例えば補助メモリ5に一時的に記憶される。   FIG. 19 is a flowchart showing an example of initialization processing of a disk by the next generation MD1. In a first step S100, a predetermined position on the disc is accessed and it is confirmed whether a UID is recorded. If it is determined that the UID is recorded, the UID is read out and temporarily stored in the auxiliary memory 5, for example.

ステップS100でアクセスされる位置は、例えばリードイン領域のような、次世代MD1システムによるフォーマットのFAT領域外である。当該ディスク90が、例えば過去に初期化されたことがあるディスクのように、既にDDTが設けられていれば、その領域をアクセスするようにしてもよい。なお、このステップS100の処理は、省略することが可能である。   The position accessed in step S100 is outside the FAT area of the format by the next generation MD1 system, such as the lead-in area. If the disk 90 is already provided with a DDT, such as a disk that has been initialized in the past, the area may be accessed. Note that the process of step S100 can be omitted.

次に、ステップS101で、U−TOCがEFM変調により記録される。このとき、U−TOCに対して、アラートトラックと、上述の図2におけるDDT以降のトラック、すなわち1−7pp変調でデータが変調されて記録される領域とを確保する情報が書き込まれる。次のステップS102で、ステップS101でU−TOCにより確保された領域に対して、アラートトラックがEFM変調により記録される。そして、ステップS103で、DDTが1−7pp変調により記録される。   Next, in step S101, the U-TOC is recorded by EFM modulation. At this time, information for ensuring an alert track and a track after the DDT in FIG. 2, that is, an area where data is modulated and recorded by 1-7pp modulation is written to the U-TOC. In the next step S102, an alert track is recorded by EFM modulation in the area secured by the U-TOC in step S101. In step S103, DDT is recorded by 1-7pp modulation.

ステップS104では、UIDがFAT外の領域、例えばDDT内に記録される。上述のステップS100で、UIDがディスク上の所定位置から読み出され補助メモリ5に記憶されている場合、そのUIDが記録される。また、上述のステップS100で、ディスク上の所定位置にUIDが記録されていないと判断されていた場合、または、上述のステップS100が省略された場合には、乱数信号に基づきUIDが生成され、この生成されたUIDが記録される。UIDの生成は、例えばシステムコントローラ9によりなされ、生成されたUIDがメモリ転送コントローラ3を介してメディアドライブ2に供給され、ディスク90に記録される。   In step S104, the UID is recorded in an area outside the FAT, for example, the DDT. If the UID is read from a predetermined position on the disk and stored in the auxiliary memory 5 in step S100 described above, the UID is recorded. If it is determined in step S100 that no UID is recorded at a predetermined position on the disc, or if step S100 is omitted, a UID is generated based on the random number signal. This generated UID is recorded. The UID is generated by, for example, the system controller 9, and the generated UID is supplied to the media drive 2 via the memory transfer controller 3 and recorded on the disk 90.

次に、ステップS105で、FATなどのデータが、1−7pp変調でデータが変調されて記録される領域に対して記録される。すなわち、UIDの記録される領域は、FAT外の領域になる。また、上述したように、次世代MD1においては、FATで管理されるべきレコーダブル領域の初期化は、必ずしも必要ではない。   Next, in step S105, data such as FAT is recorded in an area where data is modulated by 1-7pp modulation and recorded. That is, the area where the UID is recorded is an area outside the FAT. Further, as described above, in the next generation MD1, initialization of the recordable area to be managed by the FAT is not necessarily required.

図20は、次世代MD2および次世代MD1.5によるディスクの一例の初期化処理を示すフローチャートである。最初のステップS110でディスク上のBCAに相当する領域がアクセスされ、UIDが記録されているかどうかが確認される。UIDが記録されていると判断されれば、そのUIDが読み出され、例えば補助メモリ5に一時的に記憶される。なお、UIDの記録位置は、フォーマット上で固定的に決められているので、ディスク上の他の管理情報を参照することなく、直接的にアクセス可能とされる。これは、上述の図19を用いて説明した処理にも適用することができる。   FIG. 20 is a flowchart showing an example of initialization processing of a disc by the next generation MD2 and the next generation MD1.5. In the first step S110, an area corresponding to the BCA on the disc is accessed to check whether a UID is recorded. If it is determined that the UID is recorded, the UID is read out and temporarily stored in the auxiliary memory 5, for example. Since the recording position of the UID is fixedly determined on the format, it can be directly accessed without referring to other management information on the disc. This can also be applied to the processing described with reference to FIG.

次のステップS111で、DDTが1−7pp変調で記録される。次に、ステップS112で、UIDがFAT外の領域、例えばDDTに記録される。このとき記録されるUIDは、上述のステップS110でディスク上の所定位置から読み出され補助メモリ5に記憶されたUIDが用いられる。ここで、上述のステップS110で、ディスク上の所定位置にUIDが記録されていないと判断されていた場合には、乱数信号に基づきUIDが生成され、この生成されたUIDが記録される。UIDの生成は、例えばシステムコントローラ9によりなされ、生成されたUIDがメモリ転送コントローラ3を介してメディアドライブ2に供給され、ディスク90に記録される。   In the next step S111, the DDT is recorded by 1-7pp modulation. Next, in step S112, the UID is recorded in an area outside the FAT, for example, DDT. As the UID recorded at this time, the UID read from the predetermined position on the disk and stored in the auxiliary memory 5 in step S110 is used. If it is determined in step S110 described above that no UID is recorded at a predetermined position on the disc, a UID is generated based on the random number signal, and the generated UID is recorded. The UID is generated by, for example, the system controller 9, and the generated UID is supplied to the media drive 2 via the memory transfer controller 3 and recorded on the disk 90.

そして、ステップS113で、FATなどが記録される。すなわち、UIDの記録される領域は、FAT外の領域になる。また、上述したように、次世代MD2においては、FATで管理されるべきレコーダブル領域の初期化は、行われない。   In step S113, FAT or the like is recorded. That is, the area where the UID is recorded is an area outside the FAT. Further, as described above, in the next generation MD2, initialization of the recordable area to be managed by the FAT is not performed.

6.音楽データの第1の管理方式について
前述したように、この発明が適用された次世代MD1および次世代MD2のシステムでは、FATシステムでデータが管理される。また、記録されるオーディオデータは、所望の圧縮方式で圧縮され、著作者の権利の保護のために、暗号化される。オーディオデータの圧縮方式としては、例えば、ATRAC3、ATRAC5等を用いることが考えられている。勿論、MP3(MPEG1 Audio Layer-3 )やAAC(MPEG2 Advanced Audio Coding )等、それ以外の圧縮方式を用いることも可能である。また、オーディオデータばかりでなく、静止画データや動画データを扱うことも可能である。勿論、FATシステムを使っているので、汎用のデータの記録再生を行うこともできる。更に、コンピュータが読み取り可能でかつ実行可能な命令をディスク上に符号化することもでき、従って、次世代MD1または次世代MD2は、実行可能ファイルを含むこともできることになる。
6). Regarding the first management system for music data As described above, in the next-generation MD1 and next-generation MD2 systems to which the present invention is applied, the data is managed by the FAT system. The audio data to be recorded is compressed by a desired compression method and encrypted to protect the rights of the author. As a method for compressing audio data, for example, it is considered to use ATRAC3, ATRAC5, or the like. Of course, other compression methods such as MP3 (MPEG1 Audio Layer-3) and AAC (MPEG2 Advanced Audio Coding) can be used. Further, not only audio data but also still image data and moving image data can be handled. Of course, since the FAT system is used, general-purpose data can be recorded and reproduced. In addition, computer readable and executable instructions can be encoded on the disk, so that the next generation MD1 or next generation MD2 can also contain executable files.

このような次世代MD1および次世代MD2の仕様のディスクにオーディオデータを記録再生するときの管理方式について説明する。   A management method for recording / reproducing audio data on / from a disc having the specifications of the next generation MD1 and the next generation MD2 will be described.

次世代MD1のシステムや次世代MD2のシステムでは、長時間で高音質の音楽データが再生できるようにしたことから、1枚のディスクで管理される楽曲の数も、膨大になっている。また、FATシステムを使って管理することで、コンピュータとの親和性が図られている。このことは、本願発明者の認識によれば、使い勝手の向上が図れるというメリットがある反面、音楽データが違法にコピーされてしまい、著作権者の保護が図られなくなる可能性がある。この発明が適用された管理システムでは、このような点に配慮が配られている。   In the next-generation MD1 system and the next-generation MD2 system, music data with high sound quality can be played back for a long time, so the number of music pieces managed on one disc is enormous. Moreover, the compatibility with a computer is achieved by managing using a FAT system. According to the recognition of the inventor of the present application, there is a merit that the usability can be improved, but the music data is illegally copied and there is a possibility that the copyright holder cannot be protected. In the management system to which the present invention is applied, consideration is given to such points.

図21は、オーディオデータの管理方式の第1の例である。図21に示すように、第1の例における管理方式では、ディスク上には、トラックインデックスファイルと、オーディオデータファイルとが生成される。トラックインデックスファイルおよびオーディオデータファイルは、FATシステムで管理されるファイルである。   FIG. 21 is a first example of an audio data management method. As shown in FIG. 21, in the management method in the first example, a track index file and an audio data file are generated on the disc. The track index file and the audio data file are files managed by the FAT system.

オーディオデータファイルは、図22に示すように、複数の音楽データが1つのファイルとして納められたものであり、FATシステムでオーディオデータファイルを見ると、巨大なファイルに見える。オーディオデータファイルは、その内部がパーツとして区切られ、オーディオデータは、パーツの集合として扱われる。   As shown in FIG. 22, the audio data file is a file in which a plurality of music data is stored as one file. When the audio data file is viewed with the FAT system, it looks like a huge file. The audio data file is partitioned as parts, and the audio data is handled as a set of parts.

トラックインデックスファイルは、オーディオデータファイルに納められた音楽データを管理するための各種の情報が記述されたファイルである。トラックインデックスファイルは、図23に示すように、プレイオーダテーブルと、プログラムドプレイオーダテーブルと、グループインフォメーションテーブルと、トラックインフォメーションテーブルと、パーツインフォメーションテーブルと、ネームテーブルとからなる。   The track index file is a file in which various information for managing music data stored in the audio data file is described. As shown in FIG. 23, the track index file includes a play order table, a programmed play order table, a group information table, a track information table, a parts information table, and a name table.

プレイオーダテーブルは、デフォルトで定義された再生順序を示すテーブルである。プレイオーダテーブルは、図24に示すように、各トラックナンバ(曲番)についてのトラックインフォメーションテーブルのトラックデスクリプタ(図27)へのリンク先を示す情報TINF1、TINF2、…が格納されている。トラックナンバは、例えば「1」から始まる連続したナンバである。   The play order table is a table indicating the playback order defined by default. As shown in FIG. 24, the play order table stores information TINF1, TINF2,... Indicating the link destination to the track descriptor (FIG. 27) of the track information table for each track number (song number). The track number is a continuous number starting from “1”, for example.

プログラムドプレイオーダテーブルは、再生手順を各ユーザが定義したテーブルである。プログラムドプレイオーダテーブルには、図25に示すように、各トラックナンバについてのトラックデスクリプタへのリンク先の情報トラック情報PINF1、PINF2、…が記述されている。   The programmed play order table is a table in which each user defines a playback procedure. In the programmed play order table, as shown in FIG. 25, information track information PINF1, PINF2,... Linked to the track descriptor for each track number is described.

グループインフォメーションテーブルには、図26に示すように、グループに関する情報が記述されている。グループは、連続したトラックナンバを持つ1つ以上のトラックの集合、または連続したプログラムドトラックナンバを持つ1つ以上のトラックの集合である。グループインフォメーションテーブルは、図26Aに示すように、各グループのグループデスクリプタで記述されている。グループデスクリプタには、図26Bに示すように、そのグループが開始されるトラックナンバと、終了トラックのナンバと、グループネームと、フラグが記述される。   In the group information table, information about groups is described as shown in FIG. A group is a set of one or more tracks having a continuous track number, or a set of one or more tracks having a continuous programmed track number. As shown in FIG. 26A, the group information table is described by the group descriptor of each group. In the group descriptor, as shown in FIG. 26B, the track number at which the group starts, the number of the end track, the group name, and the flag are described.

トラックインフォメーションテーブルは、図27に示すように、各曲に関する情報が記述される。トラックインフォメーションテーブルは、図27Aに示すように、各トラック毎(各曲毎)のトラックデスクリプタからなる。各トラックデスクリプタには、図27Bに示すように、符号化方式、著作権管理情報、コンテンツの復号鍵情報、その楽曲が開始するエントリとなるパーツナンバへのポインタ情報、アーチストネーム、タイトルネーム、元曲順情報、録音時間情報等が記述されている。アーチストネーム、タイトルネームは、ネームそのものではなく、ネームテーブルへのポインタ情報が記述されている。符号化方式は、コーデックの方式を示すもので、復号情報となる。   As shown in FIG. 27, the track information table describes information about each song. As shown in FIG. 27A, the track information table includes track descriptors for each track (each music piece). As shown in FIG. 27B, each track descriptor includes an encoding method, copyright management information, content decryption key information, pointer information to a part number as an entry at which the music starts, artist name, title name, original Song order information, recording time information, etc. are described. The artist name and title name describe pointer information to the name table, not the name itself. The encoding method indicates a codec method and becomes decoding information.

パーツインフォメーションテーブルは、図28に示すように、パーツナンバから実際の楽曲の位置をアクセスするポインタが記述されている。パーツインフォメーションテーブルは、図28Aに示すように、各パーツ毎のパーツデスクリプタからなる。パーツとは、1トラック(楽曲)の全部、または1トラックを分割した各パーツである。図28Bは、パーツインフォメーションテーブル内のパーツデスクリプタのエントリを示している。各パーツデスクリプタは、図28Bに示すように、オーディオデータファイル上のそのパーツの先頭のアドレスと、そのパーツの終了のアドレスと、そのパーツに続くパーツへのリンク先とが記述される。   As shown in FIG. 28, the part information table describes a pointer for accessing the actual music position from the part number. As shown in FIG. 28A, the part information table is composed of part descriptors for each part. Parts are all parts of one track (music) or each part obtained by dividing one track. FIG. 28B shows an entry of a part descriptor in the part information table. As shown in FIG. 28B, each part descriptor describes the head address of the part in the audio data file, the end address of the part, and the link destination to the part that follows the part.

なお、パーツナンバのポインタ情報、ネームテーブルのポインタ情報、オーディオファイルの位置を示すポインタ情報として用いるアドレスとしては、ファイルのバイトオフセット、パーツデスクリプタナンバ、FATのクラスタナンバ、記録媒体として用いられるディスクの物理アドレス等を用いることができる。ファイルのバイトオフセットは、この発明において実施されうるオフセット方法のうちの特定の実施態様である。ここで、パーツポインタ情報は、オーディオファイルの開始からのオフセット値であり、その値は所定の単位(例えば、バイト、ビット、nビットのブロック)で表される。   The addresses used as part number pointer information, name table pointer information, and pointer information indicating the position of the audio file include the byte offset of the file, the part descriptor number, the FAT cluster number, and the physical of the disk used as the recording medium. An address or the like can be used. File byte offset is a specific embodiment of the offset method that can be implemented in the present invention. Here, the part pointer information is an offset value from the start of the audio file, and the value is expressed in a predetermined unit (for example, a block of bytes, bits, and n bits).

ネームテーブルは、ネームの実体となる文字を表すためのテーブルである。ネームテーブルは、図29Aに示すように、複数のネームスロットからなる。各ネームスロットは、ネームを示す各ポインタからリンクされて呼び出される。ネームを呼び出すポインタは、トラックインフォメーションテーブルのアーチストネームやタイトルネーム、グループインフォメーションテーブルのグループネーム等がある。また、各ネームスロットは、複数から呼び出されることが可能である。各ネームスロットは、図29Bに示すように、文字情報であるネームデータと、この文字情報の属性であるネームタイプと、リンク先とからなる。1つのネームスロットで収まらないような長いネームは、複数のネームスロットに分割して記述することが可能である。そして、1つのネームスロットで収まらない場合には、それに続くネームが記述されたネームスロットへのリンク先が記述される。   The name table is a table for representing characters that are names of names. As shown in FIG. 29A, the name table includes a plurality of name slots. Each name slot is called by being linked from each pointer indicating a name. The pointer for calling the name includes the artist name and title name of the track information table, the group name of the group information table, and the like. Each name slot can be called from a plurality. As shown in FIG. 29B, each name slot includes name data that is character information, a name type that is an attribute of the character information, and a link destination. A long name that does not fit in one name slot can be described by being divided into a plurality of name slots. If one name slot does not fit, the link destination to the name slot in which the subsequent name is described is described.

この発明が適用されたシステムにおけるオーディオデータの管理方式の第1の例では、図30に示すように、プレイオーダテーブル(図24)により、再生するトラックナンバが指定されると、トラックインフォメーションテーブルのリンク先のトラックデスクリプタ(図27)が読み出され、このトラックデスクリプタから、符号化方式、著作権管理情報、コンテンツの復号鍵情報、その楽曲が開始するパーツナンバへのポインタ情報、アーチストネームおよびタイトルネームのポインタ、元曲順情報、録音時間情報等が読み出される。   In the first example of the audio data management system in the system to which the present invention is applied, as shown in FIG. 30, when the track number to be reproduced is designated by the play order table (FIG. 24), The link destination track descriptor (FIG. 27) is read out, and from this track descriptor, the encoding method, copyright management information, content decryption key information, pointer information to the part number where the music starts, artist name and title A name pointer, original music order information, recording time information, and the like are read out.

トラックインフォメーションテーブルから読み出されたパーツナンバの情報から、パーツインフォメーションテーブル(図28)にリンクされ、このパーツインフォメーションテーブルから、そのトラック(楽曲)の開始位置に対応するパーツの位置のオーディオデータファイルがアクセスされる。オーディオデータファイルのパーツインフォメーションテーブルで指定される位置のパーツのデータがアクセスされたら、その位置から、オーディオデータの再生が開始される。このとき、トラックインフォメーションテーブルのトラックデスクリプタから読み出された符号化方式に基づいて復号化が行われる。オーディオデータが暗号化されている場合には、トラックデスクリプタから読み出された鍵情報が使われる。   The part number information read from the track information table is linked to the part information table (FIG. 28). From this part information table, the audio data file of the part position corresponding to the start position of the track (music) is obtained. Accessed. When the data of the part at the position specified in the part information table of the audio data file is accessed, the reproduction of the audio data is started from that position. At this time, decoding is performed based on the encoding method read from the track descriptor of the track information table. If the audio data is encrypted, the key information read from the track descriptor is used.

そのパーツに続くパーツがある場合には、そのパーツのリンク先がパーツデスクリプタが記述されており、このリンク先にしたがって、パーツデスクリプタが順に読み出される。このパーツデスクリプタのリンク先を辿っていき、オーディオディデータファイル上で、そのパーツデスクリプタで指定される位置にあるパーツのオーディオデータを再生していくことで、所望のトラック(楽曲)のオーディオディオデータが再生できる。   When there is a part that follows the part, a part descriptor is described as the link destination of the part, and the part descriptor is sequentially read according to the link destination. By following the link destination of this part descriptor and playing the audio data of the part at the position specified by the part descriptor on the audio data file, the audio data of the desired track (song) is recorded. Can be played.

また、トラックインフォメーションテーブルから読み出されたアーチストネームやタイトルネームのポインタにより指し示される位置(ネームポインタ情報)にあるネームテーブルのネームスロット(図29)が呼び出され、その位置にあるネームスロットから、ネームデータが読み出される。ネームポインタ情報は、例えば、ネームスロットナンバ、FATシステムにおけるクラスタナンバ、または記録媒体の物理アドレスであってもよい。   Also, the name table name slot (FIG. 29) at the position (name pointer information) pointed to by the artist name or title name pointer read from the track information table is called, and from the name slot at that position, Name data is read. The name pointer information may be, for example, a name slot number, a cluster number in the FAT system, or a physical address of the recording medium.

なお、前述したように、ネームテーブルのネームスロットは、複数参照が可能である。例えば、同一のアーチストの楽曲を複数記録するような場合がある。この場合、図31に示すように、複数のトラックインフォメーションテーブルからアーチストネームとして同一のネームテーブルが参照される。図31の例では、トラックデスクリプタ「1」とトラックデスクリプタ「2」とトラックデスクリプタ「4」は、全て同一のアーチスト「DEF BAND」の楽曲であり、アーチストネームとして同一のネームスロットを参照している。また、トラックデスクリプタ「3」とトラックデスクリプタ「5」とトラックデスクリプタ「6」は、全て同位置のアーチスト「GHQ GIRLS」の楽曲であり、アーチストネームとして同一のネームスロットを参照している。このように、ネームテーブルのネームスロットを、複数のポインタから参照可能にしておくと、ネームテーブルの容量を節約できる。   As described above, a plurality of name slots in the name table can be referred to. For example, there may be a case where a plurality of music pieces of the same artist are recorded. In this case, as shown in FIG. 31, the same name table is referred to as an artist name from a plurality of track information tables. In the example of FIG. 31, the track descriptor “1”, the track descriptor “2”, and the track descriptor “4” are all music pieces of the same artist “DEF BAND” and refer to the same name slot as the artist name. . Also, the track descriptor “3”, the track descriptor “5”, and the track descriptor “6” are all the music of the artist “GHQ GIRLS” at the same position, and refer to the same name slot as the artist name. Thus, if the name slot of the name table can be referred to from a plurality of pointers, the capacity of the name table can be saved.

これとともに、例えば、同一のアーチストネームの情報を表示するのに、こののネームテーブルへのリンクが利用できる。例えば、アーチスト名が「DEF BAND」の楽曲の一覧を表示したいような場合には、「DEF BAND」のネームスロットのアドレスを参照しているトラックデスクリプタが辿られる。この例では、「DEF BAND」のネームスロットのアドレスを参照しているトラックデスクリプタを辿ることにより、トラックデスクリプタ「1」とトラックデスクリプタ「2」とトラックデスクリプタ「4」の情報が得られる。これにより、このディスクに納められている楽曲の中で、アーチスト名が「DEF BAND」の楽曲の一覧が表示できる。なお、ネームテーブルは複数参照が可能とされるため、ネームテーブルからトラックインフォメーションテーブルを逆に辿るリンクは設けられていない。   Along with this, for example, a link to this name table can be used to display information of the same artist name. For example, when it is desired to display a list of songs whose artist name is “DEF BAND”, the track descriptor referring to the address of the name slot of “DEF BAND” is traced. In this example, the track descriptor “1”, the track descriptor “2”, and the track descriptor “4” are obtained by tracing the track descriptor referring to the address of the name slot “DEF BAND”. This makes it possible to display a list of songs whose artist name is “DEF BAND” among the songs stored on the disc. Since a plurality of name tables can be referred to, no link is provided to reversely follow the track information table from the name table.

新たにオーディオデータを記録する場合には、FATテーブルにより、所望の数のレコーディングブロック以上、例えば、4つのレコーディングブロック以上連続した未使用領域が用意される。所望のレコーディングブロック以上連続した領域を確保するのは、なるべく連続した領域にオーディオデータを記録した方がアクセスに無駄がないためである。   In the case of newly recording audio data, a FAT table provides an unused area that is continuous with a desired number of recording blocks or more, for example, four recording blocks or more. The reason why a continuous area of a desired recording block or more is ensured is that there is no waste in access if audio data is recorded in a continuous area as much as possible.

オーディオデータを記録するための領域が用意されたら、新しいトラックデスクリプターがトラックインフォメーションテーブル上に1つ割り当てられ、このオーディオディデータを暗号化するためのコンテンツの鍵が生成される。そして、入力されたオーディオデータが暗号化され、用意された未使用領域に、暗号化されたオーディオデータが記録される。このオーディオデータが記録された領域がFATのファイルシステム上でオーディオデータファイルの最後尾に連結される。   When an area for recording audio data is prepared, one new track descriptor is allocated on the track information table, and a content key for encrypting the audio data is generated. Then, the input audio data is encrypted, and the encrypted audio data is recorded in the prepared unused area. The area where the audio data is recorded is connected to the end of the audio data file on the FAT file system.

新たなオーディオデータがオーディオデータファイルに連結されたのに伴い、この連結された位置の情報が作成され、新たに確保されたパーツデスクリプションに、新たに作成されたオーディオデータの位置情報が記録される。そして、新たに確保されたトラックデスクリプターに、鍵情報やパーツナンバが記述される。更に、必要に応じて、ネームスロットにアーチストネームやタイトルネーム等が記述され、トラックデスクリプターに、そのネームスロットにアーチストネームやタイトルネームにリンクするポインタが記述される。そして、プレイオーダーテーブルに、そのトラックデスクリプターのナンバが登録される。また著作権管理情報の更新がなされる。   As new audio data is linked to the audio data file, the linked position information is created, and the newly created audio data position information is recorded in the newly reserved parts description. The Then, key information and part numbers are described in the newly secured track descriptor. Further, if necessary, an artist name, a title name, and the like are described in the name slot, and a pointer linked to the artist name and the title name is described in the name slot in the track descriptor. Then, the number of the track descriptor is registered in the play order table. Also, copyright management information is updated.

オーディオデータを再生する場合には、プレイオーダーテーブルから、指定されたトラックナンバに対応する情報が求められ、再生すべきトラックのトラックデスクリプタが取得される。   When reproducing audio data, information corresponding to the designated track number is obtained from the play order table, and the track descriptor of the track to be reproduced is obtained.

トラックインフォメーションテーブルのそのトラックデスクリプタから、鍵情報が取得され、また、エントリのデータが格納されている領域を示すパーツデスクリプションが取得される。そのパーツデスクリプションから、所望のオーディオデータが格納されているパーツの先頭のオーディオデータファイル上の位置が取得され、その位置に格納されているデータが取り出される。そして、その位置から再生されるデータに対して、取得された鍵情報を用いて暗号が解読され、オーディオデータの再生がなされる。パーツデスクリプションにリンクがある場合には、指定されてパーツにリンクされて、同様の手順が繰り返される。   Key information is acquired from the track descriptor in the track information table, and a part description indicating an area in which entry data is stored is acquired. From the part description, the position on the first audio data file of the part in which the desired audio data is stored is acquired, and the data stored at the position is extracted. Then, the data reproduced from that position is decrypted using the acquired key information, and the audio data is reproduced. If there is a link in the part description, it is specified and linked to the part, and the same procedure is repeated.

プレイオーダテーブル上で、トラックナンバ「n」であった楽曲を、トラックナンバ「n+m」に変更する場合には、プレイオーダテーブル内のトラック情報TINFnから、そのトラックの情報が記述されているトラックデスクリプターDnが得られる。トラック情報TINFn+1からTINFn+mの値(トラックデスクリプターナンバ)が全て1つ前に移動される。そして、トラック情報TINFn+mに、トラックデスクリプターDnのナンバが格納される。   When a song having a track number “n” on the play order table is changed to a track number “n + m”, the track information in which the track information is described is recorded from the track information TINFn in the play order table. A scripter Dn is obtained. All the values (track descriptor number) of the track information TINFn + 1 to TINFn + m are moved to the previous one. The number of the track descriptor Dn is stored in the track information TINFn + m.

プレイオーダテーブルで、トラックナンバ「n」であった楽曲を削除する場合には、プレイオーダテーブル内のトラック情報TINFnから、そのトラック の情報が記述されているトラックデスクリプタDnが取得される。プレイオーダテーブル内のトラック情報のエントリ、TINFn+1から後の有効なトラックデスクリプタナンバが全て1つ前に移動される。更に、トラック「n」は、消されるべきものなので、トラック「n」の後の全てのトラック情報のエントリが、プレイオーダテーブル内で1つ前に移動される。前記トラックの消去に伴って取得されたトラックデスクリプタDnから、トラックインフォメーションテーブルで、そのトラックに対応する符号化方式、復号鍵が取得れるとともに、先頭の音楽データが格納されている領域を示すパーツデスクリプタPnのナンバが取得される。パーツデスクリプタPnによって指定された範囲のオーディオブロックが、FATのファイルシステム上で、オーディオデータファイルから切り離される。更に、このトラックインフォメーションテーブルのそのトラックのトラックデスクリプタDnが消去される。そして、パーツデスクリプタがパーツインフォメーションテーブルから消去され、ファイルシステムでそのパーツデスクリプションが解放される。   When deleting a music piece having a track number “n” in the play order table, the track descriptor Dn in which the information of the track is described is obtained from the track information TINFn in the play order table. All valid track descriptor numbers after the track information entry TINFn + 1 in the play order table are moved to the previous one. Further, since the track “n” is to be deleted, all the track information entries after the track “n” are moved forward by one in the play order table. A part descriptor indicating an area in which an encoding method and a decryption key corresponding to the track are acquired from the track descriptor Dn acquired when the track is erased, and the head music data is stored. The number of Pn is acquired. The audio block in the range specified by the part descriptor Pn is separated from the audio data file on the FAT file system. Further, the track descriptor Dn of the track in the track information table is deleted. Then, the part descriptor is deleted from the part information table, and the part description is released by the file system.

例えば、図32Aにおいて、パーツA、パーツB、パーツCはそれまで連結しており、その中から、パーツBを削除するものとする。パーツAパーツBは同じオーディオブロックを(かつ同じFATクラスタを)共有しており、FATチェーンが連続しているとする。パーツCは、オーディオデータファイルの中ではパーツBの直後に位置しているが、FATテーブルを調べると、実際には離れた位置にあるとする。   For example, in FIG. 32A, parts A, B, and C are connected so far, and part B is deleted from them. Suppose that part A and part B share the same audio block (and share the same FAT cluster), and the FAT chain is continuous. The part C is located immediately after the part B in the audio data file, but when the FAT table is examined, it is assumed that the part C is actually located at a distance.

この例の場合には、図32Bに示すように、パーツBを削除したときに、実際にFATチェーンから外す(空き領域に戻す)ことができるのは、現行のパーツとクラスタを共有していない、2つのFATクラスタである。すなわち、オーディオデータファイルとしては4オーディオブロックに短縮される。パーツCおよびそれ以降にあるパーツに記録されているオーディオブロックのナンバは、これに伴い全て4だけ小さくなる。   In the case of this example, as shown in FIG. 32B, when part B is deleted, it can be actually removed from the FAT chain (returned to a free area), and the cluster is not shared with the current part. There are two FAT clusters. That is, the audio data file is shortened to 4 audio blocks. The numbers of the audio blocks recorded in part C and the parts after it are all reduced by 4.

なお、削除は、1トラック全てではなく、そのトラックの一部に対して行うことができる。トラックの一部が削除された場合には、残りのトラックの情報は、トラックインフォメーションテーブルでそのパーツデスクリプタPnから取得されたそのトラックに対応する符号化方式、復号鍵を使って復号することが可能である。   It should be noted that the deletion can be performed on a part of the track instead of the entire track. When a part of the track is deleted, the remaining track information can be decrypted by using the encoding method and decryption key corresponding to the track acquired from the part descriptor Pn in the track information table. It is.

プレイオーダテーブル上のトラックnとトラックn+1とを連結する場合には、プレイオーダテーブル内のトラック情報TINFnから、そのトラックの情報が記述されているトラックデスクリプタナンバDnが取得される。また、プレイオーダテーブル内のトラック情報TINFn+1から、そのトラックの情報が記述されているトラックデスクリプタナンバDmが取得される。プレイオーダテーブル内のTINFn+1から後の有効なTINFの値(トラックデスクリプタナンバ)が全て1つ前のTINFに移動される。プログラムドプレイオーダテーブルを検索して、トラックデスクリプタDmを参照しているトラックが全て削除される。新たな暗号化鍵を発生させ、トラックデスクリプタDnから、パーツデスクリプタのリストが取り出され、そのパーツデスクリプタのリストの最後尾に、トラックデスクリプタDmから取り出したパーツデスクリプタのリストが連結される。   When connecting the track n and the track n + 1 on the play order table, the track descriptor number Dn describing the information of the track is obtained from the track information TINFn in the play order table. Further, the track descriptor number Dm describing the information of the track is obtained from the track information TINFn + 1 in the play order table. All valid TINF values (track descriptor numbers) after TINFn + 1 in the play order table are moved to the previous TINF. By searching the programmed play order table, all the tracks referring to the track descriptor Dm are deleted. A new encryption key is generated, a part descriptor list is extracted from the track descriptor Dn, and the part descriptor list extracted from the track descriptor Dm is connected to the tail of the part descriptor list.

トラックを連結する場合には、双方のトラックデスクリプタを比較して、著作権管理上問題のないことを確認し、トラックデスクリプタからパーツデスクリプタを得て、双方のトラックを連結した場合にフラグメントに関する規定が満たされるかどうか、FATテーブルで確認する必要がある。また、必要に応じて、ネームテーブルへのポインタの更新を行う必要がある。   When connecting tracks, compare both track descriptors to confirm that there is no problem with copyright management, obtain a parts descriptor from the track descriptor, and if both tracks are connected, there is a provision for fragments. It is necessary to confirm whether it is satisfied with the FAT table. Further, it is necessary to update the pointer to the name table as necessary.

トラックnを、トラックnとトラックn+1に分割する場合には、プレイオーダテーブル内のTINFnから、そのトラックの情報が記述されているトラックデスクリプタナンバDnが取得される。プレイオーダテーブル内のトラック情報TINFn+1から、そのトラックの情報が記述されているトラックデスクリプタナンバDm取得される。そして、プレイオーダテーブル内のTINFn+1から後の有効なトラック情報TINFの値(トラックデスクリプタナンバ)が、全て1つ後に移動される。トラックデスクリプタDnについて、新しい鍵が生成される。トラックデスクリプタDnから、パーツデスクリプタのリストが取り出される。新たなパーツデスクリプタが割り当てられ、分割前のパーツデスクリプタの内容がそこにコピーされる。分割点の含まれるパーツデスクリプタが、分割点の直前までに短縮される。また分割点以降のパーツデスクリプタのリンクが打ち切られる。新たなパーツデスクリプタが分割点の直後に設定される。   When the track n is divided into the track n and the track n + 1, the track descriptor number Dn in which the information of the track is described is acquired from the TINFn in the play order table. From the track information TINFn + 1 in the play order table, the track descriptor number Dm describing the information of the track is acquired. Then, all valid track information TINF values (track descriptor numbers) after TINFn + 1 in the play order table are moved to the next one. A new key is generated for the track descriptor Dn. A list of parts descriptors is extracted from the track descriptor Dn. A new part descriptor is assigned, and the contents of the part descriptor before division are copied there. The part descriptor including the dividing point is shortened immediately before the dividing point. In addition, the link of the part descriptor after the dividing point is cut off. A new part descriptor is set immediately after the dividing point.

7.音楽データの管理方式の第2の例
次に、オーディオデータの管理方式の第2の例について説明する。図33は、オーディオデータの管理方式の第2の例である。図33に示すように、第2の例における管理方式では、ディスク上には、トラックインデックスファイルと、複数のオーディオデータファイルとが生成される。トラックインデックスファイルおよび複数のオーディオデータファイルは、FATシステムで管理されるファイルである。
7. Second Example of Music Data Management Method Next, a second example of the audio data management method will be described. FIG. 33 shows a second example of the audio data management system. As shown in FIG. 33, in the management method in the second example, a track index file and a plurality of audio data files are generated on the disc. The track index file and the plurality of audio data files are files managed by the FAT system.

オーディオデータファイルは、図34に示すように、原則的には1曲が1ファイルの音楽データが納められたものである。このオーディオデータファイルには、ヘッダが設けられている。ヘッダには、タイトルと、復号鍵情報と、著作権管理情報とが記録されるとともに、インデックス情報が設けられる。インデックスは、1つのトラックの楽曲を複数に分割するものである。ヘッダには、インデックスにより分割された各トラックの位置がインデックスナンバに対応して記録される。インデックスは、例えば、255箇設定できる。   As shown in FIG. 34, the audio data file is basically one in which music data of one file is stored. This audio data file has a header. In the header, a title, decryption key information, and copyright management information are recorded, and index information is provided. An index divides music of one track into a plurality of pieces. In the header, the position of each track divided by the index is recorded corresponding to the index number. For example, 255 indexes can be set.

トラックインデックスファイルは、オーディオデータファイルに納められた音楽データを管理するための各種の情報が記述されたファイルである。トラックインデックスファイルは、図35に示すように、プレイオーダテーブルと、プログラムドプレイオーダテーブルと、グループインフォメーションテーブルと、トラックインフォメーションテーブルと、ネームテーブルとからなる。   The track index file is a file in which various information for managing music data stored in the audio data file is described. As shown in FIG. 35, the track index file includes a play order table, a programmed play order table, a group information table, a track information table, and a name table.

プレイオーダテーブルは、デフォルトで定義された再生順序を示すテーブルである。プレイオーダテーブルは、図36に示すように、各トラックナンバ(曲番)についてのトラックインフォメーションテーブルのトラックデスクリプタ(図39)へのリンク先を示す情報TINF1、TINF2、…が格納されている。トラックナンバは、例えば「1」から始まる連続したナンバである。   The play order table is a table indicating the playback order defined by default. As shown in FIG. 36, the play order table stores information TINF1, TINF2,... Indicating the link destination to the track descriptor (FIG. 39) of the track information table for each track number (song number). The track number is a continuous number starting from “1”, for example.

プログラムドプレイオーダテーブルは、再生手順を各ユーザが定義したテーブルである。プログラムドプレイオーダテーブルには、図37に示すように、各トラックナンバについてのトラックデスクリプタへのリンク先の情報トラック情報PINF1、PINF2、…が記述されている。   The programmed play order table is a table in which each user defines a playback procedure. In the programmed play order table, as shown in FIG. 37, information track information PINF1, PINF2,... Linked to the track descriptor for each track number is described.

グループインフォメーションテーブルには、図38に示すように、グループに関する情報が記述されている。グループは、連続したトラックナンバを持つ1つ以上のトラックの集合、または連続したプログラムドトラックナンバを持つ1つ以上のトラックの集合である。グループインフォメーションテーブルは、図38Aに示すように、各グループのグループデスクリプタで記述されている。グループデスクリプタには、図38Bに示すように、そのグループが開始されるトラックナンバと、終了トラックのナンバと、グループネームと、フラグが記述される。   In the group information table, information about groups is described as shown in FIG. A group is a set of one or more tracks having a continuous track number, or a set of one or more tracks having a continuous programmed track number. As shown in FIG. 38A, the group information table is described by the group descriptor of each group. In the group descriptor, as shown in FIG. 38B, a track number at which the group starts, an end track number, a group name, and a flag are described.

トラックインフォメーションテーブルは、図39に示すように、各曲に関する情報が記述される。トラックインフォメーションテーブルは、図39Aに示すように、各トラック毎(各曲毎)のトラックデスクリプタからなる。各トラックデスクリプタには、図39Bに示すように、その楽曲が納められているオーディオデータファイルのファイルのポインタ、インデックスナンバ、アーチストネーム、タイトルネーム、元曲順情報、録音時間情報等が記述されている。アーチストネーム、タイトルネームは、ネームそのものではなく、ネームテーブルへのポインタが記述されている。   As shown in FIG. 39, the track information table describes information about each song. As shown in FIG. 39A, the track information table includes track descriptors for each track (each song). In each track descriptor, as shown in FIG. 39B, the file pointer, index number, artist name, title name, original song order information, recording time information, etc. of the audio data file containing the song are described. Yes. The artist name and title name are not the name itself but a pointer to the name table.

ネームテーブルは、ネームの実体となる文字を表すためのテーブルである。ネームテーブルは、図40Aに示すように、複数のネームスロットからなる。各ネームスロットは、ネームを示す各ポインタからリンクされて呼び出される。ネームを呼び出すポインタは、トラックインフォメーションテーブルのアーチストネームやタイトルネーム、グループインフォメーションテーブルのグループネーム等がある。また、各ネームスロットは、複数から呼び出されることが可能である。各ネームスロットは、図40Bに示すように、ネームデータと、ネームタイプと、リンク先とからなる。1つのネームスロットで収まらないような長いネームは、複数のネームスロットに分割して記述することが可能である。そして、1つのネームスロットで収まらない場合には、それに続くネームが記述されたネームスロットへのリンク先が記述される。   The name table is a table for representing characters that are names of names. As shown in FIG. 40A, the name table includes a plurality of name slots. Each name slot is called by being linked from each pointer indicating a name. The pointer for calling the name includes the artist name and title name of the track information table, the group name of the group information table, and the like. Each name slot can be called from a plurality. Each name slot includes name data, a name type, and a link destination, as shown in FIG. 40B. A long name that does not fit in one name slot can be described by being divided into a plurality of name slots. If one name slot does not fit, the link destination to the name slot in which the subsequent name is described is described.

オーディオデータの管理方式の第2の例では、図41に示すように、プレイオーダテーブル(図36)により、再生するトラックナンバが指定されると、トラックインフォメーションテーブルのリンク先のトラックデスクリプタ(図39)が読み出され、このトラックデスクリプタから、その楽曲のファイルポインタおよびインデックスナンバ、アーチストネームおよびタイトルネームのポインタ、元曲順情報、録音時間情報等が読み出される。   In the second example of the audio data management method, as shown in FIG. 41, when the track number to be reproduced is designated by the play order table (FIG. 36), the track descriptor (FIG. 39) linked to the track information table is designated. ) And the file pointer and index number of the music, the pointer of the artist name and title name, the original music order information, the recording time information, and the like are read from the track descriptor.

その楽曲のファイルのポインタから、そのオーディオデータファイルがアクセスされ、そのオーディオデータファイルのヘッダの情報が読み取られる。オーディオデータが暗号化されている場合には、ヘッダから読み出された鍵情報が使われる。そして、そのオーディオデータファイルが再生される。このとき、もし、インデックスナンバが指定されている場合には、ヘッダの情報から、指定されたインデックスナンバの位置が検出され、そのインデックスナンバの位置から、再生が開始される。   The audio data file is accessed from the pointer of the music file, and the header information of the audio data file is read. If the audio data is encrypted, the key information read from the header is used. Then, the audio data file is reproduced. At this time, if an index number is designated, the position of the designated index number is detected from the header information, and reproduction is started from the position of the index number.

また、トラックインフォメーションテーブルから読み出されたアーチストネームやタイトルネームのポインタにより指し示される位置にあるネームテーブルのネームスロットが呼び出され、その位置にあるネームスロットから、ネームデータが読み出される。   Further, the name slot of the name table at the position indicated by the pointer of the artist name or title name read from the track information table is called, and the name data is read from the name slot at that position.

新たにオーディオデータを記録する場合には、FATテーブルにより、所望の数のレコーディングブロック以上、例えば、4つのレコーディングブロック以上連続した未使用領域が用意される。   In the case of newly recording audio data, a FAT table provides an unused area that is continuous with a desired number of recording blocks or more, for example, four recording blocks or more.

オーディオデータを記録するための領域が用意されたら、トラックインフォメーションテーブルに新しいトラックデスクリプタが1つ割り当てられ、このオーディオディデータを暗号化するためのコンテンツ鍵が生成される。そして、入力されたオーディオデータが暗号化され、オーディオデータファイルが生成される。   When an area for recording audio data is prepared, one new track descriptor is assigned to the track information table, and a content key for encrypting the audio data is generated. Then, the input audio data is encrypted, and an audio data file is generated.

新たに確保されたトラックデスクリプタに、新たに生成されたオーディオデータファイルのファイルポインタや、鍵情報が記述される。更に、必要に応じて、ネームスロットにアーチストネームやタイトルネーム等が記述され、トラックデスクリプターに、そのネームスロットにアーチストネームやタイトルネームにリンクするポインタが記述される。そして、プレイオーダーテーブルに、そのトラックデスクリプターのナンバが登録される。また著作権管理情報の更新がなされる。   In the newly secured track descriptor, the file pointer and key information of the newly generated audio data file are described. Further, if necessary, an artist name, a title name, and the like are described in the name slot, and a pointer linked to the artist name and the title name is described in the name slot in the track descriptor. Then, the number of the track descriptor is registered in the play order table. Also, copyright management information is updated.

オーディオデータを再生する場合には、プレイオーダーテーブルから、指定されたトラックナンバに対応する情報が求められ、トラックインフォメーションテーブルの再生すべきトラックのトラックデスクリプタが取得される。   When reproducing audio data, information corresponding to the designated track number is obtained from the play order table, and the track descriptor of the track to be reproduced in the track information table is obtained.

そのトラックデスクリプタから、またその音楽データが格納されているオーディオデータのファイルポインタおよびインデックスナンバが取得される。そして、そのオーディオデータファイルがアクセスされ、ファイルのヘッダから、鍵情報が取得される。そして、そのオーディオデータファイルのデータに対して、取得された鍵情報を用いて暗号が解読され、オーディオデータの再生がなされる。インデックスナンバが指定されている場合には、指定されたインデックスナンバの位置から、再生が開始される。   From the track descriptor, the file pointer and index number of the audio data storing the music data are acquired. Then, the audio data file is accessed, and key information is obtained from the header of the file. Then, the data of the audio data file is decrypted using the acquired key information, and the audio data is reproduced. When the index number is designated, reproduction is started from the position of the designated index number.

トラックnを、トラックnとトラックn+1に分割する場合には、プレイオーダテーブル内のTINFnから、そのトラックの情報が記述されているトラックデスクリプタナンバDnが取得される。プレイオーダテーブル内のトラック情報TINFn+1から、そのトラックの情報が記述されているトラックデスクリプタナンバDmが取得される。そして、プレイオーダテーブル内のTINFn+1から後の有効なトラック情報TINFの値(トラックデスクリプタナンバ)が、全て1つ後に移動される。   When the track n is divided into the track n and the track n + 1, the track descriptor number Dn in which the information of the track is described is acquired from the TINFn in the play order table. From the track information TINFn + 1 in the play order table, the track descriptor number Dm describing the information of the track is acquired. Then, all valid track information TINF values (track descriptor numbers) after TINFn + 1 in the play order table are moved to the next one.

図42に示すように、インデックスを使うことにより、1つのファイルのデータは、複数のインデックス領域に分けられる。このインデックスナンバとインデックス領域の位置がそのオーディオトラックファイルのヘッダに記録される。トラックデスクリプタDnに、オーディオデータのファイルポインタと、インデックスナンバが記述される。トラックデスクリプタDmに、オーディオデータのファイルポインタと、インデックスナンバが記述される。これにより、オーディオファイルの1つのトラックの楽曲M1は、見かけ上、2つのトラックの楽曲M11とM12とに分割される。   As shown in FIG. 42, by using the index, the data of one file is divided into a plurality of index areas. The index number and the position of the index area are recorded in the header of the audio track file. In the track descriptor Dn, a file pointer of audio data and an index number are described. A file pointer and an index number of audio data are described in the track descriptor Dm. Thereby, the music M1 of one track of the audio file is apparently divided into the music M11 and M12 of two tracks.

プレイオーダテーブル上のトラックnとトラックn+1とを連結する場合には、プレイオーダテーブル内のトラック情報TINFnから、そのトラックの情報が記述されているトラックデスクリプタナンバDnが取得される。また、プレイオーダテーブル内のトラック情報TINFn+1から、そのトラックの情報が記述されているトラックデスクリプタナンバDmが取得される。プレイオーダテーブル内のTINFn+1から後の有効なTINFの値(トラックデスクリプタナンバ)が全て1つ前に移動される。   When connecting the track n and the track n + 1 on the play order table, the track descriptor number Dn describing the information of the track is obtained from the track information TINFn in the play order table. Further, the track descriptor number Dm describing the information of the track is obtained from the track information TINFn + 1 in the play order table. All valid TINF values (track descriptor numbers) after TINFn + 1 in the play order table are moved to the previous one.

ここで、トラックnとトラックn+1とが同一のオーディオデータファイル内にあり、インデックスで分割されている場合には、図43に示すように、ヘッダのインデックス情報を削除することで、連結が可能である。これにより、2つのトラックの楽曲M21とM22は、1つのトラックの楽曲M23に連結される。   Here, when the track n and the track n + 1 are in the same audio data file and are divided by the index, as shown in FIG. 43, the index information in the header can be deleted to connect them. is there. Thereby, the music M21 and M22 of two tracks are connected to the music M23 of one track.

トラックnが1つのオーディオデータファイルをインデックスで分割した後半であり、トラックn+1が別のオーディオデータファイルの先頭にある場合には、図44に示すように、インデックスで分割されていたトラックnのデータにヘッダが付加され、楽曲M32のオーディオデータファイルが生成される。これに、トラックn+1のオーディオデータファイルのヘッダが取り除かれ、この楽曲M41のトラックn+1のオーディオデータが連結される。これにより、2つのトラックの楽曲M32とM41は、1つのトラックの楽曲M51として連結される。   If track n is the latter half of one audio data file divided by index and track n + 1 is at the head of another audio data file, the data of track n divided by index as shown in FIG. Is added to the audio data file of the music M32. Then, the header of the audio data file of the track n + 1 is removed, and the audio data of the track n + 1 of the music M41 is connected. Thereby, the music M32 and M41 of two tracks are connected as the music M51 of one track.

以上の処理を実現するために、インデックスで分割されていたトラックに対して、ヘッダを付加し、別の暗号鍵で暗号化して、インデックスによるオーディオディデータを1つのオーディオデータファイルに変換する機能と、オーディオデータファイルのヘッダを除いて、他のオーディオデータファイルに連結する機能が持たされている。   In order to realize the above processing, a function for converting the audio data by the index into one audio data file by adding a header to the track divided by the index and encrypting it with another encryption key; Except for the header of the audio data file, it has a function of linking to other audio data files.

8.パーソナルコンピュータとの接続時の動作について
次世代MD1および次世代MD2では、パーソナルコンピュータとの親和性を持たせるために、データの管理システムとしてFATシステムが採用されている。したがって、次世代MD1および次世代MD2によるディスクは、オーディオデータのみならず、パーソナルコンピュータで一般的に扱われるデータの読み書きにも対応している。
8). Operation at the time of connection with a personal computer The next generation MD1 and the next generation MD2 employ a FAT system as a data management system in order to have compatibility with a personal computer. Therefore, the next-generation MD1 and next-generation MD2 discs support not only audio data but also data reading and writing generally handled by personal computers.

ここで、ディスクドライブ装置1において、オーディオデータは、ディスク90上から読み出されつつ、再生される。そのため、特に携帯型のディスクドライブ装置1のアクセス性を考慮に入れると、一連のオーディオデータは、ディスク上に連続的に記録されることが好ましい。一方、パーソナルコンピュータによる一般的なデータ書き込みは、このような連続性を考慮せず、ディスク上の空き領域を適宜、割り当てて行われる。   Here, in the disk drive device 1, the audio data is reproduced while being read from the disk 90. Therefore, in consideration of the accessibility of the portable disk drive device 1 in particular, it is preferable that a series of audio data is continuously recorded on the disk. On the other hand, general data writing by a personal computer is performed by appropriately allocating free areas on the disk without considering such continuity.

そこで、この発明が適用された記録再生装置では、パーソナルコンピュータ100とディスクドライブ装置1とをUSBハブ7によって接続し、パーソナルコンピュータ100からディスクドライブ装置1に装着されたディスク90に対する書き込みを行う場合において、一般的なデータの書き込みは、パーソナルコンピュータ側のファイルシステムの管理下で行われ、オーディオデータの書き込みは、ディスクドライブ装置1側のファイルシステムの管理下で行われるようにしている。   Therefore, in the recording / reproducing apparatus to which the present invention is applied, when the personal computer 100 and the disk drive apparatus 1 are connected by the USB hub 7 and writing is performed from the personal computer 100 to the disk 90 attached to the disk drive apparatus 1. The general data writing is performed under the management of the file system on the personal computer side, and the audio data writing is performed under the management of the file system on the disk drive apparatus 1 side.

図45は、このように、パーソナルコンピュータ100とディスクドライブ装置1とが図示されないUSBハブ7で接続された状態で、書き込むデータの種類により管理権限を移動させることを説明するための図である。図45Aは、パーソナルコンピュータ100からディスクドライブ装置1に一般的なデータを転送し、ディスクドライブ装置1に装着されたディスク90に記録する例を示す。この場合には、パーソナルコンピュータ100側のファイルシステムにより、ディスク90上のFAT管理がなされる。   FIG. 45 is a diagram for explaining that the management authority is moved according to the type of data to be written in a state where the personal computer 100 and the disk drive device 1 are connected by the USB hub 7 (not shown). FIG. 45A shows an example in which general data is transferred from the personal computer 100 to the disk drive device 1 and recorded on the disk 90 attached to the disk drive device 1. In this case, FAT management on the disk 90 is performed by the file system on the personal computer 100 side.

なお、ディスク90は、次世代MD1および次世代MD2の何れかのシステムでフォーマットされたディスクであるとする。   It is assumed that the disk 90 is a disk formatted by either the next generation MD1 or the next generation MD2.

すなわち、パーソナルコンピュータ100側では、接続されたディスクドライブ装置1がパーソナルコンピュータ100により管理される一つのリムーバブルディスクのように見える。したがって、例えばパーソナルコンピュータ100においてフレキシブルディスクに対するデータの読み書きを行うように、ディスクドライブ装置1に装着されたディスク90に対するデータの読み書きを行うことができる。   That is, on the personal computer 100 side, the connected disk drive device 1 looks like a single removable disk managed by the personal computer 100. Therefore, for example, data can be read from and written to the disk 90 mounted on the disk drive device 1 so that the personal computer 100 reads and writes data from and to the flexible disk.

なお、このようなパーソナルコンピュータ100側のファイルシステムは、パーソナルコンピュータ100に搭載される基本ソフトウェアであるOS(Operating System)の機能として提供することができる。OSは、周知のように、所定のプログラムファイルとして、例えばパーソナルコンピュータ100が有するハードディスクドライブに記録される。このプログラムファイルがパーソナルコンピュータ100の起動時に読み出され所定に実行されることで、OSとしての各機能を提供可能な状態とされる。   Such a file system on the personal computer 100 side can be provided as a function of an OS (Operating System) that is basic software installed in the personal computer 100. As is well known, the OS is recorded as a predetermined program file, for example, in a hard disk drive of the personal computer 100. The program file is read when the personal computer 100 is started and is executed in a predetermined manner, so that each function as an OS can be provided.

図45Bは、パーソナルコンピュータ100からディスクドライブ装置1に対してオーディオデータを転送し、ディスクドライブ装置1に装着されたディスク90に記録する例を示す。例えば、パーソナルコンピュータ100において、パーソナルコンピュータ100が有する例えばハードディスクドライブ(以下、HDD)といった記録媒体にオーディオデータが記録されている。   FIG. 45B shows an example in which audio data is transferred from the personal computer 100 to the disk drive device 1 and recorded on the disk 90 attached to the disk drive device 1. For example, in the personal computer 100, audio data is recorded on a recording medium such as a hard disk drive (hereinafter referred to as HDD) included in the personal computer 100.

なお、パーソナルコンピュータ100には、オーディオデータをATRAC圧縮エンコードすると共に、ディスクドライブ装置1に対して、装着されたディスク90へのオーディオデータの書き込みおよびディスク90に記録されているオーディオデータの削除を要求するユーティリティソフトウェアが搭載されているものとする。このユーティリティソフトウェアは、さらに、ディスクドライブ装置1に装着されたディスク90のトラックインデックスファイルを参照し、ディスク90に記録されているトラック情報を閲覧する機能を有する。このユーティリティソフトウェアは、例えばパーソナルコンピュータ100のHDDにプログラムファイルとして記録される。   The personal computer 100 requests the disk drive device 1 to write audio data to the loaded disk 90 and delete the audio data recorded on the disk 90 while performing ATRAC compression encoding on the audio data. It is assumed that utility software is installed. The utility software further has a function of browsing the track information recorded on the disk 90 by referring to the track index file of the disk 90 mounted on the disk drive device 1. The utility software is recorded as a program file in the HDD of the personal computer 100, for example.

一例として、パーソナルコンピュータ100の記録媒体に記録されたオーディオデータを、ディスクドライブ装置1に装着されたディスク90に記録する場合について説明する。上述のユーティリティソフトウェアは、予め起動されているものとする。   As an example, a case where audio data recorded on a recording medium of the personal computer 100 is recorded on a disk 90 attached to the disk drive device 1 will be described. It is assumed that the above-described utility software has been activated in advance.

先ず、ユーザにより、パーソナルコンピュータ100に対して、HDDに記録された所定のオーディオデータ(オーディオデータAとする)をディスクドライブ装置1に装着されたディスク90に記録するよう操作がなされる。この操作に基づき、オーディオデータAのディスク90に対する記録を要求する書込要求コマンドが当該ユーティリティソフトウェアにより出力される。書込要求コマンドは、パーソナルコンピュータ100からディスクドライブ装置1に送信される。   First, the user operates the personal computer 100 to record predetermined audio data (referred to as audio data A) recorded on the HDD onto the disk 90 mounted on the disk drive device 1. Based on this operation, a write request command for requesting recording of the audio data A on the disk 90 is output by the utility software. The write request command is transmitted from the personal computer 100 to the disk drive device 1.

続けて、パーソナルコンピュータ100のHDDからオーディオデータAが読み出される。読み出されたオーディオデータAは、パーソナルコンピュータ100に搭載された上述のユーティリティソフトウェアによりATRAC圧縮エンコード処理が行われ、ATRAC圧縮データに変換される。このATRAC圧縮データに変換されたオーディオデータAは、パーソナルコンピュータ100からディスクドライブ装置1に対して転送される。   Subsequently, audio data A is read from the HDD of the personal computer 100. The read audio data A is subjected to ATRAC compression / encoding processing by the above-described utility software installed in the personal computer 100 and converted into ATRAC compressed data. The audio data A converted into the ATRAC compressed data is transferred from the personal computer 100 to the disk drive device 1.

ディスクドライブ装置1側では、パーソナルコンピュータから送信された書込要求コマンドが受信されることで、ATRAC圧縮データに変換されたオーディオデータAがパーソナルコンピュータ100から転送され、且つ、転送されたデータをオーディオデータとしてディスク90に記録することが認識される。   On the disk drive device 1 side, when the write request command transmitted from the personal computer is received, the audio data A converted into the ATRAC compressed data is transferred from the personal computer 100, and the transferred data is audio. It is recognized that data is recorded on the disk 90 as data.

ディスクドライブ装置1では、パーソナルコンピュータ100から送信されたオーディオデータAを、USBハブ7から受信し、USBインターフェイス6およびメモリ転送コントローラ3を介してメディアドライブ部2に送る。システムコントローラ9では、オーディオデータAをメディアドライブ部2に送る際に、オーディオデータAがこのディスクドライブ装置1のFAT管理方法に基づきディスク90に書き込まれるように制御する。すなわち、オーディオデータAは、ディスクドライブ装置1のFATシステムに基づき、4レコーディングブロック、すなわち64kバイト×4を最小の記録長として、レコーディングブロック単位で連続的に書き込まれる。   In the disk drive device 1, the audio data A transmitted from the personal computer 100 is received from the USB hub 7 and sent to the media drive unit 2 via the USB interface 6 and the memory transfer controller 3. The system controller 9 controls the audio data A to be written to the disk 90 based on the FAT management method of the disk drive device 1 when the audio data A is sent to the media drive unit 2. That is, the audio data A is continuously written in units of recording blocks based on the FAT system of the disk drive device 1 with 4 recording blocks, that is, 64 kbytes × 4 as the minimum recording length.

なお、ディスク90へのデータの書き込みが終了するまでの間、パーソナルコンピュータ100とディスクドライブ装置1との間では、所定のプロトコルでデータやステータス、コマンドのやりとりが行われる。これにより、例えばディスクドライブ装置1側でクラスタバッファ4のオーバーフローやアンダーフローが起こらないように、データ転送速度が制御される。   Until data writing to the disk 90 is completed, data, status, and commands are exchanged between the personal computer 100 and the disk drive apparatus 1 using a predetermined protocol. As a result, for example, the data transfer speed is controlled so that the overflow or underflow of the cluster buffer 4 does not occur on the disk drive device 1 side.

パーソナルコンピュータ100側で使用可能なコマンドの例としては、上述の書込要求コマンドの他に、削除要求コマンドがある。この削除要求コマンドは、ディスクドライブ装置1に装着されたディスク90に記録されたオーディオデータを削除するように、ディスクドライブ装置1に対して要求するコマンドである。   Examples of commands that can be used on the personal computer 100 side include a delete request command in addition to the write request command described above. This deletion request command is a command for requesting the disk drive apparatus 1 to delete the audio data recorded on the disk 90 mounted on the disk drive apparatus 1.

例えば、パーソナルコンピュータ100とディスクドライブ装置1とが接続され、ディスク90がディスクドライブ装置1に装着されると、上述のユーティリティソフトウェアによりディスク90上のトラックインデックスファイルが読み出され、読み出されたデータがディスクドライブ装置1からパーソナルコンピュータ100に送信される。パーソナルコンピュータでは、このデータに基づき、例えばディスク90に記録されているオーディオデータのタイトル一覧を表示することができる。   For example, when the personal computer 100 and the disk drive device 1 are connected and the disk 90 is loaded into the disk drive device 1, the track index file on the disk 90 is read by the above-described utility software, and the read data Is transmitted from the disk drive device 1 to the personal computer 100. In the personal computer, based on this data, for example, a list of titles of audio data recorded on the disc 90 can be displayed.

パーソナルコンピュータ100において、表示されたタイトル一覧に基づきあるオーディオデータ(オーディオデータBとする)を削除しようとした場合、削除しようとするオーディオデータBを示す情報が削除要求コマンドと共にディスクドライブ装置1に送信される。ディスクドライブ装置1では、この削除要求コマンドを受信すると、ディスクドライブ装置1自身の制御に基づき、要求されたオーディオデータBがディスク90上から削除される。   When the personal computer 100 tries to delete certain audio data (referred to as audio data B) based on the displayed title list, information indicating the audio data B to be deleted is transmitted to the disk drive device 1 together with the delete request command. Is done. When the disk drive apparatus 1 receives this deletion request command, the requested audio data B is deleted from the disk 90 based on the control of the disk drive apparatus 1 itself.

オーディオデータの削除がディスクドライブ装置1自身のFATシステムに基づく制御により行われるため、例えば図32Aおよび図32Bを用いて説明したような、複数のオーディオデータが1つのファイルとしてまとめられた巨大ファイル中のあるオーディオデータを削除するような処理も、可能である。   Since deletion of audio data is performed by control based on the FAT system of the disk drive device 1 itself, for example, as described with reference to FIGS. 32A and 32B, in a huge file in which a plurality of audio data is collected as one file It is also possible to perform processing such as deleting audio data with a certain size.

9.メモリ制御方法について
次に、この発明の実施の第1の形態によるメモリ制御方法について説明する。この実施の第1の形態では、ディスク90に対するデータの書き込み処理が、ディスクドライブ装置1自身のFATシステムにより行われる。図46は、上述した図17のうちディスク90において読み書きされるデータの転送経路を抜き出して示す。なお、図46において、上述の図17と共通する部分には同一の符号を付し、詳細な説明を省略する。また、パーソナルコンピュータ(PC)100を接続するためのUSBハブ7や、ディスク90の駆動などを行うメディアドライブ部2は、省略されている。
9. Memory Control Method Next, a memory control method according to the first embodiment of the present invention will be described. In the first embodiment, data write processing on the disk 90 is performed by the FAT system of the disk drive device 1 itself. FIG. 46 shows a transfer path of data read / written on the disk 90 in FIG. 17 described above. In FIG. 46, parts common to those in FIG. 17 described above are denoted by the same reference numerals and detailed description thereof is omitted. Further, the USB hub 7 for connecting the personal computer (PC) 100 and the media drive unit 2 for driving the disk 90 are omitted.

上述の「3.記録フォーマット」の項で既に説明したように、ディスク90は、1クラスタ、64kBが記録再生のアクセス単位とされている。したがって、ディスク90とメモリ転送コントローラ3との間では、64kB単位(=レコーディングブロック単位)でデータ転送がなされる。ここで、ディスク90のクラスタ単位のアドレスをLCN(Logical Cluster Number)と称し、セクタ単位のアドレスをLSN(Logical Sector Number)と称する。メモリ転送コントローラ3は、ディスク90に対してLCNを単位としてアクセスする。   As already described in the above section “3. Recording Format”, the disk 90 has one cluster and 64 kB as a recording / reproducing access unit. Therefore, data is transferred between the disk 90 and the memory transfer controller 3 in units of 64 kB (= recording block units). Here, the cluster unit address of the disk 90 is referred to as LCN (Logical Cluster Number), and the sector unit address is referred to as LSN (Logical Sector Number). The memory transfer controller 3 accesses the disk 90 in units of LCN.

一方、PC100とメモリ転送コントローラ3との間では、USB I/F6を介して、この実施の一形態によるFATシステムの1セクタである2kB単位でデータ転送がなされる。ここで、FATシステムのセクタ単位のアドレスをFSN(FAT Sector Number)と称する。   On the other hand, data transfer is performed between the PC 100 and the memory transfer controller 3 in units of 2 kB, which is one sector of the FAT system according to this embodiment, via the USB I / F 6. Here, the sector unit address of the FAT system is referred to as FSN (FAT Sector Number).

クラスタバッファメモリ4は、DRAM(Dynamic Random Access Memory)から構成される。以下、クラスタバッファメモリ4を適宜、DRAM4と称する。DRAM4は、ディスク90に対するキャッシュメモリとしての役割も担う。DRAM4は、クラスタ単位のディスクイメージとして管理される。DRAM4において、メモリ空間が64kB毎に管理され、2kB毎にアドレスが割り当てられる。DRAM4は、このアドレスに基づき2kB毎に読み出しおよび書き込みが可能とされる。すなわち、DRAM4は、FATセクタ単位(FSN)での書き込みおよび読み出しが行えると共に、ディスク90に対しては、クラスタ単位(LCN)での読み出しおよび書き込みが行えるようになっている。また、DRAM4の2kB毎のアドレスは、ディスク90のLSNに対応する。   The cluster buffer memory 4 is composed of a DRAM (Dynamic Random Access Memory). Hereinafter, the cluster buffer memory 4 is appropriately referred to as DRAM 4. The DRAM 4 also serves as a cache memory for the disk 90. The DRAM 4 is managed as a disk image in cluster units. In the DRAM 4, the memory space is managed every 64 kB, and an address is assigned every 2 kB. The DRAM 4 can read and write every 2 kB based on this address. That is, the DRAM 4 can perform writing and reading in units of FAT sectors (FSN), and can perform reading and writing in units of clusters (LCN) with respect to the disk 90. The address of every 2 kB of the DRAM 4 corresponds to the LSN of the disk 90.

なお、以下では便宜上、DRAM4におけるFATセクタ単位の領域をDRAMセクタと称する。   Hereinafter, for the sake of convenience, the FAT sector unit area in the DRAM 4 is referred to as a DRAM sector.

また、上述のFSNとLCNとは、一対一のアドレス変換がなされる。例えばDRAM4に対してディスク90から読み出されたデータが書き込まれ、LCNがDRAM4に割り当てられたときに、FSNとLCNとを対応付けることが可能な対応表が作成される。対応表は、例えばシステムコントローラ9が有するRAM9Aに記憶される。   Further, the above-described FSN and LCN undergo one-to-one address conversion. For example, when the data read from the disk 90 is written to the DRAM 4 and the LCN is assigned to the DRAM 4, a correspondence table that can associate the FSN and the LCN is created. The correspondence table is stored in, for example, the RAM 9A included in the system controller 9.

図47は、この対応表の一例を示す。図47において、DRAMアドレスおよびLCNアドレスは、それぞれ16進表記とされ、DRAMアドレスは、DRAMセクタ毎に1ずつカウントアップされる値である。また、LCNは、クラスタ毎にカウントアップされる値である。32DRAMアドレスに対して1LCNおよび32ビットのセクタフィルビットが対応付けられる。   FIG. 47 shows an example of this correspondence table. In FIG. 47, the DRAM address and the LCN address are each represented in hexadecimal notation, and the DRAM address is a value counted up by one for each DRAM sector. LCN is a value counted up for each cluster. One LCN and 32 sector fill bits are associated with 32 DRAM addresses.

セクタフィルビットは、LCN内のどのDRAMセクタに有効なデータが書き込まれているか否かを示す。すなわち、ディスク90に書き込まれるデータは、一旦DRAM4にバッファリングされる。DRAM4は、上述したように、FATセクタ単位でのアクセスが可能なので、例えばPC100から非連続的なデータが供給されたような場合に、図48に一例が示されるように、LCNの64kBのうちPC100側で任意に割り振ったDRAMセクタにデータが書き込まれることが考えられる。そこで、有効なデータが書き込まれたDRAMセクタ(図48に斜線で示す)を例えば「1」、有効なデータが書き込まれていないDRAMセクタを「0」として、32ビットのセクタフィルビットとする。   The sector fill bit indicates in which DRAM sector in the LCN valid data is written. That is, data written to the disk 90 is once buffered in the DRAM 4. As described above, the DRAM 4 can be accessed in units of FAT sectors. For example, when non-continuous data is supplied from the PC 100, as shown in FIG. It is conceivable that data is written in a DRAM sector arbitrarily allocated on the PC 100 side. Therefore, a DRAM sector (indicated by hatching in FIG. 48) in which valid data is written is set to, for example, “1”, and a DRAM sector in which valid data is not written is set to “0” to form a 32-bit sector fill bit.

PC100からFSNとデータ長(LENG)が指定されてディスク90がアクセスされる。(FSN、LENG)を所定の変換式により変換すると、LCNとセクタフィルビットが得られる。例えば、PC100からのアクセスにより指定された(FSN、LENG)が変換されて、LCN=104hおよびセクタフィルビット=7が得られたとする。この場合、ディスク90からLCN=104hのクラスタが再生されてDRAM4に書き込まれ、7番目のセクタフィルビットに対応するDRAMセクタのデータがDRAM4から取り出される。   The disk 90 is accessed by designating the FSN and data length (LENG) from the PC 100. When (FSN, LENG) is converted by a predetermined conversion formula, LCN and sector fill bit are obtained. For example, it is assumed that (FSN, LENG) designated by access from the PC 100 is converted, and LCN = 104h and sector fill bit = 7 are obtained. In this case, the cluster of LCN = 104h is reproduced from the disk 90 and written to the DRAM 4, and the data of the DRAM sector corresponding to the seventh sector fill bit is taken out from the DRAM 4.

図49は、PC100からディスク90に対してデータを書き込む際の基本的なシーケンスを示す一例のシーケンスチャートを示す。図中、USBタスクは、USB I/F6によるデータ転送処理である。キャッシュタスクは、メモリ転送コントローラ3によるDRAM4に対する書き込みおよび読み出しの制御である。また、ドライブタスクは、メディアドライブ部2によるディスク90の記録再生の制御である。   FIG. 49 is a sequence chart showing an example of a basic sequence when data is written from the PC 100 to the disk 90. In the figure, the USB task is data transfer processing by the USB I / F 6. The cache task is control of writing and reading with respect to the DRAM 4 by the memory transfer controller 3. The drive task is a recording / reproduction control of the disk 90 by the media drive unit 2.

PC100からディスク90に対してFSNとLENGが指定され、データ記録を要求するライト要求が出される(SEQ100)。このライト要求は、USBタスクを介してキャッシュタスクに渡される(SEQ101)。キャッシュタスクは、受け取った(FSN、LENG)を所定の変換式で変換してLCNおよびセクタフィルビットを求め、DRAM4に対するアドレスを割り当てる(ステップS300)。DRAMアドレス、LCNおよびセクタフィルビットは、上述した対応表に登録される。   The PC 100 designates FSN and LENG for the disk 90, and issues a write request for requesting data recording (SEQ100). This write request is passed to the cache task via the USB task (SEQ101). The cache task converts the received (FSN, LENG) by a predetermined conversion formula to obtain the LCN and sector fill bit, and assigns an address to the DRAM 4 (step S300). The DRAM address, LCN, and sector fill bit are registered in the correspondence table described above.

DRAM4に対するアドレス割り当てが行われると、割り当てられたDRAMアドレスがキャッシュタスクからUSBタスクに通知される(SEQ102)。この通知を受け取ったUSBタスクは、USB I/F6により、PC100に対して書き込み準備が整った旨を通知する(SEQ103)。この通知を受けて、PC100からUSB I/F6に対してデータが例えば64B(バイト)単位で転送される(SEQ104)。転送されたデータは、USB I/F6が有するバッファ(図示しない)に溜め込まれる。   When address assignment to the DRAM 4 is performed, the assigned DRAM address is notified from the cache task to the USB task (SEQ102). The USB task that has received this notification notifies the PC 100 that the preparation for writing has been completed via the USB I / F 6 (SEQ103). In response to this notification, data is transferred from the PC 100 to the USB I / F 6 in units of 64 B (bytes), for example (SEQ104). The transferred data is stored in a buffer (not shown) of the USB I / F 6.

USBタスクは、USB I/F6のバッファを監視し、バッファに溜め込まれたデータを2kバイト単位でDRAM4に転送する(SEQ105)。キャッシュタスクは、転送されたデータを対応表に基づきDRAM4にDRAMセクタ単位で書き込む(ステップS301)。PC100からのデータ転送が終了したら、USBタスクからキャッシュタスクに対して、ディスク90に対して書き込むべきデータの転送が終了した旨が通知される(SEQ106)。   The USB task monitors the buffer of the USB I / F 6 and transfers the data stored in the buffer to the DRAM 4 in units of 2 kbytes (SEQ105). The cache task writes the transferred data to the DRAM 4 in units of DRAM sectors based on the correspondence table (step S301). When the data transfer from the PC 100 is completed, the USB task notifies the cache task that the transfer of data to be written to the disk 90 has been completed (SEQ106).

この後、キャッシュタスクからドライブタスクに対してLCN、LSN(セクタフィルビット)およびLENGが指定され、DRAM4に書き込まれたデータをディスク90に書き込むようにライト要求が出される(SEQ107)。ドライブタスクは、受け取ったライト要求に基づき、DRAM4から64kバイト単位で転送されたデータをディスク90にLCN単位で書き込む(ステップS302)。ディスク90に対する書き込みが終了すると、ドライブタスクからキャッシュタスクに対してその旨が通知される(SEQ108)。   Thereafter, LCN, LSN (sector fill bit), and LENG are designated from the cache task to the drive task, and a write request is issued to write the data written in the DRAM 4 to the disk 90 (SEQ107). Based on the received write request, the drive task writes the data transferred from the DRAM 4 in units of 64 kbytes to the disk 90 in units of LCN (step S302). When the writing to the disk 90 is completed, the drive task notifies the cache task (SEQ108).

ここで、オーディオデータのような連続データを扱う場合について考える。連続データを扱う場合には、DRAM4を、アドレスを巡回的にアクセスするリングバッファとして用いると都合がよい。リングバッファでは、連続的に供給されたデータをアドレスを連続的に書き込み、書き込みが最大アドレスまで行われたら、恰もアドレスがリング状に連続しているかのように、そのまま最小アドレスから古いデータを上書きしながらデータ書き込みが続けられる。   Here, consider the case of handling continuous data such as audio data. When handling continuous data, it is convenient to use the DRAM 4 as a ring buffer for accessing addresses cyclically. In the ring buffer, the address is continuously written to the data continuously supplied, and when the writing is performed up to the maximum address, the old data is overwritten from the lowest address as if the addresses are continuous in a ring shape. However, data writing is continued.

一方、ディスク90は、クラスタ単位でしかアクセスできないので、DRAM4上のデータをDRAMセクタ単位でディスク90に書き込む場合、そのDRAMセクタに対応するLSNを含むクラスタ全体に対して書き込みを行う必要がある。このため、図50に一例が示されるように、DRAM4上のデータをディスク90に書き込む際に、書き込みたいデータと共に、DRAM4上の、クラスタに対して端数となったDRAMセクタがディスク90に対して上書きされてしまうおそれがある。   On the other hand, since the disk 90 can be accessed only in cluster units, when data on the DRAM 4 is written into the disk 90 in DRAM sector units, it is necessary to write to the entire cluster including the LSN corresponding to the DRAM sector. Therefore, as shown in an example in FIG. 50, when data on the DRAM 4 is written to the disk 90, together with the data to be written, the DRAM sector on the DRAM 4 that is a fraction of the cluster is written to the disk 90. There is a risk of overwriting.

この発明の実施の第1の形態では、上述したDRAM4上の64kBの管理領域とは独立的にアクセス可能なワークDRAMを用い、DRAM4上で1クラスタに対して端数となっているDRAMセクタに対応したセクタを含むディスク90上の1クラスタのデータを、ワークDRAMに一旦書き込む。そして、DRAM4をDRAMセクタ単位でアクセスして、1クラスタに対して端数となっているDRAMセクタをワークRAM上の対応するアドレスに書き込む。そして、このワークRAMのデータをディスク90上にクラスタ単位で書き込むことで、上述の、クラスタに対して端数となったDRAMセクタのディスク90に対する上書きを回避しつつ、ディスク90に対するセクタ(LSN)単位でのデータ書き込みを実現している。   In the first embodiment of the present invention, a work DRAM that can be accessed independently of the above-described 64 kB management area on the DRAM 4 is used, and a DRAM sector that is a fraction of one cluster on the DRAM 4 is supported. Data of one cluster on the disk 90 including the sector thus written is temporarily written in the work DRAM. Then, the DRAM 4 is accessed in units of DRAM sectors, and a DRAM sector that is a fraction of one cluster is written to a corresponding address on the work RAM. Then, by writing the data of the work RAM on the disk 90 in units of clusters, the sector (LSN) unit for the disk 90 is avoided while avoiding overwriting of the DRAM sector, which is a fraction of the cluster, to the disk 90 as described above. Data writing is realized.

なお、ワークDRAMは、DRAMセクタ単位でアクセスが可能とされている。ワークRAMは、システムコントローラ9が有するRAM9Aを用いることができる。DRAM4内に64kB毎の管理領域とは別領域としてワークRAMの領域を設けてもよい。勿論、独立的にワークRAMを設けることもできる。この場合、ワークRAMは、例えばメモリ転送コントローラ3に接続される。ワークRAMのデータの読み書きの制御は、システムコントローラ9およびメモリ転送コントローラ3によりなされる。   The work DRAM can be accessed in units of DRAM sectors. As the work RAM, the RAM 9A included in the system controller 9 can be used. A work RAM area may be provided in the DRAM 4 as an area different from the management area for every 64 kB. Of course, a work RAM can be provided independently. In this case, the work RAM is connected to the memory transfer controller 3, for example. Control of reading and writing data in the work RAM is performed by the system controller 9 and the memory transfer controller 3.

図51は、この発明の実施の第1の形態によるDRAM間コピーの手順を示す。図51Aは、DRAM4およびディスク90のアドレスに対応し、ブロックnは、DRAM4における64kB単位の管理領域と、ディスク90におけるLCNに対応する。一方、図51Aと図51Dに示すワークRAMのアドレスとは、関連性がない。図51Cに示すように、データ(1)が既に記録されたディスク90に対して、データ(1)の次のLSNから、図51Bに示すDRAM4上のデータ(2)を書き込む処理を例にとって説明する。   FIG. 51 shows a procedure for copying between DRAMs according to the first embodiment of the present invention. 51A corresponds to the addresses of the DRAM 4 and the disk 90, and the block n corresponds to a management area of 64 kB units in the DRAM 4 and an LCN in the disk 90. On the other hand, the work RAM addresses shown in FIGS. 51A and 51D are not related. As shown in FIG. 51C, description will be made by taking as an example a process of writing data (2) on DRAM 4 shown in FIG. 51B from the LSN next to data (1) to the disc 90 on which data (1) has already been recorded. To do.

なお、図51Bにおいてデータ(3)は、これからDRAM4に書き込まれるデータである。ディスク90におけるデータ(3)に対応する領域に有効なデータが書き込まれている可能性があるので、ディスク90上の当該部分のデータを破壊することは許されないものとする。また、この実施の第1の形態は、この処理がディスクドライブ装置1自身のFATシステムにより行われるものとし、ディスクドライブ装置1自身のFATシステムによるデータアクセス処理をファイルタスクと称する。   In FIG. 51B, data (3) is data to be written to the DRAM 4 from now on. Since there is a possibility that valid data is written in the area corresponding to the data (3) on the disk 90, it is not allowed to destroy the data of the part on the disk 90. In the first embodiment, this processing is performed by the FAT system of the disk drive device 1 itself, and the data access processing by the FAT system of the disk drive device 1 itself is called a file task.

先ず、ファイルタスクによりFSN、LENGが指定されてキャッシュタスクに対してライト要求が出される。このライト要求に基づき上述の図49の説明と同様にしてFSNおよびLCNの変換処理や対応表の作成/登録、DRAM4に対するアドレス割り当て処理などが行われる。そして、キャッシュタスクからドライブタスクに対して、ディスク90から、ファイルタスクから書き込みを要求されたデータが含まれる先頭の1クラスタ(図51の例ではブロック2)をリードする要求が出される。この要求に基づきディスク90から読み出されたデータは、ワークDRAMに書き込まれる(SEQ200)。   First, FSN and LENG are specified by the file task, and a write request is issued to the cache task. Based on this write request, FSN and LCN conversion processing, correspondence table creation / registration, address assignment processing to the DRAM 4 and the like are performed in the same manner as described above with reference to FIG. Then, a request for reading the first cluster (block 2 in the example of FIG. 51) including the data requested to be written by the file task is issued from the disk 90 to the drive task from the cache task. Data read from the disk 90 based on this request is written to the work DRAM (SEQ200).

キャッシュタスクは、ファイルタスクから渡されたFSN、LENGに基づき対応表を参照し、DRAM4に書き込まれたデータ(2)の先頭側の、64kBの管理領域に対して端数になっているDRAMセクタを、ワークDRAMの、SEQ200で書き込まれたクラスタに対して位置が対応するアドレスに上書きコピーする(SEQ201)。その後、ドライブタスクにより、ワークRAM上のSEQ200およびSEQ201でコピーされたデータが、ディスク90のブロック2に対応するクラスタに上書きされる(SEQ202)。   The cache task refers to the correspondence table based on the FSN and LENG passed from the file task, and selects the DRAM sector that is a fraction of the 64 kB management area at the head of the data (2) written in the DRAM 4. Then, the work DRAM is overwritten and copied to the address corresponding to the position of the cluster written in SEQ200 (SEQ201). Thereafter, the data copied by SEQ200 and SEQ201 on the work RAM is overwritten in the cluster corresponding to block 2 of the disk 90 by the drive task (SEQ202).

次に、対応表に基づき、DRAM4上のデータ(2)のうち、上述のSEQ201で読み出された次のアドレスから、64kB単位で端数が出ない分が読み出され、ディスク90の対応するクラスタに書き込まれる(SEQ203)。この例では、DRAM4のブロック3および4に対応する部分のデータが読み出され、ディスク90に書き込まれる。   Next, based on the correspondence table, the data (2) on the DRAM 4 is read from the next address read out in the above-described SEQ 201 and the fractional part in 64 kB units is read out, and the corresponding cluster of the disk 90 is read out. (SEQ203). In this example, the data of the part corresponding to the blocks 3 and 4 of the DRAM 4 is read and written to the disk 90.

次に、SEQ203で書き込まれたクラスタの次のクラスタ(ブロック5)がディスク90から読み出され、ワークDRAMに書き込まれる(SEQ204)。その直後、キャッシュタスクは、ファイルタスクから渡されたFSN、LENGに基づき、DRAM4におけるブロック5内のデータ(2)がDRAMセクタ単位で読み出され、ワークRAMに上書きコピーされる。こそして、上述のSEQ202と同様にして、ワークDRAMに書き込まれた1クラスタ分のデータがディスク90の対応するLCN(この例ではブロック5)に書き込まれる。   Next, the cluster (block 5) next to the cluster written in SEQ203 is read from the disk 90 and written in the work DRAM (SEQ204). Immediately thereafter, based on the FSN and LENG passed from the file task, the cache task reads the data (2) in the block 5 in the DRAM 4 in units of DRAM sectors and is overwritten and copied to the work RAM. Then, similarly to SEQ202 described above, the data for one cluster written in the work DRAM is written in the corresponding LCN (block 5 in this example) of the disk 90.

このようにして、ディスク90に既に書き込まれたデータ(1)にセクタ単位で連続的なアドレスでデータ(2)が書き込まれ、ディスク90に対するセクタ単位でのデータ書き込みが行われる。   In this way, the data (2) is written to the data (1) already written on the disk 90 with continuous addresses in units of sectors, and data is written to the disks 90 in units of sectors.

次に、この発明の実施の第2の形態について説明する。この実施の第2の形態は、ディスク90に対するデータの書き込み処理が、PC100側のFATシステムに基づき行われる。なお、この実施の第2の形態の説明においては、PC100側のFATシステムによるデータアクセス処理をファイルタスクと称する。また、この実施の第2の形態におけるディスク90に対するデータ書き込みの基本的なシーケンスは、上述した実施の第1の形態で図49を用いて説明したものと略同様とし、対応表も同様にして形成される。   Next, a second embodiment of the present invention will be described. In the second embodiment, data writing processing on the disk 90 is performed based on the FAT system on the PC 100 side. In the description of the second embodiment, data access processing by the FAT system on the PC 100 side is referred to as a file task. The basic sequence of data writing to the disk 90 in the second embodiment is substantially the same as that described with reference to FIG. 49 in the first embodiment, and the correspondence table is also the same. It is formed.

図52は、この発明の実施の第2の形態による、PC100からFSN単位でアドレス指定されて転送されたデータをディスク90に書き込む処理を概略的に示す。PC100では、データの書き込みをFSN単位、すなわちディスク90におけるセクタ単位で指定する。PC100から転送されたデータは、USB I/F6を介してメモリ転送コントローラ3に供給され、メモリ転送コントローラ3の制御の下でDRAM4に書き込まれる(SEQ300)。図52では、DRAM4の64kBの管理領域のうち1つが2kB毎のDRAMアドレス単位に区切られて示されている。PC100から転送されたデータは、FSN単位でアドレスが指定されるため、図中に斜線を付して示すように、64kBのメモリ空間における2kB毎のDRAMアドレスに対して、非連続的にデータが書き込まれる。   FIG. 52 schematically shows a process of writing data, which is addressed and transferred from the PC 100 in units of FSN, to the disk 90 according to the second embodiment of the present invention. In the PC 100, data writing is designated in FSN units, that is, in sector units in the disk 90. The data transferred from the PC 100 is supplied to the memory transfer controller 3 via the USB I / F 6 and written into the DRAM 4 under the control of the memory transfer controller 3 (SEQ300). In FIG. 52, one of the 64 kB management areas of the DRAM 4 is shown divided into DRAM address units every 2 kB. Since the data transferred from the PC 100 is addressed in units of FSN, as shown by hatching in the figure, the data is discontinuous with respect to the DRAM address every 2 kB in the 64 kB memory space. Written.

一方、DRAM4からディスク90に対しては、上述したように、この64kBの管理領域単位でデータが書き込まれる。すなわち、DRAM4上にデータが書き込まれていないDRAMセクタ(図52の例ではDRAM4の斜線が付されていない部分)も含めて、DRAM4のデータがディスク90に書き込まれる。そのため、ディスク90において、DRAM4上にデータが書き込まれていないDRAMアドレスに対応するアドレス(LSN)に必要なデータが書き込まれていた場合、そのデータが上書きされてしまうことになる。   On the other hand, as described above, data is written from the DRAM 4 to the disk 90 in units of management areas of 64 kB. That is, the data of the DRAM 4 is written to the disk 90 including the DRAM sector in which no data is written on the DRAM 4 (in the example of FIG. 52, the hatched portion of the DRAM 4). For this reason, if necessary data is written in the address (LSN) corresponding to the DRAM address in which no data is written on the DRAM 4 in the disk 90, the data is overwritten.

この実施の第2の形態では、これを回避するために、ディスク90上の、DRAM4から64kB単位で書き込みがなされるクラスタのデータを一旦、ワークRAM200にコピーする。そして、ワークRAM200にコピーされたデータのうち、DRAM4上の有効なデータが書き込まれていないDRAMアドレスに対応するアドレスのデータを、DRAM4に対してDRAMセクタ単位でコピーする。その後、DRAM4のデータを64kBの管理領域単位でディスク90のクラスタに書き込む。   In the second embodiment, in order to avoid this, cluster data to be written in units of 64 kB from the DRAM 4 on the disk 90 is temporarily copied to the work RAM 200. Then, of the data copied to the work RAM 200, the data at the address corresponding to the DRAM address to which valid data on the DRAM 4 is not written is copied to the DRAM 4 in units of DRAM sectors. Thereafter, the data of the DRAM 4 is written into the cluster of the disk 90 in units of 64 kB management area.

この処理についてより詳細に説明する。先ず、ファイルタスクにより、PC100からディスク90に対して、FSNとLENGとが指定され、データの書き込みを指示するライト要求が出される。この要求は、上述の図49の説明と同様に、USBタスクを介してキャッシュタスクに渡され、キャッシュタスクにより、渡されたFSNとLENGに基づき対応表が作成され、DRAM4に対するアドレス割り当てなどが行われる。そして、キャッシュタスクからUSBタスクに対してアドレスが通知され、USBタスクからPC100側のファイルタスクに対してデータ書き込みの準備が整った旨が通知される。   This process will be described in more detail. First, the file task designates FSN and LENG from the PC 100 to the disk 90, and issues a write request instructing data writing. This request is passed to the cache task via the USB task, as described above with reference to FIG. 49, and a correspondence table is created based on the passed FSN and LENG by the cache task, and address assignment to the DRAM 4 is performed. Is called. Then, the address is notified from the cache task to the USB task, and the USB task is notified to the file task on the PC 100 side that preparation for data writing is completed.

PC100からUSB I/F6を介して、ディスク90に書き込むためのデータが2kB単位で転送される。転送されたデータは、キャッシュタスクにより対応表のセクタフィルビットが参照され、指定されたFSNに応じてDRAMセクタ単位でDRAM4に書き込まれる(SEQ300)。   Data to be written to the disk 90 is transferred in units of 2 kB from the PC 100 via the USB I / F 6. The transferred data is referred to the sector fill bit in the correspondence table by the cache task, and is written in the DRAM 4 in units of DRAM sectors according to the designated FSN (SEQ300).

次に、対応表に基づきディスク90に対してLCNが指定され、DRAM4のデータの書き込み対象となるLSNが含まれるクラスタがディスク90から読み出され、ワークRAM200に書き込まれる(SEQ301)。ワークRAM200にデータが書き込まれたら、キャッシュタスクにより対応表のセクタフィルビットが参照され、ワークRAM200における、DRAM4においてPC100から転送されたデータが書き込まれていない、すなわち、セクタフィルビットが「0」となっているDRAMアドレスに対応したアドレスから、DRAMセクタ単位でデータが読み出され、DRAM4の対応するDRAMアドレスに書き込まれる(SEQ302)。   Next, an LCN is designated for the disk 90 based on the correspondence table, and a cluster including the LSN to which data of the DRAM 4 is to be written is read from the disk 90 and written to the work RAM 200 (SEQ301). When data is written to the work RAM 200, the sector fill bit in the correspondence table is referred to by the cache task, and the data transferred from the PC 100 in the DRAM 4 in the work RAM 200 is not written, that is, the sector fill bit is “0”. Data is read in units of DRAM sectors from the address corresponding to the DRAM address, and written to the corresponding DRAM address of the DRAM 4 (SEQ302).

このようにワークRAM200からDRAM4に対してデータがDRAMセクタ単位でコピーされることで、DRAM4では、PC100から転送されたデータが書き込まれたDRAMセクタ以外の領域が、ディスク90から読み出されたデータによりDRAMセクタ単位で埋められることになる。そして、キャッシュタスクによりDRAM4のデータが64kBの管理領域単位で読み出され、ドライブタスクによりディスク90の対応するLCNにクラスタ単位で書き込まれる(SEQ303)。   As described above, data is copied from the work RAM 200 to the DRAM 4 in units of DRAM sectors, and in the DRAM 4, an area other than the DRAM sector in which the data transferred from the PC 100 is written is the data read from the disk 90. Thus, the data is filled in units of DRAM sectors. Then, the data in the DRAM 4 is read out in 64 kB management area units by the cache task, and written in the corresponding LCN of the disk 90 in cluster units by the drive task (SEQ303).

上述したような処理によれば、PC100からFSN単位で転送されたデータを、ディスク90に対して、ディスク90の他のデータを破壊せずにLSN単位で書き込むことができる。   According to the processing as described above, data transferred from the PC 100 in units of FSN can be written to the disk 90 in units of LSN without destroying other data of the disk 90.

なお、上述では、この発明がディスク状記録媒体にデータを記録する記録装置に適用されるように説明したが、これはこの例に限定されない。すなわち、この発明は、バッファメモリのセクタより大きなデータ単位でアクセスを行う他の記録媒体または記憶媒体にデータを記録する記録装置にも適用可能なものである。例えば、フラッシュメモリなどのような半導体メモリを記録媒体または記憶媒体に用いた記録装置にこの発明を適用可能である。   In the above description, the present invention has been described as applied to a recording apparatus that records data on a disk-shaped recording medium. However, the present invention is not limited to this example. That is, the present invention is also applicable to a recording apparatus that records data on another recording medium or a storage medium that is accessed in a data unit larger than a sector of the buffer memory. For example, the present invention can be applied to a recording apparatus using a semiconductor memory such as a flash memory as a recording medium or a storage medium.

ここで、特許請求の範囲との一例の対応関係を示すと、請求項1において、記録手段および再生手段は、例えばメディアドライブ部2およびシステムコントローラ9に対応する。第1のメモリは、例えばクラスタバッファメモリ(DRAM)4に対応する。第2のメモリは、システムコントローラ9が有するRAM9Aやクラスタバッファメモリ4の第1のメモリとは別の領域、または、第2のメモリとして別途設けられたメモリなどに対応する。対応表は、図47に一例が示される表であって、例えばシステムコントローラ9が有するRAM9Aに記憶される。メモリ制御手段は、例えばメモリ転送コントローラ3およびシステムコントローラ9に対応する。また、フィル情報は、例えばセクタフィルビットに対応する。   Here, as an example of the correspondence relationship with the claims, in claim 1, the recording means and the reproducing means correspond to, for example, the media drive unit 2 and the system controller 9. The first memory corresponds to, for example, a cluster buffer memory (DRAM) 4. The second memory corresponds to an area different from the first memory of the RAM 9A and the cluster buffer memory 4 included in the system controller 9, or a memory separately provided as the second memory. The correspondence table is a table whose example is shown in FIG. 47, and is stored in, for example, the RAM 9 </ b> A included in the system controller 9. The memory control means corresponds to, for example, the memory transfer controller 3 and the system controller 9. The fill information corresponds to a sector fill bit, for example.

次世代MD1システムの仕様のディスクの説明に用いる図である。It is a figure used for description of the disk of the specification of the next generation MD1 system. 次世代MD1システムの仕様のディスクの記録領域の説明に用いる図である。It is a figure used for description of the recording area of the disc of the specification of the next generation MD1 system. 次世代MD2システムの仕様のディスクの説明に用いる図である。It is a figure used for description of the disk of the specification of the next generation MD2 system. 次世代MD2システムの仕様のディスクの記録領域の説明に用いる図である。It is a figure used for description of the recording area of the disc of the specification of the next generation MD2 system. UIDの一例のフォーマットを概略的に示す略線図である。It is a basic diagram which shows roughly the format of an example of UID. 次世代MD1および次世代MD2のエラー訂正符号化処理の説明に用いる図である。It is a figure used for description of error correction coding processing of next generation MD1 and next generation MD2. 次世代MD1および次世代MD2のエラー訂正符号化処理の説明に用いる図である。It is a figure used for description of error correction coding processing of next generation MD1 and next generation MD2. 次世代MD1および次世代MD2のエラー訂正符号化処理の説明に用いる図である。It is a figure used for description of error correction coding processing of next generation MD1 and next generation MD2. ウォブルを用いたアドレス信号の生成の説明に用いる斜視図である。It is a perspective view used for description of generation of an address signal using wobble. 現行のMDシステムおよび次世代MD1システムのADIP信号の説明に用いる図である。It is a figure used for description of the ADIP signal of the current MD system and the next generation MD1 system. 現行のMDシステムおよび次世代MD1システムのADIP信号の説明に用いる図である。It is a figure used for description of the ADIP signal of the current MD system and the next generation MD1 system. 次世代MD2システムのADIP信号の説明に用いる図である。It is a figure used for description of the ADIP signal of a next generation MD2 system. 次世代MD2システムのADIP信号の説明に用いる図である。It is a figure used for description of the ADIP signal of a next generation MD2 system. 現行のMDシステムおよび次世代MD1システムでのADIP信号とフレームとの関係を示す図である。It is a figure which shows the relationship between the ADIP signal and frame in the current MD system and the next generation MD1 system. 次世代MD1システムでのADIP信号とフレームとの関係を示す図である。It is a figure which shows the relationship between the ADIP signal and frame in the next generation MD1 system. 次世代MD2システムでのコントロール信号の説明に用いる図である。It is a figure used for description of the control signal in the next generation MD2 system. ディスクドライブ装置のブロック図である。It is a block diagram of a disk drive device. メディアドライブ部の構成を示すブロック図である。It is a block diagram which shows the structure of a media drive part. 次世代MD1によるディスクの一例の初期化処理を示すフローチャートである。It is a flowchart which shows the initialization process of an example of the disk by next generation MD1. 次世代MD2によるディスクの一例の初期化処理を示すフローチャートである。It is a flowchart which shows the initialization process of an example of the disk by next generation MD2. オーディオデータの管理方式の第1の例の説明に用いる図である。It is a figure used for description of the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるオーディオデータファイルの説明に用いる図である。It is a figure used for description of the audio data file by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるトラックインデックスファイルの説明に用いる図である。It is a figure used for description of the track index file by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるプレイオーダテーブルの説明に用いる図である。It is a figure used for description of the play order table by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるプログラムドプレイオーダテーブルの説明に用いる図である。It is a figure used for description of the programmed play order table by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるグループインフォメーションテーブルの説明に用いる図である。It is a figure used for description of the group information table by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるトラックインフォメーションテーブルの説明に用いる図である。It is a figure used for description of the track information table by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるパーツインフォメーションテーブルの説明に用いる図である。It is a figure used for description of the parts information table by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例によるネームテーブルの説明に用いる図である。It is a figure used for description of the name table by the 1st example of the management system of audio data. オーディオデータの管理方式の第1の例による一例の処理を説明するための図である。It is a figure for demonstrating the process of an example by the 1st example of the management system of audio data. ネームテーブルのネームスロットが複数参照可能であることを説明するための図である。It is a figure for demonstrating that two or more name slots of a name table can be referred. オーディオデータの管理方式の第1の例でオーディオデータファイルからパーツを削除する処理の説明に用いる図である。It is a figure used for description of the process which deletes parts from an audio data file in the 1st example of the management system of audio data. オーディオデータの管理方式の第2の例の説明に用いる図である。It is a figure used for description of the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるオーディオデータファイルの構造を示す図である。It is a figure which shows the structure of the audio data file by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるトラックインデックスファイルの説明に用いる図である。It is a figure used for description of the track index file by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるプレイオーダテーブルの説明に用いる図である。It is a figure used for description of the play order table by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるプログラムドプレイオーダテーブルの説明に用いる図である。It is a figure used for description of the programmed play order table by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるグループインフォメーションテーブルの説明に用いる図である。It is a figure used for description of the group information table by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるトラックインフォメーションテーブルの説明に用いる図である。It is a figure used for description of the track information table by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例によるネームテーブルの説明に用いる図である。It is a figure used for description of the name table by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例による一例の処理を説明するための図である。It is a figure for demonstrating the process of an example by the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例で、インデックスにより1つのファイルのデータが複数のインデックス領域に分けられることを説明するための図である。FIG. 10 is a diagram for explaining that data of one file is divided into a plurality of index areas by an index in the second example of the audio data management method. オーディオデータの管理方式の第2の例で、トラックの連結の説明に用いる図である。It is a figure used for description of the connection of a track | truck in the 2nd example of the management system of audio data. オーディオデータの管理方式の第2の例で、別の方法によるトラックの連結の説明に用いる図である。It is a figure used for description of the connection of the track | truck by another method in the 2nd example of the management system of audio data. パーソナルコンピュータとディスクドライブ装置とが接続された状態で、書き込むデータの種類により管理権限を移動させることを説明するための図である。It is a figure for demonstrating moving a management authority with the kind of data to write in the state in which the personal computer and the disk drive apparatus were connected. ディスクにおいて読み書きされるデータの転送経路を抜き出して示すブロック図である。It is a block diagram which extracts and shows the transfer path | route of the data read / written in a disk. FSNとLCNとを対応付けることが可能な対応表の一例の構成を示す略線図である。It is an approximate line figure showing the composition of an example of the correspondence table which can associate FSN and LCN. セクタフィルビットを説明するための図である。It is a figure for demonstrating a sector fill bit. PCからディスクに対してデータを書き込む際の処理を示す一例のシーケンスチャートである。It is an example sequence chart which shows the process at the time of writing data with respect to a disk from PC. DRAM上のデータをディスクに書き込む際にディスク上のデータが上書きされてしまうことを説明するための図である。It is a figure for demonstrating that the data on a disk will be overwritten when the data on DRAM are written in a disk. この発明の実施の第1の形態によるDRAM間コピーの手順を示す略線図である。It is a basic diagram which shows the procedure of the copy between DRAM by 1st Embodiment of this invention. この発明の実施の第2の形態によるPCからFSN単位でアドレス指定され転送されたデータをディスクに書き込む処理を概略的に示す略線図である。It is a basic diagram which shows roughly the process which writes in the disk the data addressed and transferred by the FSN unit from PC by the 2nd Embodiment of this invention.

符号の説明Explanation of symbols

1 ディスクドライブ装置
2 メディアドライブ部
3 メモリ転送コントローラ
4 クラスタバッファメモリ(DRAM)
5 補助メモリ
6,8 USBインターフェイス
7 USBハブ
9 システムコントローラ
9A RAM
10 オーディオ処理部
12 RS−LDCエンコーダ
13 1−7pp変調部
14 ACIRCエンコーダ
15 EFM変調部
16 セレクタ
17 磁気ヘッドドライバ
18 磁気ヘッド
19 光学ヘッド
22 1−7復調部
23 RS−LDCデコーダ
23 EFM変調部
24 ACIRCデコーダ
26 セレクタ
30 ADIP復調部
32,33 アドレスデコーダ
50 スイッチ
90 ディスク
100 パーソナルコンピュータ
200 ワークRAM
DESCRIPTION OF SYMBOLS 1 Disk drive apparatus 2 Media drive part 3 Memory transfer controller 4 Cluster buffer memory (DRAM)
5 Auxiliary memory 6, 8 USB interface 7 USB hub 9 System controller 9A RAM
DESCRIPTION OF SYMBOLS 10 Audio processing part 12 RS-LDC encoder 13 1-7pp modulation part 14 ACIRC encoder 15 EFM modulation part 16 Selector 17 Magnetic head driver 18 Magnetic head 19 Optical head 22 1-7 Demodulation part 23 RS-LDC decoder 23 EFM modulation part 24 ACIRC decoder 26 Selector 30 ADIP demodulator 32, 33 Address decoder 50 Switch 90 Disk 100 Personal computer 200 Work RAM

Claims (8)

第1のデータ単位で記録媒体にデータを記録する記録装置において、
第1のデータ単位で記録媒体にデータを記録する記録手段と、
上記第1のデータ単位で上記記録媒体からデータを再生する再生手段と、
上記第1のデータ単位に対応する単位でメモリ空間が管理され、上記第1のデータ単位より小さい第2のデータ単位でアクセス可能な第1のメモリと、
上記第2のデータ単位でアクセス可能な第2のメモリと、
上記第1のメモリ上のアドレスと、上記記録媒体の上記第1のデータ単位と、上記第1のメモリの上記アドレスに対応する上記メモリ空間管理単位についてデータが有効か否かを上記第2のデータ単位で示すフィル情報とを対応付ける対応表と、
上記記録媒体に記録するための記録データを上記フィル情報に基づき上記第1のメモリに書き込むメモリ制御手段と
を有し、
上記記録媒体に対する記録要求があると、該記録媒体上の、該記録要求によりデータが記録される領域のデータを上記第1のデータ単位で再生して上記第2のメモリに一時的に記憶するようにしたことを特徴とする記録装置。
In a recording apparatus for recording data on a recording medium in a first data unit,
Recording means for recording data on a recording medium in a first data unit;
Reproducing means for reproducing data from the recording medium in the first data unit;
A first memory in which a memory space is managed in a unit corresponding to the first data unit and accessible in a second data unit smaller than the first data unit;
A second memory accessible in the second data unit;
Whether the data is valid for the address on the first memory, the first data unit of the recording medium, and the memory space management unit corresponding to the address of the first memory. A correspondence table that correlates fill information shown in data units,
Memory control means for writing recording data to be recorded on the recording medium to the first memory based on the fill information,
When there is a recording request for the recording medium, data in an area where data is recorded by the recording request on the recording medium is reproduced in the first data unit and temporarily stored in the second memory. A recording apparatus characterized by being configured as described above.
請求項1に記載の記録装置において、
上記第2のデータ単位はセクタであって、上記第1のデータ単位は上記第2のデータ単位が複数集まってなるクラスタであることを特徴とする記録装置。
The recording apparatus according to claim 1,
The recording apparatus, wherein the second data unit is a sector, and the first data unit is a cluster composed of a plurality of the second data units.
請求項1に記載の記録装置において、
上記記録媒体に対するデータ書き込み要求が上記第2のデータ単位でなされ、該データ書き込み要求に応じて上記第2のデータ単位で転送されたデータを上記対応表に基づき上記第1のメモリに書き込み、上記第1のメモリに書き込まれたデータを上記対応表に基づき対応する上記記録媒体の上記第1のデータ単位に記録するようにしたことを特徴とする記録装置。
The recording apparatus according to claim 1,
A data write request to the recording medium is made in the second data unit, and the data transferred in the second data unit in response to the data write request is written to the first memory based on the correspondence table, A recording apparatus, wherein data written in a first memory is recorded in the first data unit of the corresponding recording medium based on the correspondence table.
請求項1に記載の記録装置において、
上記記録媒体上の記録データが書き込まれる領域から上記第1のデータ単位で再生されたデータと、上記第1のメモリに書き込まれた上記記録データとを上記第2のメモリに書き込み、上記第2のメモリに書き込まれたデータを上記記録媒体の上記記録データが書き込まれる領域に上記第1のデータ単位で書き込むようにしたことを特徴とする記録装置。
The recording apparatus according to claim 1,
The data reproduced in the first data unit from the area where the recording data on the recording medium is written and the recording data written to the first memory are written to the second memory, and the second memory A recording apparatus, wherein data written in said memory is written in said first data unit in an area of said recording medium in which said recording data is written.
請求項4に記載の記録装置において、
上記第1のメモリ上のアドレスは巡回的に用いられ、上記データはアドレス的に連続的に書き込まれるデータであることを特徴とする記録装置。
The recording apparatus according to claim 4,
The recording apparatus according to claim 1, wherein the address on the first memory is used cyclically, and the data is data written continuously in an address.
請求項1に記載の記録装置において、
上記記録媒体上の、上記記録データが書き込まれる領域から上記第1のデータ単位で再生されたデータを上記第2のメモリに書き込むと共に、上記第2のデータ単位で書き込みを要求された上記記録データを上記第1のメモリに上記フィル情報に基づいて書き込み、
上記第1のメモリの上記記録データが書き込まれていない領域に該領域に対応する上記第2のメモリの領域のデータを書き込んで、上記第1のメモリ上のデータを上記第1のデータ単位で上記記録媒体の上記記録データが書き込まれる領域に書き込むようにしたことを特徴とする記録装置。
The recording apparatus according to claim 1,
The recording data on the recording medium in which the data reproduced in the first data unit from the area in which the recording data is written is written into the second memory, and the recording data requested to be written in the second data unit To the first memory based on the fill information,
The data in the second memory area corresponding to the area is written in the area where the recording data is not written in the first memory, and the data in the first memory is converted into the first data unit. A recording apparatus, wherein the recording data is written in an area in which the recording data is written.
請求項6に記載の記録装置において、
上記記録データは、上記第1のメモリに対するアドレスを上記第2のデータ単位を最小単位として非連続的に指定されることを特徴とする記録装置。
The recording apparatus according to claim 6, wherein
The recording apparatus is characterized in that an address for the first memory is specified discontinuously with the second data unit as a minimum unit.
第1のデータ単位で記録媒体にデータを記録する記録方法において、
第1のデータ単位で記録媒体にデータを記録する記録のステップと、
上記第1のデータ単位で上記記録媒体からデータを再生する再生のステップと、
上記第1のデータ単位に対応する単位でメモリ空間が管理され、上記第1のデータ単位より小さい第2のデータ単位でアクセス可能な第1のメモリ上のアドレスと、上記記録媒体の上記第1のデータ単位と、上記第1のメモリの上記アドレスに対応する上記メモリ空間管理単位についてデータが有効か否かを上記第2のデータ単位で示すフィル情報とを対応付けるステップと、
上記記録媒体に記録するための記録データを上記フィル情報に基づき上記第1のメモリに書き込むメモリ制御のステップと
を有し、
上記記録媒体に対する記録要求があると、該記録媒体上の、該記録要求によりデータが記録される領域のデータを上記第1のデータ単位で再生して上記第2のデータ単位でアクセス可能な第2のメモリに一時的に記憶するようにしたことを特徴とする記録方法。
In a recording method for recording data on a recording medium in a first data unit,
A recording step of recording data on a recording medium in a first data unit;
A reproduction step of reproducing data from the recording medium in the first data unit;
The memory space is managed in a unit corresponding to the first data unit, and an address on the first memory accessible in a second data unit smaller than the first data unit, and the first of the recording medium Associating the data unit with the fill information indicating whether the data is valid for the memory space management unit corresponding to the address of the first memory in the second data unit;
A memory control step of writing recording data for recording on the recording medium into the first memory based on the fill information,
When there is a recording request for the recording medium, data in an area in which data is recorded by the recording request on the recording medium is reproduced in the first data unit and accessible in the second data unit. 2. A recording method characterized in that the recording method is temporarily stored in the second memory.
JP2003272810A 2003-07-10 2003-07-10 Device and method for recording Pending JP2005032379A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003272810A JP2005032379A (en) 2003-07-10 2003-07-10 Device and method for recording

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003272810A JP2005032379A (en) 2003-07-10 2003-07-10 Device and method for recording

Publications (1)

Publication Number Publication Date
JP2005032379A true JP2005032379A (en) 2005-02-03

Family

ID=34210247

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003272810A Pending JP2005032379A (en) 2003-07-10 2003-07-10 Device and method for recording

Country Status (1)

Country Link
JP (1) JP2005032379A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007241576A (en) * 2006-03-07 2007-09-20 Matsushita Electric Ind Co Ltd Nonvolatile storage device and data writing method
JP2010532536A (en) * 2007-06-30 2010-10-07 マイクロソフト コーポレーション Digital media processing interface

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007241576A (en) * 2006-03-07 2007-09-20 Matsushita Electric Ind Co Ltd Nonvolatile storage device and data writing method
JP2010532536A (en) * 2007-06-30 2010-10-07 マイクロソフト コーポレーション Digital media processing interface
US8612643B2 (en) 2007-06-30 2013-12-17 Microsoft Corporation Interfaces for digital media processing
US9043504B2 (en) 2007-06-30 2015-05-26 Microsoft Technology Licensing, Llc Interfaces for digital media processing

Similar Documents

Publication Publication Date Title
US7027384B2 (en) Storage medium recording method and storage medium having multiple recording areas
JP3873989B2 (en) Content data transfer system and content data transfer method
US20070086284A1 (en) Storage medium initialization method, and recording and reproducing method and apparatus
JP3855862B2 (en) Editing method and apparatus
US7440365B2 (en) Recording method for recording data on a storage medium
US7159090B2 (en) Reproducing method, reproducing apparatus, and data accessing method
US7486791B2 (en) Reproducing method, reproducing apparatus, recording method, and recording apparatus
US7286446B2 (en) Track management method and apparatus for managing tracks on a storage medium
JP3855863B2 (en) Reproduction method and apparatus, recording method and apparatus
US20030185124A1 (en) Storage medium initialization and cancellation method
JP2005025729A (en) File transfer system and file transfer method
JP2005044465A (en) Recording device and method
JP4264949B2 (en) Data transfer system, data transfer method, and data transfer program
US7110328B2 (en) Recording and reproducing apparatus for recording and reproducing information to and from a magneto-optical storage medium
JP4182790B2 (en) Recording method
JP2005032379A (en) Device and method for recording
JP4107120B2 (en) Recording method, recording medium drive apparatus, and recording system
JP4214886B2 (en) Recording apparatus, recording method, recording program, and recording medium
JP2005018842A (en) Reproducing device and method
JP4066862B2 (en) Data access method, playback device, recording method, and recording device
JP4228857B2 (en) Recording apparatus, reproducing apparatus and recording / reproducing apparatus
JP2005196882A (en) Disk type recording medium, data recording apparatus, data recording method, data reproducing apparatus, and data reproducing method
JP2004087078A (en) Data access method, reproducing device, recording method, and recording device
JP2004087075A (en) Recording method, recording apparatus and editing method
JP2004087084A (en) Initialization method of recording medium, initialization and initialization release method of recording medium