JPH03282947A - File managing system - Google Patents

File managing system

Info

Publication number
JPH03282947A
JPH03282947A JP2084516A JP8451690A JPH03282947A JP H03282947 A JPH03282947 A JP H03282947A JP 2084516 A JP2084516 A JP 2084516A JP 8451690 A JP8451690 A JP 8451690A JP H03282947 A JPH03282947 A JP H03282947A
Authority
JP
Japan
Prior art keywords
file
storage area
information
label
storage 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
JP2084516A
Other languages
Japanese (ja)
Inventor
Kenichi Kuroiwa
黒岩 謙一
Toshihiko Nagai
永井 寿彦
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.)
NEC Platforms Ltd
NEC Corp
Original Assignee
NEC Corp
NEC AccessTechnica 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 NEC Corp, NEC AccessTechnica Ltd filed Critical NEC Corp
Priority to JP2084516A priority Critical patent/JPH03282947A/en
Publication of JPH03282947A publication Critical patent/JPH03282947A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To hold the portability, independency and rapid retrieval of an external recording medium by including a storage area, a file index label storing area and a retrieving information attribute label storing area in the storage medium. CONSTITUTION:When an operator loads the external storage medium to a reader and instructs a retrieving condition relating to a required file to an information processor, the processor reads out the file name of a file matched with the commanded retrieving condition and other retrieving condition written in a retrieving information attribute label from a retrieving information attribute label storing area 10 and offers the read results to the operator. The operator knows the required file name and commands its reading. At the time of receiving the file reading command from the operator, the information processor retrieves the command file index label from the file index label storing area 20, recognizes an information position storing the file body and reads out the file body from the file storing area 30.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理装置の外部記憶媒体におけるにファ
イル管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a file management system in an external storage medium of an information processing device.

(従来の技術〕 第2図に従来例を示す。この第2図の従来例はファイル
データそのものを格納しているファイル格納領域30と
、ファイル名や作成者・作成年月日等のファイル属性情
報と記憶媒体上のファイル実体の格納位置を示すアドレ
ス情報が書かれているファイル索引ラベル格納領域20
とが外部記憶媒体上に設けられている。
(Prior art) A conventional example is shown in Fig. 2.The conventional example shown in Fig. 2 includes a file storage area 30 that stores file data itself, and file attributes such as file name, creator, and creation date. A file index label storage area 20 in which information and address information indicating the storage location of the file entity on the storage medium are written.
is provided on an external storage medium.

ファイルのアクセス時には、ファイル名が指定されると
、ファイル索引ラベル格納領域20が探索され、目的と
するファイルの物理アドレス情報が得られ、さらにそれ
によって目的とするファイルが見つけられる。
When accessing a file, when a file name is specified, the file index label storage area 20 is searched, physical address information of the target file is obtained, and the target file is thereby found.

[発明が解決しようとする課題〕 しかしながら、上記従来例においては、近年飛躍的に進
歩した光ディスク等の大容量外部記憶媒体のように1枚
の外部記憶媒体に格納可能なファイル数が増大した場合
には、ファイル名のみでは目的とするファイルを的確に
特定できないという不都合があった。
[Problems to be Solved by the Invention] However, in the above conventional example, when the number of files that can be stored on one external storage medium increases, such as with large-capacity external storage media such as optical disks, which have made dramatic advances in recent years, had the disadvantage that the target file could not be accurately identified using only the file name.

上記不都合を避けるための手法としては、ファイル属性
情報の中にキーワード情報を付加して検索を支援するこ
とが考えられる。しかしながら、豊富なキーワード情報
を付加すると1個のファイル索引ラベルのデータ長が拡
張されることになり、必要なファイル索引ラベルの探索
処理時間が長くなり効率が低下するという欠点がある。
One possible method for avoiding the above-mentioned inconvenience is to add keyword information to the file attribute information to support the search. However, adding a wealth of keyword information increases the data length of one file index label, which increases the time needed to search for the required file index label and reduces efficiency.

また、キーワードによる検索が必要なのは、ワープロや
電子ファイリングでの文書ファイル等のように人間が直
接検索するファイルの場合のみであり、自明なファイル
名すなわちプログラムにより予約的なファイル名で自動
的に扱われるファイルの場合には冗長な情報である。
In addition, keyword searches are only necessary for files that are directly searched by humans, such as document files in word processors or electronic filing, and are automatically handled with self-explanatory file names, i.e., reserved file names by the program. This is redundant information for files that are

そこで、キーワードとファイル名の対応チーフル形式の
管理情報を別の記憶媒体に管理したり、キーワード情報
をファイル索引ラベルではなくファイルのヘッダ情報と
してファイルそのものの先頭に格納する方法が考案され
たが、前者の方法では記憶媒体の可搬性・独立性を損な
い、また後者の方法では各ファイルのヘッダ部が物理的
に記憶媒体上の不連続な位置に書き込まれているため連
続的な読み出しが行えないだけでなく、1個のヘッダを
読み出す毎に各ファイルのファイル索引ラベルの探索処
理が必要になり高速性が損なわれるという問題が生じる
Therefore, methods were devised to manage the management information in Chiful format, which corresponds to keywords and file names, in a separate storage medium, or to store the keyword information at the beginning of the file itself as file header information rather than as a file index label. The former method impairs the portability and independence of the storage medium, and the latter method does not allow continuous reading because the header part of each file is physically written to a discontinuous location on the storage medium. In addition, a search process for the file index label of each file is required each time one header is read, resulting in a problem that high speed is impaired.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、かかる従来例の有する不都合を改善し
、とくに大容量外部記憶媒体においても記憶媒体の可搬
性・独立性、検索の高速性を損なわないファイル管理方
式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a file management method that improves the disadvantages of the conventional method and does not impair the portability and independence of storage media and the high speed of searches, especially in large-capacity external storage media.

〔課題を解決するための手段〕[Means to solve the problem]

そこで、本発明ではファイルデータそのものを格納して
いるファイル格納領域と、ファイル検索用としてファイ
ル格納領域における各ファイルの先頭アドレス情報を格
納するファイル索引ラベル格納領域とを有する外部記憶
媒体を備え、この外部記憶媒体に対し、所定の情報処理
装置を用いてファイルデータを入力し若しくは記憶され
ているファイルデータを読み出す方式のファイル管理方
式において、外部記憶媒体上の所定位置に、各ファイル
の属性情報を格納する検索情報属性ラベル格納領域を設
ける、という構成を採っている。これによって前述した
目的を達成しようとするものである。
Therefore, the present invention includes an external storage medium having a file storage area that stores the file data itself and a file index label storage area that stores the start address information of each file in the file storage area for file search. In a file management method that inputs file data to an external storage medium using a predetermined information processing device or reads stored file data, attribute information of each file is stored at a predetermined location on the external storage medium. The configuration is such that a search information attribute label storage area is provided. This aims to achieve the above-mentioned purpose.

〔作用] オペレータが外部記憶媒体を読み出し装置に装填し、希
望するファイルに関する検索条件を情報処理装置に指示
する。情報処理装置は、検索情報属性ラベル格納領域か
ら指示された検索条件に合致するファイルのファイル名
と検索情報属性ラベルに書き込まれているその他の検索
条件を読み出し、オペレータに従来する。オペレータは
これにより希望するファイルのファイル名を知り、サラ
に読み出しの指示を行う。情報処理装置はオペレータか
らファイルの読み出しの指示を受けると、ファイル索引
ラベル格納領域から、指示されたファイルのファイル索
引ラベルを探索し、そのファイルの実体を格納している
格納位置を認識し、ファイル格納領域からファイルの実
体を読み出す。
[Operation] The operator loads the external storage medium into the reading device and instructs the information processing device to search conditions related to the desired file. The information processing device reads the file name of the file that matches the specified search condition from the search information attribute label storage area and other search conditions written in the search information attribute label, and provides them to the operator. The operator thereby learns the file name of the desired file and instructs Sarah to read it. When the information processing device receives an instruction to read a file from the operator, it searches the file index label storage area for the file index label of the instructed file, recognizes the storage location where the entity of the file is stored, and reads the file. Reads the file entity from the storage area.

自明なファイル名すなわちプログラムにより予約的なフ
ァイル名で自動的に扱われるファイルの場合には、いき
なりファイル索引ラベル格納領域から、指示されたファ
イルのファイル索引ラベルを探索し、そのファイルの実
体を格納している格納位置を認識し、ファイル格納領域
からファイルの実体を読み出す。
In the case of a file that is automatically treated with an obvious file name, that is, a reserved file name by the program, the file index label of the specified file is immediately searched from the file index label storage area, and the actual file is stored. Recognizes the storage location of the file and reads the actual file from the file storage area.

〔発明の実施例] 以下、本発明の一実施例を第1図に基づいて説明する。[Embodiments of the invention] An embodiment of the present invention will be described below with reference to FIG.

第1図の実施例では、ファイルデータそのものを格納し
ているファイル格納領域30と、ファイル検索のために
、ファイル格納領域30での各ファイルの先頭アドレス
情報を格納しているファイル索引ラベル格納領域20と
、各ファイルの属性情報を格納している検索情報属性ラ
ベル格納領域10とを外部記憶媒体上に有するという構
成を採っている。
In the embodiment shown in FIG. 1, there is a file storage area 30 that stores the file data itself, and a file index label storage area that stores the start address information of each file in the file storage area 30 for file search. 20 and a search information attribute label storage area 10 storing attribute information of each file on an external storage medium.

ここでは、ファイルが5個だけ作成された場合について
説明する。5個のファイルのファイル名はA、B、C,
D、Eであり、各ファイルの実体はファイル格納領域3
0内のファイルA格納領域31、ファイルB格納領域3
2、ファイルC格納領域33、ファイルD格納領域34
、ファイルE格納領域35に格納されている。
Here, a case will be explained in which only five files are created. The file names of the five files are A, B, C,
D and E, and the substance of each file is file storage area 3.
File A storage area 31, file B storage area 3 in 0
2. File C storage area 33, File D storage area 34
, are stored in the file E storage area 35.

そして、各ファイルのファイル索引ラベルは、ファイル
索引ラベル格納領域20内のファイルA索引ラベル21
、ファイルB索引ラベル22、ファイルC索引ラベル2
3、ファイルD索引ラベル24、ファイルE索引ラベル
25に格納されている。
The file index label of each file is the file A index label 21 in the file index label storage area 20.
, File B index label 22, File C index label 2
3, stored in the file D index label 24 and file E index label 25.

さらに、これら5個のファイルのうち、運用上、検索情
報属性を必要とするファイルが3個すなわちファイルA
、C,Eが存在する場合は、各ファイルの検索情報属性
ラベルは検索情報属性ラベル格納領域10内のファイル
A検索情報属性ラベル11、ファイルC検索情報属性ラ
ベル12、ファイルE検索情報属性ラベル13に格納さ
れている。
Furthermore, among these five files, there are three files that require search information attributes for operational purposes, namely file A.
, C, and E exist, the search information attribute label of each file is File A search information attribute label 11, File C search information attribute label 12, and File E search information attribute label 13 in the search information attribute label storage area 10. is stored in.

オペレータが外部記憶媒体を読み出し装置に装填し、希
望するファイルに関する検索条件を情報処理装置に指示
する。情報処理装置は、検索情報属性ラベル格納領域1
0から指示された検索条件に合致するファイルのファイ
ル名と検索情報属性ラベルに書き込まれているその他の
検索条件を読み出し、オペレータに提示する。
An operator loads an external storage medium into a reading device and instructs the information processing device to search conditions for a desired file. The information processing device stores search information attribute label storage area 1.
The file name of the file matching the search condition specified from 0 and other search conditions written in the search information attribute label are read out and presented to the operator.

オペレータはこれにより希望するファイルのファイル名
を知り、さらに読み出しの指示を行う。
The operator thereby learns the file name of the desired file and issues a read instruction.

情報処理装置はオペレータからファイルの読み出しの指
示を受けるとファイル索引ラベル格納領域20から、指
示されたファイルのファイル索引ラベルを探索し、その
ファイルの実体を格納している格納位置を認識し、ファ
イル格納領域30からファイルの実体を読み出す。
When the information processing device receives an instruction to read a file from an operator, it searches the file index label storage area 20 for the file index label of the instructed file, recognizes the storage location where the entity of the file is stored, and reads the file. The file entity is read from the storage area 30.

ファイルB、Dのように自明なファイル名、即ちプログ
ラムにより予約的なファイル名で自動的に扱われるファ
イルの場合には、いきなりファイル索引ラベル格納領域
20から指示されたファイルのファイル索引ラベルを探
索し、そのファイルの実体を格納している格納位置を認
識し、ファイル格納領域30からファイルの実体を読み
出す。
In the case of files with obvious file names such as files B and D, that is, files that are automatically treated with reserved file names by the program, the file index label of the specified file is suddenly searched from the file index label storage area 20. Then, the storage location where the file entity is stored is recognized, and the file entity is read from the file storage area 30.

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

以上のように本発明によると、ファイルデータそのもの
を格納しているファイル格納領域と、ファイル検索のた
めに、ファイル格納領域での各ファイルの先頭アドレス
情報を格納しているファイル索引ラベル格納領域と、各
ファイルの属性情報を格納している検索情報属性ラベル
格納領域とを外部記憶媒体上に有するという構成を採っ
ているために、一つの記憶媒体上に必要とするファイル
のみの属性情報を連続して格納することができる。
As described above, according to the present invention, there is a file storage area that stores the file data itself, and a file index label storage area that stores the start address information of each file in the file storage area for file search. , the search information attribute label storage area that stores the attribute information of each file is configured on the external storage medium, so the attribute information of only the necessary files can be contiguously stored on one storage medium. and can be stored.

これがため、大容量外部記憶媒体においても記憶媒体の
可搬性・独立性、検索の高速性を損なわないという従来
にない優れたファイル管理方式を提供することができる
Therefore, it is possible to provide an unprecedented and excellent file management method that does not impair the portability and independence of the storage medium and the high speed of searching even in a large-capacity external storage medium.

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

第1図は本発明の一実施例を示す構成図、第2図は従来
例を示す構成図である。 10・・・・・検索情報属性ラベル格納領域、20・・
・・・ファイル索引ラベル格納領域30.、、、、ファ
イル格納領域。
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a block diagram showing a conventional example. 10... Search information attribute label storage area, 20...
...File index label storage area 30. ,,,File storage area.

Claims (3)

【特許請求の範囲】[Claims] (1)、ファイルデータそのものを格納しているファイ
ル格納領域と、ファイル検索用として前記ファイル格納
領域における各ファイルの先頭アドレス情報を格納する
ファイル索引ラベル格納領域とを有する外部記憶媒体を
備え、この外部記憶媒体に対し、所定の情報処理装置を
用いてファイルデータを入力し若しくは記憶されている
ファイルデータを読み出す方式のファイル管理方式にお
いて、 前記外部記憶媒体上の所定位置に、各ファイルの属性情
報を格納する検索情報属性ラベル格納領域を設けたこと
を特徴とするファイル管理方式。
(1) an external storage medium having a file storage area for storing file data itself and a file index label storage area for storing start address information of each file in the file storage area for file search; In a file management method that inputs file data to an external storage medium using a predetermined information processing device or reads stored file data, attribute information of each file is stored at a predetermined position on the external storage medium. A file management method characterized by providing a search information attribute label storage area for storing search information attribute labels.
(2)、前記検索情報属性ラベル格納領域には、運用上
、検索情報属性を必要とするファイルの検索情報属性ラ
ベルのみを格納することを特徴とした請求項1記載のフ
ァイル管理方式。
(2) The file management system according to claim 1, wherein the search information attribute label storage area stores only search information attribute labels of files that require search information attributes for operational purposes.
(3)、前記ファイル索引ラベル格納領域には、格納さ
れているファイルのファイル索引ラベルが格納されてい
ることを特徴とする請求項1又は2記載のファイル管理
方式。
(3) The file management method according to claim 1 or 2, wherein the file index label storage area stores a file index label of a stored file.
JP2084516A 1990-03-30 1990-03-30 File managing system Pending JPH03282947A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2084516A JPH03282947A (en) 1990-03-30 1990-03-30 File managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2084516A JPH03282947A (en) 1990-03-30 1990-03-30 File managing system

Publications (1)

Publication Number Publication Date
JPH03282947A true JPH03282947A (en) 1991-12-13

Family

ID=13832799

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2084516A Pending JPH03282947A (en) 1990-03-30 1990-03-30 File managing system

Country Status (1)

Country Link
JP (1) JPH03282947A (en)

Similar Documents

Publication Publication Date Title
EP0165382B1 (en) Data processing system including a data storage unit and its method of operation
JP2002055995A (en) Method and device for information processing
JPH04186447A (en) Directory management system
JPH03282947A (en) File managing system
JPH10283717A (en) Cd-rom reading system and cd-rom reading method
JPS6254369A (en) Document file retrieving system
JPS61103242A (en) High-speed retrieval system
JP2573577B2 (en) File access device
JPS5851348A (en) High-speed access system for variable-length record
JPS62177642A (en) File management system for postscript filing device
JPH0664599B2 (en) Document file search device
JPH03225412A (en) File data read system
JPS5966780A (en) Document managing system of document forming device
JPH05128050A (en) Method for data retrieval control in electronic computer system
JPH0659948A (en) File management system
JPH05197761A (en) Quick file retrieving system
JPH0644300A (en) Information retrieving device
JPS62256176A (en) Image data storage processing system
JPH05143643A (en) File retrieval system
JPH0589170A (en) Data retrieval management system
JPH06149647A (en) Multi-media file managing system
JPS60110052A (en) Data reading method
JPH0371349A (en) File control system
JPH03276254A (en) Document control system
JP2000057149A (en) Document filing device and document filing method