JPS634475A - File management system for stand alone type work system - Google Patents
File management system for stand alone type work systemInfo
- Publication number
- JPS634475A JPS634475A JP61148501A JP14850186A JPS634475A JP S634475 A JPS634475 A JP S634475A JP 61148501 A JP61148501 A JP 61148501A JP 14850186 A JP14850186 A JP 14850186A JP S634475 A JPS634475 A JP S634475A
- Authority
- JP
- Japan
- Prior art keywords
- file
- disk
- block
- blocks
- contents
- 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
Links
- 238000007726 management method Methods 0.000 claims description 8
- 238000012545 processing Methods 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 4
- 238000000034 method Methods 0.000 description 2
- 230000007423 decrease Effects 0.000 description 1
Landscapes
- Management Or Editing Of Information On Record Carriers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はスタンドアローン型ワークシステムのファイル
管理方式に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a file management method for a stand-alone work system.
従来のスタンドアローン型ワークシステムのファイル管
理方式では、各ファイルはブロックによりアクセスされ
る。また、この種のシステムのディスクの構成はOSエ
リアとワークエリアとストレージエリアとから構成され
OSエリアとワークエリアのファイルはディスク上では
必ず連続したブロック構成となっているが、ストレージ
エリアは、各ファイル毎にデータの増減かあるため連続
したブロックでなくてもファイル分ストアできる様にし
である。In traditional stand-alone work system file management schemes, each file is accessed in blocks. In addition, the disk configuration of this type of system consists of an OS area, a work area, and a storage area, and the files in the OS area and work area always have a contiguous block configuration on the disk, but each storage area Since data increases or decreases for each file, it is possible to store files even if they are not continuous blocks.
第3図に従来のスタンドアローン型ワークシステムのフ
ァイル管理方式が示しである。第3図(a)に示すよう
にディスク2にはOSエリア21、ワークエリア22と
ストレージエリア23とがあり、ストレージエリアのブ
ロック231〜237にはファイルAの内容A−1〜A
−3.ファイルBの内容B−1〜B−2.ファイルCの
内容C−1〜C−2が格納されている。これにファイル
Aの内容A−4〜A−5を格納すると第3図(b)のよ
うにブロック238.239に格納されファイルAの内
容A−1〜A−3とA−4〜A−5は連続したブロック
には収容されていない。FIG. 3 shows a file management method of a conventional stand-alone work system. As shown in FIG. 3(a), the disk 2 has an OS area 21, a work area 22, and a storage area 23, and blocks 231 to 237 of the storage area contain the contents of files A-1 to A-1.
-3. Contents of file B B-1 to B-2. Contents C-1 to C-2 of file C are stored. When the contents A-4 to A-5 of file A are stored in this, the contents A-1 to A-3 and A-4 to A- of file A are stored in blocks 238 and 239 as shown in Fig. 3(b). 5 is not accommodated in consecutive blocks.
以上のように従来のスタンドアローン型ワークシステム
のファイル管理方式では、ストレージエリアにおいて、
ファイルをロード、ストアする際必ずしも連続したブロ
ック構成でない為、1つのブロックを探索するのに、デ
ィスクのすべてのシリングを探索しなくてはならない場
合がある。As mentioned above, in the file management method of conventional standalone work systems, in the storage area,
When loading and storing files, the blocks are not necessarily contiguous, so it may be necessary to search all the shillings on the disk to find one block.
小データのファイルならロード、ストアの時間は連続し
たブロック構成のファイルと大差ないが、大データの場
合ディスク装置のヘッドの動作回数が非常に多くなり、
ロード、ストアに要する時間が大幅に増加する為、作業
効率が悪くなるという問題点がある。The load and store times for small data files are not much different from those for files with a continuous block structure, but for large data files, the number of operations of the disk device head becomes extremely large.
Since the time required for loading and storing increases significantly, there is a problem that work efficiency deteriorates.
本発明の方式は、オペレーティングシステムのエリアと
ワークエリアとそれ以外の残りのブロックをストレージ
エリアとして使用する第1のディスクとストレージエリ
ア専用に使用する第2のディスクとを用意し、ファイル
データの格納に際しては前記ファイルデータを先づ前記
第1のディスクのストレージエリアに格納し、次いで前
記第2のディスクから前記ファイルデータに先行するフ
ァイルデータが格納されているブロックを検出し、該ブ
ロックに後続するブロックに格納されている内容を前記
ファイルデータに対応するブロック分だけ移動させ該移
動の結果空になったブロックに前記ファイルデータを格
納し、前記第2のディスクへのファイルデータの格納は
連続するブロックを使用して構成される。The method of the present invention prepares a first disk that uses the operating system area, work area, and other remaining blocks as a storage area, and a second disk that is used exclusively for the storage area, and stores file data. In this case, the file data is first stored in a storage area of the first disk, and then a block in which file data preceding the file data is stored is detected from the second disk, and a block subsequent to the file data is detected from the second disk. The content stored in the block is moved by a block corresponding to the file data, and the file data is stored in the block that becomes empty as a result of the movement, and the storage of the file data on the second disk is continuous. Constructed using blocks.
次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.
第1図は本発明の一実施例を示すブロック図である。第
1図のスタンドアローン型ワークシステムのファイル管
理方式は中央処理装置1と、ディスク2および3と、図
形データ、コメントなどを表示し、コマンドを入力する
キーボード付グラフィックデイスプレィ4と、システム
立上げ等のコマンドを入力するキーボード5とから構成
される。FIG. 1 is a block diagram showing one embodiment of the present invention. The file management system of the stand-alone work system shown in Figure 1 consists of a central processing unit 1, disks 2 and 3, a graphic display 4 with a keyboard for displaying graphic data, comments, etc. and inputting commands, and a system startup system. It consists of a keyboard 5 for inputting commands such as the following.
ディスク3はストレージエリア専用であり、ディスク2
にはOSエリア21とワークエリア22と残っているブ
ロックをストレージエリア23として備えこのストレー
ジエリア23は一時的なストアに使用されその際は必ず
しも連続したブロックを使わなくともよいように利用さ
れる。Disk 3 is dedicated to storage area and Disk 2
The OS area 21, the work area 22, and the remaining blocks are provided as a storage area 23, and this storage area 23 is used for temporary storage, so that it is not necessarily necessary to use consecutive blocks.
次にファイルをストアする手順を示す。The procedure for storing files is shown below.
現在時点でディスク2および3は第2図(a>で示す状
態にファイルが格納されているとする。Assume that files are currently stored on disks 2 and 3 in the state shown in FIG. 2 (a>).
すなわち、ディスク2ではOSエリア21.ワークエリ
ア22につづくストレージエリア23は空となっており
、ディスク3にはファイルAの内容A−1,A−2,A
−3がブロック31,32゜33に、ファイルBの内容
B−1,B−2がブロック34.35に、ファイルCの
内容C−1,C−2がブロック36.37に格納されて
いる。この状態でファイルAの内容A−3に続く内容A
−4、A−5を格納する場合について説明する。That is, on disk 2, OS area 21. The storage area 23 following the work area 22 is empty, and the contents of files A-1, A-2, A are stored on the disk 3.
-3 is stored in blocks 31, 32 and 33, contents B-1 and B-2 of file B are stored in block 34.35, and contents C-1 and C-2 of file C are stored in block 36.37. . In this state, content A of file A follows content A-3.
The case where -4 and A-5 are stored will be explained.
キーボード付グラフィックデイスプレィで作成されたフ
ァイル内容A−4,A−5はストア命令によりディスク
2の一時的なストレージエリア23のブロック231.
232に第2図(b)に示すように格納される。File contents A-4 and A-5 created on the graphic display with keyboard are stored in block 231. of the temporary storage area 23 of disk 2 by a store command.
232 as shown in FIG. 2(b).
次いでニブイト等の他の処理の合間にディスク3のファ
イル内容A−3の格納されているブロック33を検出し
、このブロック33につづくブロック34.35.36
.37にあるファイル内容B−1,8−2,C−1,C
−2をブロック36〜39にファイルデータA−4,A
−5に対応する2ブロック分だけ移動し、次いでディス
ク2のブロック231,232にあるファイル内容A−
4、A−5を空になったディスク3のブロック34.3
5に移動する。Next, during other processing such as Nibite, block 33 in which file content A-3 of disk 3 is stored is detected, and blocks 34, 35, and 36 following this block 33 are detected.
.. File contents in 37 B-1, 8-2, C-1, C
-2 to blocks 36 to 39 as file data A-4, A
-5, and then file contents A- in blocks 231 and 232 of disk 2.
4. Block 34.3 of disk 3 where A-5 is empty
Move to 5.
このようにすることにより、ディスク3に格納されるフ
ァイルは連続したブロックを使用することができファイ
ルを他のディスクにコピーする際のロード時間が短縮で
きる。By doing so, the file stored on the disk 3 can use continuous blocks, and the loading time when copying a file to another disk can be shortened.
以上のように、本発明にはディスク内のファイルを全て
連続したブロック構成とすることによりファイルコピー
の際のファイルのロード時間が早くなり、作業効率が向
上できるという効果がある。As described above, the present invention has the effect that by making all the files on the disk into a continuous block configuration, the file loading time during file copying becomes faster and work efficiency can be improved.
第1図は本発明の一実施例を示すブロック図、第2図は
第1図の管理方式を説明する説明図、第3図は従来の管
理方式を説明する図である。FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is an explanatory diagram illustrating the management system shown in FIG. 1, and FIG. 3 is a diagram illustrating a conventional management system.
Claims (1)
れ以外の残りのブロックをストレージエリアとして使用
する第1のディスクとストレージエリア専用に使用する
第2のディスクを用意し、ファイルデータの格納に際し
ては、 前記ファイルデータを先づ前記第1のディスクのストレ
ージエリアに格納し、 次いで前記第2のディスクから前記ファイルデータに先
行するファイルデータが格納されているブロックを検出
し、 該ブロックに後続するブロックに格納されている内容を
前記ファイルデータに対応するブロック分だけ移動させ
、 該移動の結果空になったブロックに前記ファイルデータ
を格納し、 前記第2のディスクへのファイルデータの格納は連続す
るブロックを使用することを特徴とするスタンドアロー
ン型ワークシステムのファイル管理方式。[Claims] A first disk that uses an operating system area, a work area, and other remaining blocks as a storage area, and a second disk that is used exclusively for the storage area are prepared, and when storing file data, first stores the file data in the storage area of the first disk, then detects from the second disk a block in which file data preceding the file data is stored, and stores data subsequent to the block. The content stored in the block is moved by a block corresponding to the file data, and the file data is stored in the block that becomes empty as a result of the movement, and the file data is continuously stored in the second disk. A file management method for a standalone work system that uses blocks.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61148501A JPS634475A (en) | 1986-06-24 | 1986-06-24 | File management system for stand alone type work system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61148501A JPS634475A (en) | 1986-06-24 | 1986-06-24 | File management system for stand alone type work system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS634475A true JPS634475A (en) | 1988-01-09 |
Family
ID=15454169
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61148501A Pending JPS634475A (en) | 1986-06-24 | 1986-06-24 | File management system for stand alone type work system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS634475A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0520142A (en) * | 1991-07-15 | 1993-01-29 | Nec Corp | Block managing system |
US8370598B2 (en) | 2008-06-26 | 2013-02-05 | Fujitsu Limited | Storage system, copy control method, and copy control unit |
-
1986
- 1986-06-24 JP JP61148501A patent/JPS634475A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0520142A (en) * | 1991-07-15 | 1993-01-29 | Nec Corp | Block managing system |
US8370598B2 (en) | 2008-06-26 | 2013-02-05 | Fujitsu Limited | Storage system, copy control method, and copy control unit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS634475A (en) | File management system for stand alone type work system | |
JP2587417B2 (en) | File backup and restoration method | |
JP2984507B2 (en) | File copy method | |
JPS63177234A (en) | File save loading method | |
JPH0350594A (en) | Display system for large-amount data | |
JPH05151037A (en) | Reorganization processing system for database in business processing | |
JPS6386074A (en) | Control system for drawing file | |
JPH09293008A (en) | System for controlling sort work file space | |
JPH04112245A (en) | Method for making file structure virtual | |
JPS62272362A (en) | Document image electronic filing device | |
JPS593562A (en) | Job state display system | |
JPH02250166A (en) | Information processor | |
JPS6319052A (en) | High speed label accessing system | |
JPH0198073A (en) | Structure of work station processor | |
JPS6382532A (en) | Converting system from logical address to real address | |
JPS6358555A (en) | Control system for file space | |
JPS61296447A (en) | Information control processor | |
JPH04172541A (en) | Record storage unit | |
JPS62177584A (en) | Word processor | |
JPS6310245A (en) | Scan access system | |
JPH06103459B2 (en) | Sorting method and apparatus | |
JPH02186451A (en) | Sampling and controlling system for memory dump of computer system | |
JPS62150448A (en) | Data processing system | |
JPH04357536A (en) | Memory information dumping system | |
JPS63146139A (en) | Memory dumping system |