JPH07281939A - File transfer system - Google Patents

File transfer system

Info

Publication number
JPH07281939A
JPH07281939A JP6102005A JP10200594A JPH07281939A JP H07281939 A JPH07281939 A JP H07281939A JP 6102005 A JP6102005 A JP 6102005A JP 10200594 A JP10200594 A JP 10200594A JP H07281939 A JPH07281939 A JP H07281939A
Authority
JP
Japan
Prior art keywords
file
transfer
volume
disk
size
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
JP6102005A
Other languages
Japanese (ja)
Inventor
Susumu Hamasaka
進 浜坂
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 JP6102005A priority Critical patent/JPH07281939A/en
Publication of JPH07281939A publication Critical patent/JPH07281939A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide a file transfer system which can prevent the frequent failures of file transfer due to shortage of an idle area of the transfer destination volume without applying any burden on a user. CONSTITUTION:A user inputs a file transfer instruction including a file name of a transfer subject file 2 and a volume name of a transfer destination disk volume 3-1. Thus the size of the file 2 is acquired by a file size acquiring means 11, and an idle area deciding means 12 decides whether the volume 3-1 has an idle area equal to the file size. If the volume has an idle area, a designated volume transfer means 13 transfers the file 2 to the volume 3-1. If the volume has no idle area, another volume transfer means 16 detects a disk volume having an idle area equal to the file size out of a disk volume group 3 and transfers the file 2 to this disk volume.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数のディスクボリュ
ームを備えたシステムに於いて、ファイルをディスクボ
リュームに転送するファイル転送方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file transfer system for transferring a file to a disk volume in a system having a plurality of disk volumes.

【0002】[0002]

【従来の技術】従来、複数のディスクボリュームを備え
たシステムに於いて、磁気テープ等に格納されているフ
ァイルをディスクボリュームへ転送するために、利用者
が転送対象ファイル及び転送先ディスクボリュームを指
示したファイル転送指示をファイル転送機能部に入力す
ると、ファイル転送機能部は、転送対象ファイルのファ
イルサイズと転送先ディスクボリュームの空き領域のサ
イズとを比較し、転送先ディスクボリュームにファイル
サイズ分の空き領域が存在する場合は転送対象ファイル
を転送先ディスクボリュームに転送して転送結果を出力
し、存在しない場合は転送先ディスクファイルにファイ
ルサイズ分の空き領域が存在しないことを示すメッセー
ジを出力して異常終了していた。
2. Description of the Related Art Conventionally, in a system having a plurality of disk volumes, in order to transfer a file stored in a magnetic tape or the like to a disk volume, a user has designated a transfer target file and a transfer destination disk volume. When the file transfer instruction is input to the file transfer function unit, the file transfer function unit compares the file size of the transfer target file with the size of the free area of the transfer destination disk volume, and the transfer destination disk volume has free space for the file size. If the area exists, the file to be transferred is transferred to the transfer destination disk volume and the transfer result is output.If it does not exist, a message indicating that there is no free space for the file size in the transfer destination disk file is output. It was terminating abnormally.

【0003】利用者は、ファイル転送機能部から出力さ
れるメッセージを見て転送先ディスクボリュームにファ
イルサイズ分の空き領域がないことを認識すると、同一
システムに存在する他のディスクボリュームを転送先デ
ィスクボリュームとしたファイル転送指示をファイル転
送機能部に入力する。これにより、ファイル転送機能部
は、前述したと同様の処理を行なう。
When the user sees the message output from the file transfer function unit and recognizes that the transfer destination disk volume does not have an empty area corresponding to the file size, another disk volume existing in the same system is transferred to the transfer destination disk. Input a file transfer instruction as a volume to the file transfer function unit. As a result, the file transfer function unit performs the same processing as described above.

【0004】[0004]

【発明が解決しようとする課題】上述したように、従来
は、ファイル転送指示によって指示した転送先ディスク
ボリュームに存在する空き領域のサイズが転送対象ファ
イルのファイルサイズよりも小さい場合、異常終了し
て、転送先ディスクボリュームにファイルサイズ分の空
き領域が存在しないことを示すメッセージが出力される
だけであるので、利用者が、再び、空き領域のサイズが
ファイルサイズよりも小さいディスクボリュームを転送
先ディスクボリュームとしたファイル転送指示を入力し
て、再度ファイル転送機能部が異常終了してしまう場合
があるという問題があった。即ち、転送先ディスクボリ
ュームの空き領域の不足による転送失敗が何回も繰り返
されてしまう場合があるという問題があった。尚、利用
者が、システムに存在する複数のディスクボリュームの
空き領域のサイズを管理しておけば、このような問題は
解決できるが、利用者に負担がかかるという問題が発生
する。
As described above, conventionally, if the size of the free area existing in the transfer destination disk volume designated by the file transfer instruction is smaller than the file size of the file to be transferred, abnormal termination occurs. Since the message only indicating that there is no free space for the file size in the transfer destination disk volume is output, the user once again selects the transfer destination disk volume whose free space size is smaller than the file size. There is a problem that the file transfer function unit may be abnormally terminated again when the file transfer instruction for the volume is input. That is, there is a problem that transfer failure may be repeated many times due to lack of free space in the transfer destination disk volume. Incidentally, if the user manages the sizes of the free areas of a plurality of disk volumes existing in the system, such a problem can be solved, but the user is burdened with the problem.

【0005】本発明の目的は、利用者に負担をかけるこ
となく、転送先ディスクボリュームの空き領域の不足に
よるファイル転送の失敗が何回も繰り返されることを防
止できるファイル転送方式を提供することにある。
An object of the present invention is to provide a file transfer system which can prevent repeated file transfer failures due to lack of free space in a transfer destination disk volume without burdening a user. is there.

【0006】尚、特開昭63−88656号公報には、
要求されたスペースがディスク上に存在しない場合、デ
ィスク上の不要ファイルを判定し、不要と判定されたフ
ァイルを削除するという技術が示されており、転送先デ
ィスクボリュームに転送対象ファイルのファイルサイズ
分の空き領域が存在しない場合、上記した技術を用いて
転送先ディスクボリュームから不要ファイルを削除して
転送先ディスクボリューム上にファイルサイズ分の空き
領域を確保し、確保した空き領域に転送対象ファイルを
転送するということも考えられるが、不要ファイルの判
定処理,ファイル削除処理等を行なわなければならない
ため、処理速度が遅くなるという問題がある。
Incidentally, Japanese Patent Application Laid-Open No. 63-88656 discloses that
A technique has been disclosed that, if the requested space does not exist on the disk, the unnecessary files on the disk are determined and the files determined to be unnecessary are deleted in the transfer destination disk volume by the file size of the transfer target file. If there is no free space, delete unnecessary files from the transfer destination disk volume by using the above technique to secure a free space for the file size on the transfer destination disk volume, and transfer the target file to the secured free space. Although it may be transferred, there is a problem that the processing speed becomes slower because unnecessary file determination processing, file deletion processing, and the like must be performed.

【0007】[0007]

【課題を解決するための手段】本発明は上記目的を達成
するため、複数のディスクボリュームと、ファイル転送
指示によって指示された転送対象ファイルのファイルサ
イズを取得するファイルサイズ取得手段と、前記ファイ
ル転送指示によって指示された転送先のディスクボリュ
ームに、前記ファイルサイズ取得手段が取得したファイ
ルサイズのファイルを転送できる空き領域が存在するか
否かを判定する空き判定手段と、該空き判定手段で存在
すると判定されることにより、前記ファイル転送指示に
よって指示された転送対象ファイルを前記ファイル転送
指示によって指示された転送先のディスクボリュームに
転送する指定ボリューム転送手段と、前記空き判定手段
で存在しないと判定されることにより、前記複数のディ
スクボリュームの中から前記ファイルサイズ取得手段が
取得したファイルサイズ以上の空き領域を有するディス
クボリュームを探し出してそのボリューム名を出力装置
に出力する空きボリューム通知手段と、前記指定ボリュ
ーム転送手段によるファイル転送の転送結果を前記出力
装置に出力する転送結果通知手段とを備えたものであ
る。
In order to achieve the above object, the present invention provides a plurality of disk volumes, a file size acquisition means for acquiring a file size of a transfer target file designated by a file transfer instruction, and the file transfer. A free space determining unit that determines whether or not a free area in which a file having the file size acquired by the file size acquiring unit can be transferred exists in the disk volume of the transfer destination specified by the instruction, and if the free space determining unit exists. As a result of the determination, it is determined that the file to be transferred designated by the file transfer instruction is transferred to the disk volume of the transfer destination designated by the file transfer instruction, and the free space determination means does not exist. Of the plurality of disk volumes A disk volume having a free area equal to or larger than the file size acquired by the file size acquisition means and outputting the volume name to an output device; and a transfer result of the file transfer by the designated volume transfer means. And a transfer result notifying unit for outputting to an output device.

【0008】また、本発明は、システムが備えている複
数のディスクボリュームの中に転送対象ファイルのファ
イルサイズ分の空き領域を有するディスクボリュームが
存在しない場合、そのことを利用者に通知するという目
的を達成するため、前記空きボリューム通知手段は、前
記複数のディスクボリュームの中から前記ファイルサイ
ズ取得手段が取得したファイルサイズ以上の空き領域を
有するディスクボリュームを探し出せなかった場合、そ
の旨を前記出力装置に出力する。
Another object of the present invention is to notify the user when a disk volume having a free area corresponding to the file size of a file to be transferred does not exist among a plurality of disk volumes provided in the system. In order to achieve the above, when the free volume notifying means cannot find a disk volume having a free area equal to or larger than the file size acquired by the file size acquiring means from the plurality of disk volumes, the fact that the output device notifies Output to.

【0009】更に、本発明は、利用者が指示した転送先
ディスクボリュームに、転送対象ファイルのファイルサ
イズ分の空き領域がない場合、転送対象ファイルのファ
イルサイズ分の空き領域を有する他のディスクボリュー
ムに自動的に転送対象ファイルを転送できるようにする
という目的を達成するため、複数のディスクボリューム
と、ファイル転送指示によって指示された転送対象ファ
イルのファイルサイズを取得するファイルサイズ取得手
段と、前記ファイル転送指示によって指示された転送先
のディスクボリュームに、前記ファイルサイズ取得手段
が取得したファイルサイズのファイルを転送できる空き
領域が存在するか否かを判定する空き判定手段と、該空
き判定手段で存在すると判定されることにより、前記フ
ァイル転送指示によって指示された転送対象ファイルを
前記ファイル転送指示によって指示された転送先のディ
スクボリュームに転送する指定ボリューム転送手段と、
前記空き判定手段で存在しないと判定されることによ
り、前記複数のディスクボリュームの中から前記ファイ
ルサイズ取得手段が取得したファイルサイズ以上の空き
領域を有するディスクボリュームを探してそのディスク
ボリュームに前記転送対象ファイルを転送する別ボリュ
ーム転送手段と、前記指定ボリューム転送手段によりフ
ァイル転送が行なわれた場合は前記指定ボリューム転送
手段による転送結果を出力装置に出力し、前記別ボリュ
ーム転送手段によりファイル転送が行なわれた場合は前
記別ボリューム転送手段による転送結果を前記出力装置
に出力し、更に、転送結果が正常終了である場合は転送
先のディスクボリュームのボリューム名を前記出力装置
に出力する転送結果通知手段とを備えたものである。
Further, according to the present invention, when the transfer destination disk volume designated by the user does not have a free area for the file size of the transfer target file, another disk volume having a free area for the file size of the transfer target file is provided. In order to achieve the purpose of being able to automatically transfer the transfer target file, a plurality of disk volumes, a file size acquisition unit for acquiring the file size of the transfer target file designated by the file transfer instruction, and the file A free space determining unit that determines whether or not a free area in which a file having the file size acquired by the file size acquiring unit can be transferred exists in the transfer destination disk volume specified by the transfer instruction, and the free space determining unit exists. If it is determined that the file transfer instruction And volume specified transfer means for transferring the indicated transfer target file to a disk volume of transfer destination designated by said file transfer instruction I,
When the free space determination unit determines that the disk volume does not exist, a search is made for a disk volume having a free area equal to or larger than the file size acquired by the file size acquisition unit, and the transfer target is transferred to the disk volume. Separate volume transfer means for transferring a file, and when file transfer is performed by the designated volume transfer means, the transfer result by the designated volume transfer means is output to an output device, and the file transfer is performed by the different volume transfer means. And a transfer result notifying means for outputting the transfer result by the separate volume transfer means to the output device, and further outputting the volume name of the transfer destination disk volume to the output device when the transfer result is normally completed. It is equipped with.

【0010】また、本発明は、本発明は、システムが備
えている複数のディスクボリュームの中に転送対象ファ
イルのファイルサイズ分の空き領域を有するディスクボ
リュームが存在しない場合、そのことを利用者に通知す
るという目的を達成するため、前記転送結果通知手段
は、前記別ボリューム転送手段が前記複数のディスクボ
リュームの中から前記ファイルサイズ取得手段が取得し
たファイルサイズ以上の空き領域を有するディスクボリ
ュームを探し出せなかった場合はその旨を前記出力装置
に出力する。
Further, according to the present invention, in the case where a disk volume having a free area corresponding to the file size of a file to be transferred does not exist among a plurality of disk volumes provided in the system, the user is notified of that fact. In order to achieve the purpose of notifying, the transfer result notifying means is capable of finding a disk volume having a free area equal to or larger than the file size acquired by the file size acquisition means from the plurality of disk volumes by the different volume transfer means. If not, that effect is output to the output device.

【0011】[0011]

【作用】利用者がファイル転送指示を入力すると、ファ
イルサイズ取得手段がファイル転送指示によって指示さ
れた転送対象ファイルのファイルサイズを取得し、空き
判定手段がファイル転送指示によって指示された転送先
ディスクボリュームに転送対象ファイルのファイルサイ
ズ分の空き領域が存在するか否かを判定する。
When the user inputs a file transfer instruction, the file size acquisition means acquires the file size of the transfer target file instructed by the file transfer instruction, and the free space determination means receives the transfer destination disk volume instructed by the file transfer instruction. It is determined whether or not there is a free area corresponding to the file size of the transfer target file.

【0012】そして、空き判定手段で転送先ディスクボ
リュームに転送対象ファイルのファイルサイズ分の空き
領域が存在すると判定された場合は、指定ボリューム転
送手段が転送対象ファイルを転送先ディスクボリューム
に転送し、転送結果通知手段が転送結果を利用者に通知
する。
If the free space determining means determines that the transfer destination disk volume has a free area corresponding to the file size of the transfer target file, the designated volume transferring means transfers the transfer target file to the transfer destination disk volume, The transfer result notifying means notifies the user of the transfer result.

【0013】また、空き判定手段で転送先ボリュームに
転送対象ファイルのファイルサイズ分の空き領域が存在
しないと判定された場合は、空きボリューム通知手段
が、システムが備えている複数のディスクボリュームの
中から転送対象ファイルのファイルサイズ分の空き領域
を有するディスクボリュームを探し出し、探し出したデ
ィスクボリュームのボリューム名を出力装置に出力する
ことにより利用者に通知する。尚、空きボリューム通知
手段が転送対象ファイルのファイルサイズ以上の空き領
域を有するディスクボリュームを探し出せなかった場
合、転送結果通知手段は、その旨を出力装置に出力する
ことにより、利用者に通知する。
If the free space determining means determines that the transfer destination volume does not have a free area corresponding to the file size of the transfer target file, the free volume notifying means causes the free volume notifying means to select among a plurality of disk volumes provided in the system. A disk volume having a free area corresponding to the file size of the transfer target file is searched from, and the volume name of the searched disk volume is output to the output device to notify the user. When the free volume notifying means cannot find a disk volume having a free area equal to or larger than the file size of the transfer target file, the transfer result notifying means notifies the user by outputting the fact to the output device.

【0014】また、他の構成では、利用者がファイル転
送指示を入力すると、ファイルサイズ取得手段がファイ
ル転送指示によって指示された転送対象ファイルのファ
イルサイズを取得し、空き判定手段がファイル転送指示
によって指示された転送先ディスクボリュームに転送対
象ファイルのファイルサイズ分の空き領域が存在するか
否かを判定する。
In another configuration, when the user inputs a file transfer instruction, the file size acquisition means acquires the file size of the transfer target file instructed by the file transfer instruction, and the vacancy determination means receives the file transfer instruction. It is determined whether or not there is a free area corresponding to the file size of the transfer target file in the designated transfer destination disk volume.

【0015】そして、空き判定手段で転送先ディスクボ
リュームに転送対象ファイルのファイルサイズ分の空き
領域が存在すると判定された場合は、指定ボリューム転
送手段が、転送対象ファイルを転送先ディスクボリュー
ムに転送し、転送結果通知手段が転送結果を利用者に通
知する。
If the free space determining means determines that the transfer destination disk volume has a free area corresponding to the file size of the transfer target file, the designated volume transferring means transfers the transfer target file to the transfer destination disk volume. The transfer result notifying means notifies the user of the transfer result.

【0016】また、空き判定手段で転送先ディスクボリ
ュームに転送対象ファイルのファイルサイズ分の空き領
域が存在しないと判定された場合は、別ボリューム転送
手段がシステムに設けられている複数のディスクボリュ
ームの中から転送対象ファイルのファイルサイズ以上の
空き領域を有するディスクボリュームを探し出し、探し
出したディスクボリュームに転送対象ファイルを転送
し、転送結果通知手段が転送結果を利用者に通知する。
尚、転送結果が正常終了である場合は、転送結果通知手
段は、転送先のディスクボリュームのボリューム名も利
用者に通知する。また、別ボリューム転送手段がシステ
ムに設けられている複数のディスクボリュームの中から
転送対象ファイルサイズ分の空き領域を有しているディ
スクボリュームを探し出せなかった場合は、転送結果通
知手段はその旨を利用者に通知する。
If the free space determining means determines that the transfer destination disk volume does not have a free area for the file size of the file to be transferred, another volume transferring means is used for the plurality of disk volumes provided in the system. A disk volume having a free area equal to or larger than the file size of the transfer target file is searched from the inside, the transfer target file is transferred to the found disk volume, and the transfer result notifying unit notifies the user of the transfer result.
If the transfer result is normal termination, the transfer result notifying means also notifies the user of the volume name of the transfer destination disk volume. Further, if the separate volume transfer means cannot find a disk volume having a free area for the transfer target file size from the plurality of disk volumes provided in the system, the transfer result notifying means notifies that fact. Notify the user.

【0017】[0017]

【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0018】図1は本発明の実施例のブロック図であ
り、ファイル転送機能部1と、転送対象となる磁気テー
プに格納されたファイル2と、転送先となる複数のディ
スクボリューム3−1〜3−nから構成されるディスク
ボリューム群3と、キーボード4と、ディスプレイ装置
5とから構成されている。
FIG. 1 is a block diagram of an embodiment of the present invention. A file transfer function unit 1, a file 2 stored on a magnetic tape to be transferred, and a plurality of disk volumes 3-1 to be transfer destinations. The disk volume group 3 is composed of 3-n, the keyboard 4 and the display device 5.

【0019】ファイル転送機能部1は、ファイルサイズ
取得手段11と、空き判定手段12と、指定ボリューム
転送手段13と、転送結果通知手段14と、空きボリュ
ーム通知手段15とから構成されている。
The file transfer function unit 1 is composed of a file size acquisition means 11, a free space determination means 12, a designated volume transfer means 13, a transfer result notification means 14, and a free volume notification means 15.

【0020】ファイルサイズ取得手段11は、転送対象
ファイルのファイル名及び転送先ディスクボリュームの
ボリューム名を含むファイル転送指示によって指示され
た転送対象ファイルのファイルサイズを取得する機能を
有する。
The file size acquisition means 11 has a function of acquiring the file size of the transfer target file designated by the file transfer instruction including the file name of the transfer target file and the volume name of the transfer destination disk volume.

【0021】空き判定手段12は、ファイルサイズ取得
手段11が取得したファイルサイズ分の空き領域が転送
先ディスクボリューム中に存在するか否かを判定し、存
在すると判定した場合は指定ボリューム転送手段13を
起動し、存在しない場合は空きボリューム通知手段15
を起動する機能を有する。
The free space determining means 12 determines whether or not a free area corresponding to the file size acquired by the file size acquiring means 11 exists in the transfer destination disk volume. Is started, and if it does not exist, the empty volume notifying means 15
Has the function of starting up.

【0022】指定ボリューム転送手段13は、空き判定
手段12でファイル転送指示によって指示された転送先
ディスクボリューム中に転送対象ファイルのファイルサ
イズ分の空き領域が存在すると判定された場合、転送対
象ファイルを転送先ディスクボリュームに転送する機能
を有する。
When it is determined by the free space determining means 12 that the transfer destination disk volume instructed by the file transfer instruction has a free area for the file size of the transfer target file, the designated volume transfer means 13 determines that the transfer target file is to be transferred. It has the function of transferring to the transfer destination disk volume.

【0023】転送結果通知手段14は、指定ボリューム
転送手段13による転送結果(正常終了,異常終了)を
ディスプレイ装置5に表示する機能を有する。
The transfer result notifying means 14 has a function of displaying the transfer result (normal end, abnormal end) by the designated volume transfer means 13 on the display device 5.

【0024】空きボリューム通知手段15は、空き判定
手段12でファイル転送指示によって指示された転送先
ディスクボリューム中に転送対象ファイルのファイルサ
イズ分の空き領域が存在しないと判定された場合、ディ
スクボリューム群3の中から転送対象ファイルのファイ
ルサイズ分の空き領域を有するディスクボリュームを探
し出し、探し出したディスクボリュームのボリューム名
をディスプレイ装置5に表示する機能を有する。更に、
空きボリューム通知手段15は、上記した条件を満たす
ディスクボリュームを探し出せなかった場合は、その旨
をディスプレイ装置5に表示する機能を有する。
If the free volume notifying means 15 determines that the free space determining means 12 does not have a free area of the file size of the transfer target file in the transfer destination disk volume instructed by the file transfer instruction, the disk volume group It has a function of searching for a disk volume having a free area corresponding to the file size of the transfer target file from among 3 and displaying the volume name of the found disk volume on the display device 5. Furthermore,
The free volume notifying means 15 has a function of displaying the fact on the display device 5 when the disk volume satisfying the above-mentioned conditions cannot be found.

【0025】図2はファイルサイズ取得手段11の処理
例を示す流れ図、図3は空き判定手段12の処理例を示
す流れ図、図4は指定ボリューム転送手段13の処理例
を示す流れ図、図5は空きボリューム通知手段15の処
理例を示す流れ図であり、以下各図を参照して本実施例
の動作を説明する。
FIG. 2 is a flow chart showing a processing example of the file size acquisition means 11, FIG. 3 is a flow chart showing a processing example of the free space determining means 12, FIG. 4 is a flow chart showing a processing example of the designated volume transfer means 13, and FIG. It is a flow chart showing a processing example of the free volume notifying means 15, and the operation of this embodiment will be described below with reference to each drawing.

【0026】利用者は、ファイル転送機能部1を用いて
ディスクボリュームへファイル転送を行なう場合、転送
対象ファイルのファイル名及び転送先ディスクボリュー
ムのボリューム名を含むファイル転送指示をキーボード
4から入力する。今、例えば、ファイル2をディスクボ
リューム3−1に転送するとすると、利用者は、転送対
象ファイルのファイル名としてファイル2のファイル名
を含み、転送先ディスクボリュームのボリューム名とし
てディスクボリューム3−1のボリューム名を含むファ
イル転送指示を入力することになる。
When transferring a file to the disk volume using the file transfer function unit 1, the user inputs a file transfer instruction including the file name of the transfer target file and the volume name of the transfer destination disk volume from the keyboard 4. Now, for example, if the file 2 is transferred to the disk volume 3-1, the user includes the file name of the file 2 as the file name of the transfer target file and the disk volume 3-1 as the volume name of the transfer destination disk volume. The file transfer instruction including the volume name will be input.

【0027】キーボード1からファイル転送指示が入力
されると、ファイル転送機能部1はファイルサイズ取得
手段11を起動する。
When a file transfer instruction is input from the keyboard 1, the file transfer function unit 1 activates the file size acquisition means 11.

【0028】ファイルサイズ取得手段11は、起動され
ると、図2の流れ図に示すように、ファイル転送指示に
よって転送対象とすることが指示されたファイル2のフ
ァイルサイズをファイル2のヘッダ部を参照することに
より求め (ステップS1)、求めたファイルサイズを空
き判定手段12に渡す (ステップS2)。
When the file size acquisition means 11 is activated, as shown in the flow chart of FIG. 2, the file size of the file 2 for which transfer is instructed by the file transfer instruction is referred to the header part of the file 2. By doing so (step S1), the obtained file size is passed to the free space determining means 12 (step S2).

【0029】空き判定手段12は、ファイルサイズ取得
手段11からファイル2のファイルサイズが渡される
と、図3の流れ図に示す処理を開始し、先ず、ファイル
転送指示によって転送先とすることが指示されたディス
クボリューム3−1に存在する空き領域のサイズ(空き
領域が複数存在する場合はその合計値)をディスクボリ
ューム3−1に設けられているディレクトリを参照する
ことにより求める (ステップS11)。
When the file size of the file 2 is passed from the file size acquisition means 11, the free space determination means 12 starts the processing shown in the flowchart of FIG. 3, and first, a file transfer instruction instructs the file to be the transfer destination. The size of the free area existing in the disk volume 3-1 (the total value of the free areas when there are a plurality of free areas) is obtained by referring to the directory provided in the disk volume 3-1 (step S11).

【0030】次いで、空き判定手段12は、ステップS
11で求めたディスクボリューム3−1の空き領域のサ
イズとファイルサイズ取得手段11から渡されたファイ
ル2のファイルサイズとを比較し、空き領域のサイズが
ファイルサイズ以上である場合 (ステップS12がYE
S)は、ディスクボリューム3−1上に存在する空き領
域の位置情報を指定ボリューム転送手段13に渡し (ス
テップS13)、そうでない場合は、空きボリューム通
知手段15を起動する (ステップS14)。
Next, the vacancy judging means 12 carries out step S
When the size of the free area of the disk volume 3-1 obtained in 11 and the file size of the file 2 passed from the file size acquisition means 11 are compared and the size of the free area is equal to or larger than the file size (YES in step S12).
S) passes the position information of the free area existing on the disk volume 3-1 to the designated volume transfer means 13 (step S13), and otherwise starts the free volume notification means 15 (step S14).

【0031】指定ボリューム転送手段13は、空き判定
手段12からディスクボリューム3−1上に存在する空
き領域の位置情報が渡されると、図4の流れ図に示すよ
うに、ファイル2を空き判定手段12から渡された空き
領域の位置情報に従ってディスクボリューム3−1の空
き領域に転送する (ステップS21)。
When the designated volume transfer means 13 receives the position information of the free area existing on the disk volume 3-1 from the free space determination means 12, the free space determination means 12 stores the file 2 as shown in the flow chart of FIG. Transfer to the free area of the disk volume 3-1 according to the position information of the free area passed from (step S21).

【0032】そして、ファイル2の転送が成功した場合
(ステップS22がYES)は、指定ボリューム転送手
段13は、ディスクボリューム3−1のディレクトリを
ファイル2の転送後の状態に合うように変更し (ステッ
プS23)、その後、ファイル転送が正常終了したこと
を示すメッセージを転送結果通知手段14に渡す (ステ
ップS24)。転送結果通知手段14は、このメッセー
ジをディスプレイ装置5に表示することにより、利用者
にファイル転送が正常終了したことを通知する。
When the transfer of the file 2 is successful
(YES in step S22), the designated volume transfer means 13 changes the directory of the disk volume 3-1 to match the state after transfer of the file 2 (step S23), and then the file transfer is completed normally. Is sent to the transfer result notifying means 14 (step S24). By displaying this message on the display device 5, the transfer result notifying means 14 notifies the user that the file transfer has been completed normally.

【0033】また、ファイル転送が失敗した場合 (ステ
ップS22がNO)は、ステップS21の処理を再度実
行し、所定回数ステップS21の処理を実行してもファ
イル転送が成功しなかった場合(ステップS22がN
O,ステップS25がYES)は、ファイル転送が異常
終了したことを示すメッセージを転送結果通知手段14
に渡す (ステップS26)。転送結果通知手段14は、
このメッセージをディスプレイ装置5に表示することに
より、利用者にファイル転送が異常終了したことを通知
する。
If the file transfer fails (NO in step S22), the process in step S21 is executed again, and the file transfer is not successful even after executing the process in step S21 a predetermined number of times (step S22). Is N
O, YES in step S25) is a message indicating that the file transfer has ended abnormally.
To (step S26). The transfer result notifying means 14
By displaying this message on the display device 5, the user is notified that the file transfer has ended abnormally.

【0034】一方、空きボリューム通知手段15は、空
き判定手段12から起動されると、図5の流れ図に示す
ように、ディスクボリューム群3の内の第1番目のディ
スクボリューム3−1がファイル転送指示によって指示
された転送先ディスクボリュームであるか否かを判断す
る (ステップS31,S32)。
On the other hand, when the free volume notifying means 15 is activated by the free space determining means 12, as shown in the flow chart of FIG. 5, the first disk volume 3-1 in the disk volume group 3 transfers the file. It is determined whether or not the transfer destination disk volume is designated by the instruction (steps S31 and S32).

【0035】この例の場合、ファイル転送指示によって
指示された転送先ディスクボリュームはディスクボリュ
ーム3−1であり、ステップS32の判断結果がYES
となるので、空きボリューム通知手段15は、第2番目
のディスクボリューム3−2がファイル転送指示よって
指示された転送先ディスクボリュームであるか否かを判
断する (ステップS36,S37,S32)。
In the case of this example, the transfer destination disk volume instructed by the file transfer instruction is the disk volume 3-1 and the determination result of step S32 is YES.
Therefore, the free volume notifying means 15 determines whether or not the second disk volume 3-2 is the transfer destination disk volume instructed by the file transfer instruction (steps S36, S37, S32).

【0036】第2番目のディスクボリューム3−2はフ
ァイル転送指示によって指示された転送先ディスクボリ
ュームでなく、ステップS32の判断結果がNOとなる
ので、空きボリューム通知手段15は、第2番目のディ
スクボリューム3−2の空き領域のサイズを求め (ステ
ップS33)、求めた空き領域のサイズと転送対象ファ
イル2のファイルサイズとを比較する (ステップS3
4)。
Since the second disk volume 3-2 is not the transfer destination disk volume instructed by the file transfer instruction, and the judgment result in step S32 is NO, the free volume notifying means 15 causes the second disk volume 3-2 to operate. The size of the free area of the volume 3-2 is calculated (step S33), and the calculated size of the free area is compared with the file size of the transfer target file 2 (step S3).
4).

【0037】そして、第2番目のディスクボリューム3
−2の空き領域のサイズが転送対象ファイル2のファイ
ルサイズ以上である場合 (ステップS34)は第2番目
のディスクボリューム3−2のボリューム名をディスプ
レイ装置5に表示し (ステップS35)、そうでない場
合は第3番目のディスクボリューム3−3に対して同様
の処理を行なう。全てのディスクボリュームについて前
述した処理を行なっても、空き領域のサイズが転送対象
ファイル2のファイルサイズ以上のディスクボリューム
を探し出せなかった場合 (ステップS37がYES)
は、空きボリューム通知手段15は、ファイル2を転送
するのに十分な空き領域を有するディスクボリュームが
存在しないことを示すメッセージをディスプレイ装置5
に表示する(ステップS38)。
Then, the second disk volume 3
-2 when the size of the free area is equal to or larger than the file size of the transfer target file 2 (step S34), the volume name of the second disk volume 3-2 is displayed on the display device 5 (step S35), and otherwise. In this case, the same processing is performed on the third disk volume 3-3. Even if the above-described processing is performed on all the disk volumes, it is not possible to find a disk volume whose free area size is equal to or larger than the file size of the transfer target file 2 (YES in step S37).
Indicates that the free volume notifying means 15 displays a message indicating that there is no disk volume having a free area sufficient to transfer the file 2.
Is displayed (step S38).

【0038】今、例えば、第2番目のディスクボリュー
ム3−2の空き領域のサイズが転送対象ファイル2のフ
ァイルサイズ以上であったとすると、空きボリューム通
知手段15は、ディスプレイ装置5に第2番目のディス
クボリューム3−2のボリューム名を表示し、その処理
を終了することになる。
Now, for example, if the size of the free area of the second disk volume 3-2 is equal to or larger than the file size of the transfer target file 2, the free volume notifying means 15 causes the display device 5 to display the second free volume. The volume name of the disk volume 3-2 is displayed, and the processing ends.

【0039】利用者は、ディスプレイ装置5にディスク
ボリューム3−2のボリューム名が表示されると、転送
対象ファイルのファイル名としてファイル2のファイル
名を含み、転送先ディスクボリュームのボリューム名と
して第2番目のディスクボリューム3−2のボリューム
名を含むファイル転送指示をキーボード4から入力す
る。この場合、第2番目のディスクボリューム3−2
は、転送対象ファイル2のファイルサイズ以上の空き領
域を有しているので、空き領域の不足により、ファイル
転送が失敗することはない。
When the volume name of the disk volume 3-2 is displayed on the display device 5, the user includes the file name of the file 2 as the file name of the transfer target file and the second volume name of the transfer destination disk volume. A file transfer instruction including the volume name of the second disk volume 3-2 is input from the keyboard 4. In this case, the second disk volume 3-2
Has a free area equal to or larger than the file size of the transfer target file 2, the file transfer will not fail due to lack of free area.

【0040】また、ディスプレイ装置5にファイル2を
転送できるディスクボリュームが存在しないことを示す
メッセージが表示された場合は、利用者は、例えば、デ
ィスクボリューム3−1〜3−nの中から不要ファイル
が格納されているディスクボリュームを選び出し、更
に、そのディスクボリュームから不要ファイルを削除し
てファイル2を転送するのに十分な空き領域を生成し、
再度、ファイル転送指示を入力する等の処理を行なう。
If a message indicating that there is no disk volume capable of transferring the file 2 is displayed on the display device 5, the user selects, for example, an unnecessary file from the disk volumes 3-1 to 3-n. Select a disk volume that stores the file, delete unnecessary files from the disk volume, and create enough free space to transfer file 2.
The processing such as inputting a file transfer instruction is performed again.

【0041】図6は本発明の他の実施例のブロック図で
あり、図1に示した実施例と異なる点は、ファイル転送
機能部1に代えてファイル転送機能部1’を設けた点で
ある。尚、図6に於いて、図1と同一符号は同一部分を
表している。
FIG. 6 is a block diagram of another embodiment of the present invention. The difference from the embodiment shown in FIG. 1 is that a file transfer function unit 1'is provided instead of the file transfer function unit 1. is there. In FIG. 6, the same symbols as those in FIG. 1 represent the same parts.

【0042】ファイル転送機能部1’は、ファイルサイ
ズ取得手段11と、空き判定手段12’と、指定ボリュ
ーム転送手段13と、転送結果通知手段14’と、別ボ
リューム転送手段16とから構成されている。
The file transfer function unit 1'is composed of a file size acquisition unit 11, a space determination unit 12 ', a designated volume transfer unit 13, a transfer result notification unit 14', and another volume transfer unit 16. There is.

【0043】空き判定手段12’は、ファイルサイズ取
得手段11が取得した転送対象ファイルのファイルサイ
ズ分の空き領域が転送先ディスクボリューム中に存在す
るか否かを判定し、存在すると判定した場合は指定ボリ
ューム転送手段13に転送対象ディスクボリューム中に
存在する空き領域の位置情報を渡し、存在しない場合は
別ボリューム転送手段16を起動する機能を有する。
The free space determining means 12 'determines whether or not a free space corresponding to the file size of the transfer target file acquired by the file size acquiring means 11 exists in the transfer destination disk volume. It has a function of passing the position information of the free area existing in the transfer target disk volume to the designated volume transfer means 13, and activating the separate volume transfer means 16 when it does not exist.

【0044】別ボリューム転送手段16は、ディスクボ
リューム群3の中から転送対象ファイルのファイルサイ
ズ分の空き領域が存在するディスクボリュームを探し出
し、そのディスクボリュームに転送対象ファイルを転送
する機能を有する。
The separate volume transfer means 16 has a function of searching the disk volume group 3 for a disk volume having a free area corresponding to the file size of the transfer target file and transferring the transfer target file to the disk volume.

【0045】転送結果通知手段14’は、指定ボリュー
ム転送手段13による転送結果(正常終了,異常終
了),別ボリューム転送手段16による転送結果(正常
終了,異常終了,正常終了の場合は転送先ディスクボリ
ュームのボリューム名)等をディスプレイ装置5に表示
する機能を有する。
The transfer result notifying means 14 'is the transfer result by the designated volume transfer means 13 (normal end, abnormal end) and the transfer result by another volume transfer means 16 (normal end, abnormal end, normal end, destination disk). The display device 5 has a function of displaying the volume name of the volume).

【0046】図7は空き判定手段12’の処理例を示す
流れ図、図8は別ボリューム転送手段16の処理例を示
す流れ図であり、以下各図を参照して本実施例の動作を
説明する。
FIG. 7 is a flow chart showing a processing example of the vacancy judging means 12 ', and FIG. 8 is a flow chart showing a processing example of the separate volume transfer means 16. The operation of this embodiment will be described below with reference to the drawings. .

【0047】利用者がキーボード4から転送対象ファイ
ル(ファイル2とする)のファイル名及び転送先ディス
クボリューム(ディスクボリューム3−1とする)のボ
リューム名を含むファイル転送指示を入力すると、ファ
イルサイズ取得手段11は、前述したと同様に、転送対
象ファイル2のファイルサイズを取得し、取得したファ
イルサイズを空き判定手段12’に渡す。
When the user inputs a file transfer instruction including the file name of the file to be transferred (file 2) and the volume name of the transfer destination disk volume (disk volume 3-1) from the keyboard 4, the file size is acquired. The means 11 acquires the file size of the transfer target file 2 and passes the acquired file size to the free space judging means 12 ′, as described above.

【0048】空き判定手段12’は、ファイルサイズ取
得手段11から転送対象ファイル2のファイルサイズが
渡されると、図7の流れ図に示すように、ファイル転送
指示によって指示された転送先ディスクボリューム3−
1に存在する空き領域のサイズを求め (ステップS4
1)、その後、転送先ディスクボリューム3−1に存在
する空き領域のサイズが転送対象ファイル2のファイル
サイズ以上であるか否かを判断する (ステップS4
2)。
When the file size of the transfer target file 2 is passed from the file size acquisition means 11, the vacancy judging means 12 'receives the transfer destination disk volume 3-specified by the file transfer instruction as shown in the flowchart of FIG.
The size of the free area existing in 1 is calculated (step S4
1) Then, it is determined whether or not the size of the free area existing in the transfer destination disk volume 3-1 is equal to or larger than the file size of the transfer target file 2 (step S4).
2).

【0049】そして、空き領域のサイズがファイルサイ
ズ以上であると判断した場合 (ステップS42がYE
S)は、転送先ボリューム3−1上に存在する空き領域
の位置情報を指定ボリューム転送手段13に渡し (ステ
ップS43)、そうでない場合(ステップS42がN
O)は、別ボリューム転送手段16を起動する (ステッ
プS44)。
When it is determined that the size of the free area is equal to or larger than the file size (YES in step S42).
S) passes the position information of the free area existing on the transfer destination volume 3-1 to the designated volume transfer means 13 (step S43), and otherwise (step S42 returns N.
O) activates the separate volume transfer means 16 (step S44).

【0050】指定ボリューム転送手段13は、空き判定
手段12’から空き領域の位置情報が渡されると、前述
したと同様に、ファイル2を転送先ディスクボリューム
3−1に転送し、転送結果を示すメッセージを転送結果
通知手段14’に渡す。転送結果通知手段14’は、指
定ボリューム転送手段13から渡されたメッセージをデ
ィスプレイ装置5に表示することにより、利用者に、フ
ァイル転送が正常終了したか異常終了したかを通知す
る。
When the position information of the free area is passed from the free space determining means 12 ', the designated volume transfer means 13 transfers the file 2 to the transfer destination disk volume 3-1 as described above, and shows the transfer result. The message is passed to the transfer result notifying means 14 '. The transfer result notifying means 14 'displays the message passed from the designated volume transferring means 13 on the display device 5 to notify the user of whether the file transfer is normally completed or abnormally ended.

【0051】一方、別ボリューム転送手段16は、空き
判定手段12’から起動されると、図8の流れ図に示す
ように、第1番目のディスクボリューム3−1がファイ
ル転送指示によって指示された転送先ディスクボリュー
ムであるか否かを判断する (ステップS51,S5
2)。
On the other hand, when the separate volume transfer means 16 is activated by the free space determination means 12 ', as shown in the flowchart of FIG. 8, the transfer of the first disk volume 3-1 designated by the file transfer instruction. It is determined whether it is the destination disk volume (steps S51 and S5).
2).

【0052】この例の場合、第1番目のディスクボリュ
ーム3−1はファイル転送指示によって指示された転送
先ディスクボリュームであり、ステップS52の判断結
果がYESとなるので、別ボリューム転送手段16は、
第2番目のディスクボリューム3−2がファイル転送指
示によって指示された転送先ディスクボリュームである
か否かを判断することになる (ステップS55,S5
6,S52)。
In the case of this example, the first disk volume 3-1 is the transfer destination disk volume instructed by the file transfer instruction, and the determination result of step S52 is YES, so the separate volume transfer means 16
It is determined whether the second disk volume 3-2 is the transfer destination disk volume designated by the file transfer instruction (steps S55, S5).
6, S52).

【0053】第2番目のディスクボリューム3−2はフ
ァイル転送指示によって指示された転送先ディスクボリ
ュームではなく、ステップS52の判断結果がNOとな
るので、別ボリューム転送手段16は、第2番目のディ
スクボリューム3−2に存在する空き領域のサイズを求
め (ステップS53)、次いで、ステップS53で求め
たディスクボリューム3−2の空き領域のサイズがファ
イルサイズ取得手段11が取得した転送対象ファイル2
のファイルサイズ以上であるか否かを判断する(ステッ
プS54)。
The second disk volume 3-2 is not the transfer destination disk volume instructed by the file transfer instruction, and the determination result in step S52 is NO. Therefore, the separate volume transfer means 16 operates the second disk volume 3-2. The size of the free area existing in the volume 3-2 is calculated (step S53), and then the size of the free area of the disk volume 3-2 calculated in step S53 is the transfer target file 2 acquired by the file size acquisition means 11.
It is determined whether the file size is equal to or larger than the file size (step S54).

【0054】そして、空き領域のサイズがファイルサイ
ズ以上であると判断した場合 (ステップS54がYE
S)は、別ボリューム転送手段16は、ディスクボリュ
ーム3−2の空き領域にファイル2を転送する (ステッ
プS58)。
When it is determined that the size of the empty area is equal to or larger than the file size (YES in step S54).
In S), the separate volume transfer means 16 transfers the file 2 to the free area of the disk volume 3-2 (step S58).

【0055】そして、ファイル転送が成功した場合 (ス
テップS59がYES)は、別ボリューム転送手段16
は、第2番目のディスクボリューム3−2のディレクト
リをファイル2の転送後の状態に合うように変更し (ス
テップS60)、その後、転送先ディスクボリューム3
−2のボリューム名及びファイル転送が正常終了したこ
とを示すメッセージを転送結果通知手段14’に渡す
(ステップS61)。転送結果通知手段14’は、この
メッセージをディスプレイ装置5に表示することによ
り、利用者にファイル転送が正常終了したことを通知す
る。
If the file transfer is successful (YES in step S59), another volume transfer means 16
Changes the directory of the second disk volume 3-2 to match the state after the transfer of the file 2 (step S60), and then transfers the transfer destination disk volume 3
-2 volume name and a message indicating that the file transfer has ended normally are passed to the transfer result notifying means 14 '.
(Step S61). The transfer result notifying means 14 'displays this message on the display device 5 to notify the user that the file transfer is normally completed.

【0056】また、ファイル転送が失敗した場合 (ステ
ップS59がNO)は、ステップS58の処理を再度実
行し、所定回数ステップS58の処理を実行してもファ
イル転送が成功しなかった場合(ステップS59がN
O,ステップS62がYES)は、代替のディスクボリ
ュームを使用してもファイル転送が異常終了したことを
示すメッセージ及び代替のディスクボリュームのボリュ
ーム名を転送結果通知手段14’に渡す (ステップS6
3)。転送結果通知手段14’はこのメッセージをディ
スプレイ装置5に表示することにより、利用者にファイ
ル転送が異常終了したことを通知する。
If the file transfer fails (NO in step S59), the process in step S58 is executed again, and the file transfer is not successful even after executing the process in step S58 a predetermined number of times (step S59). Is N
O, YES at step S62) passes the message indicating that the file transfer has ended abnormally even if the alternative disk volume is used and the volume name of the alternative disk volume to the transfer result notifying means 14 '(step S6).
3). The transfer result notifying means 14 'displays this message on the display device 5 to notify the user that the file transfer has ended abnormally.

【0057】また、別ボリューム転送手段16は、全て
のディスクボリューム3−1〜3−nについて前述した
処理を行なっても、空き領域のサイズが転送対象ファイ
ル2のファイルサイズ以上のディスクボリュームを探し
出せなかった場合 (ステップS56がYES)は、ファ
イル2を転送できるディスクボリュームが存在しないこ
とを示すメッセージをディスプレイ装置5に表示する
(ステップS57)。このメッセージがディスプレイ装
置5に表示された場合、利用者は、例えば、前述したと
同様に不要ファイルの削除等の処理を行なった後、ファ
イル転送指示を再度入力する。
Further, the separate volume transfer means 16 can find a disk volume whose free area size is equal to or larger than the file size of the transfer target file 2 even if the above-mentioned processing is performed for all the disk volumes 3-1 to 3-n. If not (step S56 is YES), a message indicating that there is no disk volume to which the file 2 can be transferred is displayed on the display device 5.
(Step S57). When this message is displayed on the display device 5, the user again inputs the file transfer instruction after performing processing such as deletion of unnecessary files in the same manner as described above, for example.

【0058】[0058]

【発明の効果】以上説明したように本発明は、ファイル
転送指示によって指示した転送先ディスクボリューム
に、ファイル転送指示によって指示した転送対象ファイ
ルのファイルサイズ分の空きがない場合、転送対象ファ
イルのファイルサイズ以上の空き領域を有する他のディ
スクボリュームを探し出してそのボリューム名を出力す
る空きボリューム通知手段を備えており、利用者はシス
テムが備えている各ディスクボリュームの空きを管理し
なくとも、空きボリューム通知手段の出力によってファ
イル転送を行なうのに十分な空き領域を有するディスク
ボリュームを知ることができるので、利用者に負担をか
けることなく、転送先ディスクボリュームの空き領域の
不足によるファイル転送の失敗が何回も繰り返されるこ
とを防止できる効果がある。
As described above, according to the present invention, when the transfer destination disk volume designated by the file transfer instruction does not have a free space corresponding to the file size of the transfer target file designated by the file transfer instruction, the file of the transfer target file is Equipped with a free volume notification unit that searches for another disk volume that has a free area equal to or larger than the size and outputs the volume name, even if the user does not manage the free space of each disk volume that the system has, the free volume Since the output of the notifying means makes it possible to know the disk volume having a sufficient free area for file transfer, file transfer failure due to insufficient free area of the transfer destination disk volume can be performed without imposing a burden on the user. Effect that can be prevented from being repeated many times A.

【0059】また、本発明は、空きボリューム通知手段
が、システムが備えている複数のディスクボリュームの
中から転送対象ファイルのファイルサイズ以上の空き領
域を有するディスクボリュームを探し出せなかった場
合、転送結果通知手段がその旨を出力装置に出力するの
で、利用者は、ファイルを転送できるディスクボリュー
ムが存在しない場合、そのことを知り、何らかの処置を
とることができる。
Further, according to the present invention, when the free volume notifying means cannot find a disk volume having a free area equal to or larger than the file size of the file to be transferred from a plurality of disk volumes provided in the system, it notifies the transfer result. Since the means outputs that fact to the output device, the user can take some action upon knowing that there is no disk volume to which the file can be transferred.

【0060】更に、本発明は、ファイル転送指示によっ
て指示した転送先ディスクボリュームに、ファイル転送
指示によって指示した転送対象ファイルのファイルサイ
ズ分の空きがない場合、転送対象ファイルのファイルサ
イズ以上の空き領域を有する他のディスクボリュームを
探し出してそのディスクボリュームに転送対象ファイル
を転送する別ボリューム転送手段を備えているので、フ
ァイル転送指示したディスクボリュームの空き領域がフ
ァイルサイズよりも少ない場合であっても、利用者に負
担をかけることなく、別のディスクボリュームへファイ
ル転送することができる効果がある。
Further, according to the present invention, when the transfer destination disk volume instructed by the file transfer instruction does not have a free space corresponding to the file size of the transfer target file instructed by the file transfer instruction, a free area equal to or larger than the file size of the transfer target file is obtained. Since another volume transfer means for locating another disk volume having the above and transferring the transfer target file to that disk volume is provided, even when the free area of the disk volume for which the file transfer is instructed is smaller than the file size, There is an effect that files can be transferred to another disk volume without burdening the user.

【0061】また、本発明は、別ボリューム転送手段
が、システムが備えている複数のディスクボリュームの
中から転送対象ファイルのファイルサイズ以上の空き領
域を有するディスクボリュームを探し出せなかった場
合、その旨を出力装置に出力するので、利用者はファイ
ルを転送できるディスクボリュームがシステムに存在し
ない場合、そのことを知り、何らかの処置をとることが
できる。
Further, according to the present invention, when the separate volume transfer means cannot find a disk volume having a free area equal to or larger than the file size of the transfer target file from the plurality of disk volumes provided in the system, the fact is notified. Since the data is output to the output device, the user can know if the disk volume to which the file can be transferred does not exist in the system and take some action.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】ファイルサイズ取得手段11の処理例を示す流
れ図である。
FIG. 2 is a flowchart showing a processing example of a file size acquisition means 11.

【図3】空き判定手段12の処理例を示す流れ図であ
る。
FIG. 3 is a flowchart showing a processing example of a vacancy judging means 12.

【図4】指定ボリューム転送手段13の処理例を示す流
れ図である。
FIG. 4 is a flowchart showing a processing example of a designated volume transfer means 13.

【図5】空きボリューム通知手段15の処理例を示す流
れ図である。
FIG. 5 is a flowchart showing a processing example of an empty volume notifying unit 15.

【図6】本発明の他の実施例のブロック図である。FIG. 6 is a block diagram of another embodiment of the present invention.

【図7】空き判定手段12’の処理例を示す流れ図であ
る。
FIG. 7 is a flowchart showing a processing example of a vacancy judging means 12 ′.

【図8】別ボリューム転送手段16の処理例を示す流れ
図である。
FIG. 8 is a flowchart showing a processing example of another volume transfer means 16.

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

1,1’…ファイル転送機能部 11…ファイルサイズ取得手段 12,12’…空き判定手段 13…指定ボリューム転送手段 14,14’…転送結果通知手段 15…空きボリューム通知手段 16…別ボリューム転送手段 2…ファイル 3…ディスクボリューム群 3−1〜3−n…ディスクボリューム 4…キーボード 5…ディスプレイ装置 1, 1 '... File transfer function unit 11 ... File size acquisition means 12, 12' ... Free space determination means 13 ... Designated volume transfer means 14, 14 '... Transfer result notification means 15 ... Free volume notification means 16 ... Separate volume transfer means 2 ... file 3 ... disk volume group 3-1 to 3-n ... disk volume 4 ... keyboard 5 ... display device

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 複数のディスクボリュームと、 ファイル転送指示によって指示された転送対象ファイル
のファイルサイズを取得するファイルサイズ取得手段
と、 前記ファイル転送指示によって指示された転送先のディ
スクボリュームに、前記ファイルサイズ取得手段が取得
したファイルサイズのファイルを転送できる空き領域が
存在するか否かを判定する空き判定手段と、 該空き判定手段で存在すると判定されることにより、前
記ファイル転送指示によって指示された転送対象ファイ
ルを前記ファイル転送指示によって指示された転送先の
ディスクボリュームに転送する指定ボリューム転送手段
と、 前記空き判定手段で存在しないと判定されることによ
り、前記複数のディスクボリュームの中から前記ファイ
ルサイズ取得手段が取得したファイルサイズ以上の空き
領域を有するディスクボリュームを探し出してそのボリ
ューム名を出力装置に出力する空きボリューム通知手段
と、 前記指定ボリューム転送手段によるファイル転送の転送
結果を前記出力装置に出力する転送結果通知手段とを備
えたことを特徴とするファイル転送方式。
1. A plurality of disk volumes, a file size acquisition unit for acquiring a file size of a transfer target file instructed by a file transfer instruction, and a file volume in the transfer destination disk volume instructed by the file transfer instruction. A free space determining unit that determines whether or not there is a free area in which a file having the file size acquired by the size acquiring unit can be transferred; and a file transfer instruction that is specified by the free space determining unit. The designated volume transfer means for transferring the transfer target file to the transfer destination disk volume instructed by the file transfer instruction, and the file among the plurality of disk volumes when the free space judgment means judges that the file does not exist. The size acquired by the size acquisition means Free volume notifying means for finding a disk volume having a free area equal to or larger than the file size and outputting the volume name to the output device, and transfer result notifying means for outputting the transfer result of the file transfer by the designated volume transfer means to the output device A file transfer method characterized by having and.
【請求項2】 前記空きボリューム通知手段は、前記複
数のディスクボリュームの中から前記ファイルサイズ取
得手段が取得したファイルサイズ以上の空き領域を有す
るディスクボリュームを探し出せなかった場合、その旨
を前記出力装置に出力することを特徴とする請求項1記
載のファイル転送方式。
2. When the free volume notifying means is unable to find a disk volume having a free area equal to or larger than the file size acquired by the file size acquiring means from among the plurality of disk volumes, the output device notifies that fact. The file transfer method according to claim 1, wherein
【請求項3】 複数のディスクボリュームと、 ファイル転送指示によって指示された転送対象ファイル
のファイルサイズを取得するファイルサイズ取得手段
と、 前記ファイル転送指示によって指示された転送先のディ
スクボリュームに、前記ファイルサイズ取得手段が取得
したファイルサイズのファイルを転送できる空き領域が
存在するか否かを判定する空き判定手段と、 該空き判定手段で存在すると判定されることにより、前
記ファイル転送指示によって指示された転送対象ファイ
ルを前記ファイル転送指示によって指示された転送先の
ディスクボリュームに転送する指定ボリューム転送手段
と、 前記空き判定手段で存在しないと判定されることによ
り、前記複数のディスクボリュームの中から前記ファイ
ルサイズ取得手段が取得したファイルサイズ以上の空き
領域を有するディスクボリュームを探してそのディスク
ボリュームに前記転送対象ファイルを転送する別ボリュ
ーム転送手段と、 前記指定ボリューム転送手段によりファイル転送が行な
われた場合は前記指定ボリューム転送手段による転送結
果を出力装置に出力し、前記別ボリューム転送手段によ
りファイル転送が行なわれた場合は前記別ボリューム転
送手段による転送結果を前記出力装置に出力し、更に、
転送結果が正常終了である場合は転送先のディスクボリ
ュームのボリューム名を前記出力装置に出力する転送結
果通知手段とを備えたことを特徴とするファイル転送方
式。
3. A plurality of disk volumes, a file size acquisition unit for acquiring the file size of a transfer target file instructed by a file transfer instruction, and a file volume in the transfer destination disk volume instructed by the file transfer instruction. A free space determining unit that determines whether or not there is a free area in which a file having the file size acquired by the size acquiring unit can be transferred; and a file transfer instruction that is specified by the free space determining unit. The designated volume transfer means for transferring the transfer target file to the transfer destination disk volume instructed by the file transfer instruction, and the file among the plurality of disk volumes when the free space judgment means judges that the file does not exist. The size acquired by the size acquisition means Another volume transfer unit that searches for a disk volume having a free area equal to or larger than the file size and transfers the transfer target file to the disk volume; and, if file transfer is performed by the designated volume transfer unit, by the designated volume transfer unit. The transfer result is output to the output device, and when the file transfer is performed by the separate volume transfer means, the transfer result by the separate volume transfer means is output to the output device.
A file transfer method comprising: a transfer result notifying unit that outputs the volume name of a transfer destination disk volume to the output device when the transfer result is a normal end.
【請求項4】 前記転送結果通知手段は、前記別ボリュ
ーム転送手段が前記複数のディスクボリュームの中から
前記ファイルサイズ取得手段が取得したファイルサイズ
以上の空き領域を有するディスクボリュームを探し出せ
なかった場合はその旨を前記出力装置に出力することを
特徴とする請求項3記載のファイル転送方式。
4. The transfer result notifying means, if the separate volume transfer means cannot find a disk volume having a free area larger than the file size acquired by the file size acquisition means from the plurality of disk volumes. The file transfer method according to claim 3, wherein the fact is output to the output device.
JP6102005A 1994-04-15 1994-04-15 File transfer system Pending JPH07281939A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6102005A JPH07281939A (en) 1994-04-15 1994-04-15 File transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6102005A JPH07281939A (en) 1994-04-15 1994-04-15 File transfer system

Publications (1)

Publication Number Publication Date
JPH07281939A true JPH07281939A (en) 1995-10-27

Family

ID=14315676

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6102005A Pending JPH07281939A (en) 1994-04-15 1994-04-15 File transfer system

Country Status (1)

Country Link
JP (1) JPH07281939A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001067249A (en) * 1999-08-26 2001-03-16 Nec Ic Microcomput Syst Ltd Installer and install method
JP2001154952A (en) * 1999-11-25 2001-06-08 Ddi Corp Device for continuously gathering and keeping data and recording medium recording program therefor
US7487312B2 (en) 2004-10-12 2009-02-03 International Business Machines Corporation Apparatus, system, and method for copy protection
JP2009086989A (en) * 2007-09-28 2009-04-23 Konica Minolta Business Technologies Inc Image forming system, image forming apparatus and program
US8046497B2 (en) 2007-09-28 2011-10-25 Konica Minolta Business Technologies, Inc. Image forming apparatus and computer readable medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02299037A (en) * 1989-05-12 1990-12-11 Fujitsu Ltd File allocation processing system
JPH03102438A (en) * 1989-09-14 1991-04-26 Fujitsu Ltd File extension system for computer network system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02299037A (en) * 1989-05-12 1990-12-11 Fujitsu Ltd File allocation processing system
JPH03102438A (en) * 1989-09-14 1991-04-26 Fujitsu Ltd File extension system for computer network system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001067249A (en) * 1999-08-26 2001-03-16 Nec Ic Microcomput Syst Ltd Installer and install method
JP2001154952A (en) * 1999-11-25 2001-06-08 Ddi Corp Device for continuously gathering and keeping data and recording medium recording program therefor
US7487312B2 (en) 2004-10-12 2009-02-03 International Business Machines Corporation Apparatus, system, and method for copy protection
JP2009086989A (en) * 2007-09-28 2009-04-23 Konica Minolta Business Technologies Inc Image forming system, image forming apparatus and program
US8046497B2 (en) 2007-09-28 2011-10-25 Konica Minolta Business Technologies, Inc. Image forming apparatus and computer readable medium
US8270010B2 (en) 2007-09-28 2012-09-18 Konica Minolta Business Technologies, Inc. Image forming apparatus and computer-readable medium

Similar Documents

Publication Publication Date Title
JP4354233B2 (en) Backup system and method
JP4732661B2 (en) How to synchronize the client database with the server database
JP2000268164A (en) Image data communication system, server system, control method therefor and record medium storing program for controlling server system
EP1492021A2 (en) Compound contents delivery method and delivery system
US20060129661A1 (en) Controlling execution of files transmitted to clients
JPH07281939A (en) File transfer system
US20030048281A1 (en) Presentation system for handling image data larger than storing region of display device
JP2002183019A (en) Cache device
JP3195076B2 (en) Email terminal device
JP2003108590A (en) Content control system
JPH10198590A (en) Contents management system
JP3030153B2 (en) App cooperation processing device in file transfer
JPH0844609A (en) Data backup method
JPH0962590A (en) Method and device for multimedia data delivery
JP4011756B2 (en) Management apparatus, management method, and storage medium
JP2773639B2 (en) Printer load distribution method
US20060015477A1 (en) Method for managing profiles and management system of profiles
US20050086284A1 (en) Network AV system
JPH0962709A (en) Device and method for image retrieval
JPH07230367A (en) Printer device
JP2586330B2 (en) Logical deletion data management method
US6433887B1 (en) Systems and methods for managing print jobs
JP2630238B2 (en) Screen image recording system
JPH0887463A (en) Method and system for decentralized resource link control
JP3692154B2 (en) How to search hypermedia