JPH04361339A - File managing system for draw type optical disk - Google Patents
File managing system for draw type optical diskInfo
- Publication number
- JPH04361339A JPH04361339A JP3137354A JP13735491A JPH04361339A JP H04361339 A JPH04361339 A JP H04361339A JP 3137354 A JP3137354 A JP 3137354A JP 13735491 A JP13735491 A JP 13735491A JP H04361339 A JPH04361339 A JP H04361339A
- Authority
- JP
- Japan
- Prior art keywords
- directory
- area
- information
- data
- file
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明は追記型光ディスクのファ
イル管理方式に関し、特にディレクトリ管理領域を有す
る追記型光ディスクのファイル管理方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management system for a write-once optical disc, and more particularly to a file management system for a write-once optical disc having a directory management area.
【0002】0002
【従来の技術】従来の追記型光ディスクのファイル管理
方式は、ファイル名とそのファイル名を付与したデータ
の存在するアドレス情報を有するディレクトリ情報とデ
ータの入っている順番を示すファイルアドレステーブル
情報とが混在するディレクトリ領域と、データが存在す
るデータ領域を有している。[Prior Art] A conventional file management system for write-once optical discs includes a file name, directory information including address information where the data given the file name exists, and file address table information indicating the order in which the data is stored. It has a mixed directory area and a data area where data exists.
【0003】このような従来の追記型光ディスクのファ
イル管理方式では、ファイル作成の過程においてファイ
ルを作成するごとにディレクトリ情報を追加登録する必
要があるが、一度書き込んだ情報は消去することができ
ない為、同じディレクトリ情報がある場合には一番後に
書かれたものを最新の情報と判断し、ディレクトリ情報
の有効,無効の識別を行っていた。[0003] In such conventional file management systems for write-once optical discs, it is necessary to additionally register directory information each time a file is created during the file creation process, but once the information is written, it cannot be erased. If the same directory information exists, the one written last is determined to be the latest information, and the directory information is determined to be valid or invalid.
【0004】0004
【発明が解決しようとする課題】この従来の追記型光デ
ィスクのファイル管理方式では、ディレクトリ情報が複
数存在する場合にはその中で一番後に書かれたものを最
新の情報として判断する為、全てのディレクトリ情報を
検索対象とする必要があった。この為、ディレクトリの
有効,無効の判断が困難であり、また、有効なディレク
トリの検索にも時間がかかるという欠点があった。[Problem to be Solved by the Invention] In this conventional file management system for write-once optical discs, when multiple pieces of directory information exist, the one written last among them is judged as the latest information. directory information needed to be searched. For this reason, it is difficult to judge whether a directory is valid or invalid, and it also takes time to search for a valid directory.
【0005】[0005]
【課題を解決するための手段】本発明の追記型光ディス
クのファイル管理方式は、書き替え不可能な追記型光デ
ィスクのファイル名とこのファイル名を付与したデータ
が存在するアドレス情報とを有するディレクトリ領域と
、前記データが存在するデータ領域とを備えている追記
型光ディスクのファイル管理方式において、前記ディレ
クトリ領域の情報が有効であるか無効であるかの情報と
データ領域の空き先頭アドレス情報とを有するディレク
トリ管理領域を備えている。[Means for Solving the Problems] A file management method for a write-once optical disc of the present invention provides a directory area having a file name of a non-rewritable write-once optical disc and address information in which data to which this file name is assigned exists. and a data area in which the data exists, the file management method for a write-once optical disc includes information on whether information in the directory area is valid or invalid and information on a free start address of the data area. It has a directory management area.
【0006】[0006]
【実施例】次に本発明について図面を参照して説明する
。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.
【0007】図1は本発明の一実施例による追記型光デ
ィスクの内部構造を説明するための図である。FIG. 1 is a diagram for explaining the internal structure of a write-once optical disc according to an embodiment of the present invention.
【0008】図1において、1はディレクトリ管理領域
であり、ディレクトリ領域2の有効なディレクトリの順
次番号11とデータ領域3における空きデータ領域の先
頭順次番号12とを有する。ディレクトリ領域2はデー
タに付与されたファイル名21とそのファイル名を付与
されたデータがデータ領域3において存在するアドレス
のスタートの値22とエンドの値23とを有している。
データ領域3はデータを有する。In FIG. 1, reference numeral 1 denotes a directory management area, which has a sequential number 11 of a valid directory in a directory area 2 and a leading sequential number 12 of a free data area in a data area 3. The directory area 2 has a file name 21 given to data, and a start value 22 and an end value 23 of the address at which the data given the file name exists in the data area 3. Data area 3 contains data.
【0009】ディレクトリ管理領域1において最新のデ
ィレクトリ情報がディレクトリ領域2のどこにあるのか
をディレクトリの順次番号11から判断し、全てのディ
レクトリを調査せず、直接有効なディレクトリを検索す
る。In the directory management area 1, where in the directory area 2 the latest directory information is located is determined from the directory sequential number 11, and a valid directory is directly searched for without checking all the directories.
【0010】0010
【発明の効果】以上説明したように本発明は、ファイル
名とそのファイル名を付与したデータが存在するアドレ
ス情報とを有するディレクトリ領域と、データが存在す
るデータ領域とを備えているファイル管理方式において
、ディレクトリ領域の情報が有効であるか無効であるか
の情報とデータ領域の空き先頭アドレス情報とを有する
ディレクトリ管理領域を持つ事により、ファイルの追加
と検索を高速化させる効果を有する。Effects of the Invention As explained above, the present invention provides a file management system that includes a directory area having a file name and address information where data to which the file name is assigned exists, and a data area where the data exists. By having a directory management area that has information on whether the directory area information is valid or invalid and information on the free start address of the data area, it has the effect of speeding up file addition and retrieval.
【図1】本発明の一実施例による追記型光ディスクの内
部構造を説明するための図である。FIG. 1 is a diagram for explaining the internal structure of a write-once optical disc according to an embodiment of the present invention.
1 ディレクトリ管理領域 2 ディレクトリ領域 3 データ領域 1 Directory management area 2 Directory area 3 Data area
Claims (1)
ファイル名とこのファイル名を付与したデータが存在す
るアドレス情報とを有するディレクトリ領域と、前記デ
ータが存在するデータ領域とを備えている追記型光ディ
スクのファイル管理方式において、前記ディレクトリ領
域の情報が有効であるか無効であるかの情報とデータ領
域の空き先頭アドレス情報とを有するディレクトリ管理
領域を備えていることを特徴とする追記型光ディスクの
ファイル管理方式。Claim 1: A write-once optical disc that is not rewritable and includes a directory area that has a file name of a write-once optical disc, address information where data given the file name exists, and a data area where the data exists. A write-once optical disc characterized by a file management system for an optical disc, comprising a directory management area having information as to whether the information in the directory area is valid or invalid and information as to the free start address of the data area. File management method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3137354A JPH04361339A (en) | 1991-06-10 | 1991-06-10 | File managing system for draw type optical disk |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3137354A JPH04361339A (en) | 1991-06-10 | 1991-06-10 | File managing system for draw type optical disk |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04361339A true JPH04361339A (en) | 1992-12-14 |
Family
ID=15196700
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3137354A Pending JPH04361339A (en) | 1991-06-10 | 1991-06-10 | File managing system for draw type optical disk |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04361339A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06250909A (en) * | 1993-03-01 | 1994-09-09 | Canon Inc | File management method |
-
1991
- 1991-06-10 JP JP3137354A patent/JPH04361339A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06250909A (en) * | 1993-03-01 | 1994-09-09 | Canon Inc | File management method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0731578B2 (en) | Method and system for accessing the last recorded data in a continuation chain | |
KR950030059A (en) | Record carrier and playback device | |
JPH04186447A (en) | Directory management system | |
JPH04361339A (en) | File managing system for draw type optical disk | |
JP2822869B2 (en) | Library file management device | |
JPH05151056A (en) | Data controller | |
JP2573577B2 (en) | File access device | |
US6032206A (en) | Method of reducing access when passing data from external memory through buffer to data processor by allocating buffer portion for receiving external memory's identification data | |
US6886021B1 (en) | Method for tracking audit files spanning multiple tape volumes | |
JPH0477938A (en) | Data storage method | |
JP2000066933A (en) | Time series data management system | |
JPH04350741A (en) | Access speed increasing method for indexed sequential file | |
JPS61103242A (en) | High-speed retrieval system | |
JPH0452737A (en) | File control system | |
JPS6130299B2 (en) | ||
JPH05257784A (en) | Draw system for write-once disk | |
JPH03194629A (en) | Draw type optical disk data access control system | |
JPH02213958A (en) | Information recording and playback method | |
JPH07253916A (en) | File system information management device | |
JPH05233386A (en) | Data base management system | |
JPS63217417A (en) | Index part degeneracy processing method | |
JPS63280348A (en) | Subfile management system | |
JPH02267618A (en) | File updating/adding method and file access method for cd-rom medium | |
JPH05289942A (en) | Cache memory circuit | |
JPH0325636A (en) | Managing method for data record |