JPH086837A - Information reader - Google Patents
Information readerInfo
- Publication number
- JPH086837A JPH086837A JP6133460A JP13346094A JPH086837A JP H086837 A JPH086837 A JP H086837A JP 6133460 A JP6133460 A JP 6133460A JP 13346094 A JP13346094 A JP 13346094A JP H086837 A JPH086837 A JP H086837A
- Authority
- JP
- Japan
- Prior art keywords
- information
- recorded
- read
- rom
- recording medium
- 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.)
- Withdrawn
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management Or Editing Of Information On Record Carriers (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、情報があらかじめ記録
されている、例えば光ディスク(例えば、CD−ROM
など)などの読み出し専用の記録媒体から、情報を読み
出す情報読み出し装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an optical disc (for example, a CD-ROM) in which information is recorded in advance.
Etc.) for reading information from a read-only recording medium.
【0002】[0002]
【従来の技術】従来、データ(情報)があらかじめ記録
され、その書き換え(情報の削除、追加、変更)が不可
能な読み出し専用の記録媒体としては、例えばCD−R
OMなどが知られている。CD−ROMにおけるデータ
の記録フォーマットとしては、ISO(International
Organization for Standardizaiton)で設定された、例
えばISO9660フォーマットなどが用いられてい
る。2. Description of the Related Art Conventionally, as a read-only recording medium in which data (information) is recorded in advance and rewriting (deletion, addition, change of information) is impossible, for example, a CD-R is used.
OM and the like are known. The recording format of data in the CD-ROM is ISO (International
For example, the ISO9660 format set by Organization for Standardizaiton) is used.
【0003】ISO9660フォーマットでは、アクセ
ス時のシークの遅さをカバーするために、CD−ROM
に、そこに記憶されたデータを管理するための、いわゆ
るパステーブルを記録しておき、そのパステーブルを参
照して、データのアクセスを行うようになされている。In the ISO9660 format, in order to cover the seek delay at the time of access, a CD-ROM is used.
In addition, a so-called path table for managing the data stored therein is recorded, and the data is accessed by referring to the path table.
【0004】図6は、ISO9660フォーマットのC
D−ROMの一例を示している。パステーブルは、CD
−ROMの、例えば内周側に記録され、そこには、CD
−ROMに記録されているデータのファイル名や、各フ
ァイルが属すディレクトリ名(図6において、パスの列
に示してある)、並びにファイルやディレクトリを見る
ことが可能であるか否か(読み出して表示することを許
可するか否か)を示す情報(以下、適宜、表示可/不可
情報という)や、ファイルが実行可能であるか否か(読
み出して実行することを許可するか否か)を示す情報
(以下、適宜、実行可/不可情報という)などでなるア
クセス許可情報、およびファイルなどが実際に記録され
ている位置の情報(以下、適宜、記録位置情報という)
などが記録されているブロックの位置(例えば、論理ブ
ロック番号など)が記述されている。FIG. 6 is a C of the ISO9660 format.
An example of a D-ROM is shown. The path table is a CD
-ROM, for example, recorded on the inner circumference side, where there is a CD
-File names of data recorded in the ROM, directory names to which each file belongs (indicated in the path column in Fig. 6), and whether or not the files and directories can be viewed (read Information indicating whether to permit display (hereinafter referred to as displayable / impossible information as appropriate) and whether the file is executable (whether reading and executing is permitted) Access permission information including information (hereinafter, appropriately referred to as executable / non-executable information), etc., and information on the position where a file or the like is actually recorded (hereinafter, appropriately referred to as recording position information)
The position of a block in which is recorded (for example, a logical block number) is described.
【0005】なお、図6(後述する図3および図4も同
様)において、パスの列の記述がスラッシュ(/)のみ
のものおよびスラッシュで終了しているものは、ディレ
クトリ名で、その他のものはファイル名である。In FIG. 6 (also in FIGS. 3 and 4 which will be described later), the description of the path string is only a slash (/) and ones ending with a slash are directory names, and others. Is the file name.
【0006】このようなCD−ROMからのデータの読
み出しは、例えば次のようにして行われる。即ち、まず
CD−ROMが、例えばCD−ROMドライブを有する
コンピュータなどに装着される。そして、使用者が、例
えばファイル/bin/awkを読み出すようにコンピ
ュータを操作すると、そのコンピュータのOS(Operat
ing System)によって、パステーブルの中から、ファイ
ル名/bin/awkが検索される。The reading of data from such a CD-ROM is performed as follows, for example. That is, first, the CD-ROM is mounted on, for example, a computer having a CD-ROM drive. Then, when the user operates the computer to read the file / bin / awk, for example, the OS (Operat) of the computer
ing System), the file name / bin / awk is searched in the path table.
【0007】そして、ファイル名/bin/awkに対
応する論理ブロック番号を読み込むように、CD−RO
Mドライブに対して指示がなされ、これにより論理ブロ
ック番号80のブロック(ブロックに記録されたデー
タ)がOSに送られる。OSは、そのブロックに記録さ
れているアクセス許可情報を解析し、ファイル/bin
/awkがアクセス許可(表示可または実行可)になっ
ていれば(通常は、すべてアクセス許可になってい
る)、ファイル/bin/awkが記録されているブロ
ックにシークしてデータを読み出すように、CD−RO
Mドライブに指示する。これにより、CD−ROMか
ら、ファイル/bin/awkが読み出される。Then, the CD-RO is read so as to read the logical block number corresponding to the file name / bin / awk.
The M drive is instructed, and the block with the logical block number 80 (data recorded in the block) is sent to the OS. The OS analyzes the access permission information recorded in the block and outputs the file / bin
If / awk has access permission (displayable or executable) (usually all have access permission), seek to the block in which the file / bin / awk is recorded and read the data. , CD-RO
Instruct M drive. As a result, the file / bin / awk is read from the CD-ROM.
【0008】[0008]
【発明が解決しようとする課題】ところで、CD−RO
Mは、上述したように、その記録内容の書き換えが不可
能であり、またそこに記録されているファイルやディレ
クトリは、基本的にすべてアクセス可能になされている
(読み出して見ることができ、さらに実行可能なファイ
ルは読み出して実行することができるようになされてい
る)。By the way, the CD-RO
As described above, M is not able to rewrite the recorded contents, and basically all files and directories recorded therein are accessible (readable and visible, and Executable files are designed to be read and executable).
【0009】従って、使用者が、例えば一度アクセスし
て必要でないとしたファイルやディレクトリであって
も、それを隠す(見かけ上、CD−ROMに記録されて
いないようにする)ことができず、このため、誤って、
その不必要なファイルやディレクトリに、再度アクセス
することがあった。Therefore, the user cannot hide (even apparently not recorded in the CD-ROM) a file or a directory which he / she has accessed and decided not to use. Therefore, by mistake,
I sometimes accessed the unnecessary files and directories again.
【0010】さらに、CD−ROMに記録されているフ
ァイルやディレクトリを検索するのに際し、上述したよ
うな不必要なファイルやディレクトリが、そうでないも
のとともに検索対象とされるため、検索時間がかかる課
題があった。Further, when searching for a file or directory recorded on a CD-ROM, the unnecessary files and directories as described above are targeted for the search along with the other files, so that it takes time to search. was there.
【0011】また、CD−ROMドライブを有するコン
ピュータが、CD−ROMのフォーマットに対応してい
るものであれば、そのCD−ROMに記録されているす
べてのファイルやディレクトリにアクセスすることが可
能であるため、例えばあるファイルやディレクトリに対
するアクセスを、特定の使用者にのみ許可することが困
難であった。If the computer having the CD-ROM drive is compatible with the format of the CD-ROM, it is possible to access all the files and directories recorded in the CD-ROM. Therefore, for example, it is difficult to allow only a specific user to access a certain file or directory.
【0012】従って、CD−ROMに記録されているフ
ァイルやディレクトリのセキュリティを確保するには、
例えばデータにスクランブルをかけたり、あるいは特定
のフォーマットでデータを記録する必要があり、面倒で
あった。Therefore, in order to ensure the security of the files and directories recorded on the CD-ROM,
For example, it is necessary to scramble the data or record the data in a specific format, which is troublesome.
【0013】以上のように、従来の、例えばCD−RO
Mなどのような読み出し専用の記録媒体は、使い勝手が
悪い課題があった。As described above, the conventional CD-RO, for example,
A read-only recording medium such as M has a problem of poor usability.
【0014】本発明は、このような状況に鑑みてなされ
たものであり、読み出し専用の記録媒体の使い勝手を向
上させるものである。The present invention has been made in view of the above circumstances, and improves the usability of a read-only recording medium.
【0015】[0015]
【課題を解決するための手段】本発明の情報読み出し装
置は、情報とともに、その情報を管理するための管理情
報が記録されている、読み出し専用の記録媒体(例え
ば、図1に示すCD−ROM1など)から、情報を読み
出す情報読み出し装置であって、読み出し専用の記録媒
体から情報を読み出す読み出し手段(例えば、図1に示
すドライブ装置2など)と、所定の記録媒体である管理
情報記録媒体(例えば、図1に示す磁気ディスク9な
ど)に、管理情報をコピーするコピー手段(例えば、図
1に示す外部記録装置3など)と、管理情報記録媒体に
記録された管理情報を変更する変更手段(例えば、図1
に示す入力装置7など)と、管理情報記録媒体に記録さ
れた管理情報に基づいて、読み出し手段による読み出し
専用の記録媒体からの情報の読み出しを制御する制御手
段(例えば、図1に示すCPU4など)とを備えること
を特徴とする。An information reading apparatus of the present invention is a read-only recording medium (for example, a CD-ROM 1 shown in FIG. 1) in which information and management information for managing the information are recorded. Information reading device for reading information from a read-only recording medium (for example, the drive device 2 shown in FIG. 1) and a management information recording medium (predetermined recording medium). For example, a copy means (for example, the external recording device 3 shown in FIG. 1) for copying the management information onto the magnetic disk 9 shown in FIG. 1 and a changing means for changing the management information recorded on the management information recording medium. (For example, in FIG.
1) and the management information recorded on the management information recording medium, and control means for controlling the reading of information from the read-only recording medium by the reading means (for example, the CPU 4 shown in FIG. 1). ) And are provided.
【0016】この情報読み出し装置においては、読み出
し専用記録媒体が、読み出し手段に対し、着脱可能にな
されており、読み出し専用記録媒体が読み出し手段に装
着されたときに、そこに記録されている管理情報が、管
理情報記録媒体に記録されているか否かを判定する判定
手段(例えば、図2に示すプログラムの処理ステップS
3など)をさらに備える場合、コピー手段に、判定手段
により、管理情報が、管理情報記録媒体に記録されてい
ないと判定されたとき、その管理情報を、管理情報記録
媒体にコピーさせることができる。変更手段には、情報
が不可視状態になるように、管理情報を変更させること
ができる。In this information reading device, the read-only recording medium is made detachable from the reading means, and when the read-only recording medium is attached to the reading means, the management information recorded therein. Is determined on the management information recording medium (for example, the processing step S of the program shown in FIG. 2).
3) or the like), the management information can be copied to the management information recording medium when the judgment means determines that the management information is not recorded in the management information recording medium. . The changing unit can change the management information so that the information becomes invisible.
【0017】管理情報が、情報に対するアクセスを許可
するか否かを示す情報であるアクセス許可情報を含んで
いる場合、変更手段に、アクセス許可情報を変更させる
ことができる。また、変更手段によるアクセス許可情報
の変更を、所定の入力があったときに許すことができ
る。さらに、読み出し専用の記録媒体を、光ディスクと
し、管理情報記録媒体を、磁気ディスクとすることがで
きる。When the management information includes access permission information indicating whether or not to permit access to the information, the changing means can change the access permission information. Further, the change of the access permission information by the changing unit can be permitted when a predetermined input is made. Furthermore, the read-only recording medium can be an optical disc, and the management information recording medium can be a magnetic disc.
【0018】[0018]
【作用】上記構成の情報読み出し装置においては、磁気
ディスク9に、CD−ROM1に記録されている管理情
報がコピーされ、この管理情報に基づいて、ドライブ装
置2によるCD−ROM1からの情報の読み出しが制御
される。磁気ディスク9に記録された管理情報は変更す
ることができるようになされている。従って、CD−R
OM1の使い勝手を向上させることができる。In the information reading apparatus having the above structure, the management information recorded in the CD-ROM 1 is copied onto the magnetic disk 9, and the drive apparatus 2 reads the information from the CD-ROM 1 based on this management information. Is controlled. The management information recorded on the magnetic disk 9 can be changed. Therefore, CD-R
The usability of the OM1 can be improved.
【0019】[0019]
【実施例】図1は、本発明を適用したCD−ROM再生
装置(ファイルシステム)の一実施例の構成を示すブロ
ック図である。CD−ROM1は、例えばISO966
0フォーマットのもので、そこには、図6に示したよう
に、データ(情報)(ファイルやディレクトリ)ととも
に、そのデータを管理するための管理情報、即ちファイ
ル名、ディレクトリ名、さらにはアクセス許可情報(表
示可/不可情報および実行可/不可情報など)や、記録
位置情報などが記録されているブロックの位置(例え
ば、論理ブロック番号など)が記述されているパステー
ブルがあらかじめ記録されている。1 is a block diagram showing the configuration of an embodiment of a CD-ROM reproducing apparatus (file system) to which the present invention is applied. The CD-ROM 1 is, for example, ISO966.
As shown in FIG. 6, in the 0 format, along with data (information) (files and directories), management information for managing the data, that is, file name, directory name, and access permission A path table in which information (displayable / unavailable information and executable / unavailable information) and the position of a block in which recording position information is recorded (for example, logical block number) is recorded in advance. .
【0020】CD−ROM1は、ドライブ装置2に着脱
可能になされている。ドライブ装置2は、そこにCD−
ROM1が装着されると、CPU4の制御の下、CD−
ROM1にアクセスし、そこからデータを読み出すよう
になされている。CD−ROM1から読み出されたデー
タが、表示可能なファイルであれば、それは、表示装置
8に供給されて表示される。また、そのデータが、実行
可能なファイルであれば、CPU4によって実行され
る。さらに、ディレクトリにアクセスがなされたときに
は、CD−ROM1から、そのディレクトリに属すファ
イルのファイル名が読み出され、表示装置8に供給され
て表示される。また、CD−ROM1から、パステーブ
ルが読み出されたときには、外部記録装置3に供給さ
れ、磁気ディスク(ハードディスク)9に記録される。The CD-ROM 1 is removable from the drive device 2. The drive device 2 has a CD-
When the ROM1 is installed, the CD-
The ROM1 is accessed and data is read from the ROM1. If the data read from the CD-ROM 1 is a displayable file, it is supplied to the display device 8 and displayed. If the data is an executable file, it is executed by the CPU 4. Further, when the directory is accessed, the file names of the files belonging to the directory are read from the CD-ROM 1 and supplied to the display device 8 for display. When the path table is read from the CD-ROM 1, it is supplied to the external recording device 3 and recorded on the magnetic disk (hard disk) 9.
【0021】外部記録装置3は、例えばハードディスク
装置などでなり、CD−ROM1から読み出されたパス
テーブルを、磁気ディスク9に記録するようになされて
いる。即ち、外部記録装置3は、CD−ROM1のパス
テーブルを、磁気ディスク9にコピーするようになされ
ている。The external recording device 3 is composed of, for example, a hard disk device or the like, and records the path table read from the CD-ROM 1 on the magnetic disk 9. That is, the external recording device 3 is adapted to copy the path table of the CD-ROM 1 onto the magnetic disk 9.
【0022】また、外部記録装置3は、磁気ディスク9
の記録内容を読み出し、CPU4に供給するようになさ
れている。The external recording device 3 includes a magnetic disk 9
Is read out and supplied to the CPU 4.
【0023】なお、磁気ディスク9には、上述したよう
にパステーブルが記録される他、例えばあらかじめOS
(Operating System)やアプリケーションプログラムな
どが記録されている。The path table is recorded on the magnetic disk 9 as described above.
(Operating System) and application programs are recorded.
【0024】ROM6には、OSを起動させる(CPU
4に、OSをブートさせる)ためのIPL(Initial Pr
ogram Loader)プログラムなどが記憶されている。RA
M5は、CPU4の動作上必要なデータやプログラム
(OSやアプリケーションプログラム)を記憶するよう
になされている。The ROM 6 starts the OS (CPU
IPL (Initial Pr) for booting OS)
ogram Loader) program etc. are stored. RA
The M5 stores data and programs (OS and application programs) necessary for the operation of the CPU 4.
【0025】CPU4は、装置の電源がONにされる
と、ROM6に記憶されているIPLプログラムを実行
することにより、磁気ディスク9に記録されているOS
を、外部記録装置3を介して読み出し、RAM5に記憶
させるようになされている。そして、CPU4は、OS
をRAM5に記憶させた後、入力装置7の操作にしたが
い、OS上で、アプリケーションプログラム(例えば、
CD−ROM1や磁気ディスク9から読み出されたもの
など)をRAM5にロードして実行したり、その他の処
理(例えば、ドライブ装置2、外部記録装置3、および
表示装置8の制御など)を行うようになされている。When the power of the apparatus is turned on, the CPU 4 executes the IPL program stored in the ROM 6 to execute the OS recorded on the magnetic disk 9.
Is read out via the external recording device 3 and stored in the RAM 5. And CPU4 is OS
After storing in the RAM 5, according to the operation of the input device 7, the application program (for example,
The data read from the CD-ROM 1 or the magnetic disk 9) is loaded into the RAM 5 and executed, and other processing (for example, control of the drive device 2, the external recording device 3, and the display device 8) is performed. It is done like this.
【0026】入力装置7は、例えばキーボードやマウス
などでなり、CPU4に対し所定の処理を行わせるため
のコマンドや、必要なデータを入力するときに操作され
る。表示装置8は、例えばCD−ROM1から読み出さ
れたデータや、その他の情報を表示するようになされて
いる。The input device 7 is, for example, a keyboard or a mouse, and is operated when a command for causing the CPU 4 to perform a predetermined process or necessary data is input. The display device 8 is adapted to display, for example, data read from the CD-ROM 1 and other information.
【0027】次に、その動作について説明する。ドライ
ブ装置2に、CD−ROM1が装着(マウント)される
と、CPU4は、図2のフローチャートにしたがって処
理を行う。即ち、まずステップS1において、ドライブ
装置2が制御され、これによりCD−ROM1に記録さ
れているパステーブルが読み出される。そして、ステッ
プS2に進み、外部記録装置3が制御され、これにより
磁気ディスク9に記録されているパステーブル(パステ
ーブルのファイル)(後述するステップS4で、過去
に、磁気ディスク9に記録(コピー)されたもの)が読
み出される(磁気ディスク9にパステーブルが記録され
ていないときは、ステップS3をスキップしてステップ
S4に進む)。Next, the operation will be described. When the CD-ROM 1 is mounted (mounted) on the drive device 2, the CPU 4 performs processing according to the flowchart of FIG. That is, first, in step S1, the drive device 2 is controlled so that the path table recorded in the CD-ROM 1 is read. Then, the process proceeds to step S2, the external recording device 3 is controlled, and the path table (file of the path table) recorded on the magnetic disk 9 by this (in step S4 described later, recording (copying) on the magnetic disk 9 in the past. )) Is read (when the path table is not recorded on the magnetic disk 9, step S3 is skipped and the process proceeds to step S4).
【0028】CPU4は、磁気ディスク9から読み出し
たパステーブルの中から、CD−ROM1から読み出し
たパステーブルと同一のものを検索する。The CPU 4 searches the path table read from the magnetic disk 9 for the same path table read from the CD-ROM 1.
【0029】そして、ステップS3に進み、磁気ディス
ク9から読み出したパステーブルの中に、CD−ROM
1から読み出したパステーブルと同一のものがあるか否
かが判定される。ステップS3において、磁気ディスク
9から読み出したパステーブルの中に、CD−ROM1
のパステーブルと同一のものがない(存在しない)と判
定された場合(磁気ディスク9から読み出したパステー
ブルの中から、CD−ROM1から読み出したパステー
ブルと同一のものが検索されなかった場合)、即ちCD
−ROM1が、ドライブ装置2に、いままでに一度も装
着されたことがないものである場合、ステップS4に進
み、CD−ROM1のパステーブルが、外部記録装置3
に供給され、これにより磁気ディスク9に記録される。
即ち、この場合、磁気ディスク9に、CD−ROM1の
パステーブルがコピーされる。Then, in step S3, the CD-ROM in the path table read from the magnetic disk 9 is read.
It is determined whether or not there is the same one as the path table read from 1. In step S3, the CD-ROM 1 is stored in the path table read from the magnetic disk 9.
If it is determined that there is no same path table (existing) as the path table read from the CD-ROM 1, the path table read from the magnetic disk 9 is not searched. , Ie CD
-If the ROM 1 has never been mounted in the drive device 2, the process proceeds to step S4, where the path table of the CD-ROM 1 is the external recording device 3
To be recorded on the magnetic disk 9.
That is, in this case, the path table of the CD-ROM 1 is copied to the magnetic disk 9.
【0030】そして、ステップS5に進み、磁気ディス
ク9にコピーされたCD−ROM1のパステーブルに、
ユニークなファイル名が付けられ、処理を終了する。な
お、パステーブルに付けられたファイル名は、CD−R
OM1がドライブ装置2から取り外されるまで、RAM
5に保存される。Then, in step S5, the path table of the CD-ROM 1 copied to the magnetic disk 9 is
A unique file name is assigned and the process ends. The file name given to the path table is CD-R.
RAM until OM1 is removed from drive device 2
Stored in 5.
【0031】一方、ステップS3において、磁気ディス
ク9から読み出したパステーブルの中に、CD−ROM
1のパステーブルと同一のものがある(存在する)と判
定された場合(磁気ディスク9から読み出したパステー
ブルの中から、CD−ROM1から読み出したパステー
ブルと同一のものが検索された場合)、即ちCD−RO
M1が、ドライブ装置2に、いままでに装着されたこと
があり、上述したステップS4で、そのパステーブル
が、既に、磁気ディスク9に記録されている場合、ステ
ップS6に進み、そのファイル名が、外部記録装置3を
介して磁気ディスク9から読み出され、処理を終了す
る。なお、磁気ディスク9から読み出されたパステーブ
ルのファイル名は、CD−ROM1がドライブ装置2か
ら取り外されるまで、RAM5に保存される。On the other hand, in step S3, the CD-ROM is stored in the path table read from the magnetic disk 9.
When it is determined that the same path table as the first path table exists (exists) (when the same path table read from the CD-ROM 1 is searched from the path tables read from the magnetic disk 9). , Ie CD-RO
If M1 has been installed in the drive device 2 so far and the path table is already recorded on the magnetic disk 9 in step S4 described above, the process proceeds to step S6, and the file name is changed. , Is read from the magnetic disk 9 via the external recording device 3, and the process is ended. The file name of the path table read from the magnetic disk 9 is stored in the RAM 5 until the CD-ROM 1 is removed from the drive device 2.
【0032】以上のように、CD−ROM1がドライブ
装置2に装着されると、そこに記録されているパステー
ブルが、磁気ディスク9に記録されているか否かが判定
され、そのパステーブルが、磁気ディスク9に記録され
ていないときは、外部記録装置3において、そのパステ
ーブルが、磁気ディスク9にコピーされる。As described above, when the CD-ROM 1 is mounted on the drive device 2, it is judged whether or not the path table recorded therein is recorded on the magnetic disk 9, and the path table is When not recorded on the magnetic disk 9, the path table is copied to the magnetic disk 9 in the external recording device 3.
【0033】なお、CD−ROM1に記録されているパ
ステーブルが、磁気ディスク9に記録されているか否か
を判定せず、CD−ROM1がドライブ装置2に装着さ
れたときに、常に、そのパステーブルを磁気ディスク9
にコピーするようにすることも可能である(この場合、
CD−ROM1のパステーブルが、既に、磁気ディスク
9に記録されているときには、上書きされる)。The path table recorded in the CD-ROM 1 is not judged whether it is recorded in the magnetic disk 9 or not, and when the CD-ROM 1 is mounted in the drive device 2, the path is always recorded. Magnetic disk 9 on the table
It is also possible to copy to (in this case,
If the path table of the CD-ROM 1 is already recorded on the magnetic disk 9, it is overwritten).
【0034】その後、CPU4では、磁気ディスク9に
記録されたパステーブルであって、RAM5に記憶(保
存)されたファイル名のパステーブルに基づいて、ドラ
イブ装置2によるCD−ROM1からのデータの読み出
しが制御される。Thereafter, the CPU 4 reads the data from the CD-ROM 1 by the drive device 2 based on the path table of the file name stored (saved) in the RAM 5 which is the path table recorded in the magnetic disk 9. Is controlled.
【0035】即ち、いま磁気ディスク9に記録されたパ
ステーブルが、例えば図3(a)に示すようなものであ
った場合に、使用者が、例えばファイル/bin/aw
kを読み出して表示するように入力装置7を操作する
と、CPU4において、磁気ディスク9に記録されたパ
ステーブルの中から、ファイル名/bin/awkが検
索される。That is, when the path table recorded on the magnetic disk 9 is as shown in FIG. 3 (a), for example, the user selects, for example, file / bin / aw.
When the input device 7 is operated so as to read and display k, the CPU 4 searches the path table recorded on the magnetic disk 9 for the file name / bin / awk.
【0036】そして、ファイル名/bin/awkに対
応する論理ブロック番号を読み込むように、ドライブ装
置2に対して指示がなされ、これにより論理ブロック番
号80のブロック(ブロックに記録されたデータ)が、
ドライブ装置2からCPU2に送られる。CPU4は、
そのブロックに記録されているアクセス許可情報を解析
し、ファイル/bin/awkがアクセス許可(表示
可)になっていれば(通常は、すべてアクセス許可にな
っている)、ファイル/bin/awkが記録されてい
るブロックにシークしてデータを読み出すように、ドラ
イブ装置2を制御する。これにより、CD−ROM1か
ら、ファイル/bin/awkが読み出され、表示装置
8に供給されて表示される。Then, the drive unit 2 is instructed to read the logical block number corresponding to the file name / bin / awk, and the block of the logical block number 80 (data recorded in the block) is thereby changed.
It is sent from the drive device 2 to the CPU 2. CPU4
The access permission information recorded in the block is analyzed, and if the file / bin / awk has access permission (displayable) (usually all have access permission), the file / bin / awk The drive device 2 is controlled so as to seek the recorded block and read the data. As a result, the file / bin / awk is read from the CD-ROM 1 and supplied to the display device 8 for display.
【0037】例えば、CD−ROM1が、ドライブ装置
2に初めて装着された直後などにおいては、図2のステ
ップS4の処理により、磁気ディスク9には、CD−R
OM1のパステーブルと同一のパステーブルが記録され
ており、さらに前述したように、CD−ROM1のパス
テーブルを参照することにより得られるファイルやディ
レクトリに対するアクセス許可情報は、通常、すべてア
クセス許可になっているから、使用者は、CD−ROM
1に記録されているいずれのデータにもアクセスするこ
とができる。For example, immediately after the CD-ROM 1 is mounted in the drive device 2 for the first time, the CD-R is recorded on the magnetic disk 9 by the process of step S4 in FIG.
The same path table as the path table of the OM1 is recorded, and as described above, the access permission information for files and directories obtained by referring to the path table of the CD-ROM 1 is normally all access permission. Therefore, the user can use the CD-ROM
Any data recorded in 1 can be accessed.
【0038】次に、この装置においては、使用者が、例
えば一度アクセスして必要でないとした、CD−ROM
1に記録されているファイルやディレクトリを隠す(見
かけ上、CD−ROM1に記録されていないようにす
る)ことができるようになされている。Next, in this apparatus, the user, for example, once accesses the CD-ROM
The files and directories recorded in No. 1 can be hidden (apparently not recorded in CD-ROM 1).
【0039】即ち、例えばいま、ファイル/bin/a
wkが不必要となり、入力装置7が、ファイル/bin
/awkを削除するように操作されると(入力装置7を
操作することにより、削除コマンドが入力されると)、
CPU4において、磁気ディスク9に記録されたパステ
ーブル(図3(a))の中から、ファイル名/bin/
awkが検索される。That is, for example, now, file / bin / a
wk is no longer necessary, and the input device 7 is a file / bin
When it is operated to delete / awk (when the deletion command is input by operating the input device 7),
In the CPU 4, from the path table (FIG. 3A) recorded on the magnetic disk 9, the file name / bin /
awk is searched.
【0040】そして、そのファイル名/bin/awk
に対応するエントリ(/bin/awk 80)が、パ
ステーブルから削除され、これにより図3(a)に示し
たパステーブルが、図3(b)に示すようにされる。そ
して、削除されたエントリは、図3(c)に示すよう
に、磁気ディスク9の所定の記録領域(以下、削除済み
パステーブル領域という)に記録される。Then, the file name / bin / awk
The entry (/ bin / awk 80) corresponding to is deleted from the path table, whereby the path table shown in FIG. 3A is changed to that shown in FIG. 3B. Then, the deleted entry is recorded in a predetermined recording area of the magnetic disk 9 (hereinafter referred to as deleted path table area), as shown in FIG.
【0041】上述したように、CPU4は、磁気ディス
ク9に記録されたパステーブルに基づいて、ドライブ装
置2によるCD−ROM1からのデータの読み出しを制
御するから、そのパステーブルが、入力装置7を操作す
ることにより、図3(b)に示したように変更された後
は、即ちファイル/bin/awkが、使用者に対し
て、いわば不可視状態になるように変更された後は、こ
のファイル/bin/awkは、CD−ROM1には記
録されているのにも関わらず、アクセスすることができ
なくなる。As described above, the CPU 4 controls the reading of the data from the CD-ROM 1 by the drive device 2 based on the path table recorded on the magnetic disk 9, so that the path table controls the input device 7. After being changed as shown in FIG. 3 (b) by the operation, that is, after the file / bin / awk is changed so as to be invisible to the user, this file is changed. Although / bin / awk is recorded on the CD-ROM 1, it cannot be accessed.
【0042】従って、この場合、使用者が、誤って、不
必要なファイルやディレクトリに、再度アクセスするこ
とを防止することができる。Therefore, in this case, it is possible to prevent the user from accidentally accessing unnecessary files and directories again.
【0043】さらに、この場合、磁気ディスク9に記録
されたパステーブルには、不必要な(削除された)ファ
イルやディレクトリのエントリがないので、それ以外の
ファイルやディレクトリの検索時間を短縮することがで
きる(検索効率を向上させることができる)。Further, in this case, since the path table recorded on the magnetic disk 9 has no unnecessary (deleted) file or directory entry, the search time for other files or directories should be shortened. It is possible (search efficiency can be improved).
【0044】また、ドライブ装置2に装着されているC
D−ROM1が、そこから取り外された後、再び装着さ
れたときには、図2で説明したように、既に、磁気ディ
スク9に記録されているパステーブルが用いられるの
で、CD−ROM1を装着するたびに、上述したように
して不必要なファイルやディレクトリを削除せずに済
む。Further, the C mounted on the drive unit 2
When the D-ROM 1 is removed and then mounted again, the path table already recorded on the magnetic disk 9 is used as described with reference to FIG. In addition, it is not necessary to delete unnecessary files and directories as described above.
【0045】なお、磁気ディスク9に記録されたパステ
ーブルが、図3(b)に示したようにされた後、図3
(a)に示したパステーブルを有するCD−ROM1
が、再度ドライブ2に装着された場合においては、図2
のステップS3で、磁気ディスク9に記録されたパステ
ーブルの中に、CD−ROM1から読み出されたパステ
ーブルと同一のものがあるか否かが判定されるが、この
判定処理では、図3(b)のパステーブルに、そこから
削除された、図3(c)に示した削除済みパステーブル
領域に記録されているエントリを復活させたものが、C
D−ROM1から読み出されたパステーブルと比較され
るようになされている。Incidentally, after the path table recorded on the magnetic disk 9 is set as shown in FIG.
CD-ROM 1 having the path table shown in (a)
However, when it is reattached to the drive 2, as shown in FIG.
In step S3, it is determined whether or not the path table recorded on the magnetic disk 9 is the same as the path table read from the CD-ROM 1. In this determination process, as shown in FIG. In the path table of (b), the one that is restored from the entry recorded in the deleted path table area shown in FIG.
The path table read from the D-ROM 1 is compared.
【0046】また、入力装置7がディレクトリを削除す
るように操作された場合には、そのディレクトリのエン
トリ、およびそのディレクトリに属すファイルのエント
リすべて(そのディレクトリの下位のディレクトリを含
む)が、パステーブルから削除される。即ち、例えば磁
気ディスク9に記録されたパステーブルが、図3(a)
に示したようである場合において、入力装置7がディレ
クトリ/bin/を削除するように操作されたときに
は、ディレクトリ/bin/のエントリの他、そのディ
レクトリに属すファイル/bin/awkおよび/bi
n/catのエントリも削除される。When the input device 7 is operated to delete a directory, the entry of the directory and all the entries of the files belonging to the directory (including the subordinate directories) are stored in the path table. Deleted from. That is, for example, the path table recorded on the magnetic disk 9 is shown in FIG.
When the input device 7 is operated to delete the directory / bin / in the case as shown in FIG. 5, the files / bin / awk and / bi belonging to the directory are added in addition to the entry of the directory / bin /.
The n / cat entry is also deleted.
【0047】ところで、以上のようにして不可視状態に
したファイルやディレクトリが、後に必要となることが
考えられる。そこで、この装置では、磁気ディスク9に
記録されたパステーブルから削除されたエントリを復活
することができるようになされている。By the way, it is conceivable that the files and directories invisible as described above will be required later. Therefore, in this device, the entry deleted from the path table recorded on the magnetic disk 9 can be restored.
【0048】即ち、入力装置7が、パステーブルから削
除されたエントリを復活するように操作されると、CP
U4は、磁気ディスク9の削除済みパステーブル領域に
記録されたエントリ(図3(c))を読み出し、表示装
置8に供給して表示させる。そして、使用者が、入力装
置7を操作して、表示装置8に表示されたエントリのう
ち、復活させたいものを選択すると、そのエントリが、
磁気ディスク9に記録されたパステーブル(図3
(b))の元の位置に書き込まれる。これにより、その
エントリに対応するファイルあるいはディレクトリへの
アクセスを行うことができるようになる。That is, when the input device 7 is operated to restore the entry deleted from the path table, CP
U4 reads the entry (FIG. 3C) recorded in the deleted path table area of the magnetic disk 9 and supplies it to the display device 8 for display. Then, when the user operates the input device 7 to select one of the entries displayed on the display device 8 which is desired to be restored, the entry is
The path table recorded on the magnetic disk 9 (see FIG.
It is written in the original position of (b)). As a result, the file or directory corresponding to the entry can be accessed.
【0049】次に、CD−ROM1のパステーブルに、
例えば図4に示すように、アクセス許可情報(表示可/
不可情報、実行可/不可情報)が、ファイル名やディレ
クトリ名、論理ブロック番号(この場合、論理ブロック
番号に対応するブロックには、アクセス許可情報は記録
されていない)とともに記述されている場合において
は、上述したように、パステーブルのエントリを削除す
るのではなく、アクセス許可情報を変更することによ
り、CD−ROM1に記録されているデータに対するア
クセスを制御するようにすることができる。Next, in the path table of the CD-ROM 1,
For example, as shown in FIG. 4, access permission information (displayable /
In the case where the impossibility information and the executability information are described together with the file name, the directory name, and the logical block number (in this case, the access permission information is not recorded in the block corresponding to the logical block number). As described above, it is possible to control the access to the data recorded in the CD-ROM 1 by changing the access permission information instead of deleting the entry in the path table.
【0050】図4において、アクセス許可情報(許可情
報)の列のrは、表示可/不可情報で、そのエントリの
ファイルが読み出して表示することが可能(アクセス可
能)であることを示している。また、xは、実行可/不
可情報で、そのエントリのファイルが、読み出して実行
することが可能(アクセス可能)であることを示してい
る。なお、ディレクトリのエントリのアクセス許可情報
がr(r−)である場合には、そのディレクトリに属す
ファイルやディレクトリの名前(ファイルやディレクト
リの中身ではない)を見ることのみが許される。また、
ディレクトリのアクセス許可情報がx(−x)である場
合には、そのディレクトリに入ることのみが許される
(そのディレクトリに属すファイルやディレクトリを見
たり、実行したりすることはできない)。さらに、ディ
レクトリのアクセス許可情報がrxである場合には、そ
のディレクトリに属すファイルやディレクトリにアクセ
スする(ファイルやディレクトリを見たり、実行したり
する)ことが許される。In FIG. 4, r in the column of access permission information (permission information) is display enable / disable information, which indicates that the file of the entry can be read and displayed (accessible). . Further, x is executability information, which indicates that the file of that entry can be read and executed (accessible). When the access permission information of the entry of the directory is r (r-), only the name of the file or directory (not the content of the file or directory) belonging to the directory is allowed to be seen. Also,
When the access permission information of the directory is x (-x), only the entry into the directory is permitted (files and directories belonging to the directory cannot be viewed or executed). Further, when the access permission information of the directory is rx, it is permitted to access the files and directories belonging to the directory (view and execute the files and directories).
【0051】このように、パステーブルに、アクセス許
可情報が記述されている場合には、上述したISO96
60フォーマットの場合と比較して、アクセス許可情報
を得るために他のブロックにシークせずに済み、従っ
て、より高速なアクセスが可能となる。As described above, when the access permission information is described in the path table, the above-mentioned ISO96 is used.
Compared to the case of the 60 format, it is not necessary to seek to another block to obtain the access permission information, and therefore, faster access is possible.
【0052】図4に示したようなパステーブルを有する
CD−ROM1が、ドライブ装置2に装着された場合、
図2で説明したようにして、そのパステーブルと同一の
もの(上述したように、削除されたエントリがある場合
には、それを復活させたもの)が、磁気ディスク9に記
録されているか否かが判定され、磁気ディスク9に記録
されていないときは、外部記録装置3において、そのパ
ステーブルが、磁気ディスク9にコピーされ、CPU4
は、そのコピーされたパステーブルに基づいて、ドライ
ブ装置2を制御する。また、CD−ROM1のパステー
ブルと同一のものが、磁気ディスク9に記録されている
ときは、CPU4は、その記録されているパステーブル
に基づいて、ドライブ装置2を制御する。When the CD-ROM 1 having the path table as shown in FIG. 4 is mounted in the drive device 2,
As described with reference to FIG. 2, whether or not the same one as the path table (as described above, if there is a deleted entry, it is restored) is recorded on the magnetic disk 9. If it is determined that the path table is not recorded on the magnetic disk 9, the path table is copied to the magnetic disk 9 in the external recording device 3, and the CPU 4
Controls the drive device 2 based on the copied path table. When the same path table as the CD-ROM 1 is recorded on the magnetic disk 9, the CPU 4 controls the drive device 2 based on the recorded path table.
【0053】即ち、磁気ディスク9に記録されたパステ
ーブルが、例えば図4(a)に示すようなものであった
場合に、使用者が、例えばファイル/bin/catを
読み出して表示するように入力装置7を操作すると、C
PU4において、磁気ディスク9に記録されたパステー
ブルの中から、ファイル名/bin/catが検索され
る。That is, when the path table recorded on the magnetic disk 9 is as shown in FIG. 4A, for example, the user reads and displays the file / bin / cat, for example. When the input device 7 is operated, C
The PU4 searches the path table recorded on the magnetic disk 9 for the file name / bin / cat.
【0054】そして、ファイル/bin/catのアク
セス許可情報が参照される。そのアクセス許可情報は、
rxであり、従ってファイル/bin/catに対する
アクセスが許されているから、CPU4においては、フ
ァイル名/bin/catに対応する論理ブロック番号
を読み込むように、ドライブ装置2に対して指示がなさ
れ、これにより論理ブロック番号90のブロック(ブロ
ックに記録されたデータ)が、ドライブ装置2からCP
U4に送られる。CPU4は、そのブロックに記録され
ている記録位置情報を参照し、ファイル/bin/ca
tが記録されているブロックにシークしてデータを読み
出すように、ドライブ装置2を制御する。これにより、
CD−ROM1から、ファイル/bin/catが読み
出され、表示装置8に表示される。Then, the access permission information of the file / bin / cat is referred to. The permission information is
rx, and therefore access to the file / bin / cat is permitted, the CPU 4 instructs the drive device 2 to read the logical block number corresponding to the file name / bin / cat. As a result, the block with the logical block number 90 (data recorded in the block) is transferred from the drive device 2 to the CP.
Sent to U4. The CPU 4 refers to the recording position information recorded in the block and outputs the file / bin / ca
The drive device 2 is controlled so as to seek the block in which t is recorded and read the data. This allows
The file / bin / cat is read from the CD-ROM 1 and displayed on the display device 8.
【0055】また、使用者が、例えばファイル/bin
/awkを読み出して表示するように入力装置7を操作
すると、CPU4において、磁気ディスク9に記録され
たパステーブルの中から、ファイル名/bin/awk
が検索される。Also, the user may select, for example, file / bin
When the input device 7 is operated to read and display / awk, the CPU 4 causes the CPU 4 to select the file name / bin / awk from the path table recorded on the magnetic disk 9.
Will be searched.
【0056】そして、ファイル/bin/awkのアク
セス許可情報が参照される。そのアクセス許可情報は、
−−であり、従ってファイル/bin/awkに対する
アクセスは許されていない(読み出して表示すること
も、また実行することも不可にされている)から、CP
U4は、例えば表示(アクセス)不可を表すメッセージ
を表示装置8に表示させ、これにより使用者に、ファイ
ル/bin/awkの表示が許されていないことを知ら
せる。Then, the access permission information of the file / bin / awk is referred to. The permission information is
--- Therefore, access to the file / bin / awk is not permitted (reading, displaying, and executing are prohibited).
U4 causes the display device 8 to display, for example, a message indicating that display (access) is impossible, thereby notifying the user that the display of the file / bin / awk is not permitted.
【0057】また、使用者が、ファイル/bin/aw
kを読み出して実行するように、入力装置7を操作した
場合、上述したようにファイル/bin/awkは実行
不可にされているから、CPU4は、例えば実行不可
(アクセス不可)を表すメッセージを表示装置8に表示
させ、これにより使用者に、ファイル/bin/awk
の実行が許されていないことを知らせる。In addition, the user selects file / bin / aw
When the input device 7 is operated to read and execute k, the file / bin / awk is disabled as described above, so the CPU 4 displays, for example, a message indicating execution disabled (access disabled). It is displayed on the device 8 so that the file / bin / awk can be displayed to the user.
Signal that execution is not allowed.
【0058】次に、使用者が、例えばファイル/bin
/awkの実行を所望するときは、入力装置7が、ファ
イル/bin/awkの実行を許可するように(ファイ
ル/bin/awkのアクセス許可情報をx(−x)に
変更するように)操作される。すると、CPU4におい
て、磁気ディスク9に記録されたパステーブルの中か
ら、ファイル名/bin/awkが検索される。Next, the user selects, for example, file / bin.
When it is desired to execute / awk, the input device 7 is operated to allow execution of the file / bin / awk (change the access permission information of the file / bin / awk to x (-x)). To be done. Then, the CPU 4 searches the path table recorded on the magnetic disk 9 for the file name / bin / awk.
【0059】そして、図4(a)に示したファイル名/
bin/awkに対応するエントリ(/bin/awk
80 −−)のアクセス許可情報(−−)が、図4
(b)に示すアクセス許可情報(−x)に変更される。Then, the file name shown in FIG.
The entry corresponding to bin / awk (/ bin / awk
The access permission information (---) of 80 --- is shown in FIG.
It is changed to the access permission information (-x) shown in (b).
【0060】上述したように、CPU4は、磁気ディス
ク9に記録されたパステーブルに基づいて、ドライブ装
置2によるCD−ROM1からのデータの読み出しを制
御するから、そのパステーブルが、入力装置7を操作す
ることにより、図4(b)に示したように変更された後
は、上述したファイル/bin/catにおける場合と
同様にして、ファイル/bin/awkを実行すること
が可能となる。As described above, the CPU 4 controls the reading of data from the CD-ROM 1 by the drive device 2 based on the path table recorded on the magnetic disk 9, so that the path table is set to the input device 7. By the operation, after the file is changed as shown in FIG. 4B, the file / bin / awk can be executed in the same manner as the case of the file / bin / cat described above.
【0061】さらに、使用者が、ファイル/bin/a
wkの表示を所望するときは、入力装置7を、ファイル
/bin/awkの表示を許可するように操作すること
により、図4(a)に示したファイル/bin/awk
の許可情報(−−)がr−に変更され、これによりファ
イル/bin/awkを見ることが可能となる。また、
ファイル/bin/awkのアクセス許可情報をrxに
変更することにより、ファイル/bin/awkを見る
ことおよび実行することが可能となる。In addition, the user selects the file / bin / a
When the display of wk is desired, the input device 7 is operated so as to permit the display of the file / bin / awk, so that the file / bin / awk shown in FIG.
The permission information (---) is changed to r-, which allows the file / bin / awk to be viewed. Also,
By changing the access permission information of the file / bin / awk to rx, it becomes possible to view and execute the file / bin / awk.
【0062】一方、使用者が、例えばファイル/bin
/catに対するアクセスを所望しなくなったときは、
入力装置7が、ファイル/bin/catに対するアク
セスを不許可するように操作される。すると、CPU4
において、磁気ディスク9に記録されたパステーブルの
中から、ファイル名/bin/catが検索される。On the other hand, if the user uses, for example, file / bin
When you no longer want access to / cat,
The input device 7 is operated so as to deny access to the file / bin / cat. Then, CPU4
At, the file name / bin / cat is searched from the path table recorded on the magnetic disk 9.
【0063】そして、図4(a)に示したファイル名/
bin/catに対応するエントリ(/bin/cat
90 rx)の許可情報(rx)が、−−に変更さ
れ、これにより、ファイル/bin/catは、CD−
ROM1には記録されているのにも関わらず、アクセス
することができなくなる。Then, the file name shown in FIG.
The entry corresponding to bin / cat (/ bin / cat
The permission information (rx) of 90 rx) is changed to-, so that the file / bin / cat becomes CD-.
Although it is recorded in the ROM 1, it cannot be accessed.
【0064】従って、この場合も、使用者が、誤って、
不必要なファイルやディレクトリに、再度アクセスする
ことを防止することができる。Therefore, also in this case, the user mistakenly
It is possible to prevent access to unnecessary files and directories again.
【0065】なお、ファイル/bin/catのアクセ
ス許可情報を−xまたはr−に変更することにより、そ
の表示または実行をそれぞれ不可にすることができる。By changing the access permission information of the file / bin / cat to -x or r-, the display or execution can be disabled.
【0066】次に、前述したように、CD−ROM1の
提供者(製作者)としては、そこに記録された、あるフ
ァイルやディレクトリに対するアクセスを、特定の使用
者にのみ許可したい場合がある。即ち、CD−ROM1
に、例えば情報(ファイル)A,B,C,Dを記録して
おき、所定の価格P1で、CD−ROM1を購入した者
には、例えば情報A乃至Cに対するアクセスを許可し、
それよりも高い価格P2で購入した者には、情報A乃至
Cに加え、情報Dに対するアクセスも許可したい場合が
ある。Next, as described above, the provider (manufacturer) of the CD-ROM 1 may want to allow only a specific user to access a certain file or directory recorded therein. That is, CD-ROM1
For example, information (files) A, B, C, D is recorded, and a person who purchases the CD-ROM 1 at a predetermined price P1 is allowed to access the information A to C, for example.
There may be a case where a person who purchases at a price P2 higher than that is allowed to access the information D in addition to the information A to C.
【0067】そこで、図1に示した装置では、情報A乃
至Cに対するアクセスを可とし、情報Dに対するアクセ
スを不可としたアクセス許可情報を、CD−ROM1の
パステーブルに記録しておくことにより、上述したよう
に特定の使用者(価格P2で、CD−ROM1を購入し
た者)にのみ、情報Dに対するアクセスを許可すること
ができるようになされている。Therefore, in the apparatus shown in FIG. 1, the access permission information that allows access to the information A to C and disables access to the information D is recorded in the path table of the CD-ROM 1, As described above, access to the information D can be permitted only to a specific user (who purchased the CD-ROM 1 at the price P2).
【0068】即ち、CD−ROM1がドライブ装置2に
装着された後、入力装置7が、そのCD−ROM1に対
応する、磁気ディスク9に記録されたパステーブルを変
更するように操作されると、CPU4では、図5のフロ
ーチャートに示すように、まず最初にステップS11に
おいて、CD−ROM1のパステーブルに記述されてい
るアクセス許可情報(以下、適宜、初期アクセス許可情
報という)が読み出され(取得され)、CPU4に入力
される。そして、使用者が、CD−ROM1に記録され
ているファイルやディレクトリのアクセス許可情報を変
更するように、入力装置7を操作すると、ステップS1
2において、その操作に対応する操作信号が、CPU4
に入力され、ステップS13に進み、入力装置7を操作
することによるアクセス許可情報の変更が、初期アクセ
ス許可情報に対する属性の追加であるか否かが判定され
る。That is, when the input device 7 is operated to change the path table recorded on the magnetic disk 9 corresponding to the CD-ROM 1 after the CD-ROM 1 is mounted on the drive device 2, In the CPU 4, as shown in the flowchart of FIG. 5, first, in step S11, the access permission information (hereinafter, appropriately referred to as initial access permission information) described in the path table of the CD-ROM 1 is read (acquired). Input) to the CPU 4. Then, when the user operates the input device 7 so as to change the access permission information of the file or directory recorded in the CD-ROM 1, the step S1 is performed.
2, the operation signal corresponding to the operation is the CPU 4
Is input to step S13, and it is determined whether or not the change of the access permission information by operating the input device 7 is the addition of the attribute to the initial access permission information.
【0069】ここで、初期アクセス許可情報に対する属
性の追加とは、初期アクセス情報が、アクセス不可とな
っているときに、それをアクセス可に変更すること(例
えば、初期アクセス許可情報が−−である場合に、それ
をr−,−x,rxに変更することなど)を意味する。Here, adding an attribute to the initial access permission information means changing the initial access information to accessible when the initial access information is inaccessible (for example, the initial access permission information is --- In some cases, changing it to r-, -x, rx, etc.).
【0070】ステップS13において、アクセス許可情
報の変更が、初期アクセス許可情報に対する属性の追加
でないと判定された場合、即ちアクセス許可情報の変更
が、アクセス可(r,x)をアクセス不可(−)にする
ものである場合か、または初期アクセス情報が、アクセ
ス可(r,x)となっているものを、過去にアクセス不
可(−)にし、それをアクセス可(r)に戻すものであ
る場合、ステップS17に進み、入力装置7の操作に対
応して、磁気ディスク9に記録されたパステーブルのア
クセス許可情報が変更され、処理を終了する。In step S13, when it is determined that the change of the access permission information is not the addition of the attribute to the initial access permission information, that is, the change of the access permission information, the access is permitted (r, x) is not accessible (-). If the initial access information is set to be accessible (r, x), it is made inaccessible (-) in the past and is returned to accessible (r). Then, the process proceeds to step S17, the access permission information of the path table recorded on the magnetic disk 9 is changed in response to the operation of the input device 7, and the process ends.
【0071】一方、ステップS13において、アクセス
許可情報の変更が、初期アクセス許可情報に対する属性
の追加であると判定された場合、ステップS14に進
み、ユーザ認証処理が行われる。On the other hand, if it is determined in step S13 that the change of the access permission information is the addition of the attribute to the initial access permission information, the process proceeds to step S14, and the user authentication process is performed.
【0072】即ち、上述したように、高価格P2でCD
−ROM1を購入した者には、その購入時に、例えばパ
スワードが与えられる(例えば、販売店からパスワード
が教えてもらえる)。また、CD−ROM1には、例え
ばそのパスワードと同一のパスワードがあらかじめ記録
されている。ステップS14においては、パスワード
が、例えば入力装置7を操作することにより入力される
と、CPU4により、CD−ROM1に記録されている
パスワードが読み出される。That is, as described above, the CD is available at the high price P2.
-A person who has purchased the ROM 1 is given a password, for example, at the time of purchase (for example, a retailer can give the password). Further, the same password as the password is recorded in advance on the CD-ROM 1, for example. In step S14, when the password is input, for example, by operating the input device 7, the CPU 4 reads the password recorded in the CD-ROM 1.
【0073】そして、ステップS15に進み、入力され
たパスワードと、CD−ROM1に記録されているパス
ワードが一致するか否かが判定される。ステップS15
において、入力されたパスワードと、CD−ROM1に
記録されているパスワードとが一致すると判定された場
合、ステップS17に進み、上述したように、入力装置
7の操作に対応して、磁気ディスク9に記録されたパス
テーブルのアクセス許可情報が変更され、即ち初期アク
セス情報が、アクセス不可(−)となっているものが、
アクセス可(r,x)に変更され、処理を終了する。Then, in step S15, it is determined whether or not the input password matches the password recorded in the CD-ROM 1. Step S15
When it is determined that the input password and the password recorded in the CD-ROM 1 match in step S17, the process proceeds to step S17, and the magnetic disk 9 is recorded on the magnetic disk 9 in response to the operation of the input device 7 as described above. The access permission information of the recorded path table is changed, that is, the initial access information is inaccessible (-),
The access is changed to (r, x), and the process ends.
【0074】一方、入力されたパスワードと、CD−R
OM1に記録されているパスワードとが一致しないと判
定された場合、ステップS16に進み、アクセス許可情
報の変更が不可であることを示すメッセージ(エラーメ
ッセージ)が、表示装置8に表示され、処理を終了す
る。On the other hand, the entered password and the CD-R
If it is determined that the password does not match the password recorded in the OM1, the process proceeds to step S16, and a message (error message) indicating that the access permission information cannot be changed is displayed on the display device 8 and the process is performed. finish.
【0075】従って、パスワードを知っている特定の使
用者のみが、初期アクセス情報がアクセス不可(−)に
なっているものをアクセス可(r,x)に変更すること
ができるので、その特定の使用者にのみ、所定のファイ
ルやディレクトリに対するアクセスを許可することがで
きる。Therefore, only a specific user who knows the password can change the initial access information, which is inaccessible (-), to accessible (r, x). Only the user can be permitted to access a predetermined file or directory.
【0076】具体的には、CD−ROM1に記録されて
いるパステーブルの記述内容が、例えば図4(a)に示
したようなものである場合、パスワードを知っている特
定の使用者のみが、磁気ディスク9に記録されたパステ
ーブルを、図4(b)に示したように変更することがで
き、これによりファイル/bin/awkにアクセスす
ることが可能になる。Specifically, when the description content of the path table recorded in the CD-ROM 1 is as shown in FIG. 4A, for example, only a specific user who knows the password can access it. , The path table recorded on the magnetic disk 9 can be changed as shown in FIG. 4B, whereby the file / bin / awk can be accessed.
【0077】従って、CD−ROM1に記録されている
データにスクランブルをかけたり、あるいはそこに特定
のフォーマットでデータを記録することなく、CD−R
OM1に記録されているファイルやディレクトリのセキ
ュリティを確保することができる。Therefore, without scrambling the data recorded in the CD-ROM 1 or recording the data in a specific format therein, the CD-R
Security of files and directories recorded in the OM1 can be ensured.
【0078】なお、上述の場合においては、入力装置7
を操作することにより、パスワードを入力するようにし
たが、この他、高価格P2でCD−ROM1を購入した
者には、その購入時に、例えばパスワードが記録された
記録媒体(例えば、光カードなど)を与えるようにする
こともできる。この場合、図1の装置に光カード読み取
り装置を設け、これに光カードに記録されたパスワード
を読み取らせるようにすれば良い。In the above case, the input device 7
Although the password is input by operating the, the person who purchased the CD-ROM 1 at a high price P2 can purchase a recording medium (for example, an optical card or the like) on which the password is recorded at the time of purchase. ) Can also be given. In this case, the device of FIG. 1 may be provided with an optical card reader so that the password recorded on the optical card can be read.
【0079】また、上述の場合では、図4に示したよう
な、アクセス許可情報を含むパステーブルを有するCD
−ROM1を対象としたが、この他、図3に示したアク
セス許可情報を含まないパステーブルを有するCD−R
OM1(例えば、ISO9660フォーマットのもの)
を対象とすることができる。但し、この場合、CD−R
OM1のパステーブル(図3)だけでなく、そこに記述
されている論理ブロック番号に対応するブロックに記録
されているアクセス許可情報を読み出し、パステーブル
とともに磁気ディスク9に記録するようにする必要があ
る。In the above case, the CD having the path table including the access permission information as shown in FIG.
A CD-R having a path table which does not include the access permission information shown in FIG.
OM1 (for example, ISO9660 format)
Can be targeted. However, in this case, CD-R
It is necessary to read not only the path table of the OM1 (FIG. 3) but also the access permission information recorded in the block corresponding to the logical block number described therein and record it on the magnetic disk 9 together with the path table. is there.
【0080】さらに、上述の場合においては、磁気ディ
スク9に記録されたパステーブルのアクセス許可情報の
変更のみを行うようにしたが、例えばアクセス許可情報
をアクセス不可にしたときには、図3(c)で説明した
ように、パステーブルから、そのエントリを削除し、磁
気ディスク9の所定の記録領域に記録しておくようにす
ることが可能である。Further, in the above case, only the access permission information of the path table recorded on the magnetic disk 9 is changed. However, when the access permission information is made inaccessible, for example, FIG. As described above, it is possible to delete the entry from the path table and record it in a predetermined recording area of the magnetic disk 9.
【0081】また、上述の場合では、アクセス許可情報
の変更が、初期アクセス許可情報に対する属性の追加で
あるときのみ、ユーザの認証(ユーザが特定のユーザで
あるか否かの判定)を行うようにしたが、この他、例え
ばアクセス許可情報の変更時には、常にユーザの認証を
行うようにすることも可能である。In the above case, the user authentication (determination as to whether the user is a specific user) is performed only when the access permission information is changed by adding an attribute to the initial access permission information. However, in addition to this, it is possible to always authenticate the user when the access permission information is changed, for example.
【0082】以上、本発明の情報読み出し装置を、CD
−ROMからデータを再生するCD−ROM再生装置に
適用した場合について説明したが、本発明は、その他の
読み出し専用記録媒体(例えば、光ディスクなど)から
情報を読み出す装置に適用可能である。As described above, the information reading device of the present invention can be used as a CD.
The case where the present invention is applied to a CD-ROM reproducing device that reproduces data from a ROM has been described, but the present invention can be applied to a device that reads information from another read-only recording medium (for example, an optical disc).
【0083】なお、本実施例においては、パステーブル
をコピーする記録媒体を、磁気ディスク9としたが、こ
の記録媒体としては、磁気ディスクの他、例えば光磁気
ディスクやRAMなどの書き換え可能な記録媒体(記憶
媒体)を用いることができる。In this embodiment, the magnetic disk 9 is used as the recording medium for copying the path table, but the recording medium may be a rewritable recording medium such as a magneto-optical disc or a RAM in addition to the magnetic disc. A medium (storage medium) can be used.
【0084】[0084]
【発明の効果】以上の如く、本発明によれば、読み出し
専用の記録媒体の使い勝手を向上させることができる。As described above, according to the present invention, the usability of a read-only recording medium can be improved.
【図1】本発明を適用したCD−ROM再生装置の一実
施例の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of an embodiment of a CD-ROM reproducing device to which the present invention is applied.
【図2】図1の実施例において、CD−ROM1がドラ
イブ装置2に装着されたときの動作を説明するフローチ
ャートである。FIG. 2 is a flowchart illustrating an operation when the CD-ROM 1 is mounted in the drive device 2 in the embodiment of FIG.
【図3】磁気ディスク9に記録された、CD−ROM1
のパステーブルの変更を説明する図である。FIG. 3 is a CD-ROM 1 recorded on a magnetic disk 9.
FIG. 6 is a diagram for explaining a change of the path table of FIG.
【図4】許可情報を含むパステーブルを示す図である。FIG. 4 is a diagram showing a path table including permission information.
【図5】図1の実施例において、許可情報を含むパステ
ーブルが変更される場合の動作を説明するフローチャー
トである。5 is a flowchart illustrating an operation when a path table including permission information is changed in the embodiment of FIG.
【図6】CD−ROMのフォーマットを示す図である。FIG. 6 is a diagram showing a format of a CD-ROM.
1 CD−ROM 2 ドライブ装置 3 外部記録装置 4 CPU 5 RAM 6 ROM 7 入力装置 8 表示装置 1 CD-ROM 2 drive device 3 external recording device 4 CPU 5 RAM 6 ROM 7 input device 8 display device
Claims (6)
の管理情報が記録されている、読み出し専用の記録媒体
から、前記情報を読み出す情報読み出し装置であって、 前記読み出し専用の記録媒体から前記情報を読み出す読
み出し手段と、 所定の記録媒体である管理情報記録媒体に、前記管理情
報をコピーするコピー手段と、 前記管理情報記録媒体に記録された前記管理情報を変更
する変更手段と、 前記管理情報記録媒体に記録された前記管理情報に基づ
いて、前記読み出し手段による前記読み出し専用の記録
媒体からの前記情報の読み出しを制御する制御手段とを
備えることを特徴とする情報読み出し装置。1. An information reading device for reading the information from a read-only recording medium in which management information for managing the information is recorded together with the information, the information being read from the read-only recording medium. Reading means for reading the management information, copy means for copying the management information to a management information recording medium which is a predetermined recording medium, changing means for changing the management information recorded on the management information recording medium, and the management information An information reading apparatus comprising: a control unit that controls the reading of the information from the read-only recording medium by the reading unit based on the management information recorded in the recording medium.
出し手段に対し、着脱可能になされており、 前記読み出し専用記録媒体が前記読み出し手段に装着さ
れたときに、そこに記録されている前記管理情報が、前
記管理情報記録媒体に記録されているか否かを判定する
判定手段をさらに備え、 前記コピー手段は、前記判定手段により、前記管理情報
が、前記管理情報記録媒体に記録されていないと判定さ
れたとき、その管理情報を、前記管理情報記録媒体にコ
ピーすることを特徴とする請求項1に記載の情報読み出
し装置。2. The read-only recording medium is detachably attached to the read-out means, and the management information recorded therein when the read-only recording medium is attached to the read-out means. Is further provided with a determining means for determining whether or not the management information is recorded in the management information recording medium, and the copying means determines, by the determining means, that the management information is not recorded in the management information recording medium. The information reading device according to claim 1, wherein the management information is copied to the management information recording medium when the information is read.
になるように、前記管理情報を変更することを特徴とす
る請求項1または2に記載の情報読み出し装置。3. The information reading device according to claim 1, wherein the changing unit changes the management information so that the information becomes invisible.
セスを許可するか否かを示す情報であるアクセス許可情
報を含み、 前記変更手段は、前記アクセス許可情報を変更すること
を特徴とする請求項1または2に記載の情報読み出し装
置。4. The management information includes access permission information, which is information indicating whether or not to permit access to the information, and the changing unit changes the access permission information. 1. The information reading device described in 1 or 2.
報の変更は、所定の入力があったときに許されることを
特徴とする請求項4に記載の情報読み出し装置。5. The information reading apparatus according to claim 4, wherein the change of the access permission information by the changing unit is permitted when a predetermined input is made.
スクであり、 前記管理情報記録媒体は、磁気ディスクであることを特
徴とする請求項1乃至5のいずれかに記載の情報読み出
し装置。6. The information reading device according to claim 1, wherein the read-only recording medium is an optical disc, and the management information recording medium is a magnetic disc.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6133460A JPH086837A (en) | 1994-06-16 | 1994-06-16 | Information reader |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6133460A JPH086837A (en) | 1994-06-16 | 1994-06-16 | Information reader |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH086837A true JPH086837A (en) | 1996-01-12 |
Family
ID=15105305
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6133460A Withdrawn JPH086837A (en) | 1994-06-16 | 1994-06-16 | Information reader |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH086837A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007305298A (en) * | 2007-07-06 | 2007-11-22 | Toshiba Corp | Information storage medium, reproducing method and device and recording method for information storage medium |
-
1994
- 1994-06-16 JP JP6133460A patent/JPH086837A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007305298A (en) * | 2007-07-06 | 2007-11-22 | Toshiba Corp | Information storage medium, reproducing method and device and recording method for information storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH11213548A (en) | Information storage device and control method therefor | |
KR20110000162A (en) | System and method for providing online game using storage media | |
JP2001312374A (en) | Storage device and access control method | |
JP2002514807A (en) | Protected storage for computer systems | |
KR101615646B1 (en) | Computer system, control method thereof and recording medium storing computer program thereof | |
JPH1021084A (en) | Software distribution medium and its generating method | |
JPH06349064A (en) | Optical disk and method for preventing unfairness use of relevant optical disk | |
US20020129043A1 (en) | Program management method for computer to which storage medium is attached, computer and storage medium | |
JP3873363B2 (en) | Access management apparatus and recording medium | |
JP4085028B2 (en) | Portable information recording medium, data recording method, data reproducing method, data recording program, and data reproducing program | |
US7092949B2 (en) | Recording medium having a plurality of sections storing root directory information | |
JPH086837A (en) | Information reader | |
JP2891877B2 (en) | Recording medium and electronic publication utilization system and processing method | |
JP3220387B2 (en) | Disk copy protection method, disk reading mechanism, and disk recording medium | |
JPH0876935A (en) | Backup data preparation and reproduction system | |
JP2001109665A (en) | Recording medium and recording medium recording record read program for data | |
KR100399504B1 (en) | Information processing system | |
JP3195107B2 (en) | Information recording medium and initialization method thereof | |
KR100967195B1 (en) | System and method for providing online game using storage media | |
JPH04192027A (en) | Information processor | |
JP3529260B2 (en) | Information storage device and control method thereof | |
JP2000194342A (en) | Display device | |
JPH1021123A (en) | Information processor | |
JP2006031196A (en) | Accessing method, information processing device, program, and recording medium | |
JP2000268536A (en) | Recording and reproducing device and recording medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20010904 |