JP3445848B2 - Buffer control method for external storage device - Google Patents

Buffer control method for external storage device

Info

Publication number
JP3445848B2
JP3445848B2 JP27472894A JP27472894A JP3445848B2 JP 3445848 B2 JP3445848 B2 JP 3445848B2 JP 27472894 A JP27472894 A JP 27472894A JP 27472894 A JP27472894 A JP 27472894A JP 3445848 B2 JP3445848 B2 JP 3445848B2
Authority
JP
Japan
Prior art keywords
data
partition
buffer
task
host cpu
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
Application number
JP27472894A
Other languages
Japanese (ja)
Other versions
JPH08137704A (en
Inventor
伸二 大塚
敏裕 松永
宏文 辻村
節洋 福山
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.)
Hitachi Ltd
Hitachi Advanced Digital Inc
Original Assignee
Hitachi Ltd
Hitachi Advanced Digital Inc
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 Hitachi Ltd, Hitachi Advanced Digital Inc filed Critical Hitachi Ltd
Priority to JP27472894A priority Critical patent/JP3445848B2/en
Publication of JPH08137704A publication Critical patent/JPH08137704A/en
Application granted granted Critical
Publication of JP3445848B2 publication Critical patent/JP3445848B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 【0001】 【産業上の利用分野】本発明はマルチタスクシステムを
用いた外部記憶装置のバッファ制御方に関する。 【0002】 【従来の技術】従来、光ディスク装置や磁気ディスク装
置など外部記憶装置において、それぞれのメディアから
読み出したデータをいったん格納しておくバッファメモ
リを持つ装置がある。さらにこれらの装置の中には、バ
ッファメモリを複数の区画に分割し、メディアから再生
したデータブロックの属性にしたがって、それぞれの区
画に分別格納する機能を持つものがある。例えば、音声
データブロックと静止画データブロックに、それぞれの
識別子をつけて、メディアからの読み出しの際にバッフ
ァに分別格納する装置については、特開昭60−206
388号公報に記載のものがある。 【0003】また、メディアに格納する際に、マルチタ
スクシステムのタスク優先度処理を利用して、格納処理
と格納先の決定処理を別のタスクで行う方法について、
特開平2−173983号公報に記載がある。ただし、
この公報に記載の方法は、メディアへの書き込みの際に
発生する交替セクタ処理に関するものである。 【0004】 【発明が解決しようとする課題】従来の装置および方式
では、予め与えられた識別子に基づいて格納先を分別す
る処理であったり、予め定められたアルゴリズムに基づ
いてデータ格納先を決定するものであり、例えば、ホス
トCPUからの命令で、リアルタイムに格納先を変更する
場合については、考慮されていない。 【0005】本発明の目的は、メディアから再生したデ
ータを分別してバッファに格納する外部記憶装置におい
て、リアルタイムに格納先を変更することのできるバッ
ファ制御方を提供することにある。 【0006】 【課題を解決するための手段】本発明による外部記憶装
置のバッファ制御方は、複数のタスクを時分割で同時
に進行させるマルチタスクシステムと、単一のタスクの
みが共通する資源をアクセスするように制限するセマフ
ォ機構と、セマフォの開放でタスクのディスパッチを発
生する機構と、光ディスクからデータを読出し、読み出
したデータをどの区画に格納するかを管理するバッファ
区画管理テーブルと、バッファ区画管理テーブルの内容
をホストCPUからの命令によって変更するテーブル管理
タスクと、データをメディアから読み出し、バッファ区
画管理テーブルにしたがって前記データをバッファ区画
に格納する組み込みタスクを設ける。バッファ区画管理
テーブルは、セマフォをロックしてからアクセスする。
また、テーブル管理タスクは、組み込みタスクよりも高
い優先順位を持つ。 【0007】 【作用】本発明によれば、組み込みタスクの実行中に、
ホストCPUからデータの格納先を変更する命令が来たと
きに、現在格納中のデータを格納し終わったところで、
テーブル管理タスクにディスパッチしてバッファ区画管
理テーブルを更新できるので、リアルタイムにデータの
格納先を変更することができる。 【0008】 【実施例】以下に本発明の実施例を、図面を用いて説明
する。 【0009】図3に、本発明によるバッファ管理方式を
採用したCD-ROMディスクを媒体とする外部記憶装置(以
下CD-ROMドライブ装置120とする)のブロック図を示
す。CD-ROMドライブ装置120は、ホストCPU90との
通信を制御するI/F回路104、ホストCPU90の命令に
従って図に示す各構成要素を制御するCPU103、CD-RO
Mディスク108を再生するCDドライブ装置107、CD
ドライブ装置107から得た再生信号をデータに変換す
るCD-ROMデータ変換回路105、変換されたデータを格
納するバッファ102、バッファ102とCD-ROMデータ
変換装置105とI/F回路104との相互のデータ転送
を行うDMA回路106とから構成される。ホストCPU90
は、I/Fデータバス112およびI/Fのアクセスを制御す
るアクセス信号111を介して、CD-ROMドライブ装置1
20に対して、動作を制御する命令を発する。 【0010】以下、ホストCPU90がCD-ROMドライブ装
置120よりデータを読み出す過程の概要を説明する。
ホストCPU90は、I/Fデータバス112とアクセス信号
111によってI/F回路104に、データ読み出し命令
を書き込む。CPU103は、I/F回路104から読み出し
命令を受け取り、ドライブ制御信号117を介してCDド
ライブ107を制御してCDディスク108の所定の位置
を再生すると同時に、DMA回路106に対してCD-ROMデ
ータ変換回路105の出力をバッファ102に転送する
ように設定する。再生されたCD再生信号116は、CD-R
OMデータ変換回路105に送られ、ここでCD-ROMとして
のデータに変換し、順次、DMA回路106の制御によっ
てバッファ102に転送する。CPU103は、バッファ
102へのデータの格納状況をI/F回路104を介して
ホストCPU90に報告する。ホストCPU90は、任意の時
点でデータ転送命令をCPU103に送り、CPU103は、
DMA回路106を設定して、バッファ102からI/F 回
路104を介してホストCPU90にデータを転送する。 【0011】CD-ROMドライブ装置120のバッファ10
2へのデータの格納について、図1を用いてさらに説明
する。バッファ102は、図のように、n個の区画に分
割されている。区画管理テーブル203は、この区画の
何番目にCD-ROMディスク108からのデータを格納する
かの情報を保持している。区画管理テーブル203の内
容は、テーブル管理タスク202が、ホストCPU90か
らの命令で書き換える。組み込みタスク201は、区画
管理テーブル203を参照して、データをバッファ10
2の指定の区画に書き込む。また、組み込みタスク20
1は、どこまでデータを格納したか、ホストCPU90に
報告する。 【0012】区画管理テーブル203のテーブル管理タ
スク202の書き換えと、組み込みタスク201からの
参照が競合しないように、セマフォ204を持ってい
る。セマフォ204を用いた両タスクの処理フローを図
2を用いて説明する。まず、テーブル管理タスク202
が、テーブルを更新する手順を(a)に示す。この処理
は、ホストCPU90からテーブル変更命令が発行された
とき、実行する。S1でセマフォ204をロックし、S
1’で検査をしてロックできていなければ、いったんデ
ィスパッチして、システムに制御を戻し、セマフォ20
4の開放で再度タスクが実行されるのを待ち、S1に戻
る。尚、このS1とS1’は、割り込みなどで分断され
ることのない命令である。セマフォ204をロックした
ら、S3で区画管理テーブル203を更新し、S4でセ
マフォ204を開放して一連の処理を終了する。 【0013】つぎに、組み込みタスク201がデータを
格納する処理を図2(b)によって説明する。まず、S
10でデータ格納可能となるのを待つ。可能となったら
S11でセマフォ204をロックし、S11’で検査を
してロックできていなければ、S17でいったんシステ
ムに制御を戻し、セマフォ204の開放で再度タスクが
実行されるのを待ち、S11に戻る。尚、このS11と
S11’は、割り込みなどで分断されることのない命令
である。セマフォ204をロックしたら、S12で格納
中のセクタ番号をホストCPU90に示し、S13でデー
タの格納先を区画管理テーブル203を参照して求め、
S14で1セクタ分のデータを所定の区画に格納する。
S15でセマフォ204を開放し、S16でデータの格
納がすべて終了したかを検査する。まだ格納するセクタ
があれば、S11に戻るが、すべてのデータを格納した
ら、タスクを終了してシステムに制御を戻す。通常は、
CD-ROMディスク108からの1セクタのデータ読み出し
毎に組み込みタスク201が起動されるが、図5に示す
ような場合に、複数セクタを格納する必要がある。CD-R
OMデータ変換装置からバッファ102にデータを転送す
るとき、直接区画に転送するのではなく、いったんキャ
ッシュ領域101に転送して、データの誤り検出・訂正
を行ってから区画に格納する。尚、このキャッシュ領域
101は、バッファ102の一部であっても、独立した
メモリであってもよい。 【0014】通常はエラーがないので、(a)に示すよ
うに、1セクタのデータをCD-ROMディスク108から読
み出す間に、区画に格納することができる。しかし、
(b)に示すように、読み出したデータに誤りがあった
場合、その訂正処理をしている間につぎのデータが読み
だされ、キャッシュ領域101に貯まってしまう。
(c)で、訂正が終わって、データの格納が開始される
と、既に読みだされたデータが貯まっているので、組み
込みタスク201は、複数のセクタのデータを格納しな
ければならない。 【0015】複数のセクタのデータを格納している最中
に、途中で格納する区画をホストCPU90から変更する
過程を図4を用いて説明する。 【0016】まず、aのセクタデータの読み出しならび
に誤り訂正が終了したところで、組み込みタスク201
が起動される。bでセマフォ204をロックし、格納処
理を行う。ホストCPU90は、cでセクタ番号1の格納
処理が発生していることを確認して、セクタ番号2を違
う区画に格納するべく命令を送り、テーブル管理タスク
202を起動する。テーブル管理タスク202は、組み
込みタスク201よりも優先度が高いので、その場で起
動するが、セマフォ204が既にロックされているの
で、dで組み込みタスク201にディスパッチする。組
み込みタスク201はデータの区画への格納作業が完了
したeでセマフォ204を開放する。セマフォ204の
開放fで、テーブル管理タスク202が起動され区画管
理テーブル203を更新する。その間にテーブル管理タ
スク202よりも優先度が低いために中断していた組み
込みタスク201は、テーブル管理タスク203の終了
gと共に起動して、次のセクタのデータを更新された区
画管理テーブル203に基づいて格納する。以上の動作
により、ホストCPU90からの命令に基づいて、リアル
タイムでデータを任意の区画に格納することができる。 【0017】 【発明の効果】本発明によれば、ディスクからデータを
読み出しながら、データのバッファへの格納先を随時変
更できるため、操作性向上の効果がある。また、本発明
によれば、CD-ROMディスク装置のように、データ取り出
しまでの待ち時間の大きな外部記憶装置において、バッ
ファ区画を切り替える度にアクセスし直すことなくディ
スクを連続的に再生したままセクタ単位でデータを任意
のバッファ区画に保存できるため、データ再生速度向上
の効果がある。
BACKGROUND OF THE INVENTION [0001] Field of the Invention The present invention relates to buffer control how the external storage device using a multi-task system. 2. Description of the Related Art Conventionally, an external storage device such as an optical disk device or a magnetic disk device has a device having a buffer memory for temporarily storing data read from each medium. Further, some of these apparatuses have a function of dividing a buffer memory into a plurality of sections and storing the data in each section according to the attribute of a data block reproduced from a medium. For example, Japanese Patent Application Laid-Open No. 60-206 discloses a device in which an audio data block and a still image data block are assigned respective identifiers and are separately stored in a buffer when reading from a medium.
No. 388 discloses this. [0003] In addition, when storing in a medium, using a task priority process of a multitasking system, the storing process and the process of determining the storage destination are performed by different tasks.
It is described in JP-A-2-173983. However,
The method described in this publication relates to replacement sector processing that occurs when writing to a medium. [0004] In the conventional apparatus and method, the storage destination is separated based on a predetermined identifier, or the data storage destination is determined based on a predetermined algorithm. For example, the case where the storage destination is changed in real time by an instruction from the host CPU is not considered. An object of the present invention, the external storage device to be stored in the buffer was fractionally data reproduced from media, is to provide a buffer control how that can change the storage destination in real time. [0006] According to an aspect of the present invention the buffer control how the external storage apparatus according to a multitasking system to proceed simultaneously in a time division multiple tasks, resources only a single task is common A semaphore mechanism for restricting access, a mechanism for dispatching a task when the semaphore is released , a buffer section management table for reading data from the optical disk and managing which section stores the read data, and a buffer section A table management task for changing the contents of the management table in accordance with an instruction from the host CPU, and a built-in task for reading data from a medium and storing the data in the buffer partition according to the buffer partition management table are provided. The buffer partition management table is accessed after locking the semaphore.
Also, the table management task has a higher priority than the built-in task. According to the present invention, during execution of a built-in task,
When the host CPU receives an instruction to change the data storage destination, the storage of the data currently being stored has been completed.
Since the buffer partition management table can be updated by dispatching to the table management task, the data storage destination can be changed in real time. An embodiment of the present invention will be described below with reference to the drawings. FIG. 3 is a block diagram of an external storage device (hereinafter referred to as a CD-ROM drive device 120) using a CD-ROM disk as a medium and adopting the buffer management system according to the present invention. The CD-ROM drive device 120 includes an I / F circuit 104 for controlling communication with the host CPU 90, a CPU 103 for controlling each component shown in the figure according to instructions from the host CPU 90, a CD-RO
CD drive 107 for playing M disk 108, CD
CD-ROM data conversion circuit 105 for converting a reproduction signal obtained from drive device 107 into data, buffer 102 for storing the converted data, and mutual operation between buffer 102, CD-ROM data conversion device 105, and I / F circuit 104. And a DMA circuit 106 for transferring data. Host CPU 90
Is connected to the CD-ROM drive 1 via an I / F data bus 112 and an access signal 111 for controlling access to the I / F.
A command for controlling the operation is issued to 20. An outline of a process in which the host CPU 90 reads data from the CD-ROM drive device 120 will be described below.
The host CPU 90 writes a data read command to the I / F circuit 104 using the I / F data bus 112 and the access signal 111. The CPU 103 receives the read command from the I / F circuit 104 and controls the CD drive 107 via the drive control signal 117 to reproduce a predetermined position on the CD disk 108 and, at the same time, sends the CD-ROM data to the DMA circuit 106. The output of the conversion circuit 105 is set to be transferred to the buffer 102. The reproduced CD reproduction signal 116 is a CD-R
The data is sent to the OM data conversion circuit 105, where it is converted into data as a CD-ROM, and is sequentially transferred to the buffer 102 under the control of the DMA circuit 106. The CPU 103 reports the status of data storage in the buffer 102 to the host CPU 90 via the I / F circuit 104. The host CPU 90 sends a data transfer command to the CPU 103 at any time, and the CPU 103
The DMA circuit 106 is set to transfer data from the buffer 102 to the host CPU 90 via the I / F circuit 104. The buffer 10 of the CD-ROM drive device 120
2 will be further described with reference to FIG. The buffer 102 is divided into n sections as shown. The section management table 203 holds information on the order of storing data from the CD-ROM disk 108 in this section. The contents of the partition management table 203 are rewritten by the table management task 202 according to an instruction from the host CPU 90. The built-in task 201 refers to the partition management table 203 and stores the data in the buffer 10.
Write to the designated section of 2. The built-in task 20
1 reports to the host CPU 90 how far data has been stored. A semaphore 204 is provided so that rewriting of the table management task 202 in the partition management table 203 and reference from the embedded task 201 do not conflict. The processing flow of both tasks using the semaphore 204 will be described with reference to FIG. First, the table management task 202
Shows the procedure for updating the table in FIG. This process is executed when a table change command is issued from the host CPU 90. S1 locks semaphore 204 and S
If the lock is not established after checking at 1 ', dispatch is performed once, and control is returned to the system.
Wait for the task to be executed again with the release of 4, and return to S1. Note that S1 and S1 'are instructions that are not separated by interruption or the like. When the semaphore 204 is locked, the partition management table 203 is updated in S3, the semaphore 204 is released in S4, and a series of processing ends. Next, the process of storing data by the built-in task 201 will be described with reference to FIG. First, S
Wait for data to be storable at 10. When it becomes possible, the semaphore 204 is locked in S11, and the inspection is locked in S11 '. Return to Note that S11 and S11 'are instructions that are not separated by interruption or the like. When the semaphore 204 is locked, the sector number being stored is indicated to the host CPU 90 in S12, and the storage destination of the data is determined by referring to the partition management table 203 in S13.
In S14, data for one sector is stored in a predetermined section.
In step S15, the semaphore 204 is released, and in step S16, it is checked whether all the data has been stored. If there is still a sector to be stored, the process returns to S11. However, when all the data has been stored, the task is terminated and control is returned to the system. Normally,
The embedded task 201 is activated each time data of one sector is read from the CD-ROM disk 108. In the case shown in FIG. 5, a plurality of sectors must be stored. CD-R
When data is transferred from the OM data conversion device to the buffer 102, the data is not directly transferred to the partition, but is once transferred to the cache area 101, where data error detection / correction is performed, and then stored in the partition. The cache area 101 may be a part of the buffer 102 or an independent memory. Since there is usually no error, data of one sector can be stored in a partition while data of one sector is read from the CD-ROM disk 108 as shown in FIG. But,
As shown in (b), when there is an error in the read data, the next data is read out during the correction processing and is stored in the cache area 101.
In (c), when the correction is completed and the storage of the data is started, since the read data is already stored, the built-in task 201 has to store the data of a plurality of sectors. Referring to FIG. 4, a description will be given of a process of changing a partition to be stored on the way from the host CPU 90 while data of a plurality of sectors is being stored. First, when the reading of the sector data a and the error correction are completed, the built-in task 201 is executed.
Is started. In step b, the semaphore 204 is locked and storage processing is performed. The host CPU 90 confirms that the storage process of the sector number 1 has occurred in c, sends an instruction to store the sector number 2 in a different partition, and starts the table management task 202. Since the table management task 202 has a higher priority than the built-in task 201, it is started immediately. However, since the semaphore 204 is already locked, the table management task 202 dispatches the table management task d to the built-in task 201. The built-in task 201 releases the semaphore 204 at the time e when the data storage operation in the partition is completed. When the semaphore 204 is released, the table management task 202 is started and the partition management table 203 is updated. During that time, the built-in task 201 which has been interrupted because its priority is lower than that of the table management task 202 is started at the end g of the table management task 203, and the data of the next sector is updated based on the updated partition management table 203. And store. With the above operation, data can be stored in an arbitrary partition in real time based on a command from the host CPU 90. According to the present invention, the data storage destination in the buffer can be changed at any time while the data is being read from the disk, so that the operability is improved. Further, according to the present invention, in an external storage device such as a CD-ROM disk device having a long waiting time until data retrieval, the sector is continuously reproduced without re-accessing the disk every time the buffer section is switched. Since data can be stored in arbitrary buffer sections in units, there is an effect of improving the data reproduction speed.

【図面の簡単な説明】 【図1】本発明によるバッファ管理方式の動作の説明
図。 【図2】発明によるバッファ管理方式のタスクの処理を
示すフローチャート。 【図3】本発明によるバッファ管理方式を応用したCD-R
OMディスクをメディアとする外部記憶装置のブロック
図。 【図4】タスクの切り替えを示す説明図。 【図5】組み込みタスクが管理するデータの状態を示す
説明図。 【符号の説明】 90…ホストCPU、 101…キャッシュ領域、 102…バッファ、 103…CPU、 104…I/F回路、 105…CD-ROMデータ変換回路、 106…DMA回路、 107…CDドライブ、 108…CD-ROMディスク、 201…組み込みタスク、 202…テーブル管理タスク、 203…区画管理テーブル。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is an explanatory diagram of an operation of a buffer management system according to the present invention. FIG. 2 is a flowchart showing processing of a buffer management type task according to the present invention; FIG. 3 shows a CD-R to which the buffer management method according to the present invention is applied.
FIG. 2 is a block diagram of an external storage device using an OM disk as a medium. FIG. 4 is an explanatory diagram showing task switching. FIG. 5 is an explanatory diagram showing a state of data managed by a built-in task. [Description of Signs] 90: Host CPU, 101: Cache area, 102: Buffer, 103: CPU, 104: I / F circuit, 105: CD-ROM data conversion circuit, 106: DMA circuit, 107: CD drive, 108 ... CD-ROM disk, 201: built-in task, 202: table management task, 203: partition management table.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 辻村 宏文 神奈川県横浜市戸塚区吉田町292番地株 式会社日立製作所映像メディア研究所内 (72)発明者 福山 節洋 神奈川県横浜市戸塚区吉田町292番地株 式会社日立画像情報システム内 (56)参考文献 特開 平3−28944(JP,A) 特開 平4−85652(JP,A) 特開 平5−282185(JP,A) 特開 昭60−19260(JP,A) 特開 平2−264335(JP,A) 特開 平2−79140(JP,A) 特開 平3−113626(JP,A) 特開 平4−288615(JP,A) 特開 平2−238546(JP,A) 特開 昭61−187060(JP,A) 特開 平2−62623(JP,A) 特開 平4−264940(JP,A) 特開 平4−270432(JP,A) 特開 平5−282105(JP,A) 特開 平2−173983(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/46 - 9/54 G06F 3/06 - 3/08 G06F 12/08 - 12/12 G06F 13/10 - 13/14 G06F 13/38 - 13/42 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Hirofumi Tsujimura 292 Yoshida-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Inside the Video Media Research Laboratory, Hitachi, Ltd. (72) Inventor Setsuhiro Fukuyama 292 Yoshida-cho, Totsuka-ku, Yokohama-shi, Kanagawa JP-A-3-28944 (JP, A) JP-A-4-85652 (JP, A) JP-A-5-282185 (JP, A) JP 60-19260 (JP, A) JP-A-2-264335 (JP, A) JP-A-2-79140 (JP, A) JP-A-3-113626 (JP, A) JP-A-4-288615 (JP, A A) JP-A-2-238546 (JP, A) JP-A-61-187060 (JP, A) JP-A-2-62623 (JP, A) JP-A-4-264940 (JP, A) JP-A-4 -270432 (JP, A) JP-A-5-282105 (JP, A ) Patent flat 2-173983 (JP, A) (58 ) investigated the field (Int.Cl. 7, DB name) G06F 9/46 - 9/54 G06F 3/06 - 3/08 G06F 12/08 - 12 / 12 G06F 13/10-13/14 G06F 13/38-13/42

Claims (1)

(57)【特許請求の範囲】 【請求項1】ホストCPUからの命令に応答して、光ディ
スクから読み出したデータをその属性に従って分別し、
内部の指定のバッファ区画に格納する外部記憶装置で、 複数のタスクを時分割で同時に進行させるマルチタスク
システムを使用し、 光ディスクから読み出したデータをデータの属性に従っ
てどの区画に格納するかを示す区画管理テーブルと、 前記区画管理テーブルへのアクセスを一意にするセマフ
ォと、 前記ホストCPUからの区画指定命令に従い区画管理テー
ブルを変更するテーブル管理タスクと、 前記ホストCPUからのデータ読み出し命令に従い読み出
したデータを仕分けして指定のバッファ区画にデータを
格納する組込タスクと、 に従って、データをバッファに格納する外部記憶装置の
バッファ制御方法において、 前記テーブル管理タスクは、前記ホストCPUからのバッ
ファ区画の指定命令に従って、前記セマフォをロックし
た後に、前記区画管理テーブルを変更し、 前記組込タスクは、前記ホストCPUからのデータ読み出
し命令に従って、前記セマフォをロックした後に、前記
区画管理テーブルを参照して、読み出したデータを指定
の区画に格納することを特徴とする外部記憶装置のバッ
ファ制御方法。
(57) [Claim 1] In response to a command from a host CPU, data read from an optical disc is sorted according to its attribute,
An external storage device that stores data in an internal designated buffer partition. A partition that indicates in which partition the data read from the optical disk is stored according to the attribute of the data using a multitasking system that progresses multiple tasks simultaneously in a time-division manner. A management table, a semaphore for making access to the partition management table unique, a table management task for changing the partition management table in accordance with a partition designation command from the host CPU, and data read in accordance with a data read command from the host CPU. A built-in task for sorting data and storing data in a specified buffer partition; anda buffer control method for an external storage device that stores data in a buffer according to the following. According to the instruction, after locking the semaphore, Changing the partition management table, the embedded task locks the semaphore according to a data read command from the host CPU, and then stores the read data in a specified partition by referring to the partition management table. A buffer control method for an external storage device.
JP27472894A 1994-11-09 1994-11-09 Buffer control method for external storage device Expired - Fee Related JP3445848B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27472894A JP3445848B2 (en) 1994-11-09 1994-11-09 Buffer control method for external storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27472894A JP3445848B2 (en) 1994-11-09 1994-11-09 Buffer control method for external storage device

Publications (2)

Publication Number Publication Date
JPH08137704A JPH08137704A (en) 1996-05-31
JP3445848B2 true JP3445848B2 (en) 2003-09-08

Family

ID=17545755

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27472894A Expired - Fee Related JP3445848B2 (en) 1994-11-09 1994-11-09 Buffer control method for external storage device

Country Status (1)

Country Link
JP (1) JP3445848B2 (en)

Also Published As

Publication number Publication date
JPH08137704A (en) 1996-05-31

Similar Documents

Publication Publication Date Title
US5535381A (en) Apparatus and method for copying and restoring disk files
JPS60147855A (en) Memory managing apparatus
KR19980063551A (en) Signal Processing Units and Software
JP2002520691A (en) Method and apparatus for storing different data structures
US5293618A (en) Method for controlling access to a shared file and apparatus therefor
JP2586219B2 (en) High-speed media priority release exclusion method
JPH1097385A (en) Disk recording and reproducing device and interface controller applied to the recording and reproducing device
JPS62239226A (en) Partial alteration of data record for direct access memory
JPS62177621A (en) Disk device
US6564231B1 (en) Method for managing optical disk library files in accordance with the frequency of playback requests selected simultanenously at a specified time intervals
JP3445848B2 (en) Buffer control method for external storage device
JPH0520413A (en) Electronic filing device
JP3882461B2 (en) Storage device system and backup acquisition method thereof
JP3425355B2 (en) Multiple write storage
JP3460265B2 (en) Data transfer method between computers
JPH06110759A (en) File system
JPH0235537A (en) Multiple volume update control system
JP2746189B2 (en) File access control system
JP2001014219A (en) Method and device for controlling cache
JPH0644118A (en) File backup system
JPH01255028A (en) Method for making access to external storage device
JPH07200178A (en) Information storage medium utilization system
JP2650228B2 (en) Volume management method for collective auxiliary storage
JPH09102186A (en) Aggregate disk device
JPH08129456A (en) Reproducing method for information recording and reproducing device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees