JP2665768B2 - Information recording and playback method - Google Patents
Information recording and playback methodInfo
- Publication number
- JP2665768B2 JP2665768B2 JP13482488A JP13482488A JP2665768B2 JP 2665768 B2 JP2665768 B2 JP 2665768B2 JP 13482488 A JP13482488 A JP 13482488A JP 13482488 A JP13482488 A JP 13482488A JP 2665768 B2 JP2665768 B2 JP 2665768B2
- Authority
- JP
- Japan
- Prior art keywords
- command
- optical card
- host computer
- information
- received
- 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.)
- Expired - Fee Related
Links
Description
【発明の詳細な説明】 [産業上の利用分野] 本発明は、SCSIを介してホストコンピュータからの指
令に基づいて、光カードに所定情報を記録再生する情報
記録再生方式に関する。Description: TECHNICAL FIELD The present invention relates to an information recording / reproducing method for recording / reproducing predetermined information on / from an optical card based on a command from a host computer via SCSI.
[従来の技術] SCSI(Small Computer System Interface)は、米国
シュガート社の小型コンピュータとその周辺装置とを結
ぶインタフェースSASI(Small Computer System Interf
ace)をANSI(米国規格協会)X3.131−1986で規格化
し、呼び換えたもので、8ビット並列信号を扱い、デー
タ伝送速度が1.5Mバイト/秒で、7個まで同時に制御す
るマルチタクスができるものである。[Background Art] SCSI (Small Computer System Interface) is an interface that connects a small computer manufactured by Sugart Co. of the United States and its peripheral device SASI (Small Computer System Interface).
ace) was standardized by ANSI (American National Standards Institute) X3.131-1986, and was rewritten. It handles 8-bit parallel signals, has a data transmission rate of 1.5 Mbytes / sec, and has a multi-tax system that controls up to seven simultaneously. You can do it.
上記ANSIが規格するインタフェース規約の範囲は、次
の5点である。The range of the interface standard specified by the ANSI is the following five points.
(1)インタフェース信号の種類とその定義、信号授受
のタイミング (2)インタフェースとしての動作シーケンスを規定す
るプロトコル、各フェーズ等の定義 (3)ケーブル仕様、コネクタ仕様等の物理的インタフ
ェース条件、伝送系の電気的条件 (4)周辺機器の各種制御やデータ転送を実行するため
のコマンド体系並びにコマンドの形式および各コマンド
の機能 (5)コマンドの実行結果をホストコンピュータに知ら
せるためのステータスバイト形式、並びにその過程にお
ける異常状態等を知らせるセンスデータの構造 である。(1) Types of interface signals and their definitions, signal transfer timings (2) Protocols that define the operation sequence as an interface, definitions of each phase, etc. (3) Physical interface conditions such as cable specifications and connector specifications, transmission systems (4) Command system for executing various controls and data transfer of peripheral devices, command format and function of each command (5) Status byte format for informing the host computer of the command execution result, and This is the structure of sense data that informs an abnormal state in the process.
上記(4)におけるコマンド体系は、以下の通りであ
る。The command system in the above (4) is as follows.
SCSIのコマンドは、8種類のグループに分けられる。
CDBの最初のバイトはオペレーションコードであり、こ
のオペレーションコードの上位3ビットがグループコー
ドを指令し、下位5ビットがグループ毎のコマンドコー
ド(コマンドの種類を示すコード)を指定する。SCSI commands are divided into eight types of groups.
The first byte of the CDB is an operation code. The upper 3 bits of the operation code instruct a group code, and the lower 5 bits specify a command code (code indicating a command type) for each group.
上記CDBの長さは、グループ毎に以下のように規定さ
れている。The length of the CDB is defined as follows for each group.
(1)グループ0………6バイト (2)グループ1………10バイト (3)グループ2〜4…リザーブド (4)グループ5………12バイト (5)グループ6〜7…ベンダーユニーク 上記グループ6〜7のCDBは、SCSIデバイスで固有に
定義可能なコマンド群である。(1) Group 0: 6 bytes (2) Group 1: 10 bytes (3) Groups 2 to 4: Reserved (4) Group 5: 12 bytes (5) Group 6 to 7: Vendor unique The CDBs of groups 6 and 7 are commands that can be uniquely defined by SCSI devices.
各コマンドにおいて、論理ブロックアドレスは、ロジ
カルユニット上で、固定長のデータブロックが連続して
配列されている。In each command, the logical block address is such that fixed-length data blocks are continuously arranged on the logical unit.
第8図は、ハードディスク装置における論理ブロック
の構成例を示す図である。FIG. 8 is a diagram showing a configuration example of a logical block in a hard disk device.
第8図において、シリンダ=0、セクタ=0のデータ
ブロックを、論理ブロックアドレス=0とし、セクタ、
トラック、シリンダの順番でそれぞれが1つ増える度
に、論理ブロックアドレスを1つ増加させる。In FIG. 8, the data block of cylinder = 0 and sector = 0 is set to logical block address = 0, and the sector,
Each time the track and cylinder are increased by one, the logical block address is increased by one.
論理ブロックアドレスドレッシングが優れている点
は、イニシエータ(ホストコンピュータ)が先頭データ
ブロックの論理ブロックアドレスと処理ブロック数とを
指定してデータをアクセスするので、物理的な構造を意
識する必要がない点である。したがって、上記論理ブロ
ックアドレスドレッシングを使用すると、シリンダ、ト
ラック、セクタ等の数が互いに異なるデバイス同志を接
続した場合に、同一のソフトウエアで動作させることが
できる。The advantage of the logical block address dressing is that the initiator (host computer) accesses the data by designating the logical block address of the first data block and the number of processing blocks, so that there is no need to be aware of the physical structure. It is. Therefore, when the above-described logical block address dressing is used, when devices having different numbers of cylinders, tracks, sectors, and the like are connected, they can be operated by the same software.
なお、SCSIにおいて、論理ユニット番号(以下、「LU
N」という)を、物理的なデバイスに付与してもよく、
また仮想的なデバイスに付与してもよい。In SCSI, a logical unit number (hereinafter referred to as "LU
N ") to physical devices,
Also, it may be provided to a virtual device.
第9図は、SCSIのシステム構成の一般例を示す図であ
る。FIG. 9 is a diagram showing a general example of a SCSI system configuration.
論理ユニットとしては、通常は、第8図に示すよう
に、ハードディスク等の物理的なデバイスを使用するこ
とが多い。As a logical unit, usually, a physical device such as a hard disk is often used as shown in FIG.
ところで、上記SCSIにおいては、通常、0〜7の8台
の論理ユニットを持つことができ、拡張メッセージを用
いると2048台の論理ユニットを持つことができる。By the way, the above SCSI usually has eight logical units of 0 to 7, and can use the extended message to have 2048 logical units.
一方、光カードは、数千本のトラックを有し、その情
報容量は数Mバイトである。このために、光カードを利
用する場合、その用途にもよるが、画像情報はA領域を
使用し、文書情報はB領域を使用するというように、情
報の種別に応じて光カードの領域を管理すると、必要な
情報を再生する場合に高速で検索できる。したがって、
高速で検索するには、上記のように領域分けが必要にな
る。On the other hand, an optical card has thousands of tracks, and its information capacity is several megabytes. For this reason, when an optical card is used, the area of the optical card is used in accordance with the type of information, such as using the area A for the image information and the area B for the document information, depending on the application. When managed, the required information can be searched at high speed when reproducing it. Therefore,
In order to search at high speed, area division is necessary as described above.
[発明が解決しようとする課題] しかし、第10図に示すようなSCSIシステムの場合にお
いて、数百論理ブロックアドレスにわたるリード命令が
イニシエータであるホストコンピュータから発行される
と、通常、光カードでは、バスの効率的活用を図るため
に、SCSIバスをディスコネクトし(切離し)、他のデバ
イスがそのバスを使用できるようにする。そして、バッ
ファがいっぱいになるまで、メディアから読込み動作を
行ない、リセレクション動作を再び行ない、光カードと
ホストコンピュータとの結合を行ない、リードデータを
ホストコンピュータに転送する。[Problems to be Solved by the Invention] However, in the case of a SCSI system as shown in FIG. 10, when a read command over several hundred logical block addresses is issued from a host computer as an initiator, usually, an optical card To make efficient use of the bus, disconnect (disconnect) the SCSI bus so that other devices can use the bus. Then, until the buffer is full, the read operation is performed from the medium, the reselection operation is performed again, the optical card and the host computer are connected, and the read data is transferred to the host computer.
このディスコネクトしたとき(光カードがコマンドを
実行しているとき)に、他のホストコンピュータからそ
の光カードに何らかのコマンドが送出されようとした場
合、次の2つの処理が一般的である。At the time of this disconnection (when the optical card is executing a command), if another command is sent from another host computer to the optical card, the following two processes are generally performed.
その第1の処理は、アービトレーションに打勝ったホ
ストコンピュータがその光カードをセレクションすると
きに、このセレクションに対して応答しないことによっ
て、ホストコンピュータがセレクション動作を失敗し、
コマンドの実行を行なわない処理である。In the first process, when the host computer that has overcome the arbitration does not respond to the selection when selecting the optical card, the host computer fails the selection operation,
This is the process that does not execute the command.
その第2の処理は、上記第1の処理とは逆にセレクシ
ョンは成功するが、ビジーステータスを返答し、コマン
ドの実行不能を知らせる処理である。In the second process, the selection is successful, contrary to the first process, but a busy status is returned to notify that the command cannot be executed.
上記第1の処理、第2の処理は、ともに、コマンドの
実行不能である点は変らない。リード命令やライト命令
のように、実際にディバイスの動作が必要とされるコマ
ンドはともかくとして、光カードのフォーマット情報等
は、他のホストコンピュータが、次の動作を速やかに行
ないたいので、前のコマンドの終了を待たずに、知る必
要があるが、上記第1、第2の処理においては不可能で
あるという問題がある。In both the first processing and the second processing, the command cannot be executed. Apart from commands that actually require device operation, such as read commands and write commands, the format information of the optical card and other host computers want to quickly perform the next operation. Although it is necessary to know without waiting for the end of the command, there is a problem that it is impossible in the first and second processes.
本発明は、ホストコンピュータからSCSIを介して、比
較的時間のかかるコマンドが発行され、ディスコネクト
されたときに、他のホストコンピュータが光カードの状
態、光カードの情報を知ることができる情報記録再生方
式を提供することを目的とするものである。According to the present invention, when a command that takes a relatively long time is issued from a host computer via SCSI and is disconnected, another host computer can know the state of the optical card and the information of the optical card when the command is disconnected. It is intended to provide a reproduction method.
[課題を解決する手段] 本発明は、光カードがディスコネクトしている間に
も、インクワァイリコマンドを受付け、光カードの情報
やドライブ並びにコントローラ等の情報を返答するもの
である。[Means for Solving the Problems] The present invention is to receive an inquiry command and return information on an optical card, information on a drive, a controller and the like even while the optical card is disconnected.
[作用] 本発明は、光カードがディスコネクトしている間に
も、インクワァイリコマンドを受付け、光カードの情報
やドライブ並びにコントローラ等の情報を返答するの
で、他のホストコンピュータからのインクワァイリコマ
ンドを実行できる。[Operation] The present invention accepts an inquiry command and returns information on an optical card, information on a drive, a controller, and the like even while the optical card is disconnected, so that an inquiry from another host computer can be made. Re-command can be executed.
[実施例] まず、光カードの基本構成と光ヘッド部の構成につい
て説明する。なお、同一部材については同一番号を付し
てある。Embodiment First, the basic configuration of an optical card and the configuration of an optical head will be described. The same members are given the same numbers.
第3図は、本発明に使用する光カードの一例を示す平
面図である。FIG. 3 is a plan view showing an example of an optical card used in the present invention.
第4図は、第3図にAで示す部分を拡大した図であ
る。FIG. 4 is an enlarged view of a portion indicated by A in FIG.
光カード1には、線状のトラッキングトラック5(5
−0、5−1、5−2、……)が等間隔に配置されてい
る。そして、隣り合うトラッキングトラックの間に、情
報を記録するデータ記録部4(4−0、4−1、4−
2、……)が設けられている。すなわち、光カード1
は、1つのトラッキングトラックとの隣りのトラッキン
グトラックとの間の全てにデータ記録部4を有してい
る。The optical card 1 has a linear tracking track 5 (5
−0, 5-1, 5-2,...) Are arranged at equal intervals. The data recording unit 4 (4-0, 4-1, 4-4) for recording information between adjacent tracking tracks.
2,...) Are provided. That is, the optical card 1
Has a data recording unit 4 in all of the space between one tracking track and an adjacent tracking track.
第4図に示すように、トラッキングトラック5−1と
5−2との間にはGマーク7が設けられている。このG
マーク7は、基準トラックを判別するマークであり、光
カード1の所定の個所にプリフォーマットによって配置
されている。Gマーク7が存在するデータ記録部4の延
長線上には、補助データ部である媒体種別用パターン8
がプリフォーマットされているか、または光スポットで
記録形成されている。この媒体種別用パターン8は、光
カード1の識別を表わすものであり、変復調方式、1ト
ラック当りのデータ容量、総トラック本数等の情報を記
録するものである。As shown in FIG. 4, a G mark 7 is provided between the tracking tracks 5-1 and 5-2. This G
The mark 7 is a mark for determining a reference track, and is arranged at a predetermined location on the optical card 1 by preformatting. On the extension of the data recording unit 4 where the G mark 7 exists, a medium type pattern 8 as an auxiliary data unit
Are preformatted or recorded with light spots. The medium type pattern 8 indicates the identification of the optical card 1, and records information such as a modulation / demodulation method, a data capacity per track, and the total number of tracks.
第5図は、情報記録再生装置の光ヘッド部の構成に関
する説明図である。FIG. 5 is an explanatory diagram relating to a configuration of an optical head unit of the information recording / reproducing apparatus.
第6図は、光カード1に照射された光ビームを示す説
明図である。FIG. 6 is an explanatory diagram showing a light beam applied to the optical card 1. FIG.
第7図は、光検出器の構成を示す説明図である。 FIG. 7 is an explanatory diagram showing a configuration of the photodetector.
半導体レーザ等の光源27で発生した光ビームは、コリ
メータレンズ28によって平行化され、回折格子30によっ
て3本のビームに分けられる。これらの光ビームは、対
物レンズ26によって、たとえば第5図に示すように光カ
ード1のトラッキングトラック5−1、5−2、データ
記録部4−1に結像し、ビームスポットS1、S2、S3を形
成する。ここで、図示しない駆動手段によって、第5図
に示す矢印R方向に光カード1が移動し、ビームスポッ
トS1〜S3によって、トラッキングトラックが延びている
方向に光カード1を走査する。A light beam generated by a light source 27 such as a semiconductor laser is collimated by a collimator lens 28 and divided into three beams by a diffraction grating 30. These light beams are imaged by the objective lens 26 on the tracking tracks 5-1 and 5-2 of the optical card 1 and the data recording section 4-1 as shown in FIG. 5, for example, and the beam spots S1, S2, Form S3. Here, the optical card 1 is moved in the direction of arrow R shown in FIG. 5 by driving means (not shown), and the optical card 1 is scanned by the beam spots S1 to S3 in the direction in which the tracking track extends.
ビームスポットS1、S2、S3の反射光は、対物レンズ26
を再び通過し、ビームスプリッタ20によって反射し、集
光レンズ系21によって、光検出器22、23、24にそれぞれ
投影される。集光レンズ系21は、非点収差系になってお
り、公知の非点収差方式によってオートフォーカスを行
なう。これらの光検出器22〜24は、第7図に示す配置で
構成され、光検出器23は、A、B、C、Dのように4分
割されている。The reflected light from the beam spots S1, S2 and S3 is
Again, is reflected by the beam splitter 20, and is projected by the condenser lens system 21 to the photodetectors 22, 23, and 24, respectively. The condenser lens system 21 is an astigmatism system, and performs autofocus by a known astigmatism method. These photodetectors 22 to 24 are arranged in the arrangement shown in FIG. 7, and the photodetector 23 is divided into four parts A, B, C and D.
なお、第5図に示すプリズム29は、半導体レーザから
放出されコリメートされた光束の断面分布を、楕円から
円形に変換するプリズムである。The prism 29 shown in FIG. 5 is a prism that converts the cross-sectional distribution of the collimated light beam emitted from the semiconductor laser from an ellipse to a circle.
次に、光カード1に情報を記録する動作を説明する。 Next, an operation of recording information on the optical card 1 will be described.
たとえばデータ記録部4−1に情報を記録する場合、
まずビームスポットS1、S2、S3をそれぞれトラッキング
トラック5−1、データ記録部4−1、トラッキングト
ラック5−2に照射する。これらのビームスポットは、
光カード1の移動によって、第6図に示す矢印F方向に
走査する。ビームスポットS1からの反射光は、光検出器
22に入射し、ビームスポットS3からの反射光は光検出器
24に入射し、いわゆる3ビーム法によってトラッキング
信号が検出される。For example, when information is recorded in the data recording unit 4-1,
First, the beam spots S1, S2, and S3 are irradiated on the tracking track 5-1, the data recording unit 4-1, and the tracking track 5-2, respectively. These beam spots are
By moving the optical card 1, scanning is performed in the direction of arrow F shown in FIG. The reflected light from beam spot S1 is a photodetector
22 and the reflected light from beam spot S3 is a photodetector
24, and a tracking signal is detected by a so-called three-beam method.
すなわち、ビームスポットS1、S3がトラッキングトラ
ック5−1、5−2に対してずれると、光検出器22と24
とにそれぞれ入射する光の強度が変化し、これら受光面
(トラッキングトラック5−1、5−2)からの信号を
比較することによってトラッキング信号を得るものであ
る。このトラッキング信号に基づいて、図示しないトラ
ッキング手段(たとえば、第7図において、対物レンズ
26をZ方向に動かす手段等)によって、ビームスプリッ
トS1、S2、S3は走査方向に垂直な方向(第3図に示すD
方向)に一体に移動され、自動トラッキング(AT)が行
なわれる。That is, when the beam spots S1 and S3 deviate from the tracking tracks 5-1 and 5-2, the photodetectors 22 and 24 are shifted.
The tracking signal is obtained by comparing the signals from the light receiving surfaces (tracking tracks 5-1 and 5-2). On the basis of this tracking signal, tracking means (not shown in FIG.
The beam splits S1, S2, S3 are moved in a direction perpendicular to the scanning direction (D shown in FIG.
Direction), and automatic tracking (AT) is performed.
そして、トラッキングトラック5−1、5−2にそっ
て、ビームスプリットS2によって、データ記録部4−1
に記録ピット31が正確に記録される。Then, along the tracking tracks 5-1 and 5-2, the data recording unit 4-1 is formed by the beam split S2.
The recording pit 31 is recorded accurately.
次に、本発明におけるインクワァイリコマンドの応答
について説明する。Next, the response to the inquiry command in the present invention will be described.
第1図は、本発明の一実施例において、インクワァイ
リコマンドの処理を示すフローチャートである。FIG. 1 is a flowchart showing processing of an inquiry command in one embodiment of the present invention.
第2図は、上記実施例において、SCSIコントローラの
一例を示すブロック図である。FIG. 2 is a block diagram showing an example of a SCSI controller in the above embodiment.
光カード1が挿入されている情報記録再生装置が、ホ
ストコンピュータの命令を実行する場合、比較的時間が
かかる動作である場合がある。たとえば、数Mバイトの
データを読込むとき、1つの命令で光カードが動作を始
めるが、相当その処理に時間がかかる。また途中に、ヘ
ッド位置を移動するシーク動作が入る場合がある。この
時間が数msec程度であっても、1.5Mバイト/秒で動作し
ているSCSIバスにとっては比較的長い時間といえる。When the information recording / reproducing apparatus into which the optical card 1 is inserted executes a command from the host computer, the operation may take a relatively long time. For example, when reading several megabytes of data, the optical card starts operating with one command, but the processing takes a considerable amount of time. In some cases, a seek operation for moving the head position may be performed. Even if this time is about several milliseconds, it can be said that the time is relatively long for a SCSI bus operating at 1.5 Mbytes / sec.
このような場合に、そのバスをディスコネクトし、バ
スを解放し、他のディバイスにバスを使用させることを
可能とする。光カード1がコマンドを完了したとき、ま
たはデータ転送が再び可能になったときに、リセレクシ
ョンを行なう。In such a case, the bus is disconnected, the bus is released, and another device can use the bus. Reselection is performed when the optical card 1 completes the command or when data transfer becomes possible again.
ディスコネクトしている最中に、他のホストコンピュ
ータからインクワァイリコマンドが発行された場合、ま
ず、セレクションされたことによって、第2図に示すよ
うに、インタラプト16がSCSIプロトコルIC12からMPU13
に対して入る。If an Inquiry command is issued from another host computer during disconnection, first, the interrupt 16 is transmitted from the SCSI protocol IC 12 to the MPU 13 as shown in FIG.
Enter against.
すなわち、MPU13がSPC12に命令を与え、このSPC12
が、バスのディスコネクトとリセレクションとを行う。
また、他のホストコンピュータがインクワァイリコマン
ドを発行し、この発行されたインクワァイリコマンドが
アダプタを制御し、SCSIバスを介してSCSIコントローラ
32をセレクトする。なお、第2図において、符号31は、
情報記録再生装置を示す符号であり、符号32は、SCSIコ
ントローラを示す符号である。That is, the MPU 13 gives an instruction to the SPC 12 and this SPC 12
Performs the disconnection and reselection of the bus.
Also, another host computer issues an inquiry command, and the issued inquiry command controls the adapter, and the SCSI controller via the SCSI bus.
Select 32. In addition, in FIG.
Reference numeral 32 denotes a code indicating an information recording / reproducing device, and reference numeral 32 denotes a code indicating a SCSI controller.
次に、上記実施例の動作について説明する。 Next, the operation of the above embodiment will be described.
まず、光カードが情報記録再生装置に挿入され、上記
情報記録再生装置が接続されているSCSIコントローラ32
がコマンドフェーズに移行させ(S1)、コマンドを受取
る。SCSIコントローラ32がコマンドを受取った後、この
コマンドがインクワァイリコマンドであるか否かをSCSI
コントローラ32が確認する(S2)。First, an optical card is inserted into the information recording / reproducing device, and the SCSI controller 32 to which the information recording / reproducing device is connected is connected.
Shifts to the command phase (S1) and receives the command. After the SCSI controller 32 receives the command, the SCSI controller 32 determines whether this command is an inquiry command.
The controller 32 confirms (S2).
もし、インクワァイリコマンドでなければ、ビジース
テータスを返答する(S7)。If it is not an inquiry command, a busy status is returned (S7).
一方、S2において、インクワァイリコマンドであれ
ば、SCSIコントローラ32がデータ転送フェーズに移行さ
せ(S3)、光カード1のフォーマット情報、ドライブと
コントローラとの情報を、SCSIコントローラ32がホスト
コンピュータに転送する(S4)。この転送が終了した
後、ステータスフェーズ、メッセージフェーズを経て
(S5、S6)、上記インクワァイリコマンドに関しての処
理を終了する。On the other hand, if it is an inquiry command in S2, the SCSI controller 32 shifts to the data transfer phase (S3), and the SCSI controller 32 transfers the format information of the optical card 1, the information of the drive and the controller to the host computer. (S4). After this transfer is completed, the status phase and the message phase are passed (S5, S6), and then the processing regarding the inquiry command is completed.
上記のようにすれば、ホストコンピュータから比較的
時間のかかるコマンドが発行され、光カード1が挿入さ
れている情報記録再生装置が接続されているSCSIバスが
ディスコネクトされたときでも、他のホストコンピュー
タが、その光カードの状態やその光カードの情報を知る
ことができる。In this way, even when a command that takes a relatively long time is issued from the host computer and the SCSI bus to which the information recording / reproducing device in which the optical card 1 is inserted is connected is disconnected, another host can be connected. The computer can know the state of the optical card and information on the optical card.
インクワァイリコマンドに関しての処理が終了した
後、光カード1側は、中断していたリードコマンドに関
する処理を続行する。After the process related to the inquiry command is completed, the optical card 1 continues the process related to the interrupted read command.
[発明の効果] 本発明によれば、ホストコンピュータからSCSIを介し
て、比較的時間のかかるコマンドが発行され、ディスコ
ネクトされたときに、他のホストコンピュータが光カー
ドの状態、光カードの情報を知ることができるという効
果を有する。[Effects of the Invention] According to the present invention, when a relatively long command is issued from a host computer via SCSI and disconnected, the other host computers are informed of the state of the optical card and the information of the optical card. Has the effect of being able to know
第1図は、本発明の一実施例において、インクワァイリ
コマンドの処理を示すフローチャートである。 第2図は、上記実施例において、SCSIコントローラの一
例を示すブロック図である。 第3図は、光カードの一例を示す概略平面図である。 第4図は、第3図のA部の部分的拡大図である。 第5図は、情報記録再生装置の光ヘッド部の構成に関す
る説明図である。 第6図は、光カード上に照射された光ビームを示す説明
図である。 第7図は、情報記録再生装置が光カードへ記録する動作
の説明図である。 第8図は、ハードディスク装置における論理ブロックの
構成例を示す図である。 第9図は、一般的なSCSIシステムの構成図である。 第10図は、2つのホストコンピュータが接続されたSCSI
システムの構成図である。 1……光カード、 4−1〜4−2……データ記録部、 5−0〜5−2……トラッキングトラック、 12……SCSIプロトコルコントローラIC、 13……MPU。FIG. 1 is a flowchart showing processing of an inquiry command in one embodiment of the present invention. FIG. 2 is a block diagram showing an example of a SCSI controller in the above embodiment. FIG. 3 is a schematic plan view showing an example of the optical card. FIG. 4 is a partially enlarged view of a portion A in FIG. FIG. 5 is an explanatory diagram relating to a configuration of an optical head unit of the information recording / reproducing apparatus. FIG. 6 is an explanatory view showing a light beam irradiated on the optical card. FIG. 7 is an explanatory diagram of an operation of the information recording / reproducing apparatus recording on an optical card. FIG. 8 is a diagram showing a configuration example of a logical block in a hard disk device. FIG. 9 is a configuration diagram of a general SCSI system. Figure 10 shows a SCSI with two host computers connected
It is a block diagram of a system. 1. Optical card 4-1 to 4-2 Data recording unit 5-0 to 5-2 Tracking track 12 SCSI protocol controller IC 13 MPU
Claims (1)
トコンピュータからの指令に基づいて、光カードに情報
を記録しまたは上記光カードから情報を再生する情報記
録再生装置における情報記録再生方法において、 上記光カードをアクセスする動作が必要なコマンドを、
上記ホストコンピュータから上記情報記録再生装置が受
信すると、上記インタフェースバスを開放するために、
上記情報記録再生装置と上記ホストコンピュータとの接
続を一旦切断するディスコネクト段階と; 受信したコマンドに応じて上記光カードへアクセス動作
を実行するアクセス段階と; 上記情報記録再生装置と上記ホストコンピュータとの接
続を切断している状態で、コマンドを受信したか否かを
検出するコマンド検出段階と; 上記コマンド検出段階でコマンドを受信すると、この受
信したコマンドが、現在実行中のコマンドを送信したホ
ストコンピュータとは異なる他のホストコンピュータか
ら受信したインクワァイリコマンドであるか否かを判定
するコマンド判定段階と; 上記コマンド判定段階において、上記受信したコマンド
が、他のホストコンピュータから受信したインクワァイ
リコマンドであると判定されると、この判定されたイン
クワァイリコマンドに応じた情報を送信し、上記受信し
たコマンドが、インクワァイリコマンドではないと判定
されると、ビジー信号を送信する応答段階と; を有することを特徴とする情報記録再生方法。1. An information recording / reproducing method in an information recording / reproducing apparatus for recording information on an optical card or reproducing information from the optical card based on a command from a host computer via a predetermined interface bus. Commands that require operations to access the optical card
When the information recording / reproducing device receives from the host computer, in order to release the interface bus,
A disconnection step of temporarily disconnecting the connection between the information recording / reproducing apparatus and the host computer; an access step of executing an access operation to the optical card in response to a received command; A command detecting step of detecting whether or not a command has been received in a state where the connection of the host has been disconnected; and when the command is received in the command detecting step, the received command is transmitted to the host which has transmitted the currently executing command. A command determining step of determining whether the command is an inquiry command received from another host computer different from the computer; and in the command determining step, the received command is an inquiry command received from another host computer. If it is determined that the command is Transmitting an information corresponding to the inquiry command, and determining that the received command is not an inquiry command, transmitting a busy signal. .
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP13482488A JP2665768B2 (en) | 1988-06-01 | 1988-06-01 | Information recording and playback method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP13482488A JP2665768B2 (en) | 1988-06-01 | 1988-06-01 | Information recording and playback method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01304526A JPH01304526A (en) | 1989-12-08 |
| JP2665768B2 true JP2665768B2 (en) | 1997-10-22 |
Family
ID=15137332
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP13482488A Expired - Fee Related JP2665768B2 (en) | 1988-06-01 | 1988-06-01 | Information recording and playback method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2665768B2 (en) |
-
1988
- 1988-06-01 JP JP13482488A patent/JP2665768B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JPH01304526A (en) | 1989-12-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5841598A (en) | Information recording/reproducing apparatus and data processing method | |
| JP2665768B2 (en) | Information recording and playback method | |
| JP2652037B2 (en) | Information recording and playback method | |
| EP0524810B1 (en) | Recording information sent by host computer over a SCSI-bus | |
| JP2577614B2 (en) | Information recording / reproducing method | |
| JPH10320924A (en) | Information recording method | |
| JP3279854B2 (en) | Recording and playback device | |
| JP3128102B2 (en) | Information recording / reproducing method | |
| JPH01320522A (en) | Information recording and reproducing system | |
| JPH05324499A (en) | SCSI data transfer method and information recording control method | |
| JPH0215422A (en) | Optical disk and disk driving device | |
| JPS58215734A (en) | Optical disc processor | |
| JPH01292521A (en) | Information recording and playback method | |
| JP2942108B2 (en) | Recording and playback device that can interface with a personal computer | |
| JP2854438B2 (en) | Access control method for optical disk device | |
| JP2605588B2 (en) | CD-ROM device with high-speed access mechanism | |
| JPS6320785A (en) | Optical information device | |
| JPH06162684A (en) | Information recording/reproducing system | |
| JP2811465B2 (en) | Disk recording or playback device | |
| JPH08286836A (en) | Information recording and reproducing device | |
| JPS61198466A (en) | Home position detection method | |
| JPS61283074A (en) | optical information device | |
| JP3475998B2 (en) | Information playback device | |
| JPH0231383A (en) | Alternative processing system for disk device | |
| JPH06231528A (en) | Magnetic disk apparatus |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| LAPS | Cancellation because of no payment of annual fees |