JPH1115706A - Divided storage and coupled reading system for data to auxiliary storage - Google Patents

Divided storage and coupled reading system for data to auxiliary storage

Info

Publication number
JPH1115706A
JPH1115706A JP9180612A JP18061297A JPH1115706A JP H1115706 A JPH1115706 A JP H1115706A JP 9180612 A JP9180612 A JP 9180612A JP 18061297 A JP18061297 A JP 18061297A JP H1115706 A JPH1115706 A JP H1115706A
Authority
JP
Japan
Prior art keywords
data
auxiliary storage
storage device
divided
stored
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
JP9180612A
Other languages
Japanese (ja)
Inventor
Satoshi Kurio
聡 栗尾
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 JP9180612A priority Critical patent/JPH1115706A/en
Publication of JPH1115706A publication Critical patent/JPH1115706A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To store the data having large capacity by using a means which divides and stores the data in plural auxiliary storages for a writing request for the data exceeding the idle capacity of a single auxiliary storage based on the idle capacity of those writable/readable auxiliary storages. SOLUTION: A file system 16 checks the remainder (idle) capacity of auxiliary storages 20 to 22. If the data 13 cannot be stored in a single auxiliary storage, the data 13 are divided into data 13-1 to 13-3 and can be stored in the idle capacity of the storages 20 to 22. Then the drivers, i.e., a memory card driver 17, a network driver 18 and a disk driver 19 which control those auxiliary storages store the data 13-1 to 13-3 in a memory card 20 and also in the auxiliary storage 21 and a fixed disk 22 which are connected to each other via a network.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データ管理方式に
関し、オペレーティングシステムが利用可能な補助記憶
装置にデータを保存する際のデータ保存及び読み取りの
制御方式に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a data management system, and more particularly to a data storage and reading control system for storing data in an auxiliary storage device usable by an operating system.

【0002】[0002]

【従来の技術】従来のファイルシステムにおいて、空き
領域が点在する記憶装置にデータを保存する際、点在す
る各空き領域に納まるようにデータを分割し、分割した
データを復元するための情報を付加することで、点在し
た各空き領域よりも大きなデータ保存を可能としてい
た。図3は、従来のファイルシステムにおける保存処理
を説明するための図である。図3を参照すると、補助記
憶装置11のファイル管理を行うファイルシステムは、
空き領域の容量のチェックを行い、保存すべきデータ1
3を分割処理12で複数データ13−1〜13−3に分
割し、それぞれの分割データを、補助記憶装置11の各
空き領域にそれぞれ保管する(例えば物理アドレスが相
違した空きブロックに分散して保管される)。図4は、
データ13に分割を模式的に示す説明図である。分割さ
れた各データ毎にその分割情報15が付加され、分割情
報15は分割したデータの残り数、次のデータの保管位
置(次のブロックへのリンク情報)、次のデータのサイ
ズの情報からなる。
2. Description of the Related Art In a conventional file system, when data is stored in a storage device having scattered empty areas, data is divided so as to fit in each of the scattered empty areas, and information for restoring the divided data is stored. Is added, it is possible to save data larger than each of the scattered empty areas. FIG. 3 is a diagram for explaining a storage process in a conventional file system. Referring to FIG. 3, a file system that performs file management of the auxiliary storage device 11 includes:
Check the free space capacity and save the data 1
3 is divided into a plurality of data 13-1 to 13-3 by the division processing 12, and each divided data is stored in each free area of the auxiliary storage device 11 (for example, the divided data is distributed to empty blocks having different physical addresses). Stored). FIG.
FIG. 9 is an explanatory diagram schematically showing division into data. The division information 15 is added to each of the divided data, and the division information 15 is based on the remaining number of the divided data, the storage position of the next data (link information to the next block), and the information of the size of the next data. Become.

【0003】この種のデータ管理方式として、例えば特
開平5−28027号公報には、記憶装置を予め複数の
領域に分割し、記憶装置に記憶される画像データはデー
タ片毎に記憶装置の所定の領域に配分して管理され、新
たなデータを記憶装置に記録する場合、点在した空き領
域の合計が保存すべきデータ長よりも大でありさえすれ
ば、空き領域が連続して存在していなくとも、これらの
領域に配分して記録できるようにした画像データ管理方
式が提案されている。また、特開昭63−224093
号公報には、分割したデータを記憶していくとき各デー
タに付加する連鎖情報を一時保持しておき、分割データ
が全て正常に記憶された場合にだけ各データに一時保持
していた連鎖情報を付加し、不当なデータ読み出しを回
避するデータ記憶方式が提案されている。
As this type of data management method, for example, Japanese Patent Laid-Open No. 5-28027 discloses that a storage device is divided into a plurality of areas in advance, and image data stored in the storage device is stored in a predetermined manner in the storage device for each data fragment. When new data is recorded in the storage device and the total of the scattered free areas is larger than the data length to be stored, the free areas are continuously present. If not, an image data management method has been proposed which enables recording by allocating to these areas. Also, JP-A-63-224093
In the official gazette, the chain information added to each data when storing the divided data is temporarily stored, and the chain information temporarily stored in each data only when all the divided data is normally stored. Have been proposed to avoid improper data reading.

【0004】[0004]

【発明が解決しようとする課題】上記した従来のファイ
ルシステムにおいては、単一の記憶装置内の個々の空き
領域ブロックの大きさが、保存すべきデータの大きさよ
りも小さい場合を扱ったものであり、保存すべきデータ
が、個々の記憶装置の容量もしくは全空き容量よりも大
きい場合には、このデータを保存することはできない。
The conventional file system described above deals with the case where the size of each free space block in a single storage device is smaller than the size of data to be stored. Yes, if the data to be stored is larger than the capacity of each storage device or the total free space, this data cannot be stored.

【0005】したがって、本発明は、上記問題点に鑑み
てなされたものであって、その目的は、個々の記憶装置
の容量を上回る大きさのデータを複数の記憶装置に保存
させ、大容量のデータ保存を実現するデータ管理方式を
提供することにある。
Accordingly, the present invention has been made in view of the above-mentioned problems, and an object of the present invention is to store data having a size exceeding the capacity of each storage device in a plurality of storage devices, An object of the present invention is to provide a data management method for realizing data storage.

【0006】[0006]

【課題を解決するための手段】前記目的を達成するた
め、本発明は、補助記憶装置のデータの管理を行うシス
テムが、書き込み及び読み出し可能な複数の補助記憶装
置の空き容量に基づき、一つの補助記憶装置の空き容量
を超えるデータの書き込み要求に対して、該データを、
前記複数の補助記憶装置に跨って分割保存する手段を備
えたことを特徴とする。また本発明においては、前記シ
ステムは、データの読み出し要求に対して、前記複数の
補助記憶装置に跨って分割保存されたデータを結合する
手段を備える。
In order to achieve the above-mentioned object, the present invention provides a system for managing data in an auxiliary storage device, wherein a system for managing data in an auxiliary storage device is provided based on the free space of a plurality of writable and readable auxiliary storage devices. In response to a write request for data that exceeds the free space of the auxiliary storage device,
The image processing apparatus further includes means for dividing and storing the plurality of auxiliary storage devices. Further, in the present invention, the system includes a unit that combines data divided and stored across the plurality of auxiliary storage devices in response to a data read request.

【0007】また本発明は、好ましくは、複数の補助記
憶装置に利用可能なオペレーティングシステムのデータ
管理方式において、保存しようとするデータの大きさ
が、目的の補助記憶装置の残容量を超える場合、利用可
能な他の補助記憶装置の残容量を調査し、前記データを
前記目的の補助記憶装置と前記他の補助記憶装置の残容
量に対応して分割し、前記分割したデータを前記目的の
補助記憶装置と前記他の補助記憶装置に分割して保存す
ると共に、前記データの分割サイズおよび保存先に関す
る情報を保持する手段と、データ読み出し時には、前記
目的の補助記憶装置と前記他の補助記憶装置に分割して
保存されたデータを結合して読み取る手段と、を備えた
ことを特徴とする。
Further, according to the present invention, preferably, in a data management method of an operating system usable for a plurality of auxiliary storage devices, when the size of data to be stored exceeds the remaining capacity of the target auxiliary storage device, The remaining capacity of another available auxiliary storage device is examined, the data is divided according to the remaining capacity of the target auxiliary storage device and the remaining capacity of the other auxiliary storage device, and the divided data is divided into the target auxiliary storage device. Means for dividing and storing the data in the storage device and the other auxiliary storage device, and for holding information on the division size and the storage destination of the data, and in reading the data, the target auxiliary storage device and the other auxiliary storage device Means for combining and reading the data divided and stored.

【0008】[0008]

【発明の実施の形態】本発明の実施の形態について以下
に説明する。本発明は、その好ましい実施の形態におい
て、従来方式のように、単一の記憶装置に対してのみデ
ータを分割保存を行うのではなく、オペレーティングシ
ステムで利用可能なすべての記憶装置にまたがったデー
タ分割保存/分割保存情報の保持を行い、読み取り時に
分割保存情報を利用する処理を、オペレーティングシス
テムのファイルシステムに組み込むようにしたものであ
る。
Embodiments of the present invention will be described below. The present invention, in its preferred embodiment, does not store data in a single storage device in a divided manner as in the conventional method, but rather spreads data across all storage devices available to the operating system. Processing for holding divided storage / divided storage information and using the divided storage information at the time of reading is incorporated in a file system of an operating system.

【0009】より詳細には、本発明は、その好ましい実
施の形態において、複数の補助記憶装置に利用可能なオ
ペレーティングシステムのデータ管理方式において、フ
ァイルシステムは、アプリケーションが保存しようとす
るデータの大きさが、目的の補助記憶装置の残容量を超
える場合、利用可能な他の補助記憶装置の残容量を調査
し、前記データを前記目的の補助記憶装置と前記他の補
助記憶装置の残容量に対応して分割し、前記分割したデ
ータを前記目的の補助記憶装置と前記他の補助記憶装置
に分割して保存すると共に、前記データの分割サイズお
よび保存先に関する情報を保持する手段を備える。
More specifically, in a preferred embodiment of the present invention, in a data management system of an operating system which can be used for a plurality of auxiliary storage devices, a file system stores the size of data to be stored by an application. However, when the remaining capacity of the target auxiliary storage device is exceeded, the remaining capacity of another available auxiliary storage device is investigated, and the data is corresponded to the remaining capacity of the target auxiliary storage device and the remaining auxiliary storage device. Means for dividing and storing the divided data in the target auxiliary storage device and the other auxiliary storage device, and holding information on a division size and a storage destination of the data.

【0010】またファイルシステムは、アプリケーショ
ンがデータ読み出しを行う時には、前記目的の補助記憶
装置と前記他の補助記憶装置に分割して保存されたデー
タを結合して読み取る手段を備える。
[0010] The file system further comprises means for combining and reading data stored separately in the target auxiliary storage device and the other auxiliary storage device when the application reads data.

【0011】本発明の実施の形態によれば、個々の記憶
装置の容量を上回る大きさのデータを複数の記憶装置に
保存でき、またファイルシステムに実装しているため、
オペレーティングシステムで利用可能な補助記憶装置や
ネットワーク等の仮想補助記憶装置をも対象にできる。
According to the embodiment of the present invention, data having a size exceeding the capacity of each storage device can be stored in a plurality of storage devices, and the data is mounted on a file system.
A virtual auxiliary storage device such as an auxiliary storage device that can be used in an operating system or a network can also be used.

【0012】[0012]

【実施例】上記した本発明の実施の形態について更に詳
細に説明すべく、本発明の実施例を図面を参照して以下
に説明する。図1、及び図2は、本発明の一実施例のデ
ータ分割保存および結合読み込みを説明するための図で
ある。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention; FIG. 1 and FIG. 2 are diagrams for explaining data division storage and combination reading according to an embodiment of the present invention.

【0013】オペレーティングシステムで利用可能な補
助記憶装置であるメモリカード20、ネットワーク経由
で接続された補助記憶装置21、及び固定ディスク22
を備え、ファイルシステム16は、それぞれの補助記憶
装置を制御する、メモリカードドライバ17、ネットワ
ークドライバ18およびディスクドライバ19を備え、
さらに、ファイルシステム16は、各補助記憶装置2
0、21、22の残り容量を調査し、単一の記憶装置に
保存できない場合、各補助記憶装置20、21、22の
残り容量(空き容量)に納まるように、データ13を分
割し、それぞれに分割情報15を付加し、データ13−
1、データ13−2、データ13−3を生成する分割処
理手段12′を備えて構成されている。
A memory card 20, which is an auxiliary storage device usable by the operating system, an auxiliary storage device 21 connected via a network, and a fixed disk 22
The file system 16 includes a memory card driver 17, a network driver 18, and a disk driver 19 for controlling respective auxiliary storage devices,
Further, the file system 16 stores each of the auxiliary storage devices 2.
The remaining capacity of 0, 21, and 22 is checked, and if the remaining capacity cannot be stored in a single storage device, the data 13 is divided so as to fit in the remaining capacity (free capacity) of each of the auxiliary storage devices 20, 21, and 22. To the data 13-
1, data 13-2 and division processing means 12 'for generating data 13-3.

【0014】図2を参照すると、分割されたデータ13
−1、13−2、13−3毎に分割情報15−1、15
−2、15−3が付加され、その内容は分割したデータ
の残り数、次のデータの保管位置及び保管ファイル名、
次のデータのサイズを含む。
Referring to FIG. 2, the divided data 13
Division information 15-1, 15 for each of -1, 13-2, 13-3
-2 and 15-3 are added, and the contents are the remaining number of divided data, the storage position and storage file name of the next data,
Including the size of the following data.

【0015】ファイルシステム16のそれぞれの補助記
憶装置を制御するドライバ、すなわちメモリカードドラ
イバ17、ネットワークドライバ18およびディスクド
ライバ19を経由し、分割生成されたデータ13−1、
データ13−2、データ13−3のメモリカード20、
ネットワーク経由で接続された補助記憶装置21、及び
固定ディスク22への保存を行う。
Via the drivers for controlling the respective auxiliary storage devices of the file system 16, ie, the memory card driver 17, the network driver 18 and the disk driver 19, the divided and generated data 13-1,
Data 13-2, memory card 20 of data 13-3,
The data is stored in the auxiliary storage device 21 and the fixed disk 22 connected via the network.

【0016】ファイルシステムは、分割保存されたデー
タを読み取る時には、この分割情報15を参照して、分
割されたデータのリンクを辿り、複数の補助記憶装置に
分割保存されたデータを一つのデータに結合する。
When the file system reads the divided data, the file system refers to the division information 15 and follows the link of the divided data to convert the data divided and stored in the plurality of auxiliary storage devices into one data. Join.

【0017】[0017]

【発明の効果】以上説明したように、本発明によれば、
オペレーティングシステムで利用可能なすべての補助記
憶装置内の空き容量を有効に利用することができるとい
う効果を奏する。その理由は、本発明においては、デー
タサイズが一つの補助記憶装置の空き容量を超えている
時には、複数の補助記憶装置の残容量に応じてデータを
分割し、複数の補助記憶装置にわたってデータを分割保
存するように構成したことによる。
As described above, according to the present invention,
There is an effect that the free space in all the auxiliary storage devices available in the operating system can be effectively used. The reason is that, in the present invention, when the data size exceeds the free space of one auxiliary storage device, the data is divided according to the remaining capacity of the plurality of auxiliary storage devices, and the data is divided over the plurality of auxiliary storage devices. This is due to the configuration for split storage.

【0018】また本発明によれば、個々の記憶装置の容
量を上回る大きさのデータを複数の記憶装置に保存する
ことができる。
Further, according to the present invention, data having a size exceeding the capacity of each storage device can be stored in a plurality of storage devices.

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

【図1】本発明の一実施例の構成を模式的に示す説明図
である。
FIG. 1 is an explanatory diagram schematically showing a configuration of one embodiment of the present invention.

【図2】本発明の一実施例における分割情報の一例を模
式的に示す説明図である。
FIG. 2 is an explanatory diagram schematically showing an example of division information according to an embodiment of the present invention.

【図3】従来のファイル管理方式を模式的に示す説明図
である。
FIG. 3 is an explanatory diagram schematically showing a conventional file management method.

【図4】従来の分割情報の一例を模式的に示す説明図で
ある。
FIG. 4 is an explanatory diagram schematically showing an example of conventional division information.

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

11 補助記憶装置 12 分割処理 13 データ 14 保存処理 15 分割情報 16 ファイルシステム 17 メモリカードドライバ 18 ネットワークドライバ 19 ディスクドライバ 20 メモリカード 21 ネットワーク上の補助記憶装置 22 固定ディスク Reference Signs List 11 auxiliary storage device 12 division processing 13 data 14 storage processing 15 division information 16 file system 17 memory card driver 18 network driver 19 disk driver 20 memory card 21 auxiliary storage device on network 22 fixed disk

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】補助記憶装置のデータの管理を行うシステ
ムが、書き込み及び読み出し可能な複数の補助記憶装置
の空き容量に基づき、一つの補助記憶装置の空き容量を
超えるデータの書き込み要求に対して、該データを、前
記複数の補助記憶装置に跨って分割保存する手段を備え
たことを特徴とするデータ管理方式。
A system for managing data in an auxiliary storage device is provided, based on the free space of a plurality of writable and readable auxiliary storage devices, for a data write request that exceeds the free space of one auxiliary storage device. And a means for dividing and storing the data across the plurality of auxiliary storage devices.
【請求項2】前記システムが、データの読み出し要求に
対して、前記複数の補助記憶装置に跨って分割保存され
たデータを結合する手段を更に備えたことを特徴とする
請求項1記載のデータ管理方式。
2. The data according to claim 1, wherein said system further comprises means for combining data divided and stored across said plurality of auxiliary storage devices in response to a data read request. Management method.
【請求項3】複数の補助記憶装置に利用可能なオペレー
ティングシステムのデータ管理方式において、 保存対象データの大きさが、目的の補助記憶装置の残容
量を超える場合、利用可能な他の補助記憶装置の残容量
を調査し、前記データを前記目的の補助記憶装置と前記
他の補助記憶装置の残容量に対応して分割し、前記分割
したデータを前記目的の補助記憶装置と前記他の補助記
憶装置に分割して保存すると共に、前記データの分割サ
イズおよび保存先に関する情報を保持する手段と、 データの読み出し時には、前記目的の補助記憶装置と前
記他の補助記憶装置に分割して保存されたデータを結合
して読み取る手段と、 を備えたことを特徴とするデータ分割保存及び結合読取
方式。
3. A data management method of an operating system that can be used for a plurality of auxiliary storage devices, wherein when the size of data to be saved exceeds the remaining capacity of a target auxiliary storage device, another available auxiliary storage device is used. The remaining data of the target auxiliary storage device and the other auxiliary storage device are divided according to the remaining capacity thereof, and the divided data is divided into the target auxiliary storage device and the other auxiliary storage device. Means for storing information on the division size and storage destination of the data while dividing and storing the data in the device; and when reading the data, the data is divided and stored in the target auxiliary storage device and the other auxiliary storage device. Means for combining and reading data; and a data division storage and combination reading method, comprising:
JP9180612A 1997-06-20 1997-06-20 Divided storage and coupled reading system for data to auxiliary storage Pending JPH1115706A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9180612A JPH1115706A (en) 1997-06-20 1997-06-20 Divided storage and coupled reading system for data to auxiliary storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9180612A JPH1115706A (en) 1997-06-20 1997-06-20 Divided storage and coupled reading system for data to auxiliary storage

Publications (1)

Publication Number Publication Date
JPH1115706A true JPH1115706A (en) 1999-01-22

Family

ID=16086288

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9180612A Pending JPH1115706A (en) 1997-06-20 1997-06-20 Divided storage and coupled reading system for data to auxiliary storage

Country Status (1)

Country Link
JP (1) JPH1115706A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013196116A (en) * 2012-03-16 2013-09-30 Oki Electric Ind Co Ltd Data storage device and method
JP2016164741A (en) * 2015-03-06 2016-09-08 日本電気株式会社 Information processing device, information processing method, information processing program, and information processing system
JP2016164740A (en) * 2015-03-06 2016-09-08 日本電気株式会社 Information processing device, information processing method, information processing program, data structure, and information processing system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013196116A (en) * 2012-03-16 2013-09-30 Oki Electric Ind Co Ltd Data storage device and method
JP2016164741A (en) * 2015-03-06 2016-09-08 日本電気株式会社 Information processing device, information processing method, information processing program, and information processing system
JP2016164740A (en) * 2015-03-06 2016-09-08 日本電気株式会社 Information processing device, information processing method, information processing program, data structure, and information processing system

Similar Documents

Publication Publication Date Title
JP2804115B2 (en) Disk file system
JP2000158724A (en) Image-processing apparatus, image processing method and recording medium
JP2766424B2 (en) Logical volume device
JPH1115706A (en) Divided storage and coupled reading system for data to auxiliary storage
JP2003256269A (en) Control method for nonvolatile storage device, and memory device
JPH06124231A (en) Semiconductor filing device
JPH0330034A (en) Optical disk file managing method
JPH1153123A (en) Backup system
JPH08106443A (en) Data processing system and parallel computer
JPH09160813A (en) File managing device
JPH06214837A (en) Storage area managing method for external storage device
JPH04289931A (en) Variable length file managing system
JP2784520B2 (en) File transfer device
JPH08129500A (en) Writing control system in storage device
JP2000353054A (en) Control method for information processor and information processor
JPH026094B2 (en)
JPH08202503A (en) Disk array device
JP2569524B2 (en) Virtual disk control method for extended storage device
JP2817911B2 (en) Access control method for keyed files
JPH04157522A (en) Directory management system for optical disk controller
JP2005149620A (en) Storage device and file system
JP2004038828A (en) Method for splitting memory space of data storage medium into plurality of virtual split areas
JPH10149314A (en) Main memory swapping device
JP2784650B2 (en) Optical disk storage management method
JPS62108346A (en) Inter-process communication system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010327