JPS63213042A - Method for extending file area - Google Patents

Method for extending file area

Info

Publication number
JPS63213042A
JPS63213042A JP62046269A JP4626987A JPS63213042A JP S63213042 A JPS63213042 A JP S63213042A JP 62046269 A JP62046269 A JP 62046269A JP 4626987 A JP4626987 A JP 4626987A JP S63213042 A JPS63213042 A JP S63213042A
Authority
JP
Japan
Prior art keywords
area
file
management information
data
management
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
JP62046269A
Other languages
Japanese (ja)
Inventor
Naotaka Ogawa
直孝 小川
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 JP62046269A priority Critical patent/JPS63213042A/en
Publication of JPS63213042A publication Critical patent/JPS63213042A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To quickly extend a file area by copying the control information on a file area before it is extended and a data area to a new file area without destruction the contents of said control information and data area. CONSTITUTION:A file area 1a is extended to a control information area 2a and a data area 3a. The old data area 3a is copied to a new data area 3b by copying successively the contents of the area 3a to an area right after the area 3a (an area right after an address X3), for example, in the area 3b. When the contents of the area 3a are all copied to the area 3b in said process, an idle area 4 and an idle area 5 (a part of the area 3a) are produced in the area 3b as shown in a figure (c). Then the necessary processes are carried out to copy the area 2a to a new control information area 2b and an idle block is processed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、磁気ディスク媒体などの記憶媒体上における
ファイル領域の拡張方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for expanding a file area on a storage medium such as a magnetic disk medium.

〔従来の技術〕[Conventional technology]

磁気ディスク媒体などの記憶媒体上に格納されるファイ
ルの管理方式の一つとして、ファイルを固定長ブロック
のリストとして管理する方式が知られているが、そのよ
うなファイルを含むファイル領域を拡張する場合、従来
は、一旦他の補助記憶装置にファイルを退避した後、元
のファイル領域を拡張し、その後退避先の補助記憶装置
からファイルを読出して登録するという方法が採用され
゛   ていた。
One known method for managing files stored on storage media such as magnetic disk media is to manage files as a list of fixed-length blocks, but expanding the file area containing such files is known. In this case, the conventional method was to first save the file to another auxiliary storage device, expand the original file area, and then read and register the file from the auxiliary storage device to which it was saved.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従って、ファイルの退避、復旧のために別の補助記憶装
置が必要になるという欠点と、ファイルの退避、復旧処
理が伴う分だけ手間と時間がかかるという欠点があった
Therefore, there are disadvantages in that a separate auxiliary storage device is required for saving and restoring files, and that the process of saving and restoring files takes time and effort.

本発明はこのような従来の欠点を解決したもので、その
目的は、記憶媒体上のファイル領域を別の記憶媒体への
退避、復旧を行なうことなく速やかに拡張し得る拡張方
法を提供することにある。
The present invention solves these conventional drawbacks, and its purpose is to provide an expansion method that can quickly expand a file area on a storage medium without saving or restoring it to another storage medium. It is in.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は上記目的を達成するために、記憶媒体上のファ
イル領域を、それぞれが固定長のブロックに区切って使
用されるデータ域と管理情報域とに分割し、ファイルの
実体をデータ域中の複数のデータブロックに格納してそ
のアドレスを管理情報域中の管理ブロックで管理し、且
つ、データ域中の空きデータブロックおよび管理情報域
中の空き管理ブロックをチェイン構造で管理すると共に
先頭の空きデータブロック、空き管理ブロックを管理情
報域中の特定ブロックが指すようにしたファイルシステ
ムにおいて、 前記記憶媒体上のファイル領域を拡張した新しいファイ
ル領域を前記記憶媒体と同−記憶媒体上に作成した後、 拡張前のファイル領域の管理情報域、データ域の少なく
とも一方を、複写前の管理情報域、データ域を破壊しな
いように前記新しいファイル領域に複写し、 次いで、前記新しいファイル領域に生じた空きブロック
に関する管理情報と、新しい管理情報域における使用中
管理ブロック中のアドレス情報とを更新することにより
、ファイル領域の拡張を行なう。
In order to achieve the above object, the present invention divides a file area on a storage medium into a data area and a management information area, each of which is used by dividing it into fixed-length blocks, and stores the file entity within the data area. It is stored in multiple data blocks and its addresses are managed in management blocks in the management information area, and free data blocks in the data area and free management blocks in the management information area are managed in a chain structure. In a file system in which specific blocks in the management information area point to data blocks and free management blocks, after creating a new file area by expanding the file area on the storage medium on the same storage medium as the storage medium. , Copy at least one of the management information area and data area of the file area before expansion to the new file area without destroying the management information area and data area before copying, and then use the free space created in the new file area. The file area is expanded by updating the management information regarding the block and the address information in the currently used management block in the new management information area.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の説明図であり、このうち同
図(alは拡張前のファイル領域1aを示している。同
図(alに示すように、磁気ディスク媒体DK上に設け
られたファイル領域1aは、管理情報域2aとデータ域
3aとから構成され、管理情報域2aは磁気ディスク媒
体DKのアドレスX1からX2までに位置し、データ域
3aはアドレスX2からX3までに位置している。
FIG. 1 is an explanatory diagram of one embodiment of the present invention, in which figure (al indicates the file area 1a before expansion). The created file area 1a is composed of a management information area 2a and a data area 3a, where the management information area 2a is located from addresses X1 to X2 on the magnetic disk medium DK, and the data area 3a is located from addresses X2 to X3. are doing.

第2図はファイル領域1aの内部構成図である。FIG. 2 is an internal configuration diagram of the file area 1a.

同図に示すように、データ域3aには多数の固定長のデ
ータブロックD1〜D9があり、管理情報域2aには多
数の管理ブロックM1〜M3と、管理情報域2a中の空
きの管理ブロックリストのへソダプロソクH1と、デー
タ域3a中の空きのデータブロックリストのヘッダブロ
ックH2とが含まれている。第2図(a)はファイル領
域1aに一つもファイルが格納されない初期状態を示し
ており、管理情報域2a中の全ての管理ブロックM1〜
M3は空き状態であり、先頭の管理ブロックM1を指す
相対アドレス値等のポインタ値がヘッダブロックH1に
格納され、その先頭の管理ブロックM1から順に残りの
空きの管理ブロックM2.M3が各管理ブロック中のポ
インタ値によってチェインされ、リストとして管理され
ている。同様に、データ域3a中の全てのデータブロッ
クD1〜D9も空き状態であり、先頭のデータブロック
D1のポインタ値がヘッダブロックH2に格納され、そ
の先頭のデータブロックD1から順に残りの空きのデー
タブロックD2〜D9が、各データブロック中のポイン
タ値によってチェインされ、リストとして管理されてい
る。
As shown in the figure, the data area 3a includes a large number of fixed-length data blocks D1 to D9, and the management information area 2a includes a large number of management blocks M1 to M3, as well as empty management blocks in the management information area 2a. It includes a header block H1 of the list and a header block H2 of the free data block list in the data area 3a. FIG. 2(a) shows an initial state in which no files are stored in the file area 1a, and all management blocks M1 to M1 in the management information area 2a are stored in the file area 1a.
M3 is in an empty state, and a pointer value such as a relative address value pointing to the first management block M1 is stored in the header block H1, and the remaining empty management blocks M2 . M3 is chained by the pointer value in each management block and managed as a list. Similarly, all data blocks D1 to D9 in the data area 3a are also free, and the pointer value of the first data block D1 is stored in the header block H2, and the remaining free data is stored in order from the first data block D1. Blocks D2 to D9 are chained by pointer values in each data block and managed as a list.

第2図(a)のような初期状態において、あるファイル
を作成する場合、管理情報域2aのへソダブロックH1
を参照して一つの空きの管理ブロック(管理ブロックM
l)が選択され、ヘッダブロックH1のポインタ値の変
更により第2図(blに示すように空きの管理ブロック
リストが更新される。
In the initial state as shown in FIG. 2(a), when creating a file, the hesoda block H1 of the management information area 2a
with reference to one free management block (management block M
1) is selected, and the empty management block list is updated as shown in FIG. 2 (bl) by changing the pointer value of the header block H1.

そして上記管理ブロックM1に、作成するファイルの識
別名(ファイル名)、最初のデータブロックD1のアド
レス、ファイルのデータブロック長等のファイル管理情
報が格納され、空きの先頭のデータブロックD1から順
次にデータブロックが使用され、ファイル作成後にヘッ
ダブロックH2が更新され、第2図(telに示すよう
に空きデータブロックリストの更新が行なわれる。
Then, file management information such as the identification name (file name) of the file to be created, the address of the first data block D1, and the data block length of the file is stored in the management block M1. The data block is used, the header block H2 is updated after the file is created, and the free data block list is updated as shown in FIG. 2 (tel).

さて、ファイル領域1aに格納するファイルが多くなっ
た場合、或いは大きなファイルを作成する等により、フ
ァイル領域1aの現在の容量では足りなくなったとき、
ファイル領域1aの拡張が行なわれる。
Now, when the number of files to be stored in the file area 1a increases, or when a large file is created, the current capacity of the file area 1a becomes insufficient.
The file area 1a is expanded.

第1図(blは、同図(a)のファイル領域1aを同一
磁気ディスク媒体DK上で拡張した後のファイル領域1
bを示しており、この例は、ファイル領域1aを、アド
レスX4からX5までの管理情報域2bと、アドレスX
5からX6までのデータ域3bとを持つファイル領域1
bに拡張する場合を示す。
FIG. 1 (bl) is a file area 1 after expanding the file area 1a in FIG. 1(a) on the same magnetic disk medium DK.
In this example, the file area 1a is divided into a management information area 2b from addresses X4 to X5 and an address X.
File area 1 with data area 3b from 5 to X6
The case of extension to b is shown.

本発明は、ファイル領域1aの拡張を、管理情報域2a
の拡張と、データ域3aの拡張に分けて行なうものであ
り、本実施例の拡張処理の手順例を第3図に示す。以下
、本実施例の方法を各図を参照しながら説明する。なお
、以後、ファイル領域1aを旧フアイル領域、管理情報
域2aを旧管理情報域、データ域3aを旧データ域、フ
ァイル領域1bを新フアイル領域、管理情報域2bを新
管理情報域、データ域3bを新データ域と呼ぶことにす
る。
The present invention extends the file area 1a to the management information area 2a.
An example of the procedure for the expansion process of this embodiment is shown in FIG. 3. The method of this embodiment will be explained below with reference to each figure. Note that from now on, the file area 1a will be referred to as the old file area, the management information area 2a as the old management information area, the data area 3a as the old data area, the file area 1b as the new file area, and the management information area 2b as the new management information area, data area. 3b will be called the new data area.

本実施例では、第3図に示すように、先ず旧データ域3
aの新データ域3bへの複写処理を行なう(ステップS
l)。これは、第1図(C1に示すように、旧データ域
3aの内容を新データ域3b中の例えば旧データ域3a
の直後の領域(アドレスX3の直後の領域)へ順次に複
写することで行なう。この処理によって新データ域3b
に旧データ域3aの内容を全て複写し終えると、同図t
c+に示すように新データ域3bには、空き領域4(元
々空き領域であったところ)と空き領域5 (旧データ
域3aの一部であったところ)とが生じる。
In this embodiment, as shown in FIG. 3, first, the old data area 3
A is copied to the new data area 3b (step S
l). As shown in FIG. 1 (C1), this transfers the contents of the old data area 3a to the old data area 3a in the new data area 3b.
This is done by sequentially copying to the area immediately after (the area immediately after address X3). With this process, the new data area 3b
When all the contents of the old data area 3a have been copied to t in the same figure,
As shown in c+, a free area 4 (originally a free area) and a free area 5 (a part of the old data area 3a) are created in the new data area 3b.

次に、第3図のステップS2に示すように旧管理情報域
2aの新管理情報域2bへの複写処理を行なう。これは
、第1図(d)に示すように、旧管理情報域2aの内容
を新管理情報域2bの先頭より順次に複写することで行
なう。この複写処理が終了すると、同図(d+に示すよ
うに新管理情報域2bには、空き領域6(旧管理情報域
2a、旧データ域3aの一部であったところ)が生じる
Next, as shown in step S2 in FIG. 3, the old management information area 2a is copied to the new management information area 2b. This is done by sequentially copying the contents of the old management information area 2a from the beginning of the new management information area 2b, as shown in FIG. 1(d). When this copying process is completed, a free area 6 (which was a part of the old management information area 2a and the old data area 3a) is created in the new management information area 2b as shown in the figure (d+).

次に、新管理情報域2b内の使用中の管理情報ブロック
の更新処理を行なう (ステップS3)。
Next, the management information block in use in the new management information area 2b is updated (step S3).

これは、例えば第2図(b)における管理情報ブロック
Ml中のデータブロックD1を指示するアドレス情報を
、拡張によって旧管理情報域2aと旧データ域3aとが
離間した距離D (D= (X3−(X4+α)、α・
・・旧管理情報域2aのサイズ)だけ修正するものであ
る。なお、第2図1al、 (blにおける使用中のデ
ータブロックD1〜D6のポインタ値は例えば相対アド
レスで表現されているので、変更は不要である。
This is, for example, the distance D (D= (X3 −(X4+α), α・
. . size of the old management information area 2a). Note that the pointer values of the data blocks D1 to D6 in use in FIG.

さて、最後に第3図のステップS4に示すように、空き
ブロック管理処理を行なう。これは新データ域3b中の
空きデータブロックの管理と新管理情報域2b中の空き
管理情報ブロックの管理とに分けられ、それぞれ次のよ
うな処理を行なう。
Finally, as shown in step S4 in FIG. 3, free block management processing is performed. This is divided into management of free data blocks in the new data area 3b and management of free management information blocks in the new management information area 2b, and the following processing is performed for each.

[空きデータブロックの管理処理] 新管理情報域2b中の空きデータブロック管理用ヘッダ
ブロックH2中のポインタ値を、旧管理情報域2aと旧
データ域3aが離間した距IIDだけ修正すると共に、
新データ域3b中に新しく生じた空き領域4.5中の全
ての空きデータブロックをチェインで結び、その先頭の
空きデータブロックを、旧データ域3aにもともと存在
していた空きデータブロックの最後尾に結び付ける。
[Free data block management processing] The pointer value in the free data block management header block H2 in the new management information area 2b is corrected by the distance IID between the old management information area 2a and the old data area 3a,
All the free data blocks in the newly created free area 4.5 in the new data area 3b are connected in a chain, and the first free data block is the last free data block that originally existed in the old data area 3a. Connect to.

[空き管理情報ブロックの管理処理] 新管理情報域2b中の空き管理情報ブロック管理用ヘッ
ダブロックH1中のポインタ値が相対値でなく変更を要
する場合は、新管理情報域2bに合わせて更新すると共
に、新管理情報域2b中に新しく生じた空き領域6中の
全ての空き管理ブロックをチェインで結び、その先頭の
空き管理ブロックを、旧管理情報域2aにもともと存在
していた空き管理ブロックの最後尾に結び付ける。
[Free management information block management processing] If the pointer value in the free management information block management header block H1 in the new management information area 2b is not a relative value and needs to be changed, it is updated to match the new management information area 2b. At the same time, all the free management blocks in the newly generated free area 6 in the new management information area 2b are connected in a chain, and the first free management block is replaced with the free management block that originally existed in the old management information area 2a. Tie it to the end.

以上で、旧フアイル領域1aを新フアイル領域1bに拡
張する処理が終了する。
This completes the process of expanding the old file area 1a to the new file area 1b.

以上のように本実施例によれば、ファイル領域1aを、
それが形成されている磁気ディスク媒体DK以外の磁気
ディスク媒体に退避させることなく同一の磁気ディスク
媒体DK上で拡張することができ、然もファイル領域の
一度の複写で拡張が行なえるので、拡張を速やかに行な
うことができる。
As described above, according to this embodiment, the file area 1a is
It can be expanded on the same magnetic disk medium DK without saving it to a magnetic disk medium other than the magnetic disk medium DK on which it is formed, and expansion can be done by copying the file area once. can be carried out promptly.

なお、第1図の実施例では旧データ域3aを複写してか
ら旧管理情報域2aを複写したが、第1図の場合にはそ
の複写順序を逆にしても良い。
In the embodiment shown in FIG. 1, the old data area 3a is copied and then the old management information area 2a is copied, but in the case of FIG. 1, the copying order may be reversed.

第4図は本発明の別の実施例の説明図であり、旧管理情
報域2aの複写を旧データ域3aの複写より先に行なう
場合を示す。同図fatに示すように旧管理情報域2a
が磁気ディスク媒体DKのアドレスXIO〜Xllにあ
り、新データ域3bへの旧データ域3aの複写によって
同図(b)に示すように旧管理情報域2aが破壊される
ときは、最初に旧管理情報域2aを新管理情報域2bへ
複写し、次に旧データ域3aを新データ域3bへ複写す
る。
FIG. 4 is an explanatory diagram of another embodiment of the present invention, showing a case where the old management information area 2a is copied before the old data area 3a is copied. As shown in the figure fat, the old management information area 2a
is located at addresses XIO to Xll of the magnetic disk medium DK, and when the old management information area 2a is destroyed by copying the old data area 3a to the new data area 3b as shown in FIG. The management information area 2a is copied to the new management information area 2b, and then the old data area 3a is copied to the new data area 3b.

第5図および第6図は本発明の更に別の実施例の説明図
である。第5図に示すように旧管理情報域2aの先頭ア
ドレスと新管理情報域2bの先頭アドレスが共にX20
で等しい場合、旧管理情報域2aの新管理情報域2bへ
の複写処理は省略できる。また、第6図に示すように旧
データ域3aのアドレス範囲(X30−’X31)が、
新データ域3bのアドレス範囲(X32〜X33)に含
まれる場合、旧データ域3aの新データ域3bへの複写
処理は省略できる。
FIGS. 5 and 6 are explanatory diagrams of still another embodiment of the present invention. As shown in FIG. 5, both the start address of the old management information area 2a and the start address of the new management information area 2b are X20.
If they are equal, the process of copying the old management information area 2a to the new management information area 2b can be omitted. In addition, as shown in FIG. 6, the address range (X30-'X31) of the old data area 3a is
If it is included in the address range (X32 to X33) of the new data area 3b, the process of copying the old data area 3a to the new data area 3b can be omitted.

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

以上説明したように、本発明は、記憶媒体上のファイル
領域を拡張した新しいファイル領域を前記記憶媒体と同
一記憶媒体上に作成し、拡張前のファイル領域の管理情
報域、データ域の少なくとも一方を、複写前の管理情報
域、データ域を破壊しないように前記新しいファイル領
域に複写し、その後、新しいファイル領域に生じた空き
ブロックに関する管理情報と、新しい管理情報域中の使
用中管理ブロックのアドレス情報とを更新するものであ
り、ファイル領域の拡張を退避、復旧の為の補助記憶装
置を使用することなく行なうことができ、またファイル
領域の複写が一度で済むのでファイル領域の拡張を速や
かに行なうことができる効果がある。
As described above, the present invention creates a new file area by expanding a file area on a storage medium on the same storage medium, and creates at least one of the management information area and the data area of the file area before expansion. is copied to the new file area without destroying the management information area and data area before copying, and then the management information regarding free blocks generated in the new file area and the management blocks in use in the new management information area are copied. Address information can be updated, and the file area can be expanded without using auxiliary storage for backup and recovery.Also, since the file area only needs to be copied once, the file area can be expanded quickly. There are some effects that can be achieved.

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

第1図は本発明の一実施例の説明図、 第2図はファイル領域1aの内部構成図、第3図は本発
明の一実施例の処理手順を示す流れ図および、 第4図乃至第6図は本発明のそれぞれ異なる他の実施例
の説明図である。 図において、1a・・・拡張前のファイル領域、1b・
・・拡張後のファイル領域、2a、  2b・・・管理
情報域、3a、3b・・・データ域、4〜6・・・空き
領域、DK・・・磁気ディスク媒体、M1〜M3・・・
管理ブロック、D1〜D9・・・データブロック、Hl
・・・空き管理ブロックリストのへソダプロソク、H2
・・・空きデータブロックリストのへソダブロソク。
FIG. 1 is an explanatory diagram of an embodiment of the present invention, FIG. 2 is an internal configuration diagram of a file area 1a, FIG. 3 is a flowchart showing a processing procedure of an embodiment of the present invention, and FIGS. 4 to 6 The figures are explanatory diagrams of other different embodiments of the present invention. In the figure, 1a...file area before expansion, 1b...
...File area after expansion, 2a, 2b...Management information area, 3a, 3b...Data area, 4-6...Free space, DK...Magnetic disk medium, M1-M3...
Management block, D1 to D9...Data block, Hl
・・・Hesodapurosoku of free space management block list, H2
...The list of free data blocks.

Claims (1)

【特許請求の範囲】 記憶媒体上のファイル領域を、それぞれが固定長のブロ
ックに区切って使用されるデータ域と管理情報域とに分
割し、ファイルの実体をデータ域中の複数のデータブロ
ックに格納してそのアドレスを管理情報域中の管理ブロ
ックで管理し、且つ、データ域中の空きデータブロック
および管理情報域中の空き管理ブロックをチェイン構造
で管理すると共に先頭の空きデータブロック、空き管理
ブロックを管理情報域中の特定ブロックが指すようにし
たファイルシステムにおいて、 前記記憶媒体上のファイル領域を拡張した新しいファイ
ル領域を前記記憶媒体と同一記憶媒体上に作成した後、 拡張前のファイル領域の管理情報域、データ域の少なく
とも一方を、複写前の管理情報域、データ域を破壊しな
いように前記新しいファイル領域に複写し、 次いで、前記新しいファイル領域に生じた空きブロック
に関する管理情報と、新しい管理情報域における使用中
管理ブロック中のアドレス情報とを更新することにより
、ファイル領域の拡張を行なうようにしたことを特徴と
するファイル領域の拡張方法。
[Claims] A file area on a storage medium is divided into a data area and a management information area, each of which is divided into fixed-length blocks, and the file entity is divided into multiple data blocks in the data area. The address is managed in a management block in the management information area, and free data blocks in the data area and free management blocks in the management information area are managed in a chain structure, and the first free data block and free management are In a file system in which a block is pointed to by a specific block in the management information area, after creating a new file area on the same storage medium by expanding the file area on the storage medium, the file area before expansion is created. Copying at least one of the management information area and data area to the new file area without destroying the management information area and data area before copying, and then copying management information regarding free blocks generated in the new file area, A method for expanding a file area, characterized in that the file area is expanded by updating address information in a currently used management block in a new management information area.
JP62046269A 1987-02-28 1987-02-28 Method for extending file area Pending JPS63213042A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62046269A JPS63213042A (en) 1987-02-28 1987-02-28 Method for extending file area

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62046269A JPS63213042A (en) 1987-02-28 1987-02-28 Method for extending file area

Publications (1)

Publication Number Publication Date
JPS63213042A true JPS63213042A (en) 1988-09-05

Family

ID=12742504

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62046269A Pending JPS63213042A (en) 1987-02-28 1987-02-28 Method for extending file area

Country Status (1)

Country Link
JP (1) JPS63213042A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04148248A (en) * 1990-10-08 1992-05-21 Matsushita Electric Ind Co Ltd Information processor
JP2009217357A (en) * 2008-03-07 2009-09-24 Nec Corp File space addition system, file space addition method and file space addition program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04148248A (en) * 1990-10-08 1992-05-21 Matsushita Electric Ind Co Ltd Information processor
JP2009217357A (en) * 2008-03-07 2009-09-24 Nec Corp File space addition system, file space addition method and file space addition program

Similar Documents

Publication Publication Date Title
JP4395536B2 (en) How to store file data on disk
JPH03266039A (en) Free format data link processing system
JPH1185526A (en) Program loading method
US7689634B2 (en) Flexible approach to store attribute information (META-DATA) related to files of a file system
JPS63273961A (en) Management system for plural versions
JPS63213042A (en) Method for extending file area
JPH04360246A (en) Device for compressing file
JPH0394377A (en) Map file updating system
GB2328531A (en) Storing a long record in a set of shorter keyed records
JPH05250243A (en) Data processing system for extended storage device
JPH0330033A (en) File copying processor
JPS6378265A (en) Process controlling system
JPH036753A (en) File saving system
JPS62229344A (en) Data storing system
JPS63254541A (en) Updating system for data set control information
JPH01119839A (en) File constitution control system
JPH04223537A (en) Image file storing system
JPS63247848A (en) Data input/output system
JPH05298178A (en) Semiconductor integrated circuit
JPH0488423A (en) Data control system
JPH01163848A (en) Double updating preventing system for disk file
JPH064381A (en) Variable length record replacing system
JPH05181656A (en) Symbol information management system
JPH03100742A (en) File storage system
JPH0326177A (en) Compression and expansion controller for image data