JPH05143643A - File retrieval system - Google Patents

File retrieval system

Info

Publication number
JPH05143643A
JPH05143643A JP3302988A JP30298891A JPH05143643A JP H05143643 A JPH05143643 A JP H05143643A JP 3302988 A JP3302988 A JP 3302988A JP 30298891 A JP30298891 A JP 30298891A JP H05143643 A JPH05143643 A JP H05143643A
Authority
JP
Japan
Prior art keywords
file
information
storage device
auxiliary storage
existence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP3302988A
Other languages
Japanese (ja)
Inventor
Katsunori Sakikawa
克典 崎川
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido Ltd
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 HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP3302988A priority Critical patent/JPH05143643A/en
Publication of JPH05143643A publication Critical patent/JPH05143643A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To efficiently retrieve a file by reducing the operation request to an auxiliary storage device for file use start declaration from a higher-order program at the time of operating an information processing system. CONSTITUTION:When being informed of file use end declaration from the higher- order program, a file presence confirming means 12 does not initialize existence information in a file existence information storage part 13 but turns on a use end declaration flag. When being informed of file use start declaration, the means 12 retrieves the file existence information storage part 13. When information of the pertinent file exists, the operation is not requested to an auxiliary storage device 17. Thus, the file is efficiently retrieved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ファイル検索方式に関
し、特に、格納するデータファイルが木構造を持つ補助
記憶装置を接続した情報処理システムにおけるファイル
検索方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file search method, and more particularly to a file search method in an information processing system to which an auxiliary storage device in which a data file to be stored has a tree structure is connected.

【0002】[0002]

【従来の技術】上位プログラムからファイル検索要求が
あった場合に、補助記憶装置に対する処理要求を何回行
うかにより、該当ファイルの検索完了までに要する時間
に大きな差がある。
2. Description of the Related Art When a file search request is issued from a host program, there is a large difference in the time required to complete the search for the corresponding file, depending on how many processing requests are made to the auxiliary storage device.

【0003】図3は、従来のファイル検索方式の一例を
示すブロック図である。図3に示すように、従来のファ
イル検索方式は、補助記憶装置36を使用する上位プロ
グラムが渡す情報を解析するコマンド解析部31と、フ
ァイルの存在を確認するために無条件で補助記憶装置3
6に処理要求を行うファイル存在確認手段32と、ファ
イル内情報を転送するためのデータ転送手段33と、フ
ァイルをアクセスするための情報を格納するファイル制
御情報格納部34と、ファイル存在確認手段32及びデ
ータ転送手段33の情報に基づいて直接補助記憶装置3
6を制御するアダプタ35とによって構成されている。
FIG. 3 is a block diagram showing an example of a conventional file search method. As shown in FIG. 3, in the conventional file search method, the command analysis unit 31 that analyzes information passed by a higher-level program that uses the auxiliary storage device 36 and the auxiliary storage device 3 unconditionally to confirm the existence of a file.
6, a file existence confirming means 32 for making a processing request to 6, a data transfer means 33 for transferring information in the file, a file control information storage section 34 for storing information for accessing the file, and a file existence confirming means 32. And the auxiliary storage device 3 directly based on the information of the data transfer means 33.
6 and an adapter 35 for controlling the control unit 6.

【0004】従来のファイル制御方式は、以前に処理要
求のあったファイルに対して、上位プログラムが終了宣
言をコマンド解析部31に渡すと、ファイル制御情報格
納部34の初期化を行っていた。従って、上位プログラ
ムの該当ファイルの使用終了宣言後に、再度、上位プロ
グラムが同一ファイルの使用開始宣言の要求をコマンド
解析部31に渡した場合には、ファイル存在確認手段3
2により再び補助記憶装置36に処理要求を渡してい
た。つまり、いかなる場合においても、上位プログラム
からファイル使用宣言を受け取った場合には、補助記憶
装置36にアクセス要求を渡していた。
In the conventional file control method, the file control information storage unit 34 is initialized when the host program passes a termination declaration to the command analysis unit 31 for a file for which a processing request has been issued previously. Therefore, when the upper program again sends a request to declare the start of use of the same file to the command analysis unit 31 after the end of use declaration of the corresponding file of the upper program, the file existence confirmation means 3
In step 2, the processing request was passed to the auxiliary storage device 36 again. That is, in any case, when the file use declaration is received from the upper program, the access request is passed to the auxiliary storage device 36.

【0005】図4は、従来のファイル検索方式の動作の
一例を示す流れ図である。実際に情報処理システムを運
用中であり、1つのファイルの制御情報がファイル制御
情報格納部34に格納されている状態で、上位プログラ
ムが現在使用しているファイルに対して、使用終了宣言
をコマンド解析部31に渡すと、図4に示すように、コ
マンド解析部31がファイルの使用終了宣言を判断し
(処理41,42)、ファイル制御情報格納部34の該
当ファイルの制御情報を初期化する(処理43)。 再
度、同じファイルに対する使用開始宣言が上位プログラ
ムから渡されると、コマンド解析部31がファイル使用
開始宣言を判断する(処理41,42)。そして、先の
使用終了宣言時に、ファイル制御情報を初期化している
ために、該当ファイルの検索のために、補助記憶装置3
6に処理要求を渡す(処理44)。
FIG. 4 is a flow chart showing an example of the operation of the conventional file search method. When the information processing system is actually in operation and the control information of one file is stored in the file control information storage section 34, the command to issue the end-of-use declaration is issued to the file currently used by the upper program. When passed to the analysis unit 31, as shown in FIG. 4, the command analysis unit 31 determines the use end declaration of the file (processing 41, 42) and initializes the control information of the corresponding file in the file control information storage unit 34. (Processing 43). When the use start declaration for the same file is passed from the upper program again, the command analysis unit 31 determines the file use start declaration (processes 41 and 42). Since the file control information is initialized at the time of declaring the use end, the auxiliary storage device 3 is searched for the corresponding file.
The processing request is passed to 6 (processing 44).

【0006】そこで、当該ファイルに対する読出しまた
は書込み要求が上位プログラムから渡されると、コマン
ド解析部31が読出しまたは書込み要求を判断し(処理
41)、データ転送手段33が、アダプタ35を介し
て、補助記憶装置36への処理要求を行ってデータ転送
を行う(処理45)。
Therefore, when a read or write request for the file is passed from the higher-level program, the command analysis section 31 determines the read or write request (step 41), and the data transfer means 33 assists via the adapter 35. Data is transferred by making a processing request to the storage device 36 (processing 45).

【0007】この情報処理システムの運用の一連の流れ
においては、補助記憶装置46への処理要求を2回行っ
ており、ファイルの検索完了までに時間がかかり非効率
的である。
In the series of operations of this information processing system, the processing request to the auxiliary storage device 46 is made twice, and it takes time to complete the file search, which is inefficient.

【0008】[0008]

【発明が解決しようとする課題】上述した従来のファイ
ル検索方式は、上位プログラムの要求に従い、ファイル
の使用開始宣言がコマンド解析部31に渡されると要求
ファイルの存在確認を行うために、必ず補助記憶装置3
6に処理要求を渡すファイル存在確認手段32を用いて
いた。また、現在使用されているファイルに対して、上
位プログラムが使用終了宣言を渡すと、ファイル制御情
報格納部34に転送されていたファイル制御情報を必ず
初期化していた。
According to the conventional file search method described above, when a use start declaration of a file is passed to the command analysis section 31 in accordance with a request from a higher-level program, it is always necessary to assist the presence of the requested file. Storage device 3
The file existence confirming means 32 for passing the processing request to 6 was used. Further, when the upper-level program passes the use end declaration to the file currently used, the file control information transferred to the file control information storage unit 34 is always initialized.

【0009】そして、再度同一ファイルに対する使用開
始宣言が渡された場合にも、補助記憶装置36に該当フ
ァイルの存在確認要求を渡すので、補助記憶装置36へ
の処理要求が多くなり、ファイルの検索に時間がかかり
過ぎるという欠点を有している。
Even when the usage start declaration for the same file is passed again, the existence confirmation request of the corresponding file is passed to the auxiliary storage device 36, so that the number of processing requests to the auxiliary storage device 36 increases and the file search is performed. It has the drawback of taking too much time.

【0010】図5は、補助記憶装置36のファイル格納
構造の一例を示す図である。図5に示すような階層構造
のファイル格納構造を持つ補助記憶装置36に対して、
ファイルの検索をすると、従来のファイル検索方式で
は、親ディレクトリ51,サブディレクトリ52−1,
ファイル53−11,ファイル53−12へと順々に検
索処理を行うために、上位プログラムから使用開始宣言
が渡された場合に、例えば、該当ファイルが53−mn
であるときには、検索完了までの間に補助記憶装置36
へ渡す動作要求回数は、1+m+nm回(m=サブディ
レクトリの個数,n=1つのサブディレクトリにつなが
るファイルの個数)となり極めて非効率となる。
FIG. 5 is a diagram showing an example of a file storage structure of the auxiliary storage device 36. For the auxiliary storage device 36 having a hierarchical file storage structure as shown in FIG.
When a file is searched, in the conventional file search method, the parent directory 51, the subdirectory 52-1,
When a use start declaration is passed from the upper program to sequentially search the files 53-11 and 53-12, for example, the corresponding file is 53-mn.
When the search is completed, the auxiliary storage device 36
The number of operation requests to be passed to is 1 + m + nm (m = number of subdirectories, n = number of files connected to one subdirectory), which is extremely inefficient.

【0011】そこで、本発明の目的は、補助記憶装置に
対する動作要求を減らし、効率良くファイルを検索でき
るファイル検索方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a file search method capable of efficiently searching a file by reducing the operation request to the auxiliary storage device.

【0012】[0012]

【課題を解決するための手段】本発明のファイル検索方
式は、データをファイル単位に格納する補助記憶装置を
接続した情報処理システムのファイル検索方式におい
て、前記補助記憶装置を使用する上位プログラムが渡す
情報を解析するコマンド解析部と、前記補助記憶装置内
のファイルの存在を確認するファイル存在確認手段と、
該当ファイルの存在情報を格納するファイル存在情報格
納部と、ファイル内情報の転送を行うデータ転送手段
と、ファイルをアクセスするための情報を格納するファ
イル制御情報格納部と、前記ファイル存在確認手段及び
前記データ転送手段からの情報に基いて直接前記補助記
憶装置を制御するアダプタとを有して構成されている。
According to the file search method of the present invention, in a file search method of an information processing system to which an auxiliary storage device for storing data in units of files is connected, a higher-level program that uses the auxiliary storage device passes the data. A command analysis unit that analyzes information, and a file existence confirmation unit that confirms the existence of a file in the auxiliary storage device,
A file presence information storage unit that stores the presence information of the file, a data transfer unit that transfers information in the file, a file control information storage unit that stores information for accessing the file, the file presence confirmation unit, And an adapter for directly controlling the auxiliary storage device based on the information from the data transfer means.

【0013】[0013]

【実施例】以下に、本発明の実施例について図面を参照
して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0014】図1は、本発明のファイル検索方式の一実
施例を示すブロック図である。図1に示すように、コマ
ンド解析部11は、補助記憶装置17を使用する上位プ
ログラムが渡す情報を解析する。ファイル存在確認手段
12は、ファイル存在情報格納部13内の情報に基いて
ファイルを検索する。その際に、ファイル存在情報格納
部13内に上位プログラムが使用開始宣言を行ったファ
イルに関する情報が存在しない場合にのみ、補助記憶装
置17への処理要求を渡す。ファイル存在情報格納部1
3は、ファイル存在確認手段12により補助記憶装置1
7への処理要求を行った際に、ファイルの存在を示す情
報を受けて格納する。データ転送手段14は、先に上位
プログラムより使用開始宣言のあったファイルに対し
て、読出しまたは書込みのデータ転送を行う。ファイル
制御情報格納部15は、上位プログラムの要求に基くフ
ァイルに対するアクセス要求を満たすための情報を格納
する。アダプタ16は、ファイル存在確認手段12及び
データ転送手段14が渡す情報に基いて補助記憶装置1
7を制御する。
FIG. 1 is a block diagram showing an embodiment of the file search system of the present invention. As shown in FIG. 1, the command analysis unit 11 analyzes information passed by a higher-level program that uses the auxiliary storage device 17. The file existence confirmation unit 12 searches for a file based on the information in the file existence information storage unit 13. At that time, the processing request to the auxiliary storage device 17 is passed only when the file existence information storage unit 13 does not contain information about the file for which the higher-level program declares the use start. File existence information storage unit 1
3 is the auxiliary storage device 1 by the file existence confirmation means 12.
When a processing request is sent to No. 7, the information indicating the existence of the file is received and stored. The data transfer means 14 performs read or write data transfer with respect to a file for which a use start declaration has been made by the upper program. The file control information storage unit 15 stores information for satisfying the access request to the file based on the request of the upper program. The adapter 16 determines the auxiliary storage device 1 based on the information passed by the file existence confirmation means 12 and the data transfer means 14.
Control 7

【0015】図2は、本実施例のファイル検索方式の動
作の一例を示す流れ図である。以下に、データがファイ
ル単位で格納されている補助記憶装置17を接続した情
報処理システムを使用中であり、先に1つのファイルに
対して使用開始宣言が、上位プログラムから渡されてお
り、それぞれ、ファイルに対する存在情報と制御情報と
がファイル存在情報格納部13とファイル制御情報格納
部15とに格納されている状態で、上位プログラムが先
に使用開始宣言を渡した1つのファイルに対して、使用
終了宣言をコマンド解析部11に渡し、その後に同一の
ファイルに対して使用開始宣言を渡してきた場合につい
て、図2を参照して本実施例の処理の流れを説明する。
FIG. 2 is a flow chart showing an example of the operation of the file search method of this embodiment. In the following, an information processing system to which an auxiliary storage device 17 in which data is stored in units of files is connected is in use, and a start-use declaration has been passed to a single file from a higher-level program. , With the presence information and control information for a file stored in the file presence information storage unit 13 and the file control information storage unit 15, for a single file to which the higher-level program has previously passed the usage start declaration, A process flow of the present embodiment will be described with reference to FIG. 2 in the case where the usage end declaration is passed to the command analysis unit 11 and then the usage start declaration is passed to the same file.

【0016】上位プログラムから渡されたファイルの使
用終了宣言は、コマンド解析部11が受け取り、ファイ
ルの終了宣言を判断する(処理21,22)。そして、
ファイル存在確認手段12により、使用終了宣言が出さ
れたファイルに対して、先に上位プログラムによって使
用開始宣言が出されていることの確認を行う(処理2
7)。ここで、ファイル存在確認手段12は、ファイル
存在情報格納部13内に該当ファイルの存在情報を格納
していることの確認を行う。また、この時に、ファイル
存在情報格納部13の内容及びファイル制御情報格納部
15の該当ファイルの情報の初期化を行わず、使用終了
宣言が出されたことを示すフラグをオンにする(処理2
8)。つまり、今使用終了宣言が出されたファイルの存
在情報自体は、ファイル存在情報格納部23に残ってい
る。なお、処理27で、使用終了宣言に対する開始宣言
済ではないときには、エラー処理を行う(処理29)。
The use end declaration of the file passed from the higher-level program is received by the command analysis unit 11, and the end declaration of the file is judged (processes 21 and 22). And
The file existence confirmation means 12 confirms that the file for which the use end declaration has been issued has the use start declaration issued by the upper program first (Processing 2).
7). Here, the file presence confirmation means 12 confirms that the presence information of the file is stored in the file presence information storage unit 13. At this time, the contents of the file existence information storage unit 13 and the information of the corresponding file in the file control information storage unit 15 are not initialized, and the flag indicating that the use end declaration is issued is turned on (Process 2).
8). That is, the existence information itself of the file for which the use end declaration has been issued remains in the file existence information storage unit 23. In the process 27, if the start declaration for the use end declaration has not been made, error processing is performed (process 29).

【0017】次に、今終了宣言が出されたファイルに対
する使用開始宣言が再び上位プログラムから渡された場
合の処理の流れを説明すると、上位プログラムから渡さ
れたファイルの使用開始宣言は、コマンド解析部11が
受け取り、ファイルの使用開始宣言を判断する(処理2
1,22)。次に、ファイル存在確認手段12により、
ファイル存在情報格納部13内の情報を検索し、使用終
了宣言フラグがオンのファイルの存在情報内に該当ファ
イルに関する情報が格納されていることの確認を行う
(処理23,24)。つまり、この場合に、補助記憶装
置17に対する処理要求なしで、補助記憶装置17内に
該当ファイルが存在するか否かの確認を行ったことにな
る。そこで、存在するときには、終了宣言フラグをオフ
にし(処理25)、存在しないときには、ファイル存在
確認手段12は、補助記憶装置17への処理要求を行う
(処理26)。
Next, the flow of processing when the usage start declaration for the file for which the end declaration has just been issued is passed again from the upper program will be explained. The part 11 receives the file and determines the file use start declaration (process 2).
1, 22). Next, by the file existence confirmation means 12,
The information in the file presence information storage unit 13 is searched to confirm that the information regarding the file is stored in the presence information of the file for which the use end declaration flag is ON (processes 23 and 24). That is, in this case, it is confirmed whether or not the corresponding file exists in the auxiliary storage device 17 without a processing request to the auxiliary storage device 17. Therefore, when it exists, the end declaration flag is turned off (process 25), and when it does not exist, the file existence confirmation unit 12 makes a processing request to the auxiliary storage device 17 (process 26).

【0018】その後に、当該ファイルに対する読出しま
たは書込み要求が上位プログラムから渡されると、コマ
ンド解析部11が読出しまたは書込み要求を判断し(処
理21)、データ転送手段14が、アダプタ16を介し
て、補助記憶装置17への処理要求を行って、データ転
送を行う(処理30)。
After that, when a read or write request for the file is passed from the higher-level program, the command analysis section 11 determines the read or write request (step 21), and the data transfer means 14 causes the adapter 16 to transfer the read or write request. Data is transferred by making a processing request to the auxiliary storage device 17 (processing 30).

【0019】[0019]

【発明の効果】以上説明したように、本発明のファイル
検索方式は、補助記憶装置を接続した情報処理システム
で、システム全体の性能を左右する補助記憶装置への処
理要求の回数を減少することによって、効率的にファイ
ルを検索することができるという効果を有している。補
助記憶装置内に存在するファイルの構造が階層構造を持
ち、その階層が多岐になれば、その分補助記憶装置の動
作時間が長くなるので本発明は、この効果を顕著に現す
ことができる。
As described above, the file search method of the present invention is an information processing system to which an auxiliary storage device is connected, and reduces the number of processing requests to the auxiliary storage device that affects the performance of the entire system. This has the effect that files can be searched efficiently. Since the structure of the files existing in the auxiliary storage device has a hierarchical structure and the hierarchies are diverse, the operation time of the auxiliary storage device becomes longer accordingly, and the present invention can remarkably exhibit this effect.

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

【図1】本発明のファイル検索方式の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of a file search system of the present invention.

【図2】本実施例のファイル検索方式の動作の一例を示
す流れ図である。
FIG. 2 is a flow chart showing an example of the operation of the file search method of this embodiment.

【図3】従来のファイル検索方式の一例を示すブロック
図である。
FIG. 3 is a block diagram showing an example of a conventional file search method.

【図4】従来のファイル検索方式の動作の一例を示す流
れ図である。
FIG. 4 is a flowchart showing an example of operation of a conventional file search method.

【図5】補助記憶装置36のファイル格納構造の一例を
示す図である。
5 is a diagram showing an example of a file storage structure of an auxiliary storage device 36. FIG.

【符号の説明】 11,31 コマンド解析部 12,32 ファイル検索手段 13 ファイル存在情報格納部 14,33 データ転送手段 15,34 ファイル制御情報格納部 16,35 アダプタ 17,36 補助記憶装置[Explanation of reference numerals] 11,31 Command analysis unit 12,32 File search means 13 File existence information storage unit 14,33 Data transfer means 15,34 File control information storage unit 16,35 Adapter 17,36 Auxiliary storage device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データをファイル単位に格納する補助記
憶装置を接続した情報処理システムのファイル検索方式
において、前記補助記憶装置を使用する上位プログラム
が渡す情報を解析するコマンド解析部と、前記補助記憶
装置内のファイルの存在を確認するファイル存在確認手
段と、該当ファイルの存在情報を格納するファイル存在
情報格納部と、ファイル内情報の転送を行うデータ転送
手段と、ファイルをアクセスするための情報を格納する
ファイル制御情報格納部と、前記ファイル存在確認手段
及び前記データ転送手段からの情報に基いて直接前記補
助記憶装置を制御するアダプタとを有することを特徴と
するファイル検索方式。
1. In a file search method of an information processing system to which an auxiliary storage device for storing data in file units is connected, a command analysis unit for analyzing information passed by a higher-order program using the auxiliary storage device, and the auxiliary storage device. A file existence confirmation means for confirming the existence of the file in the device, a file existence information storage section for storing the existence information of the file, a data transfer means for transferring the in-file information, and information for accessing the file are provided. A file search method comprising: a file control information storage unit for storing the data; and an adapter for directly controlling the auxiliary storage device based on the information from the file existence confirmation unit and the data transfer unit.
JP3302988A 1991-11-19 1991-11-19 File retrieval system Withdrawn JPH05143643A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3302988A JPH05143643A (en) 1991-11-19 1991-11-19 File retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3302988A JPH05143643A (en) 1991-11-19 1991-11-19 File retrieval system

Publications (1)

Publication Number Publication Date
JPH05143643A true JPH05143643A (en) 1993-06-11

Family

ID=17915584

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3302988A Withdrawn JPH05143643A (en) 1991-11-19 1991-11-19 File retrieval system

Country Status (1)

Country Link
JP (1) JPH05143643A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7768052B1 (en) 1999-07-12 2010-08-03 Zilog, Inc. Process to improve high-performance capacitors in integrated MOS technologies

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7768052B1 (en) 1999-07-12 2010-08-03 Zilog, Inc. Process to improve high-performance capacitors in integrated MOS technologies
US8324069B1 (en) 1999-07-12 2012-12-04 Ixys Ch Gmbh Method of fabricating high-performance capacitors in integrated MOS technologies

Similar Documents

Publication Publication Date Title
US20200278792A1 (en) Systems and methods for performing storage operations using network attached storage
JP3138171B2 (en) How to download system features
US5740405A (en) Method and system for providing data compatibility between different versions of a software program
US10936547B2 (en) Filesystem replication using a minimal filesystem metadata changelog
US5890208A (en) Command executing method for CD-ROM disk drive
US6192432B1 (en) Caching uncompressed data on a compressed drive
EP0805395B1 (en) Method for caching network and CD-ROM file accesses using a local hard disk
US6275910B1 (en) Storage device and method for data sharing
US20080059541A1 (en) Systems and methods for a snapshot of data
JPH07104808B2 (en) Method and apparatus for dynamic volume tracking in an installable file system
JPH10508967A (en) System and method for on-line, real-time, data transfer technical field
JP2001510598A (en) Device drive for accessing computer files
US6912632B2 (en) Storage system, storage system control method, and storage medium having program recorded thereon
JPH1069408A (en) Data storage method and device at file system level utilizing hole
JPH03110652A (en) Computer device
US7356493B2 (en) Apparatus and method for passing information between catalogs in a computer operating system
JP4480479B2 (en) Storage system
JPH05143643A (en) File retrieval system
JPH027096B2 (en)
JPH07121376A (en) Down load information preparing device
JPH02151944A (en) Data processor
JPH0239225A (en) Filing system
JP2833578B2 (en) Currency Information Control System in Cluster System
JPH10333963A (en) File system connection system
JPH0644300A (en) Information retrieving device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990204