JPH09231109A - File device - Google Patents

File device

Info

Publication number
JPH09231109A
JPH09231109A JP8039787A JP3978796A JPH09231109A JP H09231109 A JPH09231109 A JP H09231109A JP 8039787 A JP8039787 A JP 8039787A JP 3978796 A JP3978796 A JP 3978796A JP H09231109 A JPH09231109 A JP H09231109A
Authority
JP
Japan
Prior art keywords
data
external storage
storage device
free space
processing means
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
JP8039787A
Other languages
Japanese (ja)
Inventor
Yuichi Sakai
祐一 酒井
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP8039787A priority Critical patent/JPH09231109A/en
Publication of JPH09231109A publication Critical patent/JPH09231109A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To solve the problem that data can not be stored newly by automatically compressing data which are not accessed recently and securing free capacity on an external storage when the free capacity of the external storage decreases below a certain value. SOLUTION: This file device obtains the free capacity of the external storage device 1 from a directory management storage part 2 and compares it with the certain value (threshold value) by a comparing process means 3. When the free capacity is larger than the threshold value, the process is ended, but when not, an advance to a selecting process means 4 is made. The selecting process means 4 obtains the final access time of data stored in the external storage 1 from the directory management storage part 2 and selects data which is not accessed recently for the longest time, and an advance to a compressing process means 5 is made. The compressing process means 5 compresses the selected data and a return to the comparing process means 3 is made. Thus, the processes are repeated until the free capacity of the external storage device becomes larger than the threshold value.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はファイル装置に関
し、特にファイル容量不足時にデータを自動圧縮する機
能を有するファイル装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file device, and more particularly to a file device having a function of automatically compressing data when the file capacity is insufficient.

【0002】[0002]

【従来の技術】従来、この種のファイル装置は、コンピ
ュータ等でデータを格納し、またはデータを読み出すた
めに用いられる。構成は、図4に示すように、外部記憶
装置1とディレクトリ管理記憶部2とからなる。外部記
憶装置1は、実際にデータが格納されている部分であ
る。ディレクトリ管理記憶部2は、格納された個々のデ
ータのデータ名、格納されている場所、データのサイ
ズ、格納された日時等の情報、また外部記憶装置1の全
容量、空き容量等の情報が記憶されている。最近のファ
イル装置の中には、データに最近アクセスした日時(最
終アクセスタイム)が記憶できるものがあり、ディレク
トリ管理部2の一つの情報として管理される。従来の容
量不足時に空き容量を確保する方式としては、データ保
存時に外部記憶装置容量が不足した場合、既存データを
圧縮し外部記憶装置の空き容量を確保する方式(特開昭
59−60666号公報)と、データ保存時に外部記憶
装置容量が不足した場合、不必要な既存データから削除
し外部記憶装置の空き容量を確保する方式(特開昭59
−218564号公報)と、プリンタコントローラにお
いてフォントデータをホストコンピュータからダウンロ
ードする際、メモリ領域が不足する時に、メモリの一部
のフォントデータを圧縮しメモリの空き領域を確保する
方式(特開平02−092652号公報)などがある。
2. Description of the Related Art Conventionally, this type of file device has been used for storing data in a computer or reading data. As shown in FIG. 4, the configuration includes an external storage device 1 and a directory management storage unit 2. The external storage device 1 is a part where data is actually stored. The directory management storage unit 2 stores information such as the data name of each piece of stored data, the storage location, the size of the data, the date and time of storage, and the total capacity and free capacity of the external storage device 1. Remembered Some recent file devices can store the date and time when data was recently accessed (last access time) and are managed as one piece of information of the directory management unit 2. As a conventional method for securing free space when the capacity is insufficient, when the capacity of the external storage device is insufficient during data storage, existing data is compressed to secure the free space of the external storage device (Japanese Patent Laid-Open No. 59-60666). ), And when the capacity of the external storage device is insufficient at the time of saving the data, it is deleted from unnecessary existing data to secure the free space of the external storage device (JP-A-59-59)
No. 218564), and a method of compressing a part of the font data in the memory to secure an empty area of the memory when the font data is downloaded from the host computer in the printer controller (Japanese Patent Laid-Open No. 02- 092652).

【0003】[0003]

【発明が解決しようとする課題】従来のファイル装置で
は、外部記憶装置1が有限であるため、空き容量が不足
すると新規に格納しようとしたデータが格納できない場
合があった。従来の公報で挙げられている方式では、容
量不足時に、圧縮する既存データを選択する機能がない
方式(特開昭59−60666号公報)、既存データを
削除してしまう方式(特開昭59−218564号公
報)、不必要なデータを選択するためにデータの重要度
を示すパラメータを別に保存しなければならない方式
(特開平02−092652号公報)など欠点があっ
た。
In the conventional file device, since the external storage device 1 is finite, there is a case where the data to be newly stored cannot be stored when the free space is insufficient. Among the methods disclosed in the conventional publications, there is no function of selecting existing data to be compressed when the capacity is insufficient (Japanese Patent Laid-Open No. 59-60666) and existing data is deleted (Japanese Patent Laid-Open No. 59-60). No. 218564), a method in which a parameter indicating the importance of data must be stored separately in order to select unnecessary data (Japanese Patent Laid-Open No. 02-092652).

【0004】[0004]

【課題を解決するための手段】本発明のファイル装置
は、データを記憶する外部記憶装置と、このデータのデ
ィレクトリ情報、前記外部記憶装置の空き容量、および
個々のデータの最終アクセスタイムを記憶保持し、これ
らの変更があった場合に随時更新するディレクトリ管理
記憶部を持つコンピュータ等のファイル装置において、
前記ディレクトリ管理記憶部から前記外部記憶装置の空
き容量を得て、これが一定量より下回ったかどうかを判
断する比較処理手段と、前記ディレクトリ管理記憶部か
ら前記外部記憶装置に存在する個々のデータの最終アク
セスタイムを得て、最も古いデータを選択する選択処理
手段と、前記比較処理手段において前記外部記憶装置の
空き容量が一定量より下回った場合、前記選択処理手段
において選択されたデータを圧縮する圧縮処理手段とを
備える。
A file device of the present invention stores and holds an external storage device for storing data, directory information of this data, free space of the external storage device, and final access time of each data. However, in a file device such as a computer having a directory management storage unit that is updated as needed when these changes occur,
Comparing processing means for obtaining a free space of the external storage device from the directory management storage part and determining whether or not this is below a certain amount, and a final processing of individual data existing in the external storage device from the directory management storage part. When the access time is obtained, the selection processing means for selecting the oldest data and the compression processing for compressing the data selected by the selection processing means when the free space of the external storage device in the comparison processing means falls below a certain amount Processing means.

【0005】[0005]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は本発明のファ
イル装置の一実施の形態を表すブロック図である。図2
はディレクトリ管理データの内容の一例を表す説明図で
ある。図3はこの実施の形態のファイル装置の動作を表
すフローチャートである。
Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of a file device of the present invention. FIG.
FIG. 4 is an explanatory diagram showing an example of contents of directory management data. FIG. 3 is a flowchart showing the operation of the file device according to this embodiment.

【0006】図1を参照すると、この実施の形態のファ
イル装置は、データを記憶する外部記憶装置1と、この
データのディレクトリ情報等を記憶するディレクトリ管
理記憶部2と、外部記憶装置1の空き容量が一定量より
下回ったかどうかを判断する比較処理手段3と、外部記
憶装置1に存在する個々のデータのうち最も古いデータ
を選択する選択処理手段4と、比較処理手段3において
外部記憶装置1の空き容量が一定量より下回った場合、
選択処理手段4において選択されたデータを圧縮する圧
縮処理手段5とから構成される。
Referring to FIG. 1, the file device according to this embodiment has an external storage device 1 for storing data, a directory management storage unit 2 for storing directory information of this data, and an empty space in the external storage device 1. The comparison processing means 3 for judging whether the capacity is less than a certain amount, the selection processing means 4 for selecting the oldest data among the individual data existing in the external storage device 1, and the external storage device 1 in the comparison processing means 3. If the free space of is below a certain amount,
It comprises a compression processing means 5 for compressing the data selected by the selection processing means 4.

【0007】ディレクトリ管理部2は、図2に示すよう
な外部記憶装置1のディレクトリ管理データを記憶して
いる。すなわち、外部記憶装置1に格納された個々のデ
ータのデータ名、格納されている場所、データのサイ
ズ、格納された日時、最終アクセスタイム等の情報、ま
た外部記憶装置1の全容量、空き容量等の情報である。
これらは外部記憶装置1の状態が変化するとそれに伴い
更新される。本発明のファイル装置には、パラメータと
して、次のものが各処理手段に予め設定されている。各
々のパラメータは、ユーザによって可変である。
The directory management unit 2 stores the directory management data of the external storage device 1 as shown in FIG. That is, information such as the data name of each piece of data stored in the external storage device 1, the storage location, the size of the data, the date and time of storage, the last access time, the total capacity of the external storage device 1, and the free space. It is information such as.
These are updated when the state of the external storage device 1 changes. In the file device of the present invention, the following parameters are preset in each processing means. Each parameter is variable by the user.

【0008】比較処理手段3のパラメータとしては、外
部記憶装置1の空き容量をチェックする時間間隔が設定
されている。またもう一つのパラメータとしては、外部
記憶装置1の空き容量の閾値が設定されている。外部記
憶装置1の空き容量がこの値より下回った場合、圧縮処
理を行い、常にこの値だけ空き容量を確保することがで
きる。
As a parameter of the comparison processing means 3, a time interval for checking the free capacity of the external storage device 1 is set. As another parameter, a threshold value of the free space of the external storage device 1 is set. When the free space of the external storage device 1 falls below this value, compression processing is performed, and the free space can always be secured by this value.

【0009】選択処理手段4のパラメータとしては、外
部記憶装置1のデータのうち、圧縮処理の対象となるド
ライブ、ディレクトリ名が設定されている。
As a parameter of the selection processing means 4, a drive and a directory name to be compressed in the data in the external storage device 1 are set.

【0010】圧縮処理手段5のパラメータとしては、圧
縮処理を行うためのツールが設定されている。
As a parameter of the compression processing means 5, a tool for performing compression processing is set.

【0011】次に、図1、図2および図3を参照して、
この実施の形態の動作について説明する。まず、初期設
定パラメータとして、比較処理手段3の空き容量チェッ
ク間隔(t)および空き容量の閾値(s)、選択処理手
段4の対象ドライブディレクトリ(d)、圧縮処理手段
5の圧縮ツール(c)を設定する(P1)。システムタ
イマにより、設定された空き容量チェック間隔(t)毎
に比較処理手段3が起動される(S1)。比較処理手段
3はディレクトリ管理記憶部2から外部記憶装置1の空
き容量(x)を得て(S2)、初期設定パラメータの空
き容量の閾値(s)と比較する(S3)。その結果、空
き容量(x)が空き容量の閾値(s)よりも大きい場合
(B1)は、何もせずS1に戻り、空き容量(x)が空
き容量の閾値(s)よりも小さい場合(B2)は、選択
処理手段4へ進む。選択処理手段4では、ディレクトリ
管理記憶部2から外部記憶装置1に格納されているデー
タの最終アクセスタイムを得て、対象ドライブディレク
トリ(d)にある個々のデータを最終アクセスタイムの
順にソートし、最近アクセスの最も無いデータを選択し
(S4)、圧縮処理手段5へ進む。圧縮処理手段5で
は、前行程で選択されたデータを、圧縮ツール(c)で
圧縮し(S5)、S2へ戻る。S2行程で再度、外部記
憶装置1の空き容量をチェックし、空き容量の閾値
(s)より小さい場合(B2)、再びS3行程へ進み、
大きい場合(B1)、S1行程へ戻る。
Next, referring to FIGS. 1, 2 and 3,
The operation of this embodiment will be described. First, as initial setting parameters, the free space check interval (t) and the free space threshold (s) of the comparison processing means 3, the target drive directory (d) of the selection processing means 4, and the compression tool (c) of the compression processing means 5 are set. Is set (P1). The system timer activates the comparison processing means 3 at every set free space check interval (t) (S1). The comparison processing unit 3 obtains the free space (x) of the external storage device 1 from the directory management storage unit 2 (S2) and compares it with the free space threshold (s) of the initialization parameter (S3). As a result, when the free space (x) is larger than the free space threshold (s) (B1), the process returns to S1 without doing anything, and when the free space (x) is smaller than the free space threshold (s) ( B2) proceeds to the selection processing means 4. The selection processing unit 4 obtains the final access time of the data stored in the external storage device 1 from the directory management storage unit 2, sorts the individual data in the target drive directory (d) in the order of the final access time, The most recently accessed data is selected (S4) and the process proceeds to the compression processing means 5. The compression processing means 5 compresses the data selected in the previous step with the compression tool (c) (S5), and returns to S2. In the step S2, the free space of the external storage device 1 is checked again, and if it is smaller than the free space threshold (s) (B2), the process proceeds to the step S3 again.
If it is larger (B1), the process returns to the S1 step.

【0012】上述の実施の形態では外部記憶装置の空き
容量が不足すると自動的に圧縮処理を行うよう説明した
が、空き容量が不足した時点で、例えば、「ドライブA
の空き容量があと8.5MBとなり不足しています。デ
ィレクトリA:¥DOCの最近使用していないデータを
圧縮して、空き容量を確保しますか?」などと、ユーザ
に圧縮を行うか否か判断を仰ぐ行程を追加したり、圧縮
処理を終了したあと、「ディレクトリA:¥WORKの
次のデータを圧縮し、11.8MBの空き容量を確保し
ました。 データ名 圧縮前サイズ 圧縮後サイズ sample.doc 5,126B 847B test3.doc 10,332B 5,802B 」のように、ユーザに結果を通知する行程を追加するこ
ともできる。
In the above embodiment, the compression process is automatically performed when the free space of the external storage device is insufficient. However, when the free space is insufficient, for example, "drive A
There is not enough free space available at 8.5MB. Do you want to secure the free space by compressing the unused data in the directory A: \ DOC? , Etc., add a step to ask the user to decide whether or not to compress, or after finishing the compression process, "Compress the next data in directory A: \ WORK to secure 11.8 MB of free space." Data name before compression size after compression sample.doc 5,126B 847B test3.doc 10,332B 5,802B ”, it is possible to add a process to notify the user of the result.

【0013】また、圧縮する外部記憶装置が無くなる
と、ユーザへこれ以上空き容量を確保することができな
い旨の通知を出し、処理を中断する行程を追加すること
もできる。
Further, when the external storage device to be compressed runs out, it is possible to add a process of interrupting the processing by notifying the user that the free space cannot be secured any more.

【0014】[0014]

【発明の効果】以上説明したように、本発明によるファ
イル装置は、外部記憶装置の空き容量が不足した場合、
従来のファイル装置の個々のデータに対する最終アクセ
スタイムの属性を参照し、最近アクセスのないデータを
圧縮し、空き容量の確保をするように構成したため、外
部記憶装置の空き容量が不足することによって起こる問
題、例えば編集中の文書データが保存できないなどが解
消されるという効果を有する。
As described above, in the file device according to the present invention, when the free space of the external storage device is insufficient,
This is caused by the lack of free space in the external storage device because it is configured to refer to the attribute of the last access time for individual data in the conventional file device, compress data that has not been accessed recently, and secure free space. This has an effect of solving a problem, for example, that the document data being edited cannot be saved.

【0015】また、外部記憶装置の空き容量が不足して
いることをユーザに通知するという構成を設けることに
よって、ユーザ自身による問題の事前の回避、例えばデ
ータのバックアップや削除を行うなどを促すという効果
もある。
Further, by providing a configuration for notifying the user that the free space of the external storage device is insufficient, it is possible to prompt the user to avoid problems in advance, for example, to back up or delete data. There is also an effect.

【0016】更に、データの圧縮を行う様な構成にした
ため、データのバックアップ時の容量が低減できるとい
う効果もある。
Further, since the structure is such that the data is compressed, there is an effect that the capacity at the time of backing up the data can be reduced.

【0017】従来の公報で挙げられている方式と比較し
て、圧縮する既存データを選択する機能がある(特開昭
59−60666号公報)、既存データを削除しない
(特開昭59−218564号公報)、および圧縮対象
のデータの選択に従来のファイル装置が持つデータの属
性を利用している(特開平02−092652号公報)
などという利点がある。
Compared with the method described in the conventional publication, there is a function of selecting existing data to be compressed (Japanese Patent Laid-Open No. 59-60666), and existing data is not deleted (Japanese Laid-Open Patent Publication No. 59-218564). (Japanese Laid-Open Patent Publication No. 02-092652), and the attribute of the data possessed by the conventional file device is used for selecting the data to be compressed.
There are advantages such as.

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

【図1】本発明の一実施の形態のファイル装置の実施例
を表すブロック図である。
FIG. 1 is a block diagram showing an example of a file device according to an embodiment of the present invention.

【図2】ディレクトリ管理データの内容の一例を表す説
明図である。
FIG. 2 is an explanatory diagram showing an example of contents of directory management data.

【図3】この実施の形態のファイル装置の動作を表すフ
ローチャートである。
FIG. 3 is a flowchart showing the operation of the file device according to this embodiment.

【図4】従来のファイル装置を表すブロック図である。FIG. 4 is a block diagram showing a conventional file device.

【符号の説明】[Explanation of symbols]

1 外部記憶装置 2 ディレクトリ管理記憶部 3 比較処理手段 4 選択処理手段 5 圧縮処理手段 1 External Storage Device 2 Directory Management Storage Unit 3 Comparison Processing Means 4 Selection Processing Means 5 Compression Processing Means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データを記憶する外部記憶装置と、この
データのディレクトリ情報、前記外部記憶装置の空き容
量、および個々のデータの最終アクセスタイムを記憶保
持し、これらの変更があった場合に随時更新するディレ
クトリ管理記憶部を持つコンピュータ等のファイル装置
において、前記ディレクトリ管理記憶部から前記外部記
憶装置の空き容量を得て、これが一定量より下回ったか
どうかを判断する比較処理手段と、前記ディレクトリ管
理記憶部から前記外部記憶装置に存在する個々のデータ
の最終アクセスタイムを得て、最も古いデータを選択す
る選択処理手段と、前記比較処理手段において前記外部
記憶装置の空き容量が一定量より下回った場合、前記選
択処理手段において選択されたデータを圧縮する圧縮処
理手段とを備えることを特徴とするファイル装置。
1. An external storage device for storing data, directory information of the data, a free space of the external storage device, and a last access time of each data are stored and retained, and when any of these changes is made, In a file device such as a computer having a directory management storage unit to be updated, comparison processing means for obtaining a free space of the external storage device from the directory management storage unit and determining whether or not this is below a certain amount, and the directory management The free access capacity of the external storage device falls below a certain amount in the selection processing means for obtaining the last access time of each data existing in the external storage device from the storage part and selecting the oldest data and the comparison processing means. In this case, a compression processing unit for compressing the data selected by the selection processing unit is provided. A file device characterized by and.
JP8039787A 1996-02-27 1996-02-27 File device Pending JPH09231109A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8039787A JPH09231109A (en) 1996-02-27 1996-02-27 File device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8039787A JPH09231109A (en) 1996-02-27 1996-02-27 File device

Publications (1)

Publication Number Publication Date
JPH09231109A true JPH09231109A (en) 1997-09-05

Family

ID=12562661

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8039787A Pending JPH09231109A (en) 1996-02-27 1996-02-27 File device

Country Status (1)

Country Link
JP (1) JPH09231109A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11143748A (en) * 1997-11-10 1999-05-28 Nec Corp File compression managing device in computer system, file compression managing method and recording medium recording its method
JP2006202320A (en) * 2006-03-06 2006-08-03 Sharp Corp Display device, display method, and recording medium
US8135902B2 (en) 2008-12-24 2012-03-13 Kabushiki Kaisha Toshiba Nonvolatile semiconductor memory drive, information processing apparatus and management method of storage area in nonvolatile semiconductor memory drive

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675834A (en) * 1992-08-27 1994-03-18 Nec Software Ltd File space securing system
JPH06202921A (en) * 1992-10-22 1994-07-22 Nec Corp File compression processor
JPH0773080A (en) * 1993-09-02 1995-03-17 Fuji Xerox Co Ltd Multi-media document sotrage management device
JPH07319743A (en) * 1994-05-30 1995-12-08 Toshiba Corp File compression management system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675834A (en) * 1992-08-27 1994-03-18 Nec Software Ltd File space securing system
JPH06202921A (en) * 1992-10-22 1994-07-22 Nec Corp File compression processor
JPH0773080A (en) * 1993-09-02 1995-03-17 Fuji Xerox Co Ltd Multi-media document sotrage management device
JPH07319743A (en) * 1994-05-30 1995-12-08 Toshiba Corp File compression management system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11143748A (en) * 1997-11-10 1999-05-28 Nec Corp File compression managing device in computer system, file compression managing method and recording medium recording its method
JP2006202320A (en) * 2006-03-06 2006-08-03 Sharp Corp Display device, display method, and recording medium
US8135902B2 (en) 2008-12-24 2012-03-13 Kabushiki Kaisha Toshiba Nonvolatile semiconductor memory drive, information processing apparatus and management method of storage area in nonvolatile semiconductor memory drive

Similar Documents

Publication Publication Date Title
US6823417B2 (en) Memory controller for memory card manages file allocation table
US7664783B2 (en) File management program, data structure, and file management device
JP5211751B2 (en) Calculator, dump program and dump method
US8830247B2 (en) Image displaying device having image cache memory
JP2868543B2 (en) Computer equipment
JP4317531B2 (en) System and method for balancing multiple memory buffer sizes
KR980700613A (en) STORAGE OF COMPUTER DATA
KR0185954B1 (en) Memory management method
US6820091B2 (en) Dynamic buffer allocation
JP5217155B2 (en) File compression automatic determination method and method, and program
JPH09231109A (en) File device
JP2001265628A (en) File recording management system
JP3667953B2 (en) Database reorganization apparatus and computer-readable recording medium
US6085264A (en) Accounting-information outputting device
JP2864932B2 (en) Electronics
CN116974952B (en) Digital dynamic processing method, device, equipment and system
JP3439364B2 (en) Storage and retrieval methods for undefined length data
JPH0675834A (en) File space securing system
KR100258933B1 (en) Memory management device and method thereof
JPH0784849A (en) Data access control method
JP2740451B2 (en) Catalog management file optimization method
KR970004518B1 (en) Dynamic memory allocation method
JPH07191822A (en) Data storage device and data system
JP2000347906A (en) Automatic optimization system for magnetic disk using rate
JPH06208502A (en) Memory control method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19980707