JPH02307115A - Control system for storage subsystem - Google Patents

Control system for storage subsystem

Info

Publication number
JPH02307115A
JPH02307115A JP12857289A JP12857289A JPH02307115A JP H02307115 A JPH02307115 A JP H02307115A JP 12857289 A JP12857289 A JP 12857289A JP 12857289 A JP12857289 A JP 12857289A JP H02307115 A JPH02307115 A JP H02307115A
Authority
JP
Japan
Prior art keywords
storage
access
storage medium
storage area
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.)
Pending
Application number
JP12857289A
Other languages
Japanese (ja)
Inventor
Norihiko Sakurai
櫻井 紀彦
Masahiro Kurata
正博 倉田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP12857289A priority Critical patent/JPH02307115A/en
Publication of JPH02307115A publication Critical patent/JPH02307115A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To increase the processing speed in the control system by making an access given to a replaceable storage medium look like a magnetic tape device and performing successively the accesses with no designation of addresses. CONSTITUTION:A storage subsystem 1 consists of plural decks 12 (121 - 12N) to which a replaceable storage medium is mounted and a storage subsystem control part 11. The part 11 includes a deciding logic part 110 and a control information storage part 111. Then an access given to the replaceable storage medium capable of a random access e.g. a rewritable optical disk, etc., look like a magnetic tape device. Thus the accesses are successively carried out with no designation of addresses. As a result, a function is available to improve the efficiency of a data storage of large capacity like a compressing function, etc. Then the processing speed is increased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理システムにおける外部記憶装置に関
し、特に書換え可能な光デイスク媒体のようなランダム
アクセス可能な可換型記憶媒体を用いて、アドレスの指
定なしに直前のアクセス位置の次の情報記録エリア位置
に対してリード・ライトアクセスを行う逐次的なデータ
の読出し書込み(以下逐次的モードと呼ぶ)を行う記憶
サブシステムの制御方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to an external storage device in an information processing system, and in particular to an external storage device using a randomly accessible removable storage medium such as a rewritable optical disk medium. The present invention relates to a control method for a storage subsystem that performs sequential data reading and writing (hereinafter referred to as sequential mode) that performs read/write access to an information recording area position next to the immediately previous accessed position without specifying an address.

〔従来技術〕[Prior art]

一般に情報処理システムにおいては、作成するファイル
の特性によって、ランダムアクセスが高速にできる直接
アクセス方式を採用した方が有利なファイルと、シーケ
ンシャルアクセス中心で。
In general, in information processing systems, depending on the characteristics of the file being created, it is advantageous to use the direct access method, which allows for faster random access, and for some files, it is more advantageous to use the direct access method, which allows for faster random access, while others are mainly sequential access.

またデータ圧縮機能を採用することにより、データ格納
容量の大幅な削減が期待できるファイルがある。現状で
は、前者は磁気ディスク装置や現状の光デイスク装置を
用い、後者は磁気テープ装置を用いている。特にファイ
ルのダンブロード等は、ファイル容量が大きく、かつシ
ーケンシャルアクセス中心で、またはデータ圧縮機能を
採用することにより、データ格納容量の大幅な削減が期
待できるところから、後者の装置が適用されている。
Additionally, there are files that can be expected to significantly reduce their data storage capacity by adopting a data compression function. Currently, the former uses magnetic disk devices and current optical disk devices, and the latter uses magnetic tape devices. In particular, the latter device is used when downloading files, etc., because the file size is large and the data storage capacity can be expected to be significantly reduced by mainly using sequential access or by using a data compression function. .

従来の代表的可換媒体を用いた記憶装置としては、磁気
テープ装置がある。磁気テープ装置は。
A typical conventional storage device using a removable medium is a magnetic tape device. magnetic tape device.

必ず先頭の情報から逐次的にアクセスを行い、シーケン
シャルなアクセスを行うことを前提にしており、アドレ
スに関する情報は、テープマーク。
It is assumed that sequential access is performed, starting from the first information, and information regarding addresses is a tape mark.

BOT(テープの開始)、EOT (テープの終了)お
よびテープマーク(ファイルの区切り)のみで、通常直
前のアクセスで読書きされた直後の記憶エリアに対して
アクセスが行ねれる。この時、ソフトウェアは、アドレ
ス指定のための位置づけコマンドは、読出し書込みにお
いては発行せず、直後の記憶エリアへのアクセスを前提
として発行される。また、マルチファイル格納時の後半
ファイルへのアクセスを行う場合には、そのブロックま
での読み飛ばしを指示するコマンドもあるが、この場合
には、ファイルとファイルの区切りの情報(テープマー
ク)まで、逐次データを読み飛ばして位置づけを行う。
BOT (start of tape), EOT (end of tape), and tape mark (file delimiter) are the only inputs that normally allow access to the storage area immediately after being read or written in the previous access. At this time, the software does not issue a positioning command for address specification when reading or writing, but rather issues it on the assumption that the immediately following storage area will be accessed. Also, when accessing the latter half of a file when storing a multi-file, there is a command that instructs you to skip that block, but in this case, even the file delimiter information (tape mark) is read. Positioning is performed by skipping sequential data.

この方式では、直前に書かれたデータの大きさ等を意識
する必要が無く、書き込める記憶容量が無くなるまで、
逐次的なアクセスを行うことができる。このことは、シ
ーケンシャルにアクセスするファイルで、あらかじめデ
ータの長さ等が明確でない場合や特に記憶サブシステム
内でのデータ圧縮機能により書き込み時でなければデー
タ長が確定できない場合においても、容易な制御で装置
容量を有効に使えるメリットがある。実際、圧縮機能等
も持つこのタイプの記憶サブシステムは、既にσU発さ
れており、またビット価格も安価であることから、大容
量のファイル保存に最適である。
With this method, there is no need to be aware of the size of the data written just before, and the data will continue to be written until there is no more storage space available.
Sequential access is possible. This allows easy control even when the data length is not clear in advance for files that are accessed sequentially, or when the data length cannot be determined until writing due to the data compression function in the storage subsystem. This has the advantage that the equipment capacity can be used effectively. In fact, this type of storage subsystem, which also has a compression function, has already generated σU and has a low bit price, making it ideal for storing large-capacity files.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかし、■複数のファイルが格納されている時に、後半
のファイルへのアクセスを行うためにはファイルとファ
イルの区切りの情報(テープマーク)まで、逐次データ
を読み飛ばして位置づけなければならず、このための時
間が長い ■情報アクセス完了後は、必ず巻戻しが必要
であり、この時間が長い等の問題があり、この時間を短
縮することが望まれている。
However, when multiple files are stored, in order to access the later files, it is necessary to sequentially skip and position the data up to the file delimiter information (tape mark). 2. After information access is completed, it is always necessary to rewind, and this time is long, so it is desired to shorten this time.

また一方、逐次的なアクセスも直接アクセス方式も可能
な可換型記憶媒体の代表的−例である、書換え可能型光
ディスク装置は、媒体容量も片部で300メガビツト(
MB)強と現状の磁気テープ装置を上回り、かつビット
コストも安価なことから、磁気テープ装置の代替として
も有力視されている。
On the other hand, a rewritable optical disk device, which is a typical example of a removable storage medium that can be accessed sequentially or directly, has a media capacity of 300 megabits (
MB), which outperforms current magnetic tape devices, and has a low bit cost, making it a promising alternative to magnetic tape devices.

しかし、現状の書換え可能型光ディスク装置の多くは、
スパイラル形状のデータトラック(円の外側から内側ま
で連続した1本のデータトラック)を持っていて、磁気
ディスク装置に比べてより磁気テープ装置に近づける構
造はもっているものの、やはり、ランダムアクセス性を
重視するため、固定的な長さのデータブロックをフォー
マットし、そのデータブロック先頭からのブロックアド
レスを設定するFBA方式のアドレッシングがされてお
り、データへのアクセスに先立ってアドレス位置を指定
するコマンドと読出し書込み動作を指定する直接アクセ
ス方式をとっている。また、回転体の記憶媒体を使用し
ている場合には、アクセスを行うタイミングによっては
、アドレス指定なしにアクセスすると必ずしも、目的の
直後の記憶エリアにアクセスできない場合がある。この
ために。
However, many of the current rewritable optical disk devices are
Although it has a spiral-shaped data track (one continuous data track from the outside to the inside of a circle), making it more similar to a magnetic tape device than a magnetic disk device, it still emphasizes random access. To do this, FBA addressing is used, which formats a data block with a fixed length and sets the block address from the beginning of the data block. Prior to accessing data, a command and read command specifying the address position are used. It uses a direct access method that specifies write operations. Further, when a rotating body storage medium is used, depending on the timing of access, it may not always be possible to access the storage area immediately after the target storage area if the storage area is accessed without specifying an address. For this.

そのままでは、磁気テープ装置のような使い方はできず
、必ず位置づけのコマンドを発行する必要がある。
As it is, it cannot be used like a magnetic tape device, and a positioning command must be issued.

また、高速ランダムアクセスを重視して設計されており
、フォーマットを意識することより、圧縮機構等ビット
コストの実効的な低下につながる技術は取り入れられて
いないという問題があった。
In addition, it is designed with emphasis on high-speed random access, and there is a problem in that it does not incorporate techniques that effectively reduce bit costs, such as compression mechanisms, rather than being conscious of the format.

本発明は、上記問題点を解決するためになされたもので
ある。
The present invention has been made to solve the above problems.

本発明の目的は、ランダムアクセス可能な可換型記憶媒
体゛(例えば、書換え可能型の光ディスク等)を用いた
記憶サブシステムにおいて、記憶媒体へのアクセスを、
磁気テープ装置のように見せ掛け、アドレスの指定をせ
ずに逐次アクセスを行う様に制御する方式を提供するこ
とにある。
An object of the present invention is to provide a storage subsystem using a randomly accessible removable storage medium (for example, a rewritable optical disk), in which access to the storage medium is
The object of the present invention is to provide a control system that pretends to be a magnetic tape device and performs sequential access without specifying addresses.

本発明の前記ならびにその他の目的と新規な特徴は、本
明細書の記述及び添付図面によって明らかになるであろ
う。
The above and other objects and novel features of the present invention will become apparent from the description of this specification and the accompanying drawings.

〔課題を解決するための手段ゴ 前記目的を達成するために1本発明は、逐次的なデータ
の読出し書込みと、ランダムなアドレス指定によるデー
タの読出し書込みきが可能であって、記憶媒体として記
憶エリアの単位を先頭からの相対アドレスあるいは絶対
的なアドレスを用いて位置づけ可能なブロック単位に分
割されている可換型記憶媒体と。
[Means for Solving the Problems] In order to achieve the above objects, the present invention provides a storage medium capable of reading and writing data sequentially and reading and writing data by random addressing. A removable storage medium in which an area unit is divided into blocks that can be located using relative or absolute addresses from the beginning.

前記記憶媒体をマウントする複数の読出し書込み装置と
、それらを制御する制御装置とを備えた記憶サブシステ
ムにおいて、 前記記憶媒体がマウントされると、前記制御装置は前記
媒体を書き込み可能な先頭の記憶エリアに位置づけし、
その後リード・ライトアクセスを実行し、前記アクセス
が完了すると、前記制御装置は、前記アクセスを実行し
た記憶エリアのカレントアドレス情報を記憶し、同一媒
体に対するリードまたはライト指示を受領するたびに、
前記カレントアドレス情報を用いて連続した次の記憶エ
リアに位置づけすることを最も主要な特徴とする。
In a storage subsystem comprising a plurality of read/write devices that mount the storage medium and a control device that controls them, when the storage medium is mounted, the control device moves the medium to the first writable storage device. Positioned in the area,
After that, read/write access is executed, and when the access is completed, the control device stores the current address information of the storage area where the access was executed, and each time it receives a read or write instruction for the same medium,
The most important feature is that the current address information is used to locate the next consecutive storage area.

〔作 用〕[For production]

前述した手段によれば、書換え可能型の光ディスク等の
ような記憶媒体に対しても、ランダムアクセス可能とい
う本来の機能を活かしながら、磁気テープ装置のように
逐次アクセスを可能とするものであって、 記憶媒体がマウントされると、書き込み可能な先頭の記
憶エリアに位置づけし、同一媒体に対するリードまたは
ライト指示を受領するたびに、連続する次の記憶エリア
に位置づけすることができる。
According to the above-mentioned means, storage media such as rewritable optical disks can be accessed sequentially like a magnetic tape device, while taking advantage of the original function of random access. , When the storage medium is mounted, it can be positioned at the first writable storage area, and each time a read or write instruction for the same medium is received, it can be positioned at the next consecutive storage area.

〔発明の実施例〕[Embodiments of the invention]

以下1本発明の一実施例を図面を用いて具体的に説明す
る。゛ なお、実施例を説明するための全図において、同一機能
を有するものは同一符号を付け、その繰り返しの説明は
省略する。
An embodiment of the present invention will be specifically described below with reference to the drawings.゛In all the figures for explaining the embodiment, parts having the same functions are given the same reference numerals, and repeated explanations thereof will be omitted.

第1図は本発明の一実施例にかかる記憶サブシステムの
全体概略構成を示すブロック図である。
FIG. 1 is a block diagram showing the overall schematic configuration of a storage subsystem according to an embodiment of the present invention.

図において、記憶サブシステム1は、可換型記憶媒体が
マウントされる複数のデツキ12 (121〜12N)
と記憶サブシステム制御部11とで構成され、記憶サブ
システム制御部l!は1判断ロジック部110と制御情
報記憶部!11とで構成されている。
In the figure, the storage subsystem 1 includes a plurality of decks 12 (121 to 12N) on which removable storage media are mounted.
and a storage subsystem control unit 11, the storage subsystem control unit l! 1 judgment logic section 110 and control information storage section! It consists of 11.

第2図は、第1図のシステムにおける要部の詳細構成図
であって、可換型記憶媒体2の情報記憶エリアは、ユー
ザ情報エリア20と可換媒体的制御情報記憶エリア21
とからなる。
FIG. 2 is a detailed configuration diagram of the main parts of the system shown in FIG.
It consists of

また、該記憶部111は、各デツキ(121〜12N)
に対応して、制御情報記憶エリア21を記憶する記憶テ
ーブル112と直前にアクセスを完了した記憶エリアの
アドレス情報を記憶するテーブル113とから構成され
ている。
In addition, the storage unit 111 stores information on each deck (121 to 12N).
Corresponding to this, it is composed of a storage table 112 that stores the control information storage area 21 and a table 113 that stores address information of the storage area that has been accessed immediately before.

第3図は、可換型記憶媒体内の制御情報の具体的な構成
を示すもので、211はファイルの区切れ記号(テープ
マーク)の順序を示す情報記憶エリア、212は各ファ
イルの先頭アドレスを記憶したエリア、213は各ファ
イルの最終アドレスを記憶したエリアをそれぞれ示す。
FIG. 3 shows the specific structure of the control information in the removable storage medium, where 211 is an information storage area indicating the order of file delimiters (tape marks), and 212 is the start address of each file. The area 213 stores the final address of each file.

次に、このように構成された記憶サブシステムの動作に
ついて説明する。
Next, the operation of the storage subsystem configured in this way will be explained.

(1)可換型記憶媒体2がデツキ12にマウントされる
と、記憶サブシステム1の制御部11は、可換媒体白情
報記憶エリア21を読み取り、制御装置内にある各デツ
キ対応の可換型記憶媒体の制御情報記憶部1!1に記憶
する。前記制御情報記憶エリア21には、先に説明した
ように、記憶媒体の■ファイルの区切れ記号(テープマ
ーク)の順序を示す情報(記憶エリア211) 、■各
ファイルの先頭記憶エリアアドレス情報(記憶エリア2
12) 、■各フアイルの最終記憶エリアアドレス情報
(記憶エリア213)が記録されている。また、各デツ
キ対応の可換型記憶媒体の制御情報記憶部111には、
制御情報(記憶エリア)21を記憶するテーブル112
と直前にアクセスを実行した記憶エリアのアドレス情報
(カレントアドレス情報)を記憶するテーブル113と
からなり、テーブル113の初期値は。
(1) When the removable storage medium 2 is mounted on the deck 12, the control unit 11 of the storage subsystem 1 reads the removable medium white information storage area 21, and the removable storage medium corresponding to each deck in the control device is read. It is stored in the control information storage section 1!1 of the type storage medium. As explained earlier, the control information storage area 21 contains: (1) information indicating the order of file delimiters (tape marks) on the storage medium (storage area 211); (2) information on the starting storage area address of each file ( Memory area 2
12) , ■Final storage area address information (storage area 213) of each file is recorded. In addition, in the control information storage unit 111 of the replaceable storage medium corresponding to each deck,
Table 112 that stores control information (storage area) 21
and a table 113 that stores address information (current address information) of the storage area that was accessed immediately before.The initial value of the table 113 is:

′0′とする。ここで、先頭の記憶エリアアドレス゛0
′は、論理的には従来の磁気テープ装置のB OT (
begine of tape)に相当させ、またユー
ザ情報エリア20と可換媒体的制御情報記憶エリアz1
の境界アドレスは、論理的には従来の磁気テープ装置の
E OT (en d of tape)として管理す
る。
Set to '0'. Here, the first storage area address "0"
' is logically BOT (
begin of tape), and the user information area 20 and the control information storage area z1 as a replaceable medium.
The boundary address is logically managed as the EOT (end of tape) of a conventional magnetic tape device.

(2)記憶サブシステムの制御部11は、記憶媒体の先
頭の記憶エリアアドレス′0′への位置づけが完了する
と上位装置に対して、アクセスが可能になったことを報
告する。上位装置は、この記憶媒体に対して、アクセス
を実行するが、アクセスがあるまでに、この位置づけが
くずれてしまった場合(オリエンテーションがくずれた
場合)には、例えば、コマンドの再試行を要求し、位置
づけが再度完了した時点で、アクセスを受は付ける。こ
れらの制御は、制御部11が予め定められたルールに従
い実行する。
(2) When the storage medium has been positioned at the first storage area address '0', the control unit 11 of the storage subsystem reports to the host device that access is now possible. The host device accesses this storage medium, but if the positioning has changed (orientation has changed) by the time the access is made, for example, it requests a retry of the command. , access will be granted once the positioning is completed again. These controls are executed by the control unit 11 according to predetermined rules.

最初の読出し書込み(READ/WRITE)アクセス
が完了すると、制御部はそのアドレスを制御情報記憶部
Illのカレントアドレス情報部113に設定し、次の
アクセスがあった場合には、この記憶エリアの直後の記
憶エリアへの位置づけを内部コマンドで指示し、この部
分へのアクセスを行う。
When the first read/write (READ/WRITE) access is completed, the control unit sets the address in the current address information section 113 of the control information storage section Ill, and when the next access occurs, the address is set immediately after this storage area. This part is accessed by instructing the positioning in the storage area using an internal command.

この場合にも、オリエンテーションが確立している間に
コマンドを受領できなかった場合には、コマンド再試行
機能等を利用して、位置づけが完了した時点でコマンド
受領が可能な様に記憶サブシステムの制御部11で同期
をとる。
In this case as well, if a command cannot be received while orientation is being established, use the command retry function etc. to update the storage subsystem so that the command can be received once orientation is complete. The control unit 11 establishes synchronization.

(3)記憶サブシスチムニが、次の内部のファイルの区
切れ記号(テープマーク)まで読み飛ばすことを指示す
る命令を受領した場合には、可換媒体的制御情報記憶エ
リア21内のファイルの区切れ記号(テープマーク)の
順序を示す情報(記憶エリア211) 、各ファイルの
先頭記憶エリアアドレス情報(記憶エリア212)の情
報から、アクセスするブロックアドレスを読み取り、そ
のアドレスに直接位置づけを行う、もし、このテープマ
ーク情報が可換媒体的制御情報記憶エリア21内に記録
されていなかった場合には、制御部11は可換媒体的制
御情報記憶エリアzl内の最後アドレス情報(記憶エリ
ア213)を基に、新たなアドレス情報を可換媒体的制
御情報記憶エリア21内に作成したのちに、この情報を
基に、該ファイルの先頭アドレスに直接位置づけを行う
(3) If the storage subsystem receives an instruction to skip to the next internal file delimiter (tape mark), the file delimiter in the removable media control information storage area 21 The block address to be accessed is read from the information indicating the order of symbols (tape marks) (storage area 211) and the first storage area address information (storage area 212) of each file, and the block address is directly positioned at that address. If this tape mark information is not recorded in the removable medium control information storage area 21, the control unit 11 uses the last address information (storage area 213) in the removable medium control information storage area zl. After creating new address information in the removable medium control information storage area 21, the file is directly positioned at the top address based on this information.

(4)記憶サブシステム1が、格納ユーザ情報を更新す
る命令を受領した場合には、アドレス情報(記憶エリア
)21を含めて、記録さ九ている情報はすべて更新され
たものとして処理を行う。
(4) When the storage subsystem 1 receives a command to update the stored user information, it processes all recorded information, including the address information (storage area) 21, as having been updated. .

(5)記憶サブシステム1が、記憶媒体のディスマウン
トを指示する命令を受領した場合には、更新されたファ
イルの区切れ記号(テープマーク)の順序を示す情報、
各ファイルの先頭記憶エリアアドレス情報を記憶媒体2
の制御情報エリア21に書き込んでから、ディスマウン
ト動作を実行する。
(5) When the storage subsystem 1 receives an instruction to dismount a storage medium, information indicating the order of delimiters (tape marks) of updated files;
Store the start storage area address information of each file on storage medium 2.
After writing to the control information area 21 of , the dismount operation is executed.

なお、可換型記憶媒体として、書換え可能な光デイスク
媒体を例にとり説明をしたが、逐次的モードの読出し書
込みもアドレス指定モードの読出し書込みも可能な可換
型記憶媒体であれば、特に記憶媒体の種別を限定するも
のではない。
Although the explanation has been given using a rewritable optical disk medium as an example of a removable storage medium, a removable storage medium that can be read and written in both a sequential mode and an addressing mode is especially suitable for storage. It does not limit the type of media.

以上、本発明を実施例にもとづき具体的に説明したが、
本発明は、前記実施例に限定されるものではなく、その
要旨を逸脱しない範囲において種々変更可能であること
は言うまでもない。
The present invention has been specifically explained above based on examples, but
It goes without saying that the present invention is not limited to the embodiments described above, and can be modified in various ways without departing from the spirit thereof.

〔発明の効果〕〔Effect of the invention〕

以上、説明したように1本発明の記憶サブシステム制御
方式によれば、可換型記憶媒体(例えば、書換え可能型
の光ディスク等)を用いた記憶サブシステムにおいて、
記憶媒体へのアクセスを、磁気テープ装置のように見せ
掛け、アドレスの指定をせずに逐次アクセスを行うよう
に制御することが可能となる。
As described above, according to the storage subsystem control method of the present invention, in a storage subsystem using a removable storage medium (for example, a rewritable optical disk, etc.),
It becomes possible to control access to a storage medium by pretending to be a magnetic tape device and performing sequential access without specifying an address.

これにより1次のような効果を得ることができる。This makes it possible to obtain a first-order effect.

(1)圧縮機能等、大容量のデータ記憶の効率化を図っ
た機能の活用が可能となり、媒体記憶容量の増加、処理
の高速化が可能となる。
(1) It becomes possible to utilize functions designed to improve the efficiency of large-capacity data storage, such as a compression function, making it possible to increase media storage capacity and speed up processing.

(2)ランダムアクセス機能を用いてマルチファイルボ
リューム時の各ファイルの先頭位置までのアクセスおよ
び巻戻し時間を短縮することが可能となり、処理時間が
短縮できる。
(2) By using the random access function, it is possible to shorten the access and rewind time to the beginning position of each file in a multi-file volume, and the processing time can be shortened.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例にかかる記憶サブシステムの
全体概略構成を示すブロック図第2図は、第1図のシス
テムにおける要部の詳細構成図 第3図は、可換型記憶媒体内の制御情報の具体的な構成
を示す図である。 図中、1・・・可換型記憶媒体を用いた記憶サブシステ
ム、 11・・・記憶サブシステム制御部、110・・
・記憶サブシステム制御部の判断ロジック部、111・
・・可換型媒体の制御情報記憶部、112・・・各可換
型媒体の制御情報21の記憶テーブル、!13・・・前
直にアクセスがあったアドレスの記憶テーブル、12・
・・可換型媒体をマウントして読出し書込みを行う装W
t(デツキ)群、121〜12N・・・独立動作可能な
各デツキ、2・・・可換型記憶媒体、 20・・・ユー
ザ情報エリア、 21・・・可換型記憶媒体内制御情報
記憶エリア、211・・・ファイルの区切れ記号(テー
プマーク)の順序を示す情報記憶エリア、212・・・
各ファイルの先頭記憶エリアアドレス情報記憶エリア。 213・・・各ファイルの最終記憶エリアアドレス情報
記憶エリア
FIG. 1 is a block diagram showing the overall schematic configuration of a storage subsystem according to an embodiment of the present invention. FIG. 2 is a detailed configuration diagram of main parts of the system shown in FIG. 1. FIG. 2 is a diagram illustrating a specific configuration of control information within. In the figure, 1... Storage subsystem using a replaceable storage medium, 11... Storage subsystem control unit, 110...
・Determination logic unit of storage subsystem control unit, 111・
. . . Control information storage unit for removable media, 112 . . . Storage table of control information 21 for each removable media,! 13... Memory table of addresses that were accessed immediately before, 12.
...A device W that mounts a removable medium and performs reading and writing.
t (deck) group, 121 to 12N...Each deck capable of independent operation, 2...Replaceable storage medium, 20...User information area, 21...Control information storage in replaceable storage medium Area, 211... Information storage area indicating the order of file delimiters (tape marks), 212...
Start storage area address information storage area for each file. 213...Final storage area address information storage area for each file

Claims (1)

【特許請求の範囲】[Claims] (1)逐次的なデータの読出し書込みと、ランダムなア
ドレス指定によるデータの読出し書込みきが可能であっ
て、記憶媒体として記憶エリアの単位を先頭からの相対
アドレスあるいは絶対的なアドレスを用いて位置づけ可
能なブロック単位に分割されている可換型記憶媒体と、
前記記憶媒体をマウントする複数の読出し書込み装置と
、それらを制御する制御装置とを備えた記憶サブシステ
ムにおいて、 前記記憶媒体がマウントされると、前記制御装置は前記
媒体を書き込み可能な先頭の記憶エリアに位置づけし、
その後リード・ライトアクセスを実行し、前記アクセス
が完了すると、前記制御装置は、前記アクセスを実行し
た記憶エリアのカレントアドレス情報を記憶し、同一媒
体に対するリードまたはライト指示を受領するたびに、
前記カレントアドレス情報を用いて連続した次の記憶エ
リアに位置づけすることを特徴とする記憶サブシステム
制御方式。
(1) Sequential reading and writing of data and data reading and writing by random addressing are possible, and the unit of storage area as a storage medium is positioned using a relative address from the beginning or an absolute address. a removable storage medium that is divided into possible blocks;
In a storage subsystem comprising a plurality of read/write devices that mount the storage medium and a control device that controls them, when the storage medium is mounted, the control device moves the medium to the first writable storage device. Positioned in the area,
After that, read/write access is executed, and when the access is completed, the control device stores the current address information of the storage area where the access was executed, and each time it receives a read or write instruction for the same medium,
A storage subsystem control method characterized in that the current address information is used to position the next consecutive storage area.
JP12857289A 1989-05-22 1989-05-22 Control system for storage subsystem Pending JPH02307115A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12857289A JPH02307115A (en) 1989-05-22 1989-05-22 Control system for storage subsystem

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12857289A JPH02307115A (en) 1989-05-22 1989-05-22 Control system for storage subsystem

Publications (1)

Publication Number Publication Date
JPH02307115A true JPH02307115A (en) 1990-12-20

Family

ID=14988071

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12857289A Pending JPH02307115A (en) 1989-05-22 1989-05-22 Control system for storage subsystem

Country Status (1)

Country Link
JP (1) JPH02307115A (en)

Similar Documents

Publication Publication Date Title
JPS60250449A (en) Data recording
JPH0566999A (en) Cache system for magnetic disk device
JP4946126B2 (en) Data recording method and data recording apparatus
US6108289A (en) Optical disc recording apparatus for overwriting information on a previously recorded packet of an optical disc
JPS63104284A (en) Disk file access system
US7649822B2 (en) Recording and reproducing apparatus and recording method
JPH02307115A (en) Control system for storage subsystem
JPH05128734A (en) Data recording/reproducing method for magneto-optical disk device
JP2001043117A (en) Disk medium managing method
EP0108651A2 (en) Dynamic addressing for variable track length cache memory
JPH06332622A (en) Information processor
JPH02307116A (en) Storage subsystem
WO2001079983A2 (en) Logical udf descriptors
JP2784650B2 (en) Optical disk storage management method
JP3183253B2 (en) Dynamic capacity increase method and dynamic capacity increase method for disk device
JPH02299036A (en) Information recording and reproducing method
JPH04266136A (en) File control system for rotary recording medium
JP2001043662A (en) Disk medium managing method
JPH05324208A (en) Storage device
JPH0628779A (en) Method for recording and controlling data in disk device
JP2002150697A (en) Magnetic disk control system and magnetic disk device using it
JPH04165527A (en) Method and device for recording and reproducing information
JPH02132692A (en) High speed access system for disk device
JPS61227268A (en) Magnetic disk access system
JPS6234227A (en) Auxiliary memory device