JPH08241230A - Data management method and data recorder - Google Patents

Data management method and data recorder

Info

Publication number
JPH08241230A
JPH08241230A JP7283938A JP28393895A JPH08241230A JP H08241230 A JPH08241230 A JP H08241230A JP 7283938 A JP7283938 A JP 7283938A JP 28393895 A JP28393895 A JP 28393895A JP H08241230 A JPH08241230 A JP H08241230A
Authority
JP
Japan
Prior art keywords
data
area
file
recording
continuous
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
JP7283938A
Other languages
Japanese (ja)
Inventor
Tsutomu Yamamoto
勉 山本
Hiroyuki Fujita
裕之 藤田
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 JP7283938A priority Critical patent/JPH08241230A/en
Publication of JPH08241230A publication Critical patent/JPH08241230A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Abstract

PURPOSE: To provide a data management method which stores data of a large data volume like AV data and data of a small size like text data on the same recording medium in relation to each other. CONSTITUTION: The recording medium is divided into an area for storage of continuous data like AV data and an area for storage of discontinuous data like text data, and data management in the former area is performed in the record entry system, and that in the latter is performed in the i-node system. With respect to file entry, two pointers of the record entry number of continuous data and the i-node number of discontinuous data are described for one file name. Thus, two data of continuous data and discontinuous data are managed by one file name.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ハードディスクや
光磁気ディスクなどの記録媒体へデータの記録を行う際
に、ビデオデータやオーディオデータなどの継続的アク
セスの必要な連続データと、テキストデータなどの非連
続データとを、同一の記録媒体上に関連付けて記録する
ことのできるデータ管理方法およびデータ記録装置に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to continuous data, such as video data and audio data, which requires continuous access, and text data when recording data on a recording medium such as a hard disk or a magneto-optical disk. The present invention relates to a data management method and a data recording device capable of recording non-continuous data in association with each other on the same recording medium.

【0002】[0002]

【従来の技術】ハードディスクや光磁気ディスク(以
後、MOディスクと言う)などのディスク媒体にデータ
を記録する際のファイル管理の機能として、ファイルを
ディスクにどのように記録するかといったエリア管理が
ある。そして、そのエリア管理においては、一度に読み
書きするデータの単位と扱うデータの大きさとの関係、
および、ファイルへのエリアの割りつけ方などが重要な
問題となる。
2. Description of the Related Art As a file management function when recording data on a disk medium such as a hard disk or a magneto-optical disk (hereinafter referred to as MO disk), there is area management such as how a file is recorded on the disk. . And in the area management, the relationship between the unit of data read and written at one time and the size of the data handled,
Also, how to allocate areas to files becomes an important issue.

【0003】パーソナルコンピュータの一般的なOSで
あるMS−DOS(米国MicroSoft社の商標)
では、ファイルデータの管理にFAT(File Allocatio
n Table )方式を用いている。そのFAT方式について
図10を参照して説明する。図10は、FAT方式にお
けるファイル管理を説明する図であり、(A)はファイ
ルエントリの構成を示す図、(B)はFATの構成を示
す図、(C)はディスクのデータ記録部分の説明をする
図である。MS−DOSでは、ファイルに対して領域を
割り当てる際にクラスタを単位として割り当てる。すな
わち、1つのファイルはクラスタごとに分割されて記録
され、各クラスタに対応してエントリが設けられる。そ
のクラスタの使用状況を示すと同時に、1つのファイル
を構成するためのクラスタ間のつながりを管理するのが
FATである。
MS-DOS (trademark of MicroSoft, USA) which is a general OS for personal computers
Now, for file data management, FAT (File Allocatio
n Table) method is used. The FAT method will be described with reference to FIG. 10A and 10B are diagrams for explaining file management in the FAT system, where FIG. 10A is a diagram showing the structure of a file entry, FIG. 10B is a diagram showing the structure of the FAT, and FIG. FIG. In MS-DOS, clusters are assigned as a unit when assigning an area to a file. That is, one file is divided and recorded for each cluster, and an entry is provided for each cluster. The FAT manages the connection between the clusters to form one file while showing the usage status of the clusters.

【0004】クラスタに対応したFATの各エントリ
は、(1)未使用である、(2)使用されておりさらに
他のクラスタにデータがつながる、(3)使用されてお
りそのデータの最終クラスタである、(4)不良クラス
タである、のいずれかを表す。(2)の「使用されてお
りさらに他のクラスタにデータがつながる」場合には、
FATのエントリとして次のクラスタ番号が記録され
る。また、(3)の「使用されておりそのデータの最終
クラスタである」場合には、FATのエントリとしてE
OF(通常、−1)が記録される。したがって、ファイ
ル名に基づいてファイルエントリを検索し、そのファイ
ルの開始クラスタの番号を読み出し、その開始クラスタ
からEOFが書かれた最終クラスタまでFATをたどる
ことによって、ファイルデータの記録されているクラス
タを全て得ることができる。
Each entry of the FAT corresponding to a cluster is (1) unused, (2) used and data is connected to another cluster, and (3) used and is the last cluster of the data. One of (4) a defective cluster. In the case of “(2)“ Used and data is connected to another cluster ””,
The next cluster number is recorded as the FAT entry. In addition, in the case of (3) “used and the last cluster of the data”, E is entered as the FAT entry.
OF (usually -1) is recorded. Therefore, by searching the file entry based on the file name, reading the number of the start cluster of the file, and tracing the FAT from the start cluster to the last cluster where EOF is written, the cluster in which the file data is recorded can be found. You can get all.

【0005】図10において、たとえば「file1」
というファイル名のファイルをアクセスする場合、まず
ファイルエントリを検索して「file1」のファイル
エントリを探す。「file1」のファイルエントリが
見つかったら、そのファイルエントリの開始FAT番号
を読み出す。図10に示す例では3である。次に、その
3番のFATの内容を読み出し、次のFAT番号4を得
る。同様に、4番のFATの内容よりFAT番号8を得
る。そして、8番のFATの内容がEOFなので、「f
ile1」というファイルはこのクラスタで終了する。
最終的に、「file1」の内容として、クラスタ3、
4、8のデータがアクセスされる。
In FIG. 10, for example, "file1".
When accessing the file with the file name "1", the file entry is searched first to find the file entry "file1". When the file entry of "file1" is found, the start FAT number of the file entry is read. In the example shown in FIG. 10, it is 3. Next, the contents of the No. 3 FAT are read to obtain the next FAT number 4. Similarly, the FAT number 8 is obtained from the contents of the 4th FAT. And since the content of the 8th FAT is EOF, "f
The file "ile1" ends at this cluster.
Finally, as the contents of “file1”, the cluster 3,
Data 4 and 8 are accessed.

【0006】ワークステーションを中心に急速に普及し
ているUNIX(米国UNIX System Lab
oratories社の商標)においては、ファイルデ
ータの管理にi−nodeを使用する。このi−nod
e方式について図11を参照して説明する。図11は、
i−node方式におけるファイル管理を説明する図で
あり、(A)はファイルエントリの構成を示す図、
(B)はi−nodeの構成を示す図、(C)はディス
クのデータ記録部分の説明をする図である。UNIXに
おいても、1つのファイルはブロックごとに分割されて
ディスク上に記録され、そのファイルの記録されている
ブロック番号がi−nodeに記録されている。なお、
ブロック番号としては、ファイルデータが書かれている
ブロックを直接示す直接指定ポインタの他に、複数の直
接指定ポインタの書かれているブロックを示す間接指定
ポインタが記述される場合もある。i−nodeには、
その他ファイルの属性情報やサイズなどの情報が記述さ
れている。
UNIX (US UNIX System Lab), which is rapidly spreading mainly in workstations,
In the case of a trademark of the Oratories Company, i-node is used for managing file data. This i-nod
The e method will be described with reference to FIG. FIG.
It is a figure explaining the file management in an i-node system, (A) The figure which shows the constitution of the file entry,
(B) is a figure which shows the structure of i-node, (C) is a figure explaining the data recording part of a disc. Also in UNIX, one file is divided into blocks and recorded on the disk, and the block number in which the file is recorded is recorded in the i-node. In addition,
As the block number, in addition to the direct designation pointer directly indicating the block in which the file data is written, an indirect designation pointer indicating a block in which a plurality of direct designation pointers are written may be described. For i-node,
Information such as attribute information and size of other files is described.

【0007】図11において、たとえば「file2」
というファイル名のファイルをアクセスする場合、まず
ファイルエントリを検索して「file2」のファイル
エントリを探す。「file2」のファイルエントリが
見つかったら、そのファイルエントリのi−node番
号を読み出す。図11に示す例では20である。そし
て、その20番のi−nodeの内容を読み出し、ファ
イルサイズと、データの記録されているブロック番号を
得る。図11の例では、ファイルサイズは3000バイ
トであり、そのデータがブロック3、4、8に記録され
ている。なお、ここでのブロックサイズは1024バイ
ト(=1Kバイト)とする。したがって、ブロック8の
952バイト目までが、有効なデータとなる。
In FIG. 11, for example, "file2".
When accessing a file with the file name "1", the file entry is searched first to find the file entry "file2". When the file entry of "file2" is found, the i-node number of the file entry is read. In the example shown in FIG. 11, it is 20. Then, the contents of the 20th i-node are read to obtain the file size and the block number in which the data is recorded. In the example of FIG. 11, the file size is 3000 bytes, and the data is recorded in blocks 3, 4, and 8. The block size here is 1024 bytes (= 1 Kbyte). Therefore, up to the 952th byte of block 8 is valid data.

【0008】[0008]

【発明が解決しようとする課題】ところで、AVデータ
を記録する際に、そのAVデータの記録状況や内容の説
明あるいはデータ識別のための静止画データなどを、対
応づけて記録させたい場合がある。しかし、前述したフ
ァイル管理の方法においては、1つのファイル名に対し
ては1つのデータを対応づける構成となっている。すな
わち、それらのAVデータと関連データをファイル管理
のレベルで対応づけることはできない。仮に対応づけを
行うとすれば、アプリケーションレベルでそれらのデー
タの対応を管理するしかなかった。しかし、そのような
方法においては、常に対応付けを意識しなければならな
いために、データファイルの取扱いが面倒となる。
By the way, when recording AV data, it is sometimes desired to record a description of the recording status and contents of the AV data or still image data for data identification in association with each other. . However, in the file management method described above, one file name is associated with one piece of data. That is, the AV data and the related data cannot be associated at the file management level. If the correspondence is to be made, there is no choice but to manage the correspondence of those data at the application level. However, in such a method, the handling of the data file is troublesome because the correspondence must always be taken into consideration.

【0009】したがって、本発明の目的は、オーディオ
データやビデオデータなどの継続的なアクセスが必要な
連続性データと、テキストデータなどの非連続性データ
との関連付けが容易に行えるようなデータ管理方法を提
供することにある。また、本発明の他の目的は、オーデ
ィオデータやビデオデータなどの継続的なアクセスが必
要な連続性データと、テキストデータなどの非連続性デ
ータとを、関連付けて記録することのできるデータ記録
装置を提供することにある。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a data management method capable of easily associating continuous data such as audio data and video data that needs continuous access with discontinuous data such as text data. To provide. Another object of the present invention is a data recording device capable of recording continuous data, such as audio data and video data, which needs continuous access, and discontinuous data, such as text data, in association with each other. To provide.

【0010】[0010]

【課題を解決するための手段】前記問題を解決するため
に、1つのファイル名に対して複数のデータを対応付け
られるようなファイルエントリを用いてファイルの管理
を行うようにした。すなわち、ファイルエントリが、A
Vデータなどの連続性データと、テキストデータなどの
非連続性データの両方のデータを特定するポインタを含
むような構成にした。
In order to solve the above problems, file management is performed by using a file entry that allows a plurality of data to be associated with one file name. That is, the file entry is A
It is configured to include a pointer that specifies both continuous data such as V data and discontinuous data such as text data.

【0011】したがって、本発明のデータ管理方法は、
記録媒体のデータ記録領域を、継続的アクセスの必要な
連続性データを1以上の可変長レコードに分割して記録
する第1の領域と、継続的アクセスの必要のない非連続
性データを、1以上の固定長ブロックに分割して記録す
る第2の領域とに分割し、前記記録媒体へのデータのア
クセスを、1つのファイル名に対して前記第1の記録領
域の記録データに対するポインタと、前記第2の記録領
域の記録データに対するポインタの両方を具えるファイ
ルエントリにより管理し、1つのファイル名に基づい
て、前記連続性データと非連続性データのいずれか一方
あるいは両方にアクセスする。
Therefore, the data management method of the present invention is
The data recording area of the recording medium is divided into a first area in which continuous data that needs continuous access is divided into one or more variable-length records, and a non-continuous data that does not require continuous access. The recording medium is divided into the above-mentioned fixed-length blocks and a second area for recording, and data access to the recording medium is performed by a pointer to the recording data in the first recording area for one file name. Management is performed by a file entry having both pointers to the recording data in the second recording area, and either one or both of the continuity data and the discontinuity data is accessed based on one file name.

【0012】また、本発明のデータ記録装置は、AVデ
ータを1以上の可変長レコードに分割して記録する第1
の領域と、そのAVデータに関連するAVデータ以外の
データを1以上の固定長ブロックに分割して記録する第
2の領域とを有するデータ記録媒体と、前記記録媒体へ
のデータのアクセスを、1つのファイル名に対して前記
第1の記録領域の記録データに対するポインタと、前記
第2の記録領域の記録データに対するポインタの両方を
具えるファイルエントリにより管理するデータ管理手段
とを有し、1つのファイル名に基づいて前記AVデータ
と前記関連するAVデータ以外のデータを同時的にアク
セス可能にした。
Further, the data recording apparatus of the present invention divides the AV data into one or more variable-length records and records them.
And a data recording medium having a second area for recording data other than AV data related to the AV data by dividing the data into one or more fixed-length blocks, and accessing the data to the recording medium. Data management means for managing with one file name is provided by a file entry having both a pointer for recording data in the first recording area and a pointer for recording data in the second recording area. Data other than the AV data and the related AV data can be simultaneously accessed based on one file name.

【0013】本発明のデータ管理方法およびデータ記録
装置においては、1つのファイルエントリに連続データ
ファイルと、非連続データファイルの両方へのポインタ
を用意した。これにより、連続データと非連続データの
関連付けを、ファイルシステムレベルで実現でき、アプ
リケーションレベルから見た場合には、これらのデータ
の関連付けを気にすることなく1つのファイルとして取
り扱うことができる。
In the data management method and data recording apparatus of the present invention, pointers to both continuous data files and non-continuous data files are prepared for one file entry. As a result, association between continuous data and discontinuous data can be realized at the file system level, and when viewed from the application level, it can be handled as one file without worrying about the association between these data.

【0014】[0014]

【発明の実施の形態】本発明に係わるデータ管理方式の
実施の形態として、まず、本願出願人に係わるデータ管
理方式について説明する。最初に、本願出願人に係わる
ファイル管理方式であるレコードエントリ方式について
図1を参照して説明する。図1は、レコードエントリ方
式におけるファイル管理を説明する図であり、(A)は
ファイルエントリの構成を示す図、(B)はレコードエ
ントリの構成を示す図、(C)はディスクのデータ記録
部分の説明をする図である。レコードエントリ方式にお
いては、ファイルを複数の連続する可変長の領域で分割
してディスク上に記録する。その1つの連続領域をレコ
ードエントリと呼ぶ管理単位によって管理し、複数のレ
コードエントリをリンクすることによってファイルデー
タを構成する。
BEST MODE FOR CARRYING OUT THE INVENTION As an embodiment of a data management system according to the present invention, first, a data management system related to the applicant of the present application will be described. First, a record entry method, which is a file management method related to the applicant of the present application, will be described with reference to FIG. 1A and 1B are diagrams for explaining file management in the record entry method. FIG. 1A is a diagram showing the structure of a file entry, FIG. 1B is a diagram showing the structure of a record entry, and FIG. 1C is a data recording portion of a disc. It is a figure explaining. In the record entry method, a file is divided into a plurality of continuous variable length areas and recorded on a disc. One continuous area is managed by a management unit called a record entry, and a plurality of record entries are linked to form file data.

【0015】図1において、たとえば「file3」と
いうファイル名のファイルをアクセスする場合、まずフ
ァイルエントリを検索して「file3」のファイルエ
ントリを探し、そのファイルエントリのレコードエント
リ番号を読み出す。図1に示す例では1である。次に、
レコードエントリ1の内容を読み出し、リンクされてい
るレコードエントリの番号、レコードの開始ブロック番
号、および、レコードサイズを読み出す。このレコード
の開始ブロック番号とレコードサイズより、「file
3」のデータはアクセス可能となる。以下同様に、リン
クされたレコードエントリをたどることにより、「fi
le3」のデータが順次アクセスされる。リンクされて
いるレコードエントリ番号がEOFになると、そのレコ
ードエントリで「file3」のデータは終了する。
In FIG. 1, when accessing a file having a file name "file3", for example, the file entry is first searched to find the file entry "file3", and the record entry number of the file entry is read. In the example shown in FIG. 1, it is 1. next,
The contents of the record entry 1 are read out, and the linked record entry number, the start block number of the record, and the record size are read out. From the starting block number and record size of this record, "file
The data of "3" becomes accessible. Similarly, by following the linked record entries, "fi
data of "le3" are sequentially accessed. When the linked record entry number becomes EOF, the data of "file3" ends at that record entry.

【0016】図1の場合、データはブロック1200番
から100ブロック長、1400番から600ブロック
長および2200番から300ブロック長の3つの連続
領域からなる。このようなレコードエントリ方式では、
媒体上の連続領域1つに対して1つのレコードエントリ
を使用する。そのため、オーディオデータやビデオデー
タのような比較的サイズの大きいデータに対して、前述
したFAT方式やi−node方式に比べて管理領域を
小さくすることができる。
In the case of FIG. 1, the data consists of three consecutive areas of blocks 1200 to 100 blocks long, 1400 to 600 blocks long and 2200 to 300 blocks long. In such a record entry method,
One record entry is used for each continuous area on the medium. Therefore, it is possible to reduce the management area for relatively large size data such as audio data and video data, as compared with the FAT system and i-node system described above.

【0017】また本願出願人に係わるデータ管理の他の
方法として、前記管理方法を組み合わせた方法がある。
その方法は、記録媒体を2つの領域に分割し,第1の領
域においては前記レコードエントリ方式によりデータの
管理を行い,第2の領域においては前記i−node方
式によりデータの管理を行うものである。この管理方法
においては、ファイルエントリにファイルの種別を記録
しておき、そのファイルの種別に基づいて前記第1ある
いは第2の領域をアクセスする。
Another method of data management related to the applicant of the present application is a method in which the above management methods are combined.
The method divides a recording medium into two areas, and manages data in the first area by the record entry method and manages data in the second area by the i-node method. is there. In this management method, the file type is recorded in the file entry, and the first or second area is accessed based on the file type.

【0018】この管理方法においては、AVデータなど
のデータ量が大きく継続的アクセスの必要なデータは、
1つの記録領域が比較的大きい前記レコードエントリ方
式により管理される第1の領域に記録し、テキストデー
タなどのデータ量の小さいデータは、個々の管理情報の
サイズが小さいi−node方式により管理される第2
の領域に記録することができる。その結果、AVデータ
の記録に関して、分割数が少なくなるので管理情報を抑
えることができ、さらに、連続した領域に継続的にアク
セス可能にデータを記録させることができる。
In this management method, data that has a large amount of data such as AV data and requires continuous access is
One recording area is recorded in the first area managed by the record entry method which is relatively large, and data having a small amount of data such as text data is managed by the i-node method in which the size of each management information is small. Second
Can be recorded in the area. As a result, regarding the recording of the AV data, the number of divisions is reduced, so that the management information can be suppressed, and further, the data can be continuously and accessiblely recorded in a continuous area.

【0019】次に、本発明のデータ管理方法、および、
そのデータ管理方法を適用したデータ記録装置の実施の
形態について、図2〜図9を参照して説明する。図2
は、本発明のファイル管理方法を適用したAVサーバ装
置の構成を示すブロック図である。このAVサーバ装置
は、大容量のデータ記録装置を中心に構成され、映像信
号と音声信号よりなる種々のAVデータを記録してお
き、要求に応じて適宜出力し編集あるいは放送などを行
うAVデータ供給装置である。
Next, the data management method of the present invention, and
An embodiment of a data recording device to which the data management method is applied will be described with reference to FIGS. Figure 2
FIG. 3 is a block diagram showing a configuration of an AV server device to which the file management method of the present invention is applied. This AV server device is mainly composed of a large-capacity data recording device, records various AV data composed of video signals and audio signals, and outputs the data appropriately for requesting editing or broadcasting. It is a supply device.

【0020】まず、図2を参照して、AVサーバ装置1
全体の構成および動作について説明する。AVサーバ装
置1には、デジタル化された映像信号が入力される。そ
の入力されたデジタル映像信号S10は、映像信号高能
率符号化装置101〜10n にそれぞれ入力され、高能
率符号化されて高能率符号化映像データS11aが生成
される。なお、映像信号高能率符号化装置101 〜10
n における符号化率は、同期システム制御実行装置16
による制御信号S12により設定される。また、高能率
符号化装置101 〜10n は、通常は同期システム制御
実行装置に入力される同期信号S18に基づいた同期信
号により動作するが、入力映像信号S10からクロック
およびフレームタイミングを抽出して内部で用いること
も可能であり、このように動作した場合には、映像信号
用同期信号に同期した映像信号の入力が行える。生成さ
れた高能率符号化映像データS11aは、放送局用のル
ーティングスイッチャなどの回線交換装置11に入力さ
れる。
First, referring to FIG. 2, the AV server device 1
The overall configuration and operation will be described. A digitized video signal is input to the AV server device 1. Digital video signal S10 which is the input is inputted to the video signal high-efficiency coding apparatus 10 1 to 10 n, the high-efficiency encoded video data S11a is generated coded with high efficiency. It should be noted that the video signal high-efficiency encoders 10 1 to 10
The coding rate at n is the synchronization system control execution unit 16
Is set by the control signal S12. Further, the high-efficiency encoders 10 1 to 10 n normally operate by a synchronization signal based on the synchronization signal S18 input to the synchronization system control execution device, but extract the clock and frame timing from the input video signal S10. Can also be used internally, and when operated in this manner, a video signal synchronized with the video signal synchronization signal can be input. The generated high-efficiency coded video data S11a is input to the circuit switching device 11 such as a routing switcher for a broadcasting station.

【0021】回線交換装置11は、同期システム制御実
行装置16により入力される回線交換先を示す制御信号
S13に基づいて、入力された高能率符号化映像データ
S11aを、入力高能率符号化映像データS11bとし
て、n個のデータ蓄積装置301 〜30n のいずれかに
入力する。データ蓄積装置301 〜30n は、同期シス
テム制御実行装置16からの制御信号S14により各々
個別に制御され、後述するデータ蓄積装置301 〜30
n内のデータ管理装置308により、入力高能率符号化
映像データS11bの蓄積、管理を行い、さらに所望の
再生要求に応じて再生する。なお、再生された映像デー
タは、再生高能率符号化映像データS15aとして、回
線交換装置11に出力される。
The circuit switching device 11 converts the input high-efficiency coded video data S11a into the input high-efficiency coded video data based on the control signal S13 indicating the circuit switching destination input by the synchronous system control execution device 16. As S11b, the data is input to any of the n data storage devices 30 1 to 30 n . The data storage devices 30 1 to 30 n are individually controlled by the control signal S14 from the synchronous system control execution device 16, and are stored in the data storage devices 30 1 to 30 to be described later.
The data management device 308 in n stores and manages the input high-efficiency coded video data S11b, and reproduces the input high-efficiency coded video data S11b according to a desired reproduction request. The reproduced video data is output to the circuit switching device 11 as reproduction high-efficiency coded video data S15a.

【0022】回線交換装置11に入力された再生高能率
符号化映像データS15aは、入力時と同様に、同期シ
ステム制御実行装置16より入力される回線交換先を示
す制御信号S13に基づいて、高能率符号化映像データ
S15bとして、n個の映像信号復号装置131 〜13
n のいずれかに入力される。映像信号復号装置131
13n は、入力された高能率符号化映像データS15b
を復号し、復元映像信号S16を生成して、AVサーバ
装置1よりたとえば編集装置などに出力する。なお、復
号化は、符号化データ(高能率符号化映像データS15
b)に従って自動的に復号化することができるため、映
像信号復号装置131 〜13n には特に制御信号は入力
されていない。
The reproduced high-efficiency coded video data S15a input to the circuit switching device 11 is high based on the control signal S13 indicating the circuit switching destination input from the synchronous system control execution device 16 as at the time of input. As the efficiency-coded video data S15b, n video signal decoding devices 13 1 to 13
Input to any of n . Video signal decoding apparatus 13 1 -
13 n is the input high-efficiency coded video data S15b
Is decoded to generate a restored video signal S16, which is output from the AV server device 1 to, for example, an editing device. It should be noted that the decoding is performed by using the encoded data (high-efficiency encoded video data S15
Since it can be automatically decoded according to b), no particular control signal is input to the video signal decoding devices 13 1 to 13 n .

【0023】また、AVサーバ装置1においては、LA
Nを介して接続されたコンピュータ装置などの上位応用
システム14より、制御命令S17aが制御命令伝達装
置15に順次伝達される。制御命令伝達装置15は、そ
の制御命令S17aを、LANでの通信プロトコルから
同期システム制御実行装置16と通信可能なプロトコル
に変換し、変換された制御命令S17bを同期システム
制御実行装置16に伝達する。この制御信号に従って、
前述した各部が所望の動作を行う。
Further, in the AV server device 1, the LA
The control command S17a is sequentially transmitted to the control command transmission device 15 from the host application system 14 such as a computer device connected via N. The control command transmitting device 15 converts the control command S17a from a LAN communication protocol into a protocol capable of communicating with the synchronous system control executing device 16, and transfers the converted control command S17b to the synchronous system control executing device 16. . According to this control signal,
The above-mentioned units perform desired operations.

【0024】次に、AVサーバ装置1の、本発明に係わ
るデータ蓄積装置301 〜30n について、図3および
図4を参照してさらに詳細に説明する。図3は、そのデ
ータ蓄積装置301 〜30n の構成を示すブロック図で
あり、図4は、そのメモリ回路(MEM)上にソフトウ
ェア形式で実現されたデータ管理装置308の構成を示
す図である。図3に示すように、データ蓄積装置30i
(i=1〜n)は、形式変換装置(CNV)31および
ディスク装置32を有し、ディスク装置32は、書き込
み読み出し回路(W/R装置)302、制御回路304
およびメモリ回路306を有する。
Next, the data storage devices 30 1 to 30 n according to the present invention of the AV server device 1 will be described in more detail with reference to FIGS. 3 and 4. FIG. 3 is a block diagram showing a configuration of the data storage devices 30 1 to 30 n , and FIG. 4 is a diagram showing a configuration of the data management device 308 realized in software format on the memory circuit (MEM). is there. As shown in FIG. 3, the data storage device 30 i
(I = 1 to n) has a format conversion device (CNV) 31 and a disk device 32, and the disk device 32 includes a write / read circuit (W / R device) 302 and a control circuit 304.
And a memory circuit 306.

【0025】ベースバンドデジタル映像信号を伝送する
ことが可能なデータ伝送用媒体によって伝送される高能
率符号化映像データS11bは、形式変換装置31に入
力され、ディスク装置32に入力可能な形式に変換され
る。一方、ディスク装置32から再生されたデータは、
形式変換装置31に入力され、記録時と同等の、ベース
バンドデジタル映像信号を伝送することが可能なデータ
伝送用媒体によって伝送される再生高能率符号映像デー
タS15aに変換される。
The high-efficiency coded video data S11b transmitted by the data transmission medium capable of transmitting the baseband digital video signal is input to the format conversion device 31 and converted into a format that can be input to the disk device 32. To be done. On the other hand, the data reproduced from the disk device 32 is
It is input to the format conversion device 31 and converted into reproduction high-efficiency coded video data S15a transmitted by a data transmission medium capable of transmitting a baseband digital video signal, which is equivalent to that at the time of recording.

【0026】ディスク装置32のW/R装置302は、
制御回路304により制御され、MOディスク40を回
転させ、形式変換装置31から入力された記録データを
MOディスク40に書き込む。また、MOディスク40
から記録データを読み出して形式変換装置31に出力す
る。制御回路304は、同期システム制御実行装置16
からの制御信号S14に基づいて、メモリ回路306に
記憶されたデータ管理装置308の各ブログラムを実行
し、W/R装置302を制御して、MOディスク40に
対して記録データの記録あるいは再生を行わせる。
The W / R device 302 of the disk device 32 is
Controlled by the control circuit 304, the MO disk 40 is rotated, and the recording data input from the format conversion device 31 is written to the MO disk 40. Also, the MO disc 40
The recording data is read from and output to the format conversion device 31. The control circuit 304 uses the synchronous system control execution device 16
Based on a control signal S14 from the memory circuit 306, each program of the data management device 308 is executed and the W / R device 302 is controlled to record or reproduce the recording data on the MO disk 40. To perform.

【0027】なお、データ蓄積装置30i は、本実施の
形態においては、MOディスク装置40に対して1Kバ
イトのブロックを単位として、記録データの書き込みお
よび読み出し(アクセス)を行う。また、形式変換装置
31とディスク装置32は、データと制御信号が混在す
る汎用の接続線S120を介して接続されている。ま
た、データ蓄積装置30i は、ディスク装置32の最大
データ転送速度の範囲内で、記録再生速度を任意に変え
ることができる。
In the present embodiment, the data storage device 30 i writes / reads (accesses) recording data to / from the MO disk device 40 in units of 1 Kbyte blocks. The format conversion device 31 and the disk device 32 are connected via a general-purpose connection line S120 in which data and control signals are mixed. Further, the data storage device 30 i can arbitrarily change the recording / reproducing speed within the range of the maximum data transfer speed of the disk device 32.

【0028】また、前述したデータ管理装置308は、
図4に示すように、メモリ回路306内に制御回路30
4において実行されるソフトウェアの形式で実現されて
おり、レコードエントリ生成プログラム(REG)31
0、リンクデータ生成プログラム(LDG)312、先
頭位置データ生成プログラム(HDG)314、記録長
データ生成プログラム(RLDG)316、ファイルエ
ントリ生成プログラム(FEG)318、アクセス管理
プログラム(AM)320、空き領域確保プログラム
(EAG)322、記録データ書込プログラム(DW)
324、空き記録領域管理プログラム(EAM)32
8、データ管理プログラム(DM)330、記録データ
読み出しプログラム(DR)332およびこれらのプロ
グラムの実行制御などを行うオペレーティングシステム
(OS)334から構成される。
Further, the above-mentioned data management device 308 is
As shown in FIG. 4, the control circuit 30 is included in the memory circuit 306.
4, which is realized in the form of software executed by the record entry generation program (REG) 31.
0, link data generation program (LDG) 312, head position data generation program (HDG) 314, recording length data generation program (RLDG) 316, file entry generation program (FEG) 318, access management program (AM) 320, free area Ensuring program (EAG) 322, recording data writing program (DW)
324, free recording area management program (EAM) 32
8, a data management program (DM) 330, a recording data read program (DR) 332, and an operating system (OS) 334 that controls the execution of these programs.

【0029】このように、AVサーバ装置1において
は、取材などで得られた種々の素材AVデータが、映像
信号高能率符号化装置10により高能率符号化され、回
線交換装置11を介して所望のデータ蓄積装置30に蓄
積される。そして、たとえば編集装置などの応用システ
ム14より所定のAVデータの供給要求信号がLANを
介して制御命令伝達装置15に入力されると、同期シス
テム制御実行装置16により各部が制御され、AVデー
タの出力が行われる。すなわち、データ蓄積装置30に
記録されていた前記要求されたAVデータが再生され、
回線交換装置11を介して映像信号復号装置13に入力
される。そして映像信号復号装置13により復号化さ
れ、その編集装置に出力される。
As described above, in the AV server device 1, various material AV data obtained through interviews and the like are high-efficiency coded by the video signal high-efficiency coding device 10 and desired via the circuit switching device 11. The data is stored in the data storage device 30 of FIG. Then, when a predetermined AV data supply request signal is input from the application system 14 such as an editing device to the control command transmission device 15 via the LAN, each unit is controlled by the synchronous system control execution device 16 to generate the AV data. Output is done. That is, the requested AV data recorded in the data storage device 30 is reproduced,
It is input to the video signal decoding device 13 via the circuit switching device 11. Then, it is decoded by the video signal decoding device 13 and output to the editing device.

【0030】このようなAVサーバ装置1においては、
AVデータとともに、各AVデータに関連した撮影記録
やコメント、あるいは、番組送出時のテロップなどと言
ったテキスト情報も同時的に記録され、AVデータとと
もに使用される。その際にはデータ蓄積装置30の同一
の記録媒体上に、データ量が大きく主に連続アクセスさ
れるAVデータと、データ量が小さく連続アクセスの必
要のないテキストデータとを同時的に記録する必要が生
じる。本発明のデータ管理方法は、そのような場合のデ
ータの管理の方法に適用される。
In such an AV server device 1,
Along with the AV data, shooting information and comments related to each AV data, or text information such as a telop at the time of program transmission is simultaneously recorded and used together with the AV data. In this case, it is necessary to simultaneously record AV data, which has a large data amount and is mainly accessed continuously, and text data, which has a small data amount and does not need continuous access, on the same recording medium of the data storage device 30 at the same time. Occurs. The data management method of the present invention is applied to a data management method in such a case.

【0031】そこで次に、AVサーバ装置1のデータ蓄
積装置30に適用されている、本発明のデータ管理方法
について説明する。データ蓄積装置30は、複数のMO
ディスク装置により構成されているが、以下、そのうち
の1つのMO媒体におけるデータ管理の方法について説
明する。
Next, the data management method of the present invention applied to the data storage device 30 of the AV server device 1 will be described. The data storage device 30 includes a plurality of MOs.
Although it is composed of a disk device, a data management method for one of the MO media will be described below.

【0032】まず、本実施の形態のMOディスクの構成
を図5〜図7を参照して説明する。図5は、MOディス
クの全体の構成を示す図である。図6は、ファイルエン
トリFEの構成を示す図である。図7は、連続データエ
リアCAおよび非連続データエリアRAにおけるエント
リの構成を示す図であり、(A)は連続データエリアC
Aのレコードエントリの構成を示す図、(B)は非連続
データエリアRAのi−nodeの構成を示す図であ
る。
First, the structure of the MO disk of this embodiment will be described with reference to FIGS. FIG. 5 is a diagram showing the overall structure of the MO disk. FIG. 6 is a diagram showing the structure of the file entry FE. FIG. 7 is a diagram showing the structure of the entries in the continuous data area CA and the non-continuous data area RA, where (A) is the continuous data area C.
FIG. 3 is a diagram showing the configuration of a record entry of A, and FIG. 3B is a diagram showing the configuration of an i-node of the non-contiguous data area RA.

【0033】本実施の形態のMOディスクは、記録媒体
を、システム・エリアSA、ファイル・エントリFE、
連続データエリアCA(Continuous Area )、および、
非連続データエリアRA(Random Area )の4つの領域
に分割して使用する。実際にデータが記録されるのは、
連続データの記録領域である連続データエリアCA(Co
ntinuous Area )と、非連続データの記録領域である非
連続データエリアRA(Random Area )である。
The MO disc of the present embodiment uses a recording medium as a system area SA, a file entry FE,
Continuous data area CA (Continuous Area), and
It is used by being divided into four areas of a non-contiguous data area RA (Random Area). The data is actually recorded
Continuous data area CA (Co
ntinuous Area) and a non-continuous data area RA (Random Area) which is a recording area for non-continuous data.

【0034】システム領域SAには、ディスク全体のパ
ラメータが記述される領域であり、メディア識別子とユ
ーザ情報およびファイルシステムパラメータが記録され
る。ユーザ情報はユーザに開放された領域である。ファ
イルシステムパラメータとしては、ファイルエントリF
E、連続データエリアCA、非連続データエリアRAの
各領域の開始ブロックなどが記録される。
The system area SA is an area where the parameters of the entire disc are described, and the media identifier, user information and file system parameters are recorded. The user information is an area open to the user. As the file system parameter, the file entry F
The start block of each area of E, the continuous data area CA, and the discontinuous data area RA is recorded.

【0035】ファイルエントリFEの構成を図6に示
す。図6に示すように、ファイルエントリFEには、1
つのファイル名に対して、連続データエリアCAのデー
タに対するポインタであるレコードエントリ番号と、非
連続データエリアRAのデータに対するポインタである
i−node番号がともに記録されている。さらに、フ
ァイルエントリFEには、各データエリアに対応して、
2個づつのデータサイズ、作成日、作成時間の情報が記
述されている。したがって、このファイルエントリFE
の構成によれば、1つのファイル名に対して、通常の2
つのファイルに該当するデータが対応づけられている。
The structure of the file entry FE is shown in FIG. As shown in FIG. 6, the file entry FE contains 1
A record entry number, which is a pointer to data in the continuous data area CA, and an i-node number, which is a pointer to data in the non-continuous data area RA, are recorded for each file name. Furthermore, the file entry FE corresponds to each data area,
Information about the data size, the creation date, and the creation time for each two items is described. Therefore, this file entry FE
According to the configuration of the
The data corresponding to one file is associated.

【0036】連続データエリアCAは、AVデータなど
の連続データが記録されるエリアであり、その記録デー
タをレコードエントリ方式で管理する。このレコードエ
ントリー方式は、図1を参照して前述した方法と同じで
あり、図7(A)に示すようなレコードエントリによっ
てデータが管理される。連続データエリアCAは、連続
データエリアCAの内部構造を表すスーパブロック、レ
コードエントリ、空きエリア情報、および、連続データ
記録領域より構成される。
The continuous data area CA is an area in which continuous data such as AV data is recorded, and the recorded data is managed by a record entry method. This record entry method is the same as the method described above with reference to FIG. 1, and the data is managed by the record entry as shown in FIG. 7 (A). The continuous data area CA is composed of a super block representing the internal structure of the continuous data area CA, a record entry, free area information, and a continuous data recording area.

【0037】非連続データエリアRAは、テキストデー
タなどの非連続データが記録されるエリアであり、その
記録データをi−node方式で管理する。この、i−
node方式は、図11を参照して前述した方法と同じ
であり、図7(B)に示すようなi−nodeによって
データが管理される。非連続データエリアRAは、非連
続データエリアRAの内部の構造を表すスーパーブロッ
ク、i−nodeの空き領域を示すi−nodeビット
マップ、空きエリアを示すブロックビットマップ、i−
node記録領域、および、非連続データ記録領域より
構成される。
The non-continuous data area RA is an area in which non-continuous data such as text data is recorded, and the recorded data is managed by the i-node system. This i-
The node method is the same as the method described above with reference to FIG. 11, and data is managed by the i-node as shown in FIG. 7B. The non-contiguous data area RA is a super block showing an internal structure of the non-contiguous data area RA, an i-node bitmap showing a free area of an i-node, a block bitmap showing a free area, and an i-node.
It is composed of a node recording area and a non-continuous data recording area.

【0038】次に、このような構成のMOディスク媒体
に対して、MOドライブにおいてデータをアクセスする
手順について説明する。まず、このMOディスクがMO
ドライブに挿入されると、最初にシステム・エリアSA
が読み込まれ、ファイルエントリFA、連続データエリ
アCA、および、非連続データエリアRAがディスクの
どの位置にあるかが判別される。連続データエリアC
A、非連続データエリアRAについては、さらにスーパ
ーブロックが読み込まれ、それぞれの記録領域における
管理情報が読み込まれる。
Next, a procedure for accessing data in the MO drive to the MO disk medium having such a configuration will be described. First, this MO disc is MO
When inserted in the drive, first the system area SA
Is read, and it is determined where on the disc the file entry FA, the continuous data area CA, and the non-continuous data area RA are located. Continuous data area C
For A and the non-contiguous data area RA, the super block is further read and the management information in each recording area is read.

【0039】MOドライブによる、各データファイルへ
のアクセスは、それぞれのデータ種別に従って、コマン
ドあるいはコマンドオプションで切り換える。本実施の
形態のMOドライブにおいては、表1に示す4つのコマ
ンドにおいて切り換える。
The access to each data file by the MO drive is switched by a command or a command option according to each data type. In the MO drive of the present embodiment, switching is performed with the four commands shown in Table 1.

【0040】[0040]

【表1】 (1) 連続データの読み出し PLAY (2) 連続データの書き込み RECORD (3) 非連続データの読み出し READ (4) 非連続データの書き込み WRITE[Table 1] (1) Read continuous data PLAY (2) Write continuous data RECORD (3) Read non-continuous data READ (4) Write non-continuous data WRITE

【0041】そして、たとえばPLAYが実行された場
合のデータファイルへのアクセスは、図8にフローチャ
ートを示すように次のように行われる。まず、ファイル
名からファイルエントリを取得する(ステップs2
1)。そのファイルエントリから、第1のレコードエン
トリ番号を取得し、取得レコード番号にセットする(ス
テップs22)。取得レコード番号がEOFであった場
合は(ステップs23)、エラー出力をして処理を終了
する(ステップs29)。ステップs23において取得
レコード番号がEOFでなければ、取得レコード番号の
レコードエントリをロードし(ステップs24)、その
レコードエントリをアクセスレコードリストに追加する
(ステップs25)。
Then, for example, when the PLAY is executed, the data file is accessed as follows, as shown in the flow chart of FIG. First, a file entry is acquired from the file name (step s2
1). The first record entry number is acquired from the file entry and set to the acquired record number (step s22). If the acquired record number is EOF (step s23), an error is output and the process ends (step s29). If the acquired record number is not EOF in step s23, the record entry of the acquired record number is loaded (step s24), and the record entry is added to the access record list (step s25).

【0042】レコードエントリのLINKを参照し、L
INK≠EOFならば、LINKのレコード番号を取得
レコード番号にセットしてステップs23からの処理を
繰り返す(ステップs26)。ステップs26におい
て、LINK=EOFならば、アクセスレコードリスト
に従ってファイルデータにアクセスを行い(ステップs
27)、アクセスが終了したら処理を終了する(ステッ
プs28)。
By referring to the LINK of the record entry, L
If INK ≠ EOF, the LINK record number is set as the acquisition record number, and the processing from step s23 is repeated (step s26). If LINK = EOF in step s26, the file data is accessed according to the access record list (step s
27) When the access is completed, the process is completed (step s28).

【0043】また、READが実行された場合のデータ
ファイルへのアクセスは、図9にフローチャートを示す
ように次のように行われる。まず、ファイル名からファ
イルエントリを取得する(ステップs31)。そのファ
イルエントリから、i−node番号を取得する(ステ
ップs32)。取得したi−node番号が0であった
場合は(ステップs33)、エラー出力をして処理を終
了する(ステップs37)。ステップs33において取
得したi−node番号が0でなければ、i−node
番号のi−nodeをロードし(ステップs34)、そ
のi−nodeに記述されたブロックポインタに従って
ファイルデータにアクセスを行い(ステップs35)、
アクセスが終了したら処理を終了する(ステップs3
6)。
Access to the data file when READ is executed is performed as follows, as shown in the flowchart of FIG. First, a file entry is acquired from the file name (step s31). The i-node number is acquired from the file entry (step s32). If the acquired i-node number is 0 (step s33), an error is output and the process ends (step s37). If the i-node number acquired in step s33 is not 0, the i-node
The i-node of the number is loaded (step s34), and the file data is accessed according to the block pointer described in the i-node (step s35).
When the access ends, the processing ends (step s3)
6).

【0044】このように本発明のデータ管理方法によれ
ば、記録データを連続データと非連続データに分けて、
それぞれ所定の領域に所定の管理方式により記録するよ
うにし、さらに1つのファイル名より前記連続データと
非連続データの両方がアクセスできるようにした。これ
により、比較的出AVデータ量が大きく連続アクセスの
必要なAVデータと、比較的データ量が小さく連続アク
セスの必要のないテキストデータとを、各々適切な管理
方法により同一の記録媒体上に記録し、さらにそれらを
2つのファイル名によりアクセスできるようになった。
具体的には、たとえば図2に示したようなAVサーバ装
置1のデータ蓄積装置30に、AVデータと、そのAV
データに関連した撮影記録やコメント、あるいは、番組
送出時のテロップなどのテキスト情報を、対応付けて、
同時的に効率よく記録することが可能になった。
As described above, according to the data management method of the present invention, recording data is divided into continuous data and non-continuous data,
The data is recorded in a predetermined area by a predetermined management method, and both the continuous data and the non-continuous data can be accessed from one file name. As a result, AV data that has a relatively large amount of output AV data and that requires continuous access and text data that has a relatively small amount of data that does not require continuous access are recorded on the same recording medium by appropriate management methods. And now they can be accessed by two file names.
Specifically, for example, in the data storage device 30 of the AV server device 1 as shown in FIG.
Shooting records and comments related to data, or text information such as telops at the time of program transmission are associated with each other,
It is now possible to record efficiently at the same time.

【0045】なお、本発明のデータ管理方法は、本実施
の形態に限れるものではなく、種々の改変が可能であ
る。たとえば、非連続データエリアRAのファイル管理
方法は、i−node方式としたが、これはFAT方式
でもよい。また、本実施の形態においてはMOディスク
媒体を用いて説明したが、ハードディスクでもよい。
The data management method of the present invention is not limited to this embodiment, and various modifications can be made. For example, the file management method for the non-continuous data area RA is the i-node method, but this may be the FAT method. Further, although the MO disk medium has been described in the present embodiment, a hard disk may be used.

【0046】[0046]

【発明の効果】本発明のデータ管理方法によれば、1つ
のファイルエントリに連続データファイルと、非連続デ
ータファイルの両方へのポインタを用意したので、オー
ディオデータやビデオデータなどの継続的なアクセスが
必要な連続性データと、テキストデータなどの非連続性
データとの関連付けが容易に行えるようなファイル管理
方法を提供することができた。
According to the data management method of the present invention, since pointers to both continuous data files and non-continuous data files are prepared for one file entry, continuous access to audio data, video data, etc. It was possible to provide a file management method capable of easily associating continuity data that requires data with discontinuity data such as text data.

【0047】また、本発明のデータ記録装置によれば、
AVデータと、そのAVデータに関連する記録状況や内
容の説明あるいはデータ識別のための静止画データなど
を、関連付けて記録することができるので、AVサーバ
装置などに適用して編集などを行うのに好適なデータ記
録装置を提供できた。
According to the data recording apparatus of the present invention,
Since it is possible to record the AV data in association with the AV data and a description of the recording status and contents related to the AV data, or still image data for data identification, the AV data can be applied to an AV server device or the like for editing. It was possible to provide a suitable data recording device.

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

【図1】レコードエントリ方式におけるファイル管理を
説明する図であり、(A)はファイルエントリの構成を
示す図、(B)はレコードエントリの構成を示す図、
(C)はディスクのデータ記録部分の説明をする図であ
る。
1A and 1B are diagrams illustrating file management in a record entry method, where FIG. 1A is a diagram showing a configuration of a file entry, and FIG. 1B is a diagram showing a configuration of a record entry;
(C) is a diagram for explaining the data recording portion of the disc.

【図2】本発明のデータ管理方法の一実施の形態を適用
したAVサーバ装置の構成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of an AV server device to which an embodiment of a data management method of the present invention is applied.

【図3】図2に示したAVサーバ装置のデータ蓄積装置
の構成を示すブロック図である。
3 is a block diagram showing a configuration of a data storage device of the AV server device shown in FIG.

【図4】図3に示したデータ蓄積装置のメモリ回路にソ
フトウェアの形式で実現されたデータ管理装置の構成を
示す図である。
4 is a diagram showing a configuration of a data management device implemented in a software format in a memory circuit of the data storage device shown in FIG.

【図5】図2に示したAVサーバ装置のデータ蓄積装置
に用いられるMOディスクの全体の構成を示す図であ
る。
5 is a diagram showing an overall configuration of an MO disc used in the data storage device of the AV server device shown in FIG.

【図6】図5に示したMOディスクのファイルエントリ
FEの構成を示す図である。
6 is a diagram showing the structure of a file entry FE of the MO disc shown in FIG.

【図7】図5に示したMOディスクの連続データエリア
CAおよび非連続データエリアRAにおけるエントリの
構成を示す図であり、(A)は連続データエリアCAの
レコードエントリの構成を示す図、(B)は非連続デー
タエリアRAのi−nodeの構成を示す図である。
7 is a diagram showing the structure of entries in a continuous data area CA and a non-continuous data area RA of the MO disk shown in FIG. 5, (A) being a diagram showing the structure of record entries in the continuous data area CA; B) is a diagram showing a configuration of an i-node of the non-continuous data area RA.

【図8】PLAYが実行された場合のデータファイルへ
のアクセス手順を示すフローチャートである。
FIG. 8 is a flowchart showing a procedure for accessing a data file when PLAY is executed.

【図9】READが実行された場合のデータファイルへ
のアクセス手順を示すフローチャートである。
FIG. 9 is a flowchart showing a procedure for accessing a data file when READ is executed.

【図10】FAT方式におけるファイル管理を説明する
図であり、(A)はファイルエントリの構成を示す図、
(B)はFATの構成を示す図、(C)はディスクのデ
ータ記録部分の説明をする図である。
FIG. 10 is a diagram illustrating file management in the FAT system, in which (A) is a diagram showing a configuration of a file entry;
(B) is a diagram showing the configuration of the FAT, and (C) is a diagram for explaining the data recording portion of the disc.

【図11】i−node方式におけるファイル管理を説
明する図であり、(A)はファイルエントリの構成を示
す図、(B)はi−nodeの構成を示す図、(C)は
ディスクのデータ記録部分の説明をする図である。
11A and 11B are diagrams illustrating file management in the i-node system, in which FIG. 11A is a diagram showing the structure of a file entry, FIG. 11B is a diagram showing the structure of an i-node, and FIG. It is a figure explaining a recording part.

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

1…AVサーバ装置 10…映像信号高能率符号化装置 11…回線交換装
置 13…映像信号復号装置 14…応用システ
ム 15…制御命令伝達装置 16…同期システ
ム制御実行装置 30…データ蓄積装置 31…形式変換装置 32…ディスク装置 302…W/R装置 304…制御回路 306…メモリ回路 308…データ管理装置 310…レコードエントリ生成プログラム(REG) 312…リンクデータ生成プログラム(LDG) 314…先頭位置データ生成プログラム(HDG) 316…記録長データ生成プログラム(RLDG) 318…ファイルエントリ生成プログラム(FEG) 320…アクセス管理プログラム(AM) 322…空き領域確保プログラム(EAG) 324…記録データ書込プログラム(DW) 328…空き記録領域管理プログラム(EAM) 330…データ管理プログラム(DM) 332…記録データ読み出しプログラム(DR) 334…オペレーティングシステム(OS) 40…MOディスク
DESCRIPTION OF SYMBOLS 1 ... AV server device 10 ... Video signal high efficiency encoding device 11 ... Circuit switching device 13 ... Video signal decoding device 14 ... Application system 15 ... Control command transmission device 16 ... Synchronous system control execution device 30 ... Data storage device 31 ... Format Conversion device 32 ... Disk device 302 ... W / R device 304 ... Control circuit 306 ... Memory circuit 308 ... Data management device 310 ... Record entry generation program (REG) 312 ... Link data generation program (LDG) 314 ... Head position data generation program (HDG) 316 ... Recording length data generation program (RLDG) 318 ... File entry generation program (FEG) 320 ... Access management program (AM) 322 ... Free space securing program (EAG) 324 ... Recording data writing program (DW) 328 … Free space Recording area management program (EAM) 330 ... Data management program (DM) 332 ... Recording data read program (DR) 334 ... Operating system (OS) 40 ... MO disc

フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G11B 27/00 D 27/10 A Continuation of the front page (51) Int.Cl. 6 Identification number Office reference number FI technical display location G11B 27/00 D 27/10 A

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】記録媒体のデータ記録領域を、継続的アク
セスの必要な連続性データを1以上の可変長レコードに
分割して記録する第1の領域と、継続的アクセスの必要
のない非連続性データを、1以上の固定長ブロックに分
割して記録する第2の領域とに分割し、 前記記録媒体へのデータのアクセスを、1つのファイル
名に対して前記第1の記録領域の記録データに対するポ
インタと、前記第2の記録領域の記録データに対するポ
インタの両方を具えるファイルエントリにより管理し、 1つのファイル名に基づいて、前記連続性データと非連
続性データのいずれか一方あるいは両方にアクセスする
データ管理方法。
1. A first area for recording continuity data, which requires continuous access, in a data recording area of a recording medium by dividing it into one or more variable-length records, and a non-continuous area that does not require continuous access. Property data is divided into one or more fixed-length blocks and a second area for recording, and data access to the recording medium is recorded in the first recording area for one file name. Management is performed by a file entry having both a pointer for data and a pointer for recording data in the second recording area, and based on one file name, either or both of the continuity data and the discontinuity data. Data management method to access the.
【請求項2】AVデータを1以上の可変長レコードに分
割して記録する第1の領域と、該AVデータに関連する
AVデータ以外のデータを1以上の固定長ブロックに分
割して記録する第2の領域とを有するデータ記録媒体
と、 前記記録媒体へのデータのアクセスを、1つのファイル
名に対して前記第1の記録領域の記録データに対するポ
インタと、前記第2の記録領域の記録データに対するポ
インタの両方を具えるファイルエントリにより管理する
データ管理手段とを有し、1つのファイル名に基づいて
前記AVデータと前記関連するAVデータ以外のデータ
を同時的にアクセス可能なデータ記録装置。
2. A first area in which AV data is divided into one or more variable-length records and recorded, and data other than AV data related to the AV data is divided into one or more fixed-length blocks and recorded. A data recording medium having a second area, data access to the recording medium, a pointer to the recording data of the first recording area for one file name, and recording of the second recording area A data recording device that manages by a file entry having both pointers to data and is capable of simultaneously accessing data other than the AV data and the related AV data based on one file name. .
JP7283938A 1994-10-31 1995-10-31 Data management method and data recorder Pending JPH08241230A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7283938A JPH08241230A (en) 1994-10-31 1995-10-31 Data management method and data recorder

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP26768094 1994-10-31
JP6-267680 1994-10-31
JP7283938A JPH08241230A (en) 1994-10-31 1995-10-31 Data management method and data recorder

Publications (1)

Publication Number Publication Date
JPH08241230A true JPH08241230A (en) 1996-09-17

Family

ID=26547992

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7283938A Pending JPH08241230A (en) 1994-10-31 1995-10-31 Data management method and data recorder

Country Status (1)

Country Link
JP (1) JPH08241230A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1165772A (en) * 1997-08-20 1999-03-09 Fujitsu Ltd Data transfer system and method
JP2000339202A (en) * 1999-05-26 2000-12-08 Nec Corp Disk controller, control method therefor and disk storage medium
US6609175B1 (en) 1998-09-18 2003-08-19 Kabushiki Kaisha Toshiba Information recording method, information recording device, and information storage medium
KR100422801B1 (en) * 2001-06-04 2004-03-12 한국전자통신연구원 Method for deleting and adding of dynamic multi-level inode for Huge File Storage System
JP2004512602A (en) * 2000-10-16 2004-04-22 トムソン ライセンシング ソシエテ アノニム Method and apparatus for storing stream data and non-stream data such as digital video
KR100484942B1 (en) * 2002-03-14 2005-04-25 한국전자통신연구원 Method for managing directories of large-scale file system
US7349623B1 (en) 1999-03-19 2008-03-25 Hitachi, Ltd. Data recording apparatus and system having sustained high transfer rates
US8903878B2 (en) 2011-03-17 2014-12-02 Fujitsu Limited Information processing program, information processing device and information processing method

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1165772A (en) * 1997-08-20 1999-03-09 Fujitsu Ltd Data transfer system and method
US6609175B1 (en) 1998-09-18 2003-08-19 Kabushiki Kaisha Toshiba Information recording method, information recording device, and information storage medium
US6662309B2 (en) 1998-09-18 2003-12-09 Kabushiki Kaisha Toshiba Information recording device and a method of recording information by setting the recording area based on contiguous data area
US7349623B1 (en) 1999-03-19 2008-03-25 Hitachi, Ltd. Data recording apparatus and system having sustained high transfer rates
US7835617B2 (en) 1999-03-19 2010-11-16 Hitachi, Ltd. Data recording apparatus and system having sustained high transfer rates
US7903930B2 (en) 1999-03-19 2011-03-08 Hitachi, Ltd. Data recording apparatus and system having sustained high transfer rates
JP2000339202A (en) * 1999-05-26 2000-12-08 Nec Corp Disk controller, control method therefor and disk storage medium
JP2004512602A (en) * 2000-10-16 2004-04-22 トムソン ライセンシング ソシエテ アノニム Method and apparatus for storing stream data and non-stream data such as digital video
US9071789B2 (en) 2000-10-16 2015-06-30 Thomson Licensing Method and device for storing stream data such as digital video and non-stream data
KR100422801B1 (en) * 2001-06-04 2004-03-12 한국전자통신연구원 Method for deleting and adding of dynamic multi-level inode for Huge File Storage System
KR100484942B1 (en) * 2002-03-14 2005-04-25 한국전자통신연구원 Method for managing directories of large-scale file system
US8903878B2 (en) 2011-03-17 2014-12-02 Fujitsu Limited Information processing program, information processing device and information processing method

Similar Documents

Publication Publication Date Title
US6341278B1 (en) Recording and reproducing apparatus and method for accessing data stored on a randomly accessible recording medium, and for managing data thereon
JP3857381B2 (en) Editing apparatus and data recording medium
US6429364B1 (en) Data transmitting/receiving device and method
EP0971358B1 (en) Data processing apparatus and file management method therefor
RU2248625C2 (en) Optical data carrier
US7058770B2 (en) Method and apparatus for controlling the recording of digital information, by using unit management table
WO2001016952A1 (en) Recording/reproducing apparatus
JPH08241230A (en) Data management method and data recorder
JP4478218B2 (en) Data recording apparatus and data recording medium
JP2003052006A (en) Information editing controller and method therefor, and disk device
JPH08212707A (en) Data control method and data recorder
JPH08227371A (en) Method for managing data
JPH11203782A (en) Information recording and reproducing device and control method therefor
JPH11306124A (en) Method and device for data transfer
JPH1063436A (en) Method and device for storing data
JP2004171670A (en) Recording and reproducing device and recording and reproducing method
JP2000224523A (en) Data recording and reproducing device and its method
JP2587417B2 (en) File backup and restoration method
KR20000035410A (en) Apparatus and method for recording, apparatus and method for reproduction, apparatus and method for recording/reproducing, and distribution medium
JPH08129856A (en) Method and device for controlling data
JPH1198448A (en) Video server system and access processing method therefor
JP2004274506A (en) Semiconductor storage device and edit system
JP2001211412A (en) High-speed av information server and its magnetic disk device adding method
JP3714323B2 (en) Editing system and method for copying AV data from AV server
JP2001169238A (en) Nonlinear editing device, nonlinear editing method, recording medium, test method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060214

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060417

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060530

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060731

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060905