[go: up one dir, main page]

JPH08272541A - Information recording medium and information reproducing device - Google Patents

Information recording medium and information reproducing device

Info

Publication number
JPH08272541A
JPH08272541A JP7072116A JP7211695A JPH08272541A JP H08272541 A JPH08272541 A JP H08272541A JP 7072116 A JP7072116 A JP 7072116A JP 7211695 A JP7211695 A JP 7211695A JP H08272541 A JPH08272541 A JP H08272541A
Authority
JP
Japan
Prior art keywords
recording medium
information
file management
information recording
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
Application number
JP7072116A
Other languages
Japanese (ja)
Inventor
Gakushi Otsuka
学史 大塚
Satoru Kimura
哲 木村
Ritsu Takeda
立 武田
Seiichi Misawa
誠一 三澤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP7072116A priority Critical patent/JPH08272541A/en
Publication of JPH08272541A publication Critical patent/JPH08272541A/en
Pending legal-status Critical Current

Links

Landscapes

  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: To provide an information recording medium such as a disk capable of being directly accessed by means of various kind of OSs(operation systems). CONSTITUTION: File management areas FM1 , FM2 , FM3 ... corresponding to plural file systems or OSs are provided in the ROM area 5 of the information recoding medium. At the time of executing file management by OS corresponding to file management information written into one of these file management areas FM1 , FM2 , FM3 ... address translation is executed from a physical sector address to the logical address so that a logical address at a leading position in the file management area is '000'.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、光ディスクや光磁気デ
ィスクあるいはメモリカード等の情報記録媒体及びこの
情報記録媒体を再生するための情報再生装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information recording medium such as an optical disk, a magneto-optical disk or a memory card, and an information reproducing apparatus for reproducing this information recording medium.

【0002】[0002]

【従来の技術】各種アプリケーションプログラムや画
像、音声データ等の情報を頒布するために、光ディス
ク、光磁気ディスク、磁気ディスク、あるいはメモリカ
ード等の情報記録媒体が用いられている。
2. Description of the Related Art An information recording medium such as an optical disk, a magneto-optical disk, a magnetic disk, or a memory card is used to distribute information such as various application programs and images and audio data.

【0003】このような情報頒布用の情報記録媒体にお
いて、従来はいわゆるCD−ROMに代表されるよう
に、媒体上の1つの物理フォーマットの上に、例えば国
際規格であるISO(international organization for
standardization)9660で規定されるような特定の
1つの論理フォーマットが使用されている。
In such an information recording medium for distributing information, conventionally, as represented by a so-called CD-ROM, one physical format on the medium is used and, for example, ISO (international organization for) which is an international standard.
standardization) 9660, one particular logical format is used.

【0004】[0004]

【発明が解決しようとする課題】従って、例えば種々の
それぞれ異なるOS(オペレーティングシステム)で動
作するホストコンピュータにおいて、それぞれ自己のO
Sに固有のファイルシステムを媒体上で動作させること
は許されず、上記ISO9660のような特定のファイ
ルシステムを利用せざるを得ないのが現状である。
Therefore, for example, in a host computer operating with various different OSs (operating systems), each host computer has its own O
It is not permitted to operate a file system unique to S on a medium, and it is the current situation that a specific file system such as ISO9660 has to be used.

【0005】また、いわゆるデュアルフォーマットのC
D−ROMの場合には、本来のフォーマット、すなわち
上記国際規格ISO9660で定められている第16番
セクタ以降には同規格のフォーマットに従ったデータ情
報を記録しておき、未定義の第0番〜第15番セクタま
での領域のうち、先頭の第0番セクタに特定のOSだけ
が解釈できる符号情報を記録しておく。こうすることに
より、その特定のOSを有するコンピュータだけが先頭
の第0セクタの解釈を試み、成功した場合にのみ、自己
のOSに係るファイルシステムとして動作させることが
できる。このような方式では、多数のOSまたはファイ
ルシステムを想定したROMディスク等の情報記録媒体
においては、先頭セクタ(第0番セクタ)がどのファイ
ルシステムで記録されているかを試行錯誤で発見せざる
を得ず、動作開始に時間がかかるという問題がある。さ
らに致命的な問題点として、コンピュータの電源投入直
後に行われるいわゆるブート(boot)動作、すなわちO
S自身の立ち上げ動作については、他の種類のOSを立
ち上げたい場合でも、ROMディスク等の情報記録媒体
からのブート動作が行えないということが挙げられる。
The so-called dual format C
In the case of a D-ROM, data information according to the original format, that is, the 16th sector and later defined by the international standard ISO9660, is recorded in accordance with the format of the standard, and the undefined 0th In the area from the 15th sector to the 15th sector, code information that can be interpreted only by a specific OS is recorded in the 0th sector at the head. By doing so, only the computer having the specific OS attempts to interpret the 0th sector at the beginning, and only when it succeeds, the computer can operate as the file system associated with its own OS. In such a method, in an information recording medium such as a ROM disk assuming a large number of OSs or file systems, it is necessary to find out by trial and error which file system the first sector (0th sector) is recorded. There is a problem that it takes time to start the operation. Further, as a fatal problem, a so-called boot operation performed immediately after powering on the computer, that is, O
Regarding the booting operation of S itself, even if it is desired to boot another type of OS, the booting operation from the information recording medium such as the ROM disk cannot be performed.

【0006】本発明は、このような実情に鑑みてなされ
たものであり、種々の異なるOSでファイル管理が可能
なROMディスク等の情報記録媒体を提供することを目
的とし、また、種々のOSで動作するコンピュータに対
しても、自己のOSに固有のファイルシステムを情報記
録媒体上で動作させることが可能なディスク再生装置等
の情報再生装置を提供することを目的とする。
The present invention has been made in view of such circumstances, and an object thereof is to provide an information recording medium such as a ROM disk capable of file management by various different OSs, and various OSs. It is an object of the present invention to provide an information reproducing apparatus such as a disk reproducing apparatus capable of operating a file system peculiar to its own OS on an information recording medium even for a computer which operates in accordance with.

【0007】また本発明は、1つの情報記録媒体によ
り、多様な顧客に対しても多様なOSやファイルシステ
ムでの利用を上記ブート動作も含めて可能とすることを
目的とする。
Another object of the present invention is to make it possible for various customers to use various OSs and file systems, including the boot operation, by using one information recording medium.

【0008】[0008]

【課題を解決するための手段】本発明の情報記録媒体
は、上述した課題を解決するために、同一記録媒体上に
複数のファイルシステムに基づくファイル管理領域と、
上記複数のファイル管理領域のファイル管理情報により
管理される共通のデータ領域とを有して成るものであ
る。
In order to solve the above-mentioned problems, an information recording medium of the present invention has a file management area based on a plurality of file systems on the same recording medium,
It has a common data area managed by the file management information of the plurality of file management areas.

【0009】また、上記各ファイル管理領域毎に自動立
ち上げプログラムが設けられることが挙げられる。
It is also possible to provide an automatic startup program for each of the file management areas.

【0010】また、本発明の情報再生装置は、複数のフ
ァイル管理領域を有する情報記録媒体が装着され、この
情報記録媒体を再生する情報再生装置であって、上記情
報記録媒体を読み取る媒体情報読み取り手段と、上記媒
体情報読み取り手段の動作を制御する制御手段と、上記
情報記録媒体上の物理アドレスをインターフェースの論
理アドレスに変換するアドレス変換手段と、上記情報記
録媒体上の複数のファイル管理領域の内の1つを選択す
るファイルシステム選択手段とを有するものである。
The information reproducing apparatus of the present invention is an information reproducing apparatus in which an information recording medium having a plurality of file management areas is mounted and which reproduces the information recording medium, the medium information reading for reading the information recording medium. Means, control means for controlling the operation of the medium information reading means, address conversion means for converting a physical address on the information recording medium into a logical address of an interface, and a plurality of file management areas on the information recording medium. File system selecting means for selecting one of the above.

【0011】[0011]

【作用】本発明の情報記録媒体によれば、複数のファイ
ルシステムに基づくファイル管理領域が同一の媒体上に
設けられているため、複数のファイルシステムにより直
接的に情報記録媒体上のデータをアクセスしてファイル
管理することができる。また、複数のファイルシステム
に基づくファイルデータを共通化して同一媒体上に記録
することができる。
According to the information recording medium of the present invention, since the file management areas based on a plurality of file systems are provided on the same medium, the data on the information recording medium can be directly accessed by the plurality of file systems. Then you can manage the files. Also, file data based on a plurality of file systems can be shared and recorded on the same medium.

【0012】さらに、上記各ファイル管理領域の先頭部
分に自動立ち上げプログラムを有する領域を設けること
で、情報記録媒体から直接的に複数のOS(オペレーテ
ィングシステム)のいずれかを立ち上げることができ
る。
Further, by providing an area having an automatic start-up program at the head of each of the above-mentioned file management areas, it is possible to start up any one of a plurality of OSs (operating systems) directly from the information recording medium.

【0013】また、本発明の情報再生装置によれば、媒
体情報読み取り手段は、制御手段から出力される制御信
号に応じて、装着された情報記録媒体の情報を読み出
す。また、ファイルシステム選択手段は、インターフェ
ースに接続されているファイルシステムあるいはオペレ
ーティングシステムを選択し、アドレス変換手段は、上
記媒体読み取り手段にて読み出された情報の物理アドレ
スを、この選択されたファイルシステムに応じた論理ア
ドレスに変換し、上記インターフェースに上記ファイル
システムに対応したファイル管理領域の物理アドレスが
ファイルシステムに基づいた論理アドレスに変換され出
力される。
Further, according to the information reproducing apparatus of the present invention, the medium information reading means reads the information of the mounted information recording medium according to the control signal output from the control means. Further, the file system selecting means selects a file system or operating system connected to the interface, and the address converting means assigns the physical address of the information read by the medium reading means to the selected file system. To a logical address corresponding to the file system, and the physical address of the file management area corresponding to the file system is converted to a logical address based on the file system and output to the interface.

【0014】[0014]

【実施例】以下、本発明の情報記録媒体及び情報再生装
置の実施例について、図面を参照しながら説明する。
Embodiments of the information recording medium and the information reproducing apparatus of the present invention will be described below with reference to the drawings.

【0015】本発明に係る情報記録媒体としては、光デ
ィスク、光磁気ディスク、磁気ディスク、あるいはメモ
リカード等を用いることができる。
As the information recording medium according to the present invention, an optical disk, a magneto-optical disk, a magnetic disk, a memory card or the like can be used.

【0016】本発明の一実施例となる情報記録媒体は、
図1に示すように、同一記録媒体上に複数のファイルシ
ステムすなわちオペレーティングシステムに基づくファ
イル管理領域である第一のファイル管理領域FM1 、第
二のファイル管理領域FM2、第三のファイル管理領域
FM3 、・・・と、上記複数のファイル管理領域内の各
ファイル管理情報により管理される共通のデータ、例え
ば画像データ、音声データ、あるいはテキストデータ等
が書き込まれたROMデータ領域4とを有している。
An information recording medium as an embodiment of the present invention is
As shown in FIG. 1, a first file management area FM 1 , a second file management area FM 2 , and a third file management area, which are file management areas based on a plurality of file systems, that is, operating systems, on the same recording medium. Yes FM 3, and ..., common data managed by each file management information of the plurality of file management area, for example, image data, and voice data ROM data area 4 or text data or the like is written, are doing.

【0017】これらのファイル管理領域FM1 、F
2 、FM3 、・・・及びROMデータ領域4は、情報
記録媒体の読み出し専用領域であるROM(read only
memory)領域5内に設けられている。
These file management areas FM 1 and F
M 2, FM 3, · · · and ROM data area 4 is a read-only area of the information recording medium ROM (read only
memory) area 5 is provided.

【0018】また、必要に応じて、データの読み出し及
び書き込みが可能なRAM(randomaccess memory)領
域6が上記情報記録媒体内に設けられている。
A RAM (random access memory) area 6 capable of reading and writing data is provided in the information recording medium as needed.

【0019】この情報記録媒体において、各ファイル管
理領域FM1 、FM2 、FM3 、・・・には、それぞれ
異なるOS(オペレーティングシステム)あるいはファ
イルシステムに基づいて制御されるファイルを管理する
ためのそれぞれ異なるフォーマットのファイル管理情報
が書き込まれている。これらの種々のOSに基づくファ
イル管理情報としては、例えば、いわゆるMS−DOS
(マイクロソフト社の商標)の場合のFAT(ファイル
アロケーションテーブル)や、アップル社製マッキント
ッシュ(商品名)上で動作するOSの場合のファイル管
理情報に相当するいわゆるHFSや、国際規格であるI
SO(international organization forstandardizatio
n)9660で規定されるOSの場合のファイル管理情
報等を挙げることができる。図1の例では、各ファイル
管理領域FM1 、FM2 、FM3、・・・に書き込まれ
た各ファイル管理情報に対応するOSを、それぞれOS
1、OS2 、OS3 、・・・としている。
In this information recording medium, each file management area FM 1 , FM 2 , FM 3 , ... For managing files controlled based on different OSs (operating systems) or file systems. File management information of different formats is written. Examples of file management information based on these various OSs include so-called MS-DOS.
FAT (File Allocation Table) in the case of (a trademark of Microsoft Corporation), so-called HFS corresponding to file management information in the case of an OS operating on Macintosh (trade name) manufactured by Apple Inc., and I which is an international standard.
SO (international organization for standardizatio
n) File management information and the like in the case of the OS defined by 9660 can be given. In the example of FIG. 1, the OS corresponding to each file management information written in each file management area FM 1 , FM 2 , FM 3 , ...
1 , OS 2 , OS 3 , ...

【0020】これらの各ファイル管理領域FM1 、FM
2 、FM3 、・・・のそれぞれ先頭位置には、必要に応
じて、それぞれのOS1 、OS2 、OS3 、・・・を自
動的に立ち上げるための自動立ち上げプログラムいわゆ
るブート(boot)プログラムあるいはローダ(loader)
プログラムを設けるようにしてもよい。これらのブート
プログラムをそれぞれBT1 、BT2 、BT3 、・・・
としている。
Each of these file management areas FM 1 and FM
2 , FM 3 , ... At the beginning position, an automatic startup program for automatically booting each OS 1 , OS 2 , OS 3 , ... ) Program or loader
A program may be provided. These boot programs are called BT 1 , BT 2 , BT 3 , ...
And

【0021】また、ROMデータ領域4には、上記各フ
ァイル管理領域のファイル管理情報にそれぞれ対応する
OS上で動作する各プログラムに関して共通のデータ、
例えば静止画像データや動画像データ、あるいは音声デ
ータ、あるいはテキストデータ等が収納されている。こ
の共通データは、各種OS毎にそれぞれ独立のデータを
書き込んでおく必要がなく、共通化することでデータ量
が節約できる。この他、各OS毎に異なるデータやプロ
グラム等を書き込んでおいてもよい。
Further, in the ROM data area 4, data common to each program operating on the OS corresponding to the file management information of each file management area,
For example, still image data, moving image data, voice data, text data, etc. are stored. This common data does not need to be written as independent data for each OS, and the amount of data can be saved by making it common. In addition, different data, programs, etc. may be written for each OS.

【0022】ここで、上記ROM領域5は、媒体上の物
理アドレスが例えば“000”から“XXX”までに示
される位置に設けられ、また、上記RAM領域6は、上
記物理アドレスが例えば“XXX”から“ZZZ”まで
に示される位置に設けられている。
Here, the ROM area 5 is provided at a position where the physical address on the medium is shown, for example, from "000" to "XXX", and the RAM area 6 has the physical address, for example, "XXX". It is provided in the position shown from "ZZZ".

【0023】また、この図1に示す情報記録媒体は、上
記物理アドレスの他に、上記各OSに対応した論理アド
レスを有している。この論理アドレスは、例えば、図1
に示すように、上記OSが第一のファイル管理領域FM
1 のファイル管理情報に対応するオペレーティングシス
テムOS1 の場合には、このファイル管理領域FM1
始まる位置あるいは先頭位置の論理アドレスを“00
0”としている。また、OS2 の場合には、第二のファ
イル管理領域FM2 の先頭位置の論理アドレスを“00
0”とし、OS3 の場合には、第三のファイル管理領域
FM3 の先頭位置の論理アドレスを“000”としてい
る。このような論理アドレスの切換が行われることで、
種類の異なる各OSに応じて、それぞれのOSのファイ
ルシステムに対応するファイル管理領域のファイル管理
情報を直接アクセスしてファイル管理が行える。
The information recording medium shown in FIG. 1 has a logical address corresponding to each OS, in addition to the physical address. This logical address is, for example, as shown in FIG.
As shown in, the OS is the first file management area FM.
In the case of the operating system OS 1 corresponding to the file management information of 1 , the logical address of the position where this file management area FM 1 starts or the head position is “00”.
0 ". In the case of OS 2 , the logical address of the start position of the second file management area FM 2 is" 00 ".
0 ", and in the case of OS 3 , the logical address at the head position of the third file management area FM 3 is set to" 000 ". By performing such logical address switching,
File management can be performed by directly accessing the file management information of the file management area corresponding to the file system of each OS according to different OSs.

【0024】以上のように、図1に示す記録フォーマッ
トの情報記録媒体によれば、一枚の光磁気ディスク等の
情報記録媒体上に複数のOSあるいはファイルシステム
に対応するファイル管理領域を設けてそれぞれのファイ
ル管理情報を書き込むことにより、各種OSの動作環境
において、それぞれのOSの固有のファイルシステムを
媒体上で動作させることができ、直接的に媒体上のファ
イルを管理することができ、自己のファイルシステムの
優れた特長を発揮し、自己のOSの特長を生かすことが
できる。
As described above, according to the information recording medium having the recording format shown in FIG. 1, a file management area corresponding to a plurality of OSs or file systems is provided on an information recording medium such as one magneto-optical disk. By writing the respective file management information, it is possible to operate the file system unique to each OS on the medium in the operating environment of each OS, and directly manage the files on the medium. You can make full use of the features of your own OS by taking advantage of the excellent features of the file system of.

【0025】さらに、これらファイル管理領域に共通の
データをデータ領域4に記録しておくことにより、複数
のファイル管理領域に関するデータが1つのデータ領域
に収納されるため、容量の削減が可能である。
Further, by recording the data common to these file management areas in the data area 4, the data relating to a plurality of file management areas is stored in one data area, so that the capacity can be reduced. .

【0026】また、各ファイル管理領域の先頭部分にブ
ートプログラムを書き込むことで、ファイル管理領域を
選択するのに、一旦上記OSを立ち上げてからこのOS
に応じたファイル管理領域を選択する必要がなく、ディ
スクから直接起動させることで上記ファイル管理領域を
選択することが可能であるため操作性が向上する。
Further, by writing the boot program in the head portion of each file management area, the OS can be selected after the OS is started once in order to select the file management area.
It is not necessary to select the file management area according to the above, and it is possible to select the file management area by directly booting from the disk, which improves the operability.

【0027】なお、図1に示すようなデータ読み出し専
用のROM領域5とデータ書き換え可能なRAM領域6
とを有する情報記録媒体としては、例えば光磁気ディス
クを挙げることができる。この場合、ROM領域5は、
いわゆるエンボスあるいはピットによる永久記録形式で
情報が記録されており、RAM領域6は光磁気的に記録
再生が可能とされている。また、いわゆるメモリカード
やICカード内にROMとRAMとを設けてそれぞれ上
記ROM領域5とRAM領域6とを割り当てるようにし
てもよい。
A ROM area 5 dedicated to reading data and a RAM area 6 in which data can be rewritten as shown in FIG.
An example of the information recording medium having and includes a magneto-optical disk. In this case, the ROM area 5 is
Information is recorded in a permanent recording format by so-called embossing or pits, and the RAM area 6 can be magneto-optically recorded and reproduced. Further, a ROM and a RAM may be provided in a so-called memory card or IC card, and the ROM area 5 and the RAM area 6 may be respectively allocated.

【0028】また、上記RAM領域6を省略して、RO
M領域5のみとし、CD−ROM等のような読み出し専
用記録媒体に本実施例を適用することもできる。また、
磁気ディスク等のような記録再生可能な情報記録媒体
に、上記図1のROM領域5の情報、特に複数のファイ
ル管理領域FM1 、FM2 、FM3 、・・・の情報を記
録して頒布するようにしてもよい。
The RAM area 6 is omitted and the RO
The present embodiment can be applied to a read-only recording medium such as a CD-ROM that has only the M area 5. Also,
The information in the ROM area 5 in FIG. 1 described above, particularly the information in the plurality of file management areas FM 1 , FM 2 , FM 3 , ... Is recorded and distributed on a recordable and reproducible information recording medium such as a magnetic disk. You may do it.

【0029】次に、上記情報記録媒体として光磁気ディ
スクを用いる場合の情報再生装置の一実施例となる光磁
気ディスク記録再生装置について、図2を参照しながら
説明する。
Next, a magneto-optical disk recording / reproducing apparatus which is an embodiment of the information reproducing apparatus when a magneto-optical disk is used as the information recording medium will be described with reference to FIG.

【0030】この図2において、光磁気ディスク記録再
生装置10には、上述した図1に示すような記録フォー
マットを有する光磁気ディスク11が装着される。
In FIG. 2, a magneto-optical disk recording / reproducing apparatus 10 is equipped with a magneto-optical disk 11 having the recording format as shown in FIG.

【0031】この光磁気ディスク記録再生装置10内に
は、外部のホストコンピュータとなるコンピュータ50
との間の信号入出力を行わせるためのインターフェース
として、小型コンピュータと周辺機器との間でデータ交
換させるための標準規格であるSCSI(small comput
er system interface )インターフェース部12が設け
られ、このSCSIインターフェース部12は、装置の
各部動作制御を行うための制御部13と、光磁気ディス
ク11に対して記録再生を行う含む書き込み/読み出し
部14とに接続されている。制御部13は、SCSIイ
ンターフェース部12、書き込み/読み出し部14のみ
ならず、ディスク駆動機構15、アドレス交換部16、
及びファイルシステム選択部17との間でも信号を交換
して、各部の動作制御を行うように構成されている。フ
ァイルシステム選択部17には、例えばDIP(dual i
nline package )スイッチのような手操作で切換選択が
可能なハードウェアのスイッチ18が設けられている。
In the magneto-optical disk recording / reproducing apparatus 10, a computer 50 serving as an external host computer.
As an interface for inputting and outputting signals between the small computer and peripheral equipment, SCSI (small comput) is a standard for exchanging data between a small computer and peripheral devices.
er system interface) interface section 12 is provided, and the SCSI interface section 12 includes a control section 13 for controlling the operation of each part of the device, and a writing / reading section 14 for including recording / reproducing with respect to the magneto-optical disk 11. It is connected to the. The control unit 13 includes not only the SCSI interface unit 12 and the write / read unit 14 but also the disk drive mechanism 15, the address exchange unit 16,
Also, signals are exchanged with the file system selection unit 17 to control the operation of each unit. The file system selection unit 17 includes, for example, DIP (dual i
A hardware switch 18 such as an nline package) switch that can be manually selected for switching is provided.

【0032】書き込み/読み出し部14は、光磁気ディ
スク11に情報信号を記録し、記録された情報信号を再
生する光磁気ヘッドを含んでおり、SCSIインターフ
ェース部12からの記録信号が入力され、再生信号をS
CSIインターフェース部12に出力する。ディスク駆
動機構15は、主として光磁気ディスク11を回転駆動
するためのものであり、またディスクローディングやチ
ャッキング等の機械的動作一般を行わせる機構を含んで
もよい。
The writing / reading unit 14 includes a magneto-optical head that records an information signal on the magneto-optical disk 11 and reproduces the recorded information signal. The recording signal from the SCSI interface unit 12 is input to the reproducing unit. Signal S
It is output to the CSI interface unit 12. The disk drive mechanism 15 is mainly for rotationally driving the magneto-optical disk 11, and may include a mechanism for performing general mechanical operations such as disk loading and chucking.

【0033】アドレス変換部16、ファイルシステム変
換部17及びスイッチ18は、上記図1に示す媒体記録
フォーマットに応じて、次のような動作を行う。
The address conversion unit 16, the file system conversion unit 17, and the switch 18 perform the following operations according to the medium recording format shown in FIG.

【0034】すなわち、アドレス変換部16は、上記媒
体上の物理アドレスを、インターフェースやホストコン
ピュータ側での論理アドレスに変換するものであり、フ
ァイルシステム選択部17により選択されたファイルシ
ステムの上記媒体上のファイル管理領域を論理アドレス
の例えば先頭アドレスとするような変換が行われる。こ
れは、ディスクの物理セクタアドレスを論理アドレスに
変換する際のオフセット定数を上記選択されたファイル
システムに応じて切り換えるとも考えられる。スイッチ
18は、接続されるコンピュータ50で使用されるOS
(オペレーティングシステム)に応じたファイルシステ
ムを切換選択するためのハードウェア的な切り換えスイ
ッチであるが、このようなハードウェアスイッチを設け
る代わりに、外部のコンピュータ50からの隠しコマン
ドや拡張コマンド等により、SCSIインターフェース
部12を介してファイルシステム選択部17を切換選択
させるようにしてもよい。
That is, the address translation unit 16 translates a physical address on the medium into a logical address on the interface or host computer side, and on the medium of the file system selected by the file system selection unit 17. The file management area is converted into a logical address, for example, a leading address. This can be considered to switch the offset constant when converting the physical sector address of the disk into a logical address according to the selected file system. The switch 18 is an OS used in the connected computer 50.
It is a hardware-like switch for switching and selecting a file system according to (operating system). Instead of providing such a hardware switch, a hidden command or an extended command from an external computer 50 is used. The file system selection unit 17 may be switched and selected via the SCSI interface unit 12.

【0035】次に、この図2に示すような光磁気ディス
ク記録再生装置10をホストコンピュータに接続して成
るコンピュータシステムについて、図3を参照しながら
説明する。
Next, a computer system in which the magneto-optical disk recording / reproducing apparatus 10 shown in FIG. 2 is connected to a host computer will be described with reference to FIG.

【0036】この図3において、上記光磁気ディスク記
録再生装置10は、コンピュータ本体側のSCSI(sm
all computer system interface )インターフェース3
7を介して入出力される信号に応じて動作するものとし
ている。
In FIG. 3, the magneto-optical disk recording / reproducing device 10 is a SCSI (sm
all computer system interface) Interface 3
It operates according to the signal input / output via 7.

【0037】上記外部コンピュータ50に相当するコン
ピュータ本体は、ソフトウェア的に構築される機能ブロ
ックとしてのOS(オペレーティングシステム)部20
と、ワードプロセッサや表計算ソフトウェア、データベ
ースソフトウェア等のアプリケーションソフトウェア3
1と、通信ソフトウェア32とを有し、ハードウェア構
成として、ハードディスク装置41と接続するためのイ
ンターフェースであるいわゆるIDE(integrated dev
ice electronics )インターフェース36と、上記SC
SIインターフェース37と、通信端末としての例えば
LAN(localarea network)端末44と接続するため
のLANインターフェース38とを備えている。この
他、必要に応じて各種ソフトウェアプログラムやハード
ウェア構成等を付加したり、不要なソフトウェア、ハー
ドウェアを削除してもよいことは勿論である。
A computer main body corresponding to the external computer 50 has an OS (operating system) unit 20 as a functional block constructed by software.
And application software such as word processor, spreadsheet software, database software 3
1 and communication software 32, and as a hardware configuration, a so-called IDE (integrated dev) is an interface for connecting to the hard disk device 41.
ice electronics) Interface 36 and the above SC
An SI interface 37 and a LAN interface 38 for connecting to a LAN (local area network) terminal 44 as a communication terminal are provided. In addition, various software programs and hardware configurations may be added, and unnecessary software and hardware may be deleted as necessary.

【0038】OS部20内には、各種媒体のファイルを
管理するための主ファイルシステム21と、上述した国
際規格ISO9660に従ったファイル管理を行うため
のファイルシステム22と、ユーザからのコマンドを受
け取り、その要求された意味を解釈して実行に移すため
のコマンドシステム23とが設けられ、さらに、いわゆ
るデバイスドライバとして、ハードディスク装置41を
駆動するためのハードディスクドライバ24と、上記光
磁気ディスク記録再生装置10等のディスク装置を駆動
するためのディスクドライバ25と、上記ISO966
0に従っていわゆるCD−ROM再生駆動装置42を駆
動するためのCD−ROMドライバ26と、プリンタ4
3を駆動するためのプリンタドライバ27と、LAN端
末44を駆動するためのLANドライバ29とが設けら
れている。この他、上記通信ソフトウェア32にメール
アドレスを送るメールシステム28が設けられている。
In the OS section 20, a main file system 21 for managing files of various media, a file system 22 for managing files according to the above-mentioned international standard ISO 9660, and a command from a user are received. , A command system 23 for interpreting the requested meaning and putting it into practice, and further as a so-called device driver, a hard disk driver 24 for driving the hard disk device 41, and the magneto-optical disk recording / reproducing apparatus. A disk driver 25 for driving a disk device such as 10 and the ISO966
0, a CD-ROM driver 26 for driving a so-called CD-ROM reproduction drive device 42, and a printer 4
A printer driver 27 for driving the printer 3 and a LAN driver 29 for driving the LAN terminal 44 are provided. In addition, a mail system 28 for sending a mail address to the communication software 32 is provided.

【0039】このようなコンピュータ本体の外部に接続
される周辺機器として、IDEインターフェース36を
介してハードディスク装置41が接続され、SCSIイ
ンターフェースを介して光磁気ディスク記録再生装置1
0、CD−ROM再生駆動装置42及びプリンタ43が
接続され、LANインターフェース38を介してLAN
端末44が接続されている。
As a peripheral device connected to the outside of such a computer main body, a hard disk device 41 is connected through an IDE interface 36, and a magneto-optical disk recording / reproducing device 1 is connected through a SCSI interface.
0, a CD-ROM reproduction drive device 42 and a printer 43 are connected, and a LAN is connected via a LAN interface 38.
The terminal 44 is connected.

【0040】ここで、このコンピュータ本体側で使用さ
れるOSに応じて、光磁気ディスク記録再生装置10の
上記図2のファイルシステム選択部17を選択制御す
る。これは、図3のコンピュータの電源をオンする前等
に予め図2の装置のスイッチ18を切換操作して、当該
コンピュータで使用される自己のOSのファイルシステ
ムを選択するようにしてもよく、また、コンピュータを
立ち上げた状態で、現在の自己のOSのファイルシステ
ムを選択するように、隠しコマンドや拡張コマンド等に
よりSCSIインターフェースを介して装置10のファ
イルシステム選択部17を制御するようにしてもよい。
Here, the file system selecting section 17 of FIG. 2 of the magneto-optical disk recording / reproducing apparatus 10 is selectively controlled according to the OS used on the computer main body side. This may be performed by switching the switch 18 of the apparatus of FIG. 2 in advance before turning on the power of the computer of FIG. 3 and selecting the file system of the OS of the computer used in the computer. Further, in a state in which the computer is started up, the file system selection unit 17 of the apparatus 10 is controlled via the SCSI interface by a hidden command or an extended command so that the current file system of the own OS is selected. Good.

【0041】このように、コンピュータ側の自己のOS
の固有のファイルシステムが選択されると、上記図1の
情報記録媒体の対応するファイル管理領域の先頭の論理
アドレスが“000”となり、図3のOS部20の主フ
ァイルシステム21により直接的に光磁気ディスク11
のファイルをアクセスしてファイル管理を行うことが可
能となる。これによって、ファイル操作時の応答性が高
まって高速応答が可能となり、自己のOSの優れた性能
を発揮でき、自己のOSの特長を活かすことができる。
In this way, the OS of the computer itself
3 is selected, the leading logical address of the corresponding file management area of the information recording medium of FIG. 1 becomes “000”, and the main file system 21 of the OS unit 20 of FIG. Magneto-optical disk 11
It becomes possible to access the file and manage the file. As a result, the responsiveness at the time of file operation is enhanced, high-speed response is possible, the excellent performance of the own OS can be exhibited, and the characteristics of the own OS can be utilized.

【0042】なお、この図3の実施例では、情報記録媒
体として光磁気ディスクを用いる例について説明した
が、これに限定されず、光ディスク、磁気ディスク、あ
るいはメモリカード等に複数のOSに対応する複数のフ
ァイル管理領域を設ける場合にも同様の作用効果が得ら
れることは勿論である。
In the embodiment of FIG. 3, an example in which a magneto-optical disk is used as an information recording medium has been described, but the present invention is not limited to this, and an optical disk, a magnetic disk, a memory card or the like is compatible with a plurality of OSs. Needless to say, the same effect can be obtained when a plurality of file management areas are provided.

【0043】次に、上記図1の情報記録媒体の複数のフ
ァイル管理領域FM1 、FM2 、FM3 、・・・にそれ
ぞれブートプログラム、すなわち自動立ち上げプログラ
ムを設けた場合について、図4、図5を参照しながら説
明する。
Next, FIG. 4 shows a case where a boot program, that is, an automatic start-up program is provided in each of the plurality of file management areas FM 1 , FM 2 , FM 3 , ... Of the information recording medium shown in FIG. This will be described with reference to FIG.

【0044】図4は、少なくとも上記ROM領域5を有
する情報記録媒体に、複数のファイルシステムに基づく
複数のファイル管理領域FM1 、FM2 、・・・と、こ
れらの各領域のファイル管理情報により管理されるデー
タが記録されたROMデータ領域4とが設けられてい
る。さらに必要に応じてデータ書き換え可能なRAM領
域6を有するような情報記録媒体を用いてもよい。
FIG. 4 shows a plurality of file management areas FM 1 , FM 2 , ... Based on a plurality of file systems on an information recording medium having at least the ROM area 5 and file management information of each of these areas. A ROM data area 4 in which data to be managed is recorded is provided. Furthermore, an information recording medium having a data rewritable RAM area 6 may be used if necessary.

【0045】この図4の情報記録媒体の各ファイル管理
領域FM1 、FM2 、・・・には、それぞれIPL(in
itial program loader)セクタ101、FAT(file a
llocation table )領域102及びディレクトリ領域1
03が少なくとも設けられており、FAT領域102及
びディレクトリ領域103内の情報が狭義のファイル管
理情報に相当する。また、ROMデータ領域4内には、
OS(オペレーティングシステム)のシステムファイル
110が記録されている。
Each of the file management areas FM 1 , FM 2 , ... Of the information recording medium of FIG.
itial program loader) sector 101, FAT (file a
llocation table) area 102 and directory area 1
03 is provided at least, and the information in the FAT area 102 and the directory area 103 corresponds to the file management information in a narrow sense. In addition, in the ROM data area 4,
A system file 110 of the OS (operating system) is recorded.

【0046】ここで、IPLセクタ101には、システ
ムのブート時あるいは起動時に必要なIPLプログラム
が書き込まれており、このIPLプログラムとは、電源
オン時やリセット時に自動的に情報記録媒体から読み出
されてコンピュータ本体側のメモリ上にロードされた
後、直ちに実行されるものである。このIPLプログラ
ムが実行されると、上記ROMデータ領域4内のOSの
システムファイル110が読み出され、コンピュータ本
体側のメモリ上の所定位置、例えば割り込みテーブルに
続く位置にロードされ、所定の手順に従って当該OSが
立ち上がる。なおIPLプログラムは、情報記録媒体の
決まった位置から決まった範囲だけに記録されている情
報を読み出してメモリ上の所定位置にロードする機能を
有しているに過ぎず、OSのファイルシステム110の
記録位置(アドレス)はIPLプログラムによって規定
される。また、各ファイル管理領域FM1 、FM2 、・
・・毎の各IPLプログラムにより規定される各位置
(アドレス)に、それぞれ対応するOSのシステムファ
イルを記録しておくことにより、上述したシステムファ
イルを切換選択するだけで、選択されたファイルシステ
ムのOSの自動立ち上げを実現できる。
Here, the IPL sector 101 is written with an IPL program required at the time of booting or starting the system, and this IPL program is automatically read from the information recording medium at the time of power-on or reset. It is executed immediately after being loaded into the memory of the computer main body. When this IPL program is executed, the system file 110 of the OS in the ROM data area 4 is read and loaded into a predetermined position on the memory of the computer main body, for example, a position following the interrupt table, and according to a predetermined procedure. The OS starts up. Note that the IPL program only has a function of reading information recorded in only a certain range from a certain position of the information recording medium and loading it at a predetermined position in the memory, and the IPL program of the OS file system 110 The recording position (address) is defined by the IPL program. In addition, each file management area FM 1 , FM 2 , ...
.. By recording the system files of the corresponding OSs at the respective positions (addresses) defined by the respective IPL programs, by switching and selecting the above-mentioned system files, the selected file system It is possible to realize automatic OS startup.

【0047】また、FAT領域102には、ディスク等
の情報記録媒体内のファイルの物理的な配置を記録した
テーブルが記録されている。さらに、ディレクトリ領域
103には、媒体内の各ファイルのファイル名、種類、
属性、大きさ、作成年月日、時間等のディレクトリ情報
が記録されている。
Further, in the FAT area 102, a table recording the physical arrangement of files in an information recording medium such as a disc is recorded. Further, in the directory area 103, the file name, type, and
Directory information such as attributes, size, creation date, time, etc. is recorded.

【0048】このように、情報記録媒体の複数のファイ
ル管理領域FM1 、FM2 、・・・毎に、対応するOS
あるいはファイルシステムの自動立ち上げプログラム、
例えばIPLプログラムを、各領域の先頭位置にそれぞ
れ配置しているため、上述した図2の装置のファイルシ
ステム選択部17にてコンピュータ側のOSに対応する
ファイルシステムを選択しておくことにより、電源投入
時やリセット時に、選択されたファイルシステムに対応
するファイル管理領域の先頭位置のブートプログラム、
例えばIPLプログラムが読み出され、所定の手順に従
って当該OSが自動的に立ち上げられる。
In this way, a corresponding OS is provided for each of the plurality of file management areas FM 1 , FM 2 , ... Of the information recording medium.
Or a file system automatic startup program,
For example, since the IPL program is arranged at the head position of each area, the file system selecting unit 17 of the apparatus shown in FIG. The boot program at the beginning of the file management area corresponding to the selected file system at power-on or reset,
For example, the IPL program is read and the OS is automatically started according to a predetermined procedure.

【0049】次に、図5は、ROM領域5とRAM領域
6とを有する情報記録媒体の例を示し、RAM領域5内
にファイル管理領域としてのIPLセクタ201、FA
T領域202及びディレクトリ領域203と、OSのシ
ステムファイル210とが書き込まれた状態を示してい
る。
Next, FIG. 5 shows an example of an information recording medium having a ROM area 5 and a RAM area 6, and in the RAM area 5, an IPL sector 201 and a FA as file management areas.
The T area 202, the directory area 203, and the OS system file 210 are shown.

【0050】これは、例えば、図5のROM領域5内に
は、図4のROM領域5と同様に、複数のファイル管理
領域FM1 、FM2 、・・・と、ROMデータ領域4と
が設けられており、さらに各ファイル管理領域FM1
FM2 、・・・内にはそれぞれIPLセクタ、FAT領
域及びディレクトリ領域が設けられているものとすると
き、図5の情報記録媒体を購入して最初に使用するとき
に、例えばユーティリティプログラム等を用いて、ユー
ザが必要とするOSに対応するファイル管理領域内の情
報を例えばRAM領域6の先頭位置にコピーし、このR
AM領域6の先頭論理アドレスを“000”とするよう
なアドレス変換を行わせるように物理セクタアドレスと
論理アドレスとのオフセット定数を設定しておく。これ
以降の使用においては、電源オン時等においては、論理
アドレスが“000”となるRAM領域6の先頭位置か
ら情報が読み出されるから、IPLセクタ201のIP
Lプログラムが最初に実行されて、上記ユーザが必要と
したOSの自動立ち上げ動作が行われる。このIPLプ
ログラム実行時の上述したOSのシステムプログラムの
ロードについては、図4のようにROM領域4内に記録
されているシステムファイル110を読み出してメモリ
にロードするようにしてもよいが、上記最初の使用時に
図5のようにRAM領域6内の所定位置にシステムファ
イル210として書き込んでおき、これ以降の使用時に
はこのシステムファイル210を読み出すようにしても
よい。
This is, for example, in the ROM area 5 of FIG. 5, like the ROM area 5 of FIG. 4, a plurality of file management areas FM 1 , FM 2 , ... And a ROM data area 4. The file management area FM 1 ,
When the IPL sector, the FAT area, and the directory area are provided in the FM 2 , ..., When the information recording medium of FIG. By using this, information in the file management area corresponding to the OS required by the user is copied to, for example, the head position of the RAM area 6, and R
An offset constant between the physical sector address and the logical address is set in advance so as to perform address conversion so that the leading logical address of the AM area 6 is set to "000". In the subsequent use, when the power is turned on, the information is read from the head position of the RAM area 6 whose logical address is “000”.
The L program is first executed, and the OS automatic startup operation required by the user is performed. Regarding the loading of the above-mentioned OS system program at the time of execution of this IPL program, the system file 110 recorded in the ROM area 4 may be read and loaded into the memory as shown in FIG. It is also possible to write as a system file 210 at a predetermined position in the RAM area 6 when using, and read this system file 210 for subsequent use.

【0051】なお、本発明は上述した実施例のみに限定
されるものではなく、例えば、情報再生装置の実施例と
しては光磁気ディスク記録再生装置について説明した
が、この他、光ディスク再生装置、磁気ディスク記録再
生装置、メモリカード記録再生装置等のように、各種情
報記録媒体に対応した少なくとも再生機能を有する装置
に本発明を適用できることは勿論である。
The present invention is not limited to the above-described embodiments. For example, a magneto-optical disk recording / reproducing apparatus has been described as an example of an information reproducing apparatus. It is needless to say that the present invention can be applied to an apparatus having at least a reproducing function corresponding to various information recording media such as a disk recording / reproducing apparatus and a memory card recording / reproducing apparatus.

【0052】[0052]

【発明の効果】本発明に係る情報記録媒体によれば、複
数のファイルシステムに基づくファイル管理領域が同一
の媒体上に設けられているため、複数のファイルシステ
ムにより直接的に情報記録媒体上のデータをアクセスし
てファイル管理することができる。また、複数のファイ
ルシステムに基づくファイルデータを共通化して同一媒
体上に記録することができるため、各システム毎に個別
のデータを記録する必要がなく、媒体の容量を節約で
き、媒体容量の利用効率を高めることができる。さら
に、複数の異なるOSの多様なユーザに対しても、1種
類の情報記録媒体を供給することで対処でき、情報記録
媒体の製造時には量産効果が得られ、また在庫管理や流
通管理が容易化し、経済的である。
According to the information recording medium of the present invention, since the file management areas based on a plurality of file systems are provided on the same medium, a plurality of file systems directly on the information recording medium. Data can be accessed and files can be managed. Also, since file data based on a plurality of file systems can be shared and recorded on the same medium, it is not necessary to record individual data for each system, and the medium capacity can be saved and the medium capacity can be used. The efficiency can be increased. Further, it is possible to cope with various users of a plurality of different OSs by supplying one kind of information recording medium, and a mass production effect can be obtained at the time of manufacturing the information recording medium, and inventory management and distribution management are facilitated. , Economical.

【0053】さらに、上記各ファイル管理領域の先頭部
分に自動立ち上げプログラムを有する領域を設けること
で、情報記録媒体から直接的に複数のOS(オペレーテ
ィングシステム)の内の任意のOSを選択して立ち上げ
ることができる。
Further, by providing an area having an automatic start-up program at the head of each of the file management areas, any OS of a plurality of OSs (operating systems) can be selected directly from the information recording medium. Can be launched.

【0054】また、本発明の情報再生装置によれば、複
数のファイルシステムに対応するファイル管理領域を有
する情報記録媒体を再生するものであり、ファイルシス
テム選択手段は、インターフェースに接続されている外
部コンピュータ等のファイルシステムさらにはOS(オ
ペレーティングシステム)を選択し、アドレス変換手段
は、媒体上の物理アドレスを選択されたファイルシステ
ムに応じた論理アドレスに変換し、上記インターフェー
スに上記ファイルシステムに対応したファイル管理領域
の物理アドレスがファイルシステムに基づいた論理アド
レスに変換されて出力されるため、自己のOSに固有の
ファイルシステムを媒体上で動作させることができ、自
己のファイルシステムの優れた性能を発揮させることが
でき、自己のOSの特長を活かすことができる。
Further, according to the information reproducing apparatus of the present invention, an information recording medium having a file management area corresponding to a plurality of file systems is reproduced, and the file system selecting means is an external device connected to the interface. A file system such as a computer or an OS (operating system) is selected, the address conversion means converts a physical address on the medium into a logical address according to the selected file system, and the interface corresponds to the file system. Since the physical address of the file management area is converted into a logical address based on the file system and is output, the file system unique to its own OS can be operated on the medium, and the excellent performance of its own file system can be achieved. It can be demonstrated, and its own OS Features can take advantage of.

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

【図1】本発明の一実施例となる情報記録媒体の記録フ
ォーマットを概略的に示す図である。
FIG. 1 is a diagram schematically showing a recording format of an information recording medium as an embodiment of the present invention.

【図2】本発明に係る情報再生装置の一実施例となる光
磁気ディスク記録再生装置の構成を概略的に示すブロッ
ク図である。
FIG. 2 is a block diagram schematically showing the configuration of a magneto-optical disk recording / reproducing apparatus which is an embodiment of the information reproducing apparatus according to the present invention.

【図3】本発明の一実施例としての光磁気ディスク記録
再生装置を用いたコンピュータシステの具体例を示すブ
ロック図である。
FIG. 3 is a block diagram showing a specific example of a computer system using a magneto-optical disk recording / reproducing apparatus as an embodiment of the present invention.

【図4】本発明の実施例の情報記録媒体のデータ構造の
具体例を示す図である。
FIG. 4 is a diagram showing a specific example of the data structure of the information recording medium in the example of the present invention.

【図5】本発明の実施例の情報記録媒体のデータ構造の
他の具体例を示す図である。
FIG. 5 is a diagram showing another specific example of the data structure of the information recording medium in the example of the present invention.

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

FM1 、FM2 、FM3 ファイル管理領域 4 ROMデータ領域 5 ROM領域 6 RAM領域 11 光磁気ディスク 12 SCSIインターフェース部 13 制御部 14 書き込み/読み出し部 15 ディスク駆動機構 16 アドレス変換部 17 ファイルシステム選択部 18 スイッチ 20 OS(オペレーティングシステム)部 21 主ファイルシステムFM 1 , FM 2 , FM 3 File management area 4 ROM data area 5 ROM area 6 RAM area 11 Magneto-optical disk 12 SCSI interface section 13 Control section 14 Write / read section 15 Disk drive mechanism 16 Address conversion section 17 File system selection section 18 Switch 20 OS (Operating System) 21 Main File System

フロントページの続き (72)発明者 三澤 誠一 東京都品川区北品川6丁目7番35号 ソニ ー株式会社内Front page continuation (72) Inventor Seiichi Misawa 6-735 Kitashinagawa, Shinagawa-ku, Tokyo Sony Corporation

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 複数のファイルシステムに基づくファイ
ル管理領域と、 上記複数のファイル管理領域の各ファイル管理情報によ
り管理されるファイルデータが記録されるデータ領域と
を同一記録媒体上に有することを特徴とする情報記録媒
体。
1. A file management area based on a plurality of file systems and a data area in which file data managed by each file management information of the plurality of file management areas are recorded are provided on the same recording medium. And an information recording medium.
【請求項2】 上記各ファイル管理領域毎に対応するフ
ァイルシステムの自動立ち上げプログラムを各領域の先
頭位置に設けることを特徴とする請求項1記載の情報記
録媒体。
2. The information recording medium according to claim 1, wherein an automatic start-up program of a file system corresponding to each of the file management areas is provided at a head position of each area.
【請求項3】 上記情報記録媒体は、読み出し専用領域
を有し、この読み出し専用領域に上記ファイル管理領域
が設けられることを特徴とする請求項1記載の情報記録
媒体。
3. The information recording medium according to claim 1, wherein the information recording medium has a read-only area, and the file management area is provided in the read-only area.
【請求項4】 上記情報記録媒体は、書き換え可能領域
を有し、この書き換え可能領域に上記ファイル管理領域
のファイル管理情報が書き込まれることを特徴とする請
求項1記載の情報記録媒体。
4. The information recording medium according to claim 1, wherein the information recording medium has a rewritable area, and the file management information of the file management area is written in the rewritable area.
【請求項5】 複数のファイル管理領域を有する情報記
録媒体が装着され、この情報記録媒体を再生する情報再
生装置であって、 上記情報記録媒体に書き込まれた情報を読み取る媒体情
報読み取り手段と、 上記媒体情報読み取り手段の動作を制御する制御手段
と、 上記情報記録媒体上の物理アドレスをインターフェース
の論理アドレスに変換するアドレス変換手段と、 上記情報記録媒体上の複数のファイル管理領域の内の1
つを選択するファイルシステム選択手段とを有すること
を特徴とする情報再生装置。
5. An information reproducing apparatus for mounting an information recording medium having a plurality of file management areas and reproducing the information recording medium, comprising medium information reading means for reading information written on the information recording medium, Control means for controlling the operation of the medium information reading means, address conversion means for converting a physical address on the information recording medium into a logical address of an interface, and one of a plurality of file management areas on the information recording medium.
An information reproducing apparatus, characterized in that it has a file system selecting means for selecting one.
【請求項6】 上記ファイルシステム選択手段は、上記
情報記録媒体の論理アドレス0とすべき物理アドレスを
選択する選択スイッチ手段であることを特徴とする請求
項5記載の情報再生装置。
6. The information reproducing apparatus according to claim 5, wherein the file system selection means is a selection switch means for selecting a physical address to be the logical address 0 of the information recording medium.
【請求項7】 上記ファイルシステム選択手段は、外部
コンピュータからインターフェースを介して入力される
信号に応じて動作することを特徴とする請求項5記載の
情報再生装置。
7. The information reproducing apparatus according to claim 5, wherein the file system selecting means operates according to a signal input from an external computer through an interface.
【請求項8】 上記ファイルシステム選択手段は、上記
各ファイル管理領域にそれぞれ与えられた識別番号を出
力することを特徴とする請求項5記載の情報再生装置。
8. The information reproducing apparatus according to claim 5, wherein the file system selecting means outputs an identification number given to each of the file management areas.
JP7072116A 1995-03-29 1995-03-29 Information recording medium and information reproducing device Pending JPH08272541A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7072116A JPH08272541A (en) 1995-03-29 1995-03-29 Information recording medium and information reproducing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7072116A JPH08272541A (en) 1995-03-29 1995-03-29 Information recording medium and information reproducing device

Publications (1)

Publication Number Publication Date
JPH08272541A true JPH08272541A (en) 1996-10-18

Family

ID=13480076

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7072116A Pending JPH08272541A (en) 1995-03-29 1995-03-29 Information recording medium and information reproducing device

Country Status (1)

Country Link
JP (1) JPH08272541A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000195183A (en) * 1998-10-22 2000-07-14 Matsushita Electric Ind Co Ltd Information recording medium, defect management method, defect management device, reproduction device, and recording device
JP2003030936A (en) * 1998-03-06 2003-01-31 Samsung Electronics Co Ltd How to record and play catalog information
WO2002086729A3 (en) * 2001-04-25 2003-11-06 Koninkl Philips Electronics Nv Method and devices for storing and reading data on a storage medium having different file systems and storage medium
US6732303B1 (en) 1998-10-22 2004-05-04 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6904230B2 (en) 1998-03-06 2005-06-07 Samsung Electronics Co., Ltd. Storage medium storing catalog information
US6907189B2 (en) 1998-03-06 2005-06-14 Samsung Electronics Co., Ltd. Apparatus for recording and/or playing back catalog information
JP2006505848A (en) * 2002-11-07 2006-02-16 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Record carrier having main file system area and virtual file system area
JP2006133882A (en) * 2004-11-02 2006-05-25 Canon Inc Information processing apparatus and method
KR100570907B1 (en) * 1997-10-21 2006-11-30 소니 가부시끼 가이샤 Recording and / or playback devices, file management methods and media
JP2009301504A (en) * 2008-06-17 2009-12-24 Sharp Corp Computer, recording medium, and information processing method
US7653796B2 (en) 2003-02-20 2010-01-26 Panasonic Corporation Information recording medium and region management method for a plurality of recording regions each managed by independent file system
US7823209B2 (en) 2003-11-06 2010-10-26 Panasonic Corporation Information recording medium, information recording medium accessing device, and area setting method
US7840729B2 (en) 2003-11-19 2010-11-23 Panasonic Corporation Recording medium access device and recording medium access method
JP2010272174A (en) * 2009-05-22 2010-12-02 Fujitsu Ten Ltd Content reproducing device
JP2016085498A (en) * 2014-10-23 2016-05-19 アルパイン株式会社 Electronic apparatus

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61272847A (en) * 1985-05-28 1986-12-03 Nec Corp Joint possessing device of file
JPH04157672A (en) * 1990-10-22 1992-05-29 Matsushita Electric Ind Co Ltd Information medium exclusive to playback and information playback medium
JPH04156627A (en) * 1990-10-20 1992-05-29 Fujitsu Ltd File control systme in storage medium capable of partial rewriting
JPH0764834A (en) * 1993-08-26 1995-03-10 Nec Corp Floppy disk device
JPH0764841A (en) * 1993-08-26 1995-03-10 Fujitsu Ltd Exchangeable recording medium and control method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61272847A (en) * 1985-05-28 1986-12-03 Nec Corp Joint possessing device of file
JPH04156627A (en) * 1990-10-20 1992-05-29 Fujitsu Ltd File control systme in storage medium capable of partial rewriting
JPH04157672A (en) * 1990-10-22 1992-05-29 Matsushita Electric Ind Co Ltd Information medium exclusive to playback and information playback medium
JPH0764834A (en) * 1993-08-26 1995-03-10 Nec Corp Floppy disk device
JPH0764841A (en) * 1993-08-26 1995-03-10 Fujitsu Ltd Exchangeable recording medium and control method thereof

Cited By (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100570907B1 (en) * 1997-10-21 2006-11-30 소니 가부시끼 가이샤 Recording and / or playback devices, file management methods and media
US7327937B2 (en) 1998-03-06 2008-02-05 Samsung Electronics Co., Ltd. Method of recording and/or playing back catalog information
US7502548B2 (en) 1998-03-06 2009-03-10 Samsung Electronics Co., Ltd. Apparatus for recording and/or playing back catalog information
US6904230B2 (en) 1998-03-06 2005-06-07 Samsung Electronics Co., Ltd. Storage medium storing catalog information
US7327942B2 (en) 1998-03-06 2008-02-05 Samsung Electronics Co., Ltd. Apparatus for recording and/or playing back catalog information
US7197235B2 (en) 1998-03-06 2007-03-27 Samsung Electronics Co., Ltd. Method of recording and/or playing back catalog information
US7184651B2 (en) 1998-03-06 2007-02-27 Samsung Electronics Co., Ltd. Method of recording and/or playing back catalog information
US7177527B2 (en) 1998-03-06 2007-02-13 Samsung Electronics Co., Ltd. Method of recording and/or playing back catalog information
US7167636B2 (en) 1998-03-06 2007-01-23 Samsung Electronics Co., Ltd. Method of recording and/or playing back catalog information
US8582959B2 (en) 1998-03-06 2013-11-12 Samsung Electronics Co., Ltd. Apparatus for recording and/or playing back catalog information
US6907189B2 (en) 1998-03-06 2005-06-14 Samsung Electronics Co., Ltd. Apparatus for recording and/or playing back catalog information
JP2003030936A (en) * 1998-03-06 2003-01-31 Samsung Electronics Co Ltd How to record and play catalog information
JP2003100022A (en) * 1998-03-06 2003-04-04 Samsung Electronics Co Ltd How to record and play catalog information
JP2003100023A (en) * 1998-03-06 2003-04-04 Samsung Electronics Co Ltd Catalog information recording and playback device
US6336196B1 (en) 1998-10-22 2002-01-01 Matsushita Electric Industrial Co., Ltd. Information recording medium and method and apparatus for managing defect thereof
US6249888B1 (en) 1998-10-22 2001-06-19 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6732303B1 (en) 1998-10-22 2004-05-04 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6742147B1 (en) 1998-10-22 2004-05-25 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
JP2000195180A (en) * 1998-10-22 2000-07-14 Matsushita Electric Ind Co Ltd Information recording medium, defect management method, defect management device, reproduction device, and recording device
US6564338B1 (en) 1998-10-22 2003-05-13 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6338153B1 (en) 1998-10-22 2002-01-08 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
JP2000195184A (en) * 1998-10-22 2000-07-14 Matsushita Electric Ind Co Ltd Information recording medium, defect management method, defect management device, reproduction device, and recording device
JP2000195179A (en) * 1998-10-22 2000-07-14 Matsushita Electric Ind Co Ltd Information recording medium, defect management method, defect management device, reproduction device, and recording device
JP2000195183A (en) * 1998-10-22 2000-07-14 Matsushita Electric Ind Co Ltd Information recording medium, defect management method, defect management device, reproduction device, and recording device
US6336197B1 (en) 1998-10-22 2002-01-01 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6189118B1 (en) 1998-10-22 2001-02-13 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6233699B1 (en) 1998-10-22 2001-05-15 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6223310B1 (en) 1998-10-22 2001-04-24 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
WO2002086729A3 (en) * 2001-04-25 2003-11-06 Koninkl Philips Electronics Nv Method and devices for storing and reading data on a storage medium having different file systems and storage medium
JP2004526385A (en) * 2001-04-25 2004-08-26 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Method and apparatus for storing data in or reading data from a storage medium, and storage medium
JP2006505848A (en) * 2002-11-07 2006-02-16 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Record carrier having main file system area and virtual file system area
US7653796B2 (en) 2003-02-20 2010-01-26 Panasonic Corporation Information recording medium and region management method for a plurality of recording regions each managed by independent file system
US7823209B2 (en) 2003-11-06 2010-10-26 Panasonic Corporation Information recording medium, information recording medium accessing device, and area setting method
US7840729B2 (en) 2003-11-19 2010-11-23 Panasonic Corporation Recording medium access device and recording medium access method
JP2006133882A (en) * 2004-11-02 2006-05-25 Canon Inc Information processing apparatus and method
JP2009301504A (en) * 2008-06-17 2009-12-24 Sharp Corp Computer, recording medium, and information processing method
JP2010272174A (en) * 2009-05-22 2010-12-02 Fujitsu Ten Ltd Content reproducing device
JP2016085498A (en) * 2014-10-23 2016-05-19 アルパイン株式会社 Electronic apparatus

Similar Documents

Publication Publication Date Title
US5668970A (en) Method and apparatus for generating a file allocation table for a storage medium with no file allocation table using file storage information
US5546585A (en) Personal computer system with start-up capability from an external mass storage device
US5802363A (en) Bios dynamic emulation of multiple diskettes from a single media
US7702861B2 (en) Format mapping scheme for universal drive device
US5968141A (en) System for selectively upgrading firmware code for optical disk drive via ATA/IDE interface based on host system programming enable signal
US7111121B2 (en) USB storage device and program
JPH08272541A (en) Information recording medium and information reproducing device
US6574588B1 (en) Solid-state memory device that emulates a known storage device
JP4689828B2 (en) Method for creating a bootable storage medium, computer system including a bootable storage medium having multiple emulations, and computer usable medium
US6874060B2 (en) Distributed computer system including a virtual disk subsystem and method for providing a virtual local drive
EP1650665B1 (en) File management method and information processing device
US20070011385A1 (en) Multifunction semiconductor storage device and a method for booting-up computer host
KR100899511B1 (en) Method and structure of adding storage function to computer peripherals
TW544656B (en) Method for changing rotation speed of disk device and disk device
JP2583703B2 (en) Information storage method for storage medium and system therefor
JP3250883B2 (en) Information recording / reproducing device
JP4984677B2 (en) Information processing device
CN101271432B (en) Flash memory device and control method thereof
KR100280972B1 (en) Method and device for upgrading firmware code for optical disk drive through ATA / IDE interface
JP3346997B2 (en) Printer driver deletion method and apparatus, and medium recording printer driver deletion program
JP3585466B2 (en) Multi-track recorder
JPH10293619A (en) Information processing apparatus, information processing system, and storage medium
US7234009B2 (en) Use of an optical interface for removable magnetic media
JPH09114674A (en) Hard disk drive
JP3294327B2 (en) Electronics

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030311

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050912