JPH03183090A - File control system for draw type optical disk - Google Patents
File control system for draw type optical diskInfo
- Publication number
- JPH03183090A JPH03183090A JP32078989A JP32078989A JPH03183090A JP H03183090 A JPH03183090 A JP H03183090A JP 32078989 A JP32078989 A JP 32078989A JP 32078989 A JP32078989 A JP 32078989A JP H03183090 A JPH03183090 A JP H03183090A
- Authority
- JP
- Japan
- Prior art keywords
- file
- write
- once optical
- optical disk
- correspondence table
- 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
- Management Or Editing Of Information On Record Carriers (AREA)
Abstract
Description
【発明の詳細な説明】
(産業上の利用分野)
本発明は、外部記憶装置を有する情報処理装置にかいて
、ファイル識別番号によってファイルにアクセスするフ
ァイル管理方式に関し、特に追記形光ディスク上のファ
イル管理方式に関する。Detailed Description of the Invention (Industrial Application Field) The present invention relates to a file management method for accessing files using file identification numbers in an information processing apparatus having an external storage device, and in particular, the present invention relates to a file management method for accessing files using a file identification number in an information processing device having an external storage device. Regarding management methods.
(従来の技術)
一般的に、外部記憶装置上のデータはファイルという単
位で管理される。ファイル管理方式はオペレーティング
システムによって異なるが、代表的なのがUNIX−?
MS−DO8などに見られる木構造のファイル体系であ
る。この場合、各ファイルは媒体内で固有のファイル識
別番号によって特定される。ファイルへのアクセスは、
媒体の識別名とファイル識別番号とを組合わせたデータ
から、ファイルの実体、またはファイル情報が格納され
ている物理ブロック番号を計算して行なう。(Prior Art) Generally, data on an external storage device is managed in units called files. File management methods vary depending on the operating system, but the typical one is UNIX-?
This is a tree-structured file system found in MS-DO8, etc. In this case, each file is identified within the medium by a unique file identification number. Access to the file is
This is done by calculating the physical block number in which the file entity or file information is stored from data that is a combination of the medium identification name and the file identification number.
UNIXオペレーティングシステムを例にとって、若干
、具体的な説明をする。UNIXのファイルは媒体内(
あるいは論理的な媒体内)で−意に付けられたlノード
番号と呼ばれるファイル識別番号によって特定される。A more specific explanation will be given using the UNIX operating system as an example. UNIX files are in the medium (
(or within a logical medium) by an arbitrarily assigned file identification number called an l-node number.
各媒体は、第3図に示すように4つの領域に分割して使
用される。Each medium is used by being divided into four areas as shown in FIG.
各領域につめて簡単に説明する。ブードプルツク81は
UNIXシステムをメートするためのデータ、スーパー
ブロック82は媒体のサイズや空き領域のサイズなど、
媒体全体に関するデータを格納してhる。lリスト83
は各ファイルの1ノードをIノード番号順に格納してし
る部分である。We will briefly explain each area. The budpultsk 81 contains data for configuring a UNIX system, and the superblock 82 contains information such as the size of the medium and the size of free space.
Store data regarding the entire medium. l list 83
is a part in which one node of each file is stored in order of I-node number.
lノードはファイルと1対lに対応するファイルの情報
部であり、サイズやアクセス権などの属性とともに実体
を格納している物理グロック番号も管理している。デー
タ領域84は、実際のデータを格納する部分である。An l node is an information section of a file that corresponds one to one with a file, and manages attributes such as size and access rights as well as a physical clock number that stores the entity. The data area 84 is a part that stores actual data.
以上、4つの領域のサイズはシステム初期設定で決定さ
れるので、1ノ一ド番号から1ノードのブロック番号が
(ブートブロックサイズ)+(スーパーブロックサイズ
)+(1ノ一ドサイズ*東ノード個数)として計算でき
、lノードのデータからファイルにアクセスできるよう
になっている。As mentioned above, the sizes of the four areas are determined by the system initial settings, so the block number of one node is (boot block size) + (super block size) + (1 node size * number of east nodes) ), and files can be accessed from l-node data.
また、木構造のファイルには、ファイル名とlノード番
号とを関連付けるためのディレクトリと呼ばれる特別の
ファイルが存在するので、ユーザはファイル名だけで実
体全アクセスすることができる。つます、ファイル名か
ら覧ノード番号を得て、iノード待号からlノードを経
由して実体にアクセスするという一連の処理はUNIX
のシステムが行なう。Furthermore, since a tree-structured file has a special file called a directory for associating the file name with the l-node number, the user can access the entire entity using only the file name. The series of processes of obtaining the reference node number from the file name and accessing the entity from the i-node queue number via the l-node are UNIX
The system will do this.
追記形光ディスクでは書換えができないため、ファイル
のデータを修正する度にファイルの実体、あるいはファ
イル情報を格納するブロック番号が変更され、ファイル
識別番号と物理ブロックの番号とを対応付けられなくな
ってしまう。このため、従来のファイル管理方式をその
まま追記型光ディスクに拡張することはできな(A。Since write-once optical discs cannot be rewritten, each time the file data is modified, the file entity or the block number storing the file information is changed, making it impossible to associate the file identification number with the physical block number. For this reason, it is not possible to directly extend the conventional file management method to write-once optical discs (A).
したがって、7アイル識別番号によってファイルを管理
する方式で追記形光ディスクを利用する場合、追記型光
デイスク上のデータは、ハードディスクなどの書換え可
能な媒体上のデータとは異なった取扱い方をしている。Therefore, when using a write-once optical disc in a system that manages files using 7-aisle identification numbers, data on the write-once optical disc is handled differently from data on rewritable media such as hard disks. .
多くの場合、追記形光ディスク上のデータにはファイル
という概念はなく、データへのアクセスは単なるIlo
として行なわれる。したがって。In many cases, there is no concept of a file for data on a write-once optical disc, and access to data is simply an Ilo.
It is carried out as therefore.
ユーザ(またはプログラム)は、要求するデータがどの
媒体上にあるのかを意識して処理を実行する必要があり
、また追記形光ディスク上のデータの場合には物理的に
はどのブロックにデータがあるかを意識して処理を実行
しなければならない。The user (or program) must execute processing while being aware of which medium the requested data is on, and in the case of data on a write-once optical disk, it is necessary to know in which block physically the data is located. Processing must be carried out with this in mind.
また、各データがどのブロックにあるかという検索情報
を常にハードディスク上で管理する方式も公知であるが
、その場合、検索情報を格納するハードディスクが付属
しているシステム以外では使用できない。Also, a method is known in which search information indicating which block each piece of data is located in is always managed on a hard disk, but in this case, it cannot be used in any system other than a system that is attached with a hard disk that stores the search information.
(発明が解決しようとする課題)
上述した従来技術による追記形光ディスク上のファイル
管理方式では、ユーザは要求するデータかどの媒体上に
あるのかを意識して処理を実行する必要があるため、追
記形光ディスク上のデータがどのブロックに置かれてい
るかを意識して処理を実行しなければならfkいという
欠点がある。(Problem to be Solved by the Invention) In the file management method on the write-once optical disk according to the conventional technology described above, the user needs to be aware of which medium the requested data is on when executing the process. The drawback is that processing must be performed while being aware of which block the data on the optical disk is located.
一方、各データがどのブロックに置かれているかという
検索情報を常にハードディスク上で管理する方式では、
検索情報を格納するハードディスクが付属してhるシス
テム以外では使用できないという欠点がある。On the other hand, in a method that constantly manages search information on the hard disk, such as which block each data is placed in,
It has the disadvantage that it cannot be used except in systems that come with a hard disk to store search information.
本発明の目的は、追記形光ディスク上にファイル識別番
号と物理的なブロック番号との対応テーブルを備え、追
記形光ディスクの使用開始時に対応テーブルを主記憶上
またはハードディスク上に読込み、追記形光ディスク上
のファイルにアクセスする場合には対応テーブルを経由
してアクセスを行ない、追記形光ディスクの使用終了時
には変更された対応テーブルを追記形光ディスク上に書
込むことにより上記欠点を除去し、追記形光ディスク上
のファイルをハードディスク上のファイルと等価に見せ
ることができるように構成した追記形光ディスク上のフ
ァイル管理方式を提供することにある。An object of the present invention is to provide a write-once optical disc with a correspondence table between file identification numbers and physical block numbers, and to read the correspondence table into the main memory or hard disk when the write-once optical disc starts to be used. When accessing a file, the file is accessed via the correspondence table, and when the use of the write-once optical disc is finished, the changed correspondence table is written onto the write-once optical disc. This eliminates the above disadvantages. To provide a file management system on a write-once optical disk configured so that files on the hard disk can be viewed as equivalent to files on a hard disk.
(課題を解決するための手段)
本発明による追記形光ディスク上のファイル管理方式は
、追記形光ディスクによって構成された外部記憶装置へ
のデータの格納をファイル単位で行ない、ファイルを格
納する媒体の識別名と媒体内での固有のファイル識別番
号この組合せによってファイルを特定するように構成し
たものである。(Means for Solving the Problems) A file management method on a write-once optical disk according to the present invention stores data in an external storage device constituted by a write-once optical disk on a file-by-file basis, and identifies the medium in which the file is stored. The file is identified by the combination of name and unique file identification number within the medium.
上記構成にかいて、本発明は上記追記形光ディスク上に
ファイル識別番号と物理的なブロック番号との対応テー
ブルを備え、読込み手段と、アクセス手段と、書込み手
段とを具備し、追記形光ディスク上のファイルをハード
ディスク上のファイルと等価に見せることができるよう
に構成したものである。In the above structure, the present invention is provided with a correspondence table between file identification numbers and physical block numbers on the write-once optical disc, and comprises a reading means, an access means, and a writing means. It is configured so that files on the computer can be viewed as equivalent to files on the hard disk.
読込み手段は、追記形光ディスクの使用開始時に対応テ
ーブルを主記憶上、またはハードディスク上に読込むた
めのものである。The reading means is for reading the correspondence table into the main memory or the hard disk when starting to use the write-once optical disc.
アクセス手段は、追記形光ディスク上のファイルにアク
セスする場合、対応テーブルを経由して行なうためのも
のである。The access means is for accessing files on the write-once optical disc via the correspondence table.
書込み手段は、追記形光ディスクの使用終了時に、変更
された対応テーブルを追記形光ディスク上に書込むため
のものである。The writing means is for writing the changed correspondence table onto the write-once optical disc at the end of use of the write-once optical disc.
(実施例) 次に、本発明について図面を参照して説明する。(Example) Next, the present invention will be explained with reference to the drawings.
第1図は、本発明による追記形光ディスク上のファイル
管理方式の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of a file management method on a write-once optical disc according to the present invention.
第1図にかいて、1(まメイン制御部、2は主メモリ、
3は入出力制御部、31は追記形光ディスク制御部、3
2はハードディスク制御部、4は追記形光ディスク、4
1は対応テーブル、6はハードディスク、6は演算処理
部である。In Figure 1, 1 (main control section), 2 main memory,
3 is an input/output control unit; 31 is a write-once optical disc control unit; 3
2 is a hard disk control unit; 4 is a write-once optical disk; 4
1 is a correspondence table, 6 is a hard disk, and 6 is an arithmetic processing unit.
第1図において、ファイルを管理する部分は、システム
全体を制御するためのメイン制御部1と、主メモリ2と
、入出力を制御するための入出力制御部3と、外部記憶
装置である追記形光ディスク4と、ハードディスク5と
、演算を行なうための演算処理部6とから構成される。In FIG. 1, the parts that manage files include a main control unit 1 for controlling the entire system, a main memory 2, an input/output control unit 3 for controlling input/output, and an external storage device. It is composed of a shaped optical disk 4, a hard disk 5, and an arithmetic processing section 6 for performing calculations.
入出力制御部3には、追記形光ディスク4を制御するた
めの追記形光ディスク制御部31と、ハードディスク5
を制御するためのハードディスク制御部32とe備えて
いる。また、追記形光ディスク4には、ファイル識別番
号と物理ブロックとの対応付けをする対応テーブル41
が格納されている。The input/output control section 3 includes a write once optical disk control section 31 for controlling the write once optical disk 4, and a hard disk 5.
It is equipped with a hard disk control section 32 and e for controlling. The write-once optical disc 4 also has a correspondence table 41 that associates file identification numbers with physical blocks.
is stored.
追記形光ディスク4を使用する場合には、メイン制御部
1に対して追記形光ディスク4の使用開始命令を与える
ことによって、メインItiIJ御部1から入出力i!
llI御部3に命令が出され、追記形光ディスク4上の
対応テーブル41が主メモリ2に読込まれる。上記対応
テーブル41は、このまま主メモリ2に置くこともでき
るが、本実施例では対応テーブル41をハードディスク
B上に一時的に格納し、必快に応じて主メモリ2に読込
む方法を採用している。使用するオペレーティングシス
テムによっては、追記形光ディスク4上のファイルを使
用するために登録処理が必要な場合もあるが、その場合
には必要に応じてメイン制御部1に命令を与える。When using the write-once optical disc 4, by giving a command to the main control unit 1 to start using the write-once optical disc 4, the input/output i!
A command is issued to the IllI controller 3, and the correspondence table 41 on the write-once optical disc 4 is read into the main memory 2. The correspondence table 41 can be placed in the main memory 2 as is, but in this embodiment, the correspondence table 41 is temporarily stored on the hard disk B and read into the main memory 2 when necessary. ing. Depending on the operating system used, registration processing may be necessary in order to use the files on the write-once optical disc 4, in which case commands are given to the main control unit 1 as necessary.
使用開始処理を行なった後、追記形光ディスク4上のフ
ァイルを使用するときには、対応テーブル41でファイ
ル識別番号を物理ブロック番号に変換してアクセスする
。追記形光ディスク4に書込みを行なうときには、同時
に対応テーブル41のデータも変更する。When a file on the write-once optical disc 4 is used after the start-of-use process is performed, the file identification number is converted into a physical block number using the correspondence table 41 and then accessed. When writing to the write once optical disc 4, the data in the correspondence table 41 is also changed at the same time.
ここで、この書換えは、主メモリ2上、あるいはハード
ディスモ
追記形光ディスク4上への対応テーブル41の書込みは
、使用終了命令が与えられたときに初めて行なわれ、変
更がなければ書込みは行なわれない。書込みと同時に主
メモリ2上、および)・−ドディスクS上の対応テーブ
ル41は消去する。変更された対応テーブル41の書込
みは決められた位置、例えば、追記形光ディスク4の使
用領域の最後の位置に、決められたサイズで行なう。よ
って、次にこの追記形光ディスク4を使用する。と診に
は1.・その場所から再び対応テーブル41を読込む。Here, this rewriting is performed for the first time when the correspondence table 41 is written on the main memory 2 or the hard disk drive write-once optical disk 4 when a use end command is given, and if there is no change, writing is not performed. do not have. At the same time as writing, the correspondence table 41 on the main memory 2 and the hard disk S is erased. The changed correspondence table 41 is written at a predetermined position, for example, at the last position of the usable area of the write-once optical disc 4, and with a predetermined size. Therefore, this write once optical disc 4 will be used next. For diagnosis, 1. - Read the correspondence table 41 again from that location.
以上、説明した方式でファイル識別番号によつてファイ
ルを識別するどのようなファイルシステムにThrでも
、追記形光ディスク4上のファイル管理が可能であるが
、ここでは、UNIXのファイルシステム上で追記形光
ディスク4のファイルをgI理する場合を例に挙げて、
具体的な説明をする。File management on the write-once optical disk 4 is possible using any file system that identifies files using file identification numbers using the method described above. For example, when processing files on optical disk 4,
Give a concrete explanation.
第2図は、対応テーブル41のフォーマットの一例を示
す説明図である。ボリューム名71は各追記形光ディス
クに固有に付けられたボリュームの識別名、7リ一1ノ
ード番号72は次に作成するファイルに付けるlノード
番号、フリーブロック番号73は追記形光ディスク4の
未使用ブロックの先頭番号をそれぞれ管理し、第nのブ
ロック番号71n6tlノード番号nのファイルのlノ
ードが格納されているブロックの番号を管理している。FIG. 2 is an explanatory diagram showing an example of the format of the correspondence table 41. The volume name 71 is a volume identification name uniquely assigned to each write-once optical disk, the node number 72 is the l-node number assigned to the next file to be created, and the free block number 73 is an unused disk on the write-once optical disk 4. The first number of each block is managed, and the number of the block in which the l node of the file with the nth block number 71n6tl node number n is stored is managed.
、例えば、第2のブロック番号14−2は、lノード番
号が2フアイルの五ノードが格納されているブロックを
示し、lノードのデータからファイルが格納されている
ブロックが判明する。For example, the second block number 14-2 indicates a block in which five nodes with an l-node number of 2 files are stored, and the block in which the file is stored can be determined from the l-node data.
追記形光ディスク4上のファイルをUNIXのファイル
システムで使用するためには、使用開始時に対応テーブ
ル41を読込むとともに、ファイルシステムへのリンク
(マウント処理)を行なう必要がある。使用開始時に上
記処理を行なえば、アクセス時に対応テーブル41を参
照する処理が必要であるが、上記以外は追記形光ディス
ク4上のファイルをハードディスク上のファイルと同様
に取扱える。しかも、対応テーブル41のデータを参照
する処理をすべて追記形光ディスク制御部31で行なう
ようにすると、ユーザ(あるいはプログラム)からはフ
ァイルが追記形光ディスク4にあることを意識する必要
がなくなる。In order to use the files on the write-once optical disk 4 in a UNIX file system, it is necessary to read the correspondence table 41 and perform a link (mounting process) to the file system at the beginning of use. If the above processing is performed at the beginning of use, it is necessary to refer to the correspondence table 41 at the time of access, but other than the above, files on the write-once optical disc 4 can be handled in the same way as files on a hard disk. Moreover, if the write-once optical disc control unit 31 performs all the processing for referring to the data in the correspondence table 41, the user (or program) does not need to be aware that the file is on the write-once optical disc 4.
以下に、対応テーブル41を使用した追記形光ディスク
4上のファイルのオープン処理、作成、読込み/書込み
処理、ならびにクローズなどの処理を説明する。Below, processing such as open processing, creation, read/write processing, and closing of files on the write-once optical disc 4 using the correspondence table 41 will be explained.
まず、オープン処理について説明する。メイン制御部1
がlノード番号をパラメータとして、ファイルのオープ
ンを追記形光ディスク制御部31に要求すると、追記形
光ディスク制御部31は、与えられたlノード番号に対
応する1ノードがどのブロックに格納されているかを対
応テーブル41によって調べ、その1ノードを主メモリ
2に読込む。読込!れたlノードとプロセスとの関係付
けなどは、ハードディスク上のファイルの場合と同じよ
うにして行なわれる。また、ユーザ(あるいはプログラ
ム)は、ファイル名をパラメータとしてファイルのオー
プン処理を行なうが、ファイル名から媒体とlノード番
号とを導く処理も、UNIXのシステムがハードディス
クの場合と同様にして行ない、ハードウェア依存の処理
はすべて入出力制剤部3で吸収する。First, open processing will be explained. Main control part 1
requests the write-once optical disk control unit 31 to open a file using the l-node number as a parameter, the write-once optical disk control unit 31 determines in which block the node corresponding to the given l-node number is stored. The correspondence table 41 is checked and one node is read into the main memory 2. Load! The relationship between the created lnode and the process is done in the same way as for files on a hard disk. Furthermore, the user (or program) performs file open processing using the file name as a parameter, but the process of deriving the medium and l-node number from the file name is also performed in the same way as a UNIX system uses a hard disk. All software-dependent processing is absorbed by the input/output controller 3.
次に、作成処理について説明する。Next, the creation process will be explained.
新しく作成されるファイルには、フリ−17−ド番号7
2で管理されているlノード番号が与えられ、フリ−1
ノード番号72の値は1だけインクリメントされる。こ
のlノード番号に対応する1ノードはフリーブロック番
号フ3が示すブロックから取られ、フリーブロック番号
73の値はlノードで使用したブロック数だけインクリ
メントされる。ファイルシステムに登録する処理、すな
わちディレクトリに上記ファイル名とlノード番号とを
書込む処理は、ハードディスク上のファイル作成処理と
同じようにして実行される。The newly created file has the free number 7.
Given the l-node number managed by 2, free-1
The value of node number 72 is incremented by one. One node corresponding to this l-node number is taken from the block indicated by free block number f3, and the value of free block number 73 is incremented by the number of blocks used in the l-node. The process of registering in the file system, that is, the process of writing the file name and l-node number in the directory, is executed in the same way as the process of creating a file on the hard disk.
次に、読込み/書込み処理について説明する。Next, read/write processing will be explained.
読込み処理は、ハードディスクの場合と同じである。つ
まり、主メモリ2上にあるlノードのデータから、読込
もうとしているデータが追記形光ディスク4上のどのブ
ロックにあるかを調べて読込むという処理である。書込
み処理は、データを書込むための領域を7リ一プσツク
番号73で示すブロックから必要なブロック数だけ確保
し、フリーブロック番号73の値を、その分だけインク
リメントする。これに伴ってlノードのデータも書換え
られる。The reading process is the same as for a hard disk. In other words, it is a process of checking which block on the write-once optical disk 4 contains the data to be read from the l-node data on the main memory 2, and then reading the data. In the write process, the area for writing data is secured by the required number of blocks from the block indicated by the block number 73, and the value of the free block number 73 is incremented by that amount. Along with this, the data of the l node is also rewritten.
最後に、クローズ処理について説明する。Finally, close processing will be explained.
クローズ処理もハードディスクの場合と同じで、ファイ
ルに関する最新の情報、例えば変更時間や使用ブロック
番号などを格納する1ノードを追記形光ディスク4に書
込む。The closing process is the same as in the case of a hard disk, and one node that stores the latest information regarding the file, such as modification time and used block number, is written to the write-once optical disk 4.
(発明の効果)
以上説明したように本発明は、追記形光ディスク上に格
納されたファイル識別番号と物理ブロック番号との対応
デープルを使用開始時に読込み、ファイルにアクセスす
る場合に、上記対応テーブルによってファイル識別番号
を物理ブロック番号に変換することによう、書換えがで
きないという追記形光ディスクの性質を吸収することが
できるという効果がある。このようなハードウェア依存
の処理を入出力処理部で実行すればユーザあるいはプロ
グラムからは、追記形光ディスク上のファイルとハード
ディスク上のファイルとが等価に見え、媒体を意識せず
にファイルにアクセスできるという効果がある。大容量
で、入替え、ならびに持ち運びが可能であるなど、ハー
ドディスクにはない性質をもつ光ディスクを外部記憶装
置として使用する場合には、この方式は有効である。(Effects of the Invention) As explained above, the present invention reads the correspondence table between the file identification number and the physical block number stored on the write-once optical disk at the beginning of use, and uses the above correspondence table when accessing the file. Converting a file identification number to a physical block number has the effect of absorbing the non-rewritable nature of write-once optical discs. If such hardware-dependent processing is executed in the input/output processing unit, files on the write-once optical disk and files on the hard disk will appear equivalent to the user or program, and files can be accessed without being aware of the medium. There is an effect. This method is effective when using an optical disk as an external storage device, which has characteristics that hard disks do not have, such as large capacity, interchangeability, and portability.
第1図は、本発明による追記形光ディスク上のファイル
V理方式の一実施例を示すブロック図である。
第2図は、第1図に示す対応テーブルのフォーマットの
実例を示す説明図である。
M3図は、τ)NIXファイルシステムにかけるハード
ディスクのフォーマットを示す説明図である。
1・・・メイン制脚部
2・・・主メモリ
3・・・入出力制例部
4・・・追記形光ディスク
5・・eハードディスク
6・・・演算処理部
31・・−追記形光ディスク制御部
32・・・ハードディスク制御11
41・・・対応テーブル
71・・・ボリューム名
72・・・ノード番号
73.74−1,74−2.フ4−8.74−n・−・
−・ブロック番号
81・・・プートブロック
82 ・
83 @
84 ・
・スーパーブロック
・リスト
・・データ領域FIG. 1 is a block diagram showing an embodiment of a file V management method on a write-once optical disc according to the present invention. FIG. 2 is an explanatory diagram showing an example of the format of the correspondence table shown in FIG. 1. Figure M3 is an explanatory diagram showing the format of the hard disk for the τ)NIX file system. 1... Main control unit 2... Main memory 3... Input/output control unit 4... Write-once optical disc 5... e-hard disk 6... Arithmetic processing unit 31... - Write-once optical disc control Part 32...Hard disk control 11 41...Correspondence table 71...Volume name 72...Node number 73.74-1, 74-2. F4-8.74-n・-・
-・Block number 81...Put block 82 ・ 83 @ 84 ・・Super block list...Data area
Claims (1)
をファイル単位で行ない、ファイルを格納する媒体の識
別名と前記媒体内での固有のファイル識別番号との組合
せによつて前記ファイルを特定する追記形光ディスク上
のファイル管理方式において、前記追記形光ディスク上
に前記ファイル識別番号と物理的なブロック番号との対
応テーブルを備え、前記追記形光ディスクの使用開始時
に前記対応テーブルを主記憶上またはハードディスク上
に読込むための読込み手段と、前記追記形光ディスク上
の前記ファイルにアクセスする場合には前記対応テーブ
ルを経由して行なうためのアクセス手段と、前記追記形
光ディスクの使用終了時には変更された前記対応テーブ
ルを前記追記形光ディスク上に書込むための書込み手段
とを具備し、前記追記形光ディスク上のファイルをハー
ドディスク上のファイルと等価に見せることができるよ
うに構成した追記形光ディスク上のファイル管理方式。A write-once type in which data is stored in an external storage device using a write-once optical disk in file units, and the file is identified by a combination of the identification name of the medium in which the file is stored and a unique file identification number within the medium. In the file management method on an optical disk, a correspondence table between the file identification number and a physical block number is provided on the write-once optical disk, and the correspondence table is stored in the main memory or on the hard disk when the write-once optical disk starts to be used. a reading means for reading, an access means for accessing the file on the write-once optical disc via the correspondence table; and an access means for accessing the file on the write-once optical disc via the correspondence table; A file management system on a write-once optical disc, comprising a writing means for writing on the write-once optical disc, and configured to make files on the write-once optical disc appear equivalent to files on a hard disk.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32078989A JPH03183090A (en) | 1989-12-11 | 1989-12-11 | File control system for draw type optical disk |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32078989A JPH03183090A (en) | 1989-12-11 | 1989-12-11 | File control system for draw type optical disk |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH03183090A true JPH03183090A (en) | 1991-08-09 |
Family
ID=18125261
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP32078989A Pending JPH03183090A (en) | 1989-12-11 | 1989-12-11 | File control system for draw type optical disk |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH03183090A (en) |
-
1989
- 1989-12-11 JP JP32078989A patent/JPH03183090A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3005645B2 (en) | How to read and write files on non-erasable storage media | |
US5113509A (en) | Method of changing data on disk | |
JPS6369066A (en) | Data correcting system on unrewritable medium | |
JPH03183090A (en) | File control system for draw type optical disk | |
JPH0346164A (en) | Alternative sector management method and information recording and reproducing system | |
JPH0895835A (en) | Method for reserving file space | |
JPH0357037A (en) | File management device | |
JPS6162923A (en) | File access method | |
JPH0644118A (en) | File backup system | |
JPS6359618A (en) | How to copy | |
JPH0254327A (en) | Control system for disk data | |
JPH01255028A (en) | Method for making access to external storage device | |
JPH09198846A (en) | Magneto-optical recording device | |
JPS6331809B2 (en) | ||
JPH09293007A (en) | Program install device | |
JPH064368A (en) | File access device | |
JPH0336640A (en) | Record storage space control method | |
JPH04336638A (en) | Disk exchange system in system working mode | |
JPH06124218A (en) | Disk content destruction factor estimation supporting method and information processing system with disk content destruction factor estimation supporting function | |
JPH02213958A (en) | Information recording and playback method | |
JPH03263244A (en) | Cache memory data write back method and disk cache control device | |
JPH03276457A (en) | Rewrite type optical disk device | |
JPS63129586A (en) | Information storage device | |
JPH04274512A (en) | File processing system for optical disk verifying system | |
JPH0256021A (en) | Managing system for disk data |