JPH04303245A - File processing system - Google Patents

File processing system

Info

Publication number
JPH04303245A
JPH04303245A JP3091103A JP9110391A JPH04303245A JP H04303245 A JPH04303245 A JP H04303245A JP 3091103 A JP3091103 A JP 3091103A JP 9110391 A JP9110391 A JP 9110391A JP H04303245 A JPH04303245 A JP H04303245A
Authority
JP
Japan
Prior art keywords
file
area
deleted
information
deletion
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
JP3091103A
Other languages
Japanese (ja)
Inventor
Takanori Matsubara
松原 隆徳
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 JP3091103A priority Critical patent/JPH04303245A/en
Publication of JPH04303245A publication Critical patent/JPH04303245A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reproduce deleted files on a storage medium later. CONSTITUTION:A file deleting means 10 delets file area information 111 of a file existing on a storage medium 100 like a magnetic disk medium or the like to delete the file. A deleted file information storing means 40 stores this file area information 111 in a deleted file information storage area 130 as deleted file information. When reproducing of the deleted file is requested, a file reproducing means 30 reproduces the file on the storage medium 100 based on pertinent deleted file information stored in the deleted file information storage area 130. When reservation of a new file area is requested, a file reserving means 20 preferentially uses an idle area other than the area of the deleted file on the storage medium 100 indicated by deleted file information stored in the deleted file information storage area 130 to reserve the area of the new file on the storage medium 100.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は磁気ディスク媒体等の読
み出し書き込み可能な記憶媒体上のファイルを処理する
方式に関し、特に記憶媒体上に存在するファイルを削除
するファイル削除手段と新たなファイルの領域を確保す
るファイル確保手段とを有する計算機におけるファイル
処理方式に関する。
[Field of Industrial Application] The present invention relates to a method for processing files on a readable/writable storage medium such as a magnetic disk medium, and more particularly, to a file deletion means for deleting a file existing on the storage medium and a new file area. The present invention relates to a file processing method in a computer having a file securing means for securing.

【0002】0002

【従来の技術】従来、この種の計算機においては、図4
に示すような構成でファイルの削除と確保とを可能なら
しめている。
[Prior Art] Conventionally, in this type of computer, as shown in FIG.
It is possible to delete and secure files with the configuration shown in the figure below.

【0003】図4において、100は磁気ディスク媒体
等の記憶媒体であり、その記憶領域はVTOC領域11
0とデータ領域120とで構成されている。
In FIG. 4, 100 is a storage medium such as a magnetic disk medium, and its storage area is a VTOC area 11.
0 and a data area 120.

【0004】データ領域120はファイルのデータ部(
ファイルデータ部)121を格納する領域である。ファ
イルデータ部121は各ファイル毎に存在する。
[0004] The data area 120 is the data section (
This is an area for storing the file data section) 121. A file data section 121 exists for each file.

【0005】VTOC領域110は各ファイル毎のファ
イル領域情報111を格納する領域である。ファイル領
域情報とは、ファイルのデータ部がデータ領域120の
どの領域に存在するかといった情報や当該ファイルの状
態を示す情報等を含んでいる。
The VTOC area 110 is an area for storing file area information 111 for each file. The file area information includes information such as which area of the data area 120 the data portion of a file is located in, information indicating the state of the file, and the like.

【0006】記憶媒体100上のファイルはVTOC領
域110に存在する上記ファイル領域情報111とデー
タ領域120に存在するファイルデータ部121とで構
成される。
A file on the storage medium 100 is composed of the above file area information 111 existing in the VTOC area 110 and a file data section 121 existing in the data area 120.

【0007】また、VTOC領域110には空き領域情
報112が含まれている。この空き領域情報112は記
憶媒体100のどの領域が現在空き領域になっているか
を示す情報を保持する。
[0007] Furthermore, the VTOC area 110 includes free area information 112. This free area information 112 holds information indicating which area of the storage medium 100 is currently free.

【0008】ファイル削除手段10’は記憶媒体100
上に存在するファイルを削除する手段である。このファ
イル削除手段10’は、ファイルの削除が要求された場
合、ファイルの削除処理として、VTOC領域110の
削除対象のファイルのファイル領域情報111の削除を
行い、この削除したファイルの領域を空き領域として空
き領域情報112に登録する。なお、削除対象のファイ
ルのファイルデータ部121はそのままの状態にしてお
く。
[0008] The file deletion means 10' is a storage medium 100.
This is a way to delete files that exist on the top. When file deletion is requested, this file deletion means 10' deletes the file area information 111 of the file to be deleted in the VTOC area 110 as a file deletion process, and uses the area of the deleted file as a free space. It is registered in the free space information 112 as follows. Note that the file data section 121 of the file to be deleted is left as is.

【0009】ファイル確保手段20’は記憶媒体100
上に新たなファイルの領域を確保する手段である。新た
なファイルの確保が要求された場合、ファイル確保手段
20’は、空き領域情報112を参照して要求されたフ
ァイルに必要なサイズ以上の空き領域が存在するか否か
を調べ、存在すれば必要なサイズ分を確保し、そのファ
イル用のファイル領域情報111を作成してVTOC領
域110に書き込み、空き領域情報112で管理されて
いる空き領域から今回確保した分の領域を差し引く。
The file securing means 20' is a storage medium 100.
This is a means of securing space for new files on top of the file. When securing a new file is requested, the file securing means 20' refers to the free space information 112 to check whether there is free space larger than the size required for the requested file, and if there is, A necessary size is secured, file area information 111 for the file is created and written to the VTOC area 110, and the area secured this time is subtracted from the free area managed by the free area information 112.

【0010】0010

【発明が解決しようとする課題】上述したように、ファ
イルの削除処理においては、ファイル領域情報111を
削除し、ファイルデータ部121はそのまま残しておく
ようにしているので、削除したファイル領域情報111
をVTOC領域110に復元すれば、操作ミス等により
誤って削除してしまったファイルを再生することができ
る。
[Problems to be Solved by the Invention] As described above, in file deletion processing, the file area information 111 is deleted and the file data section 121 is left as is.
By restoring the file to the VTOC area 110, it is possible to reproduce the file that was accidentally deleted due to an operational error or the like.

【0011】しかしながら、従来においては、ファイル
の削除を行うとその場でファイル領域情報111が消失
してしまう。このため、次のような問題点がある。
Conventionally, however, when a file is deleted, the file area information 111 is immediately lost. Therefore, the following problems arise.

【0012】ファイル領域情報111の復元、つまりフ
ァイル削除後のファイルの再生に備えて、定期的にファ
イル領域情報111を別途取得し保存しておく必要があ
る。
[0012] In preparation for restoring the file area information 111, that is, reproducing the file after file deletion, it is necessary to separately acquire and save the file area information 111 on a regular basis.

【0013】定期的にファイル領域情報111を採取,
保存しておいたとしても、削除と採取の時期の相違によ
りファイル削除時のファイル領域情報111と採取され
たファイル領域情報111とが相違する場合がある。こ
のような場合には、削除時点の最新のファイル領域情報
111を復元できず、結局ファイルを正しく再生できな
い。
[0013] Collecting file area information 111 periodically,
Even if the file is saved, the file area information 111 at the time of file deletion may differ from the collected file area information 111 due to the difference in the timing of deletion and collection. In such a case, the latest file area information 111 at the time of deletion cannot be restored, and the file cannot be played back correctly.

【0014】削除前にファイル領域情報111を取得し
ていなければ、ファイルの再生が完全に不可能になる。
[0014] If the file area information 111 is not obtained before deletion, it will be completely impossible to reproduce the file.

【0015】また、次のような問題点もある。即ち、フ
ァイル領域情報111を復元できても、データ領域12
0のファイルデータ部121が破壊されていると、削除
ファイルの再生は不可能である。この点に関し、従来の
ファイル確保手段20’は削除されたファイルのファイ
ルデータ部121を直ぐに別のファイルのファイルデー
タ部121として使用する可能性があるので、削除ファ
イルのファイルデータ部121が破壊される確率が高く
、削除ファイルの再生が不可能になるケースが多い。
[0015] Furthermore, there are also the following problems. In other words, even if the file area information 111 can be restored, the data area 12
If the file data section 121 of 0 is destroyed, it is impossible to reproduce the deleted file. Regarding this point, the conventional file securing means 20' may use the file data section 121 of the deleted file as the file data section 121 of another file immediately, so the file data section 121 of the deleted file is not destroyed. There are many cases where the deleted file cannot be played back.

【0016】そこで本発明の第1の目的は、削除したフ
ァイルのファイル領域情報を後のファイル再生に備えて
自動的に採取,保存しておくファイル処理方式を提供す
ることにある。
Accordingly, a first object of the present invention is to provide a file processing method that automatically collects and saves file area information of deleted files in preparation for later file playback.

【0017】また、本発明の第2の目的は、自動的に採
取,保存されたファイル領域情報に基づいてファイルの
再生を行うファイル処理方式を提供することにある。
A second object of the present invention is to provide a file processing method that reproduces files based on automatically collected and saved file area information.

【0018】更に、本発明の第3の目的は、削除された
ファイルのファイルデータ部が新たな別のファイルのた
めに破壊されることを極力防止するファイル処理方式を
提供することにある。
A third object of the present invention is to provide a file processing method that prevents as much as possible the file data portion of a deleted file from being destroyed for a new file.

【0019】[0019]

【課題を解決するための手段】本発明のファイル処理方
式は上記第1および第2の目的を達成するために、読み
出し書き込み可能な記憶媒体上に存在するファイルを削
除するファイル削除手段を有する計算機におけるファイ
ル処理方式において、削除ファイル情報蓄積領域と、前
記ファイル削除手段から削除ファイル情報を受け取って
前記削除ファイル情報蓄積領域に蓄積する削除ファイル
情報蓄積手段と、前記削除ファイル情報蓄積領域に蓄積
された削除ファイル情報に基づいて前記記憶媒体上にフ
ァイルを再生するファイル再生手段とを備えている。
[Means for Solving the Problems] In order to achieve the above first and second objects, the file processing method of the present invention provides a computer having a file deletion means for deleting files existing on a readable and writable storage medium. In the file processing method, a deleted file information storage area; a deleted file information storage means that receives deleted file information from the file deletion means and stores it in the deleted file information storage area; and file reproducing means for reproducing the file on the storage medium based on the deleted file information.

【0020】また上記第1および第3の目的を達成する
ために、読み出し書き込み可能な記憶媒体上に存在する
ファイルを削除するファイル削除手段を有する計算機に
おけるファイル処理方式において、削除ファイル情報蓄
積領域と、前記ファイル削除手段から削除ファイル情報
を受け取って前記削除ファイル情報蓄積領域に蓄積する
削除ファイル情報蓄積手段と、前記削除ファイル情報蓄
積領域に蓄積された削除ファイル情報が示す前記記憶媒
体上の削除ファイルの領域を考慮して前記記憶媒体上に
新たなファイルの領域を確保するファイル確保手段とを
備えている。
Furthermore, in order to achieve the above first and third objects, in a file processing method for a computer having a file deletion means for deleting files existing on a readable and writable storage medium, a deletion file information storage area and a deletion file information storage area are provided. , a deleted file information storage unit that receives deleted file information from the file deletion unit and stores it in the deleted file information storage area; and a deleted file on the storage medium indicated by the deleted file information stored in the deleted file information storage area. and a file securing means for securing an area for a new file on the storage medium in consideration of the area.

【0021】[0021]

【作用】本発明のファイル処理方式においては、ファイ
ル削除手段が磁気ディスク媒体等の記憶媒体上に存在す
るファイル領域情報を削除することによりファイルを削
除したとき、削除ファイル情報蓄積手段がファイル削除
手段からそのファイル領域情報を受け取って削除ファイ
ル情報として削除ファイル情報蓄積領域に蓄積する。
[Operation] In the file processing method of the present invention, when the file deletion means deletes a file by deleting file area information existing on a storage medium such as a magnetic disk medium, the deleted file information storage means The file area information is received from and stored in the deleted file information storage area as deleted file information.

【0022】その後、削除したファイルの再生が要求さ
れると、ファイル再生手段が、削除ファイル情報蓄積領
域に蓄積された該当する削除ファイル情報に基づいて記
憶媒体上にファイルを再生する。
Thereafter, when a request is made to reproduce the deleted file, the file reproduction means reproduces the file on the storage medium based on the corresponding deleted file information stored in the deleted file information storage area.

【0023】また、新たなファイルの領域の確保が要求
されると、ファイル確保手段が、削除ファイル情報蓄積
領域に蓄積された削除ファイル情報が示す前記記憶媒体
上の削除ファイルの領域を考慮し、例えば最近削除され
たファイルのファイルデータ部以外の空き領域を優先的
に使用して新たなファイルの領域を記憶媒体上に確保す
る。
[0023] Furthermore, when a request is made to secure an area for a new file, the file securing means considers the area of the deleted file on the storage medium indicated by the deleted file information stored in the deleted file information storage area, For example, free space other than the file data portion of a recently deleted file is preferentially used to secure an area for a new file on the storage medium.

【0024】[0024]

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

【0025】図1は本発明の一実施例の構成図であり、
従来技術の説明で既に参照した図4と同一符号は同一部
分を示し、10はファイル削除手段、30はファイル再
生手段、40は削除ファイル情報蓄積手段、130は削
除ファイル情報蓄積領域である。
FIG. 1 is a block diagram of an embodiment of the present invention.
The same reference numerals as in FIG. 4 already referred to in the description of the prior art indicate the same parts, 10 is a file deletion means, 30 is a file reproduction means, 40 is a deleted file information storage means, and 130 is a deleted file information storage area.

【0026】削除ファイル情報蓄積領域130は、FI
FO(ファースト・イン・ファースト・アウト)形式の
記憶装置を構成し、最新の削除ファイル情報131−1
からN−1個過去の削除ファイル情報131−nまで最
大N個の削除ファイル情報を蓄積することができる。
[0026] The deletion file information storage area 130 is
Configures an FO (first in first out) format storage device and stores the latest deleted file information 131-1
Up to N deleted file information 131-n can be accumulated from N-1 past deleted file information 131-n.

【0027】ファイル削除手段10は、ファイルの削除
が要求されることにより、削除要求されたファイルのフ
ァイル領域情報111をいったん読み込んでおく以外は
図4のファイル削除手段10と同様の処理を行う手段で
ある。
The file deletion means 10 is a means for performing the same processing as the file deletion means 10 shown in FIG. 4, except that, in response to a file deletion request, the file area information 111 of the file requested for deletion is read once. It is.

【0028】削除ファイル情報蓄積手段40は、ファイ
ル削除手段10が削除時に読み込んでいたファイル領域
情報111を受け取って削除ファイル情報蓄積領域13
0に蓄積する手段である。
The deleted file information storage unit 40 receives the file area information 111 that the file deletion unit 10 was reading at the time of deletion, and stores the file area information 111 in the deleted file information storage area 13.
It is a means of accumulating to 0.

【0029】ファイル再生手段30は、削除したファイ
ルの再生が要求されることにより、削除ファイル情報蓄
積領域130中に上記再生要求されたファイルに対応す
る削除ファイル情報が存在するか否かを調べ、存在すれ
ばそれに基づいて記憶媒体100のVTOC領域110
上にファイル領域情報111を復元してファイルの再生
を行う手段である。なお、再生したファイルにかかる削
除ファイル情報は削除ファイル情報蓄積領域130から
削除する。また、該当する削除ファイル情報が存在しな
い場合には再生処理を中断し、必要に応じて再生できな
い旨を要求元に通知する。
In response to a request to reproduce a deleted file, the file reproducing means 30 checks whether or not there is deleted file information corresponding to the file requested to be reproduced in the deleted file information storage area 130; If it exists, the VTOC area 110 of the storage medium 100 is
This is a means for restoring the file area information 111 on the top and playing the file. Note that the deleted file information related to the reproduced file is deleted from the deleted file information storage area 130. Furthermore, if the corresponding deletion file information does not exist, the playback process is interrupted, and if necessary, the request source is notified that playback is not possible.

【0030】次に図1の実施例の動作を説明する。Next, the operation of the embodiment shown in FIG. 1 will be explained.

【0031】ファイルの削除が要求されると、ファイル
削除手段10は、削除要求されたファイルのファイル領
域情報111を記憶媒体100のVTOC領域110か
ら読み込み、その後そのファイル領域情報111を削除
し、この削除したファイルの領域を空き領域として空き
領域情報112に登録する。なお、削除対象のファイル
のファイルデータ部121はそのままの状態にしておく
。そして、ファイル削除手段10は読み込んだファイル
領域情報111を削除ファイル情報蓄積手段40に渡す
When deletion of a file is requested, the file deletion means 10 reads the file area information 111 of the file requested for deletion from the VTOC area 110 of the storage medium 100, then deletes the file area information 111, and deletes this file area information 111. The area of the deleted file is registered as a free area in the free area information 112. Note that the file data section 121 of the file to be deleted is left as is. Then, the file deletion means 10 passes the read file area information 111 to the deletion file information storage means 40.

【0032】削除ファイル情報蓄積手段40は、ファイ
ル削除手段10から受け取ったファイル領域情報111
を最新の削除ファイル情報131−1として削除ファイ
ル情報蓄積領域130に蓄積する。このとき、削除ファ
イル情報蓄積領域130に既にN個の削除ファイル情報
が蓄積されていた場合には、最も古い削除ファイル情報
が捨てられることになる。
The deletion file information storage means 40 stores the file area information 111 received from the file deletion means 10.
is stored in the deleted file information storage area 130 as the latest deleted file information 131-1. At this time, if N pieces of deleted file information have already been stored in the deleted file information storage area 130, the oldest deleted file information will be discarded.

【0033】また、ファイルの再生が要求されると、フ
ァイル再生手段30は、再生要求されたファイルの削除
ファイル情報(ファイル領域情報)が削除ファイル情報
蓄積領域130に蓄積されているか否かを調べる。若し
、再生要求されたファイルの削除ファイル情報が存在し
なかった場合には自動再生は不可能であるため、再生処
理を中断する。
Further, when a file reproduction request is made, the file reproduction means 30 checks whether the deletion file information (file area information) of the file requested for reproduction is stored in the deletion file information storage area 130. . If deletion file information for the file requested for reproduction does not exist, automatic reproduction is impossible, and therefore the reproduction process is interrupted.

【0034】再生要求されたファイルの削除ファイル情
報が存在した場合、ファイル再生手段30はその削除フ
ァイル情報を削除ファイル情報蓄積領域130から読み
取り、ファイル領域情報として記憶媒体100のVTO
C領域110に書き出す。そして、空き領域情報112
を更新し、ファイルの再生動作を終了する。
If deletion file information exists for the file requested for reproduction, the file reproduction means 30 reads the deletion file information from the deletion file information storage area 130 and stores the VTO of the storage medium 100 as file area information.
It is written to the C area 110. And free space information 112
and end the file playback operation.

【0035】図2は本発明の別の実施例の構成図であり
、図1と同一符号は同一部分を示し、20はファイル確
保手段である。
FIG. 2 is a block diagram of another embodiment of the present invention, in which the same reference numerals as in FIG. 1 indicate the same parts, and 20 is a file securing means.

【0036】このファイル確保手段20は、新たなファ
イルの領域の確保が要求されることにより、記憶媒体1
00の空き領域情報112および削除ファイル情報蓄積
領域130に蓄積された削除ファイル情報131−1〜
131−nを参照して新たなファイルの領域を記憶媒体
100上に確保する手段である。
The file securing means 20 secures the storage medium 1 in response to a request for securing a new file area.
00 free space information 112 and deleted file information 131-1~ accumulated in the deleted file information storage area 130
131-n to secure an area for a new file on the storage medium 100.

【0037】ファイル確保手段20は、新たなファイル
の領域を記憶媒体100の空き領域から確保する際、先
ず、空き領域情報112で空き領域として管理されてい
る領域のうち削除ファイル情報蓄積領域130に蓄積さ
れた削除ファイル情報131−1〜131−nが示す削
除ファイルの元の領域以外の領域に注目し、そこから確
保を試みる。そして、その領域から確保できない場合は
、削除ファイル情報蓄積領域130に蓄積された最も古
い削除ファイル情報131−nから順に削除ファイルの
元の領域を使用していき、最新の削除ファイル情報13
1−1が示す削除ファイルの元の領域は最後に使用する
When the file securing means 20 secures an area for a new file from the free area of the storage medium 100, the file securing means 20 first secures the deleted file information storage area 130 among the areas managed as free areas in the free area information 112. Focusing on an area other than the original area of the deleted file indicated by the accumulated deleted file information 131-1 to 131-n, an attempt is made to secure the area from there. If the area cannot be secured from that area, the original area of the deleted file is used in order from the oldest deleted file information 131-n accumulated in the deleted file information storage area 130, and
The original area of the deleted file indicated by 1-1 is used last.

【0038】図2の実施例において、ファイルの削除が
要求されたときの動作は図1の実施例と同様であり、削
除されたファイルのファイル領域情報が削除ファイル情
報131−1〜131−nとして削除ファイル情報蓄積
領域130に蓄積される。
In the embodiment shown in FIG. 2, the operation when file deletion is requested is the same as in the embodiment shown in FIG. It is stored in the deleted file information storage area 130 as .

【0039】また、新たなファイルの領域の確保が要求
されると、ファイル確保手段20が動作する。
Furthermore, when a request is made to secure an area for a new file, the file securing means 20 operates.

【0040】ファイル確保手段20は、先ず、確保要求
されたファイルの領域を、空き領域情報112で空き領
域として管理されている領域のうち削除ファイル情報蓄
積領域130に蓄積された削除ファイル情報131−1
〜131−nに対応する削除ファイルの領域以外の領域
から確保可能か否かを調べる。
The file securing means 20 first stores the area of the requested file in the deleted file information 131- stored in the deleted file information storage area 130 among the areas managed as free areas in the free area information 112. 1
It is checked whether or not it is possible to secure an area other than the area of the deleted file corresponding to 131-n.

【0041】そして、確保可能であれば、要求されたフ
ァイルの領域に必要なサイズ分を確保し、そのファイル
用のファイル領域情報111を作成してVTOC領域1
10に書き込み、空き領域情報112で管理されている
空き領域から今回確保した分の領域を差し引く。そして
、ファイル確保動作を終了する。
[0041] Then, if it can be secured, the required size of the requested file area is secured, the file area information 111 for the file is created, and the VTOC area 1 is
10, and the area secured this time is subtracted from the free area managed by the free area information 112. Then, the file securing operation ends.

【0042】上記の領域では今回のファイルの領域を確
保することができない場合、ファイル確保手段20は、
削除ファイル情報蓄積領域130に蓄積された最も古い
削除ファイル情報131−nから順に、確保可能なサイ
ズが得られるまで削除ファイルの元の領域を順次使用し
て、今回のファイルの領域を確保する。そして、要求さ
れたファイルの領域に必要なサイズ分を確保した場合に
は、そのファイル用のファイル領域情報111を作成し
てVTOC領域110に書き込み、空き領域情報112
で管理されている空き領域から今回確保した分の領域を
差し引く。また、今回のファイルの領域のために使用し
た削除ファイルに関する削除ファイル情報131−n等
を削除ファイル情報蓄積領域130から削除する。そし
て、ファイル確保動作を終了する。
[0042] If the area for the current file cannot be secured in the above area, the file securing means 20:
Starting from the oldest deleted file information 131-n stored in the deleted file information storage area 130, the original area of the deleted file is sequentially used until a secureable size is obtained to secure an area for the current file. When the required size is secured in the area for the requested file, file area information 111 for that file is created and written to the VTOC area 110, and free area information 112 is created.
Subtract the area secured this time from the free area managed by . Furthermore, the deletion file information 131-n and the like regarding the deletion file used for the current file area are deleted from the deletion file information storage area 130. Then, the file securing operation ends.

【0043】図3は本発明の更に別の実施例の構成図で
あり、図1および図2と同一符号は同一部分を示す。
FIG. 3 is a block diagram of yet another embodiment of the present invention, in which the same reference numerals as in FIGS. 1 and 2 indicate the same parts.

【0044】図3の実施例は図1の実施例と図2の実施
例とを組み合わせたものであり、ファイルの再生および
確保が可能である。なお、ファイル削除,ファイル再生
,ファイル確保の各動作は図1および図2の実施例と同
様である。
The embodiment shown in FIG. 3 is a combination of the embodiment shown in FIG. 1 and the embodiment shown in FIG. 2, and is capable of reproducing and securing files. Note that the operations of file deletion, file playback, and file reservation are the same as those in the embodiments of FIGS. 1 and 2.

【0045】[0045]

【発明の効果】以上説明した本発明のファイル処理方式
によれば、次のような効果を得ることができる。 (1)削除ファイル情報蓄積領域と削除ファイル情報蓄
積手段とを備えたことにより、削除したファイルのファ
イル領域情報を後のファイル再生等に備えて自動的に採
取,保存しておくことができる。
According to the file processing method of the present invention described above, the following effects can be obtained. (1) By providing a deleted file information storage area and a deleted file information storage means, file area information of deleted files can be automatically collected and stored in preparation for later file playback.

【0046】(2)削除ファイル情報蓄積領域を参照し
てファイルの再生を行うファイル再生手段を備えたこと
により、削除されたファイルを簡単かつ正確に再生する
ことができる。
(2) By providing file reproducing means for reproducing files by referring to the deleted file information storage area, deleted files can be easily and accurately reproduced.

【0047】(3)削除ファイル情報蓄積領域を参照し
てファイルの領域の確保を行うファイル確保手段を備え
たことにより、削除されたファイルのファイルデータ部
が新たな別のファイルのために破壊されることが極力防
止され、削除ファイルの再生の可能性を高めることがで
きる。
(3) By providing a file securing means that secures a file area by referring to the deleted file information storage area, the file data section of a deleted file is not destroyed to make way for another new file. The possibility of reproducing the deleted file can be increased.

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明の別の実施例の構成図である。FIG. 2 is a configuration diagram of another embodiment of the present invention.

【図3】本発明の更に別の実施例の構成図である。FIG. 3 is a configuration diagram of yet another embodiment of the present invention.

【図4】従来技術の構成図である。FIG. 4 is a configuration diagram of a prior art.

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

10…ファイル削除手段 20…ファイル確保手段 30…ファイル再生手段 40…削除ファイル情報蓄積手段 100…記憶媒体 110…VTOC領域 111…ファイル領域情報 112…空き領域情報 120…データ領域 121…ファイルデータ部 130…削除ファイル情報蓄積領域 10...File deletion means 20...File securing means 30...File playback means 40...Deletion file information storage means 100...Storage medium 110...VTOC area 111...File area information 112...Free space information 120...Data area 121...File data section 130...Delete file information storage area

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  読み出し書き込み可能な記憶媒体上に
存在するファイルを削除するファイル削除手段を有する
計算機におけるファイル処理方式において、削除ファイ
ル情報蓄積領域と、前記ファイル削除手段から削除ファ
イル情報を受け取って前記削除ファイル情報蓄積領域に
蓄積する削除ファイル情報蓄積手段と、前記削除ファイ
ル情報蓄積領域に蓄積された削除ファイル情報に基づい
て前記記憶媒体上にファイルを再生するファイル再生手
段とを備えることを特徴とするファイル処理方式。
1. A file processing method in a computer having a file deletion means for deleting a file existing on a readable and writable storage medium, comprising: a deletion file information storage area; and receiving deletion file information from the file deletion means; It is characterized by comprising a deleted file information storage means for storing in a deleted file information storage area, and a file playback means for playing back a file on the storage medium based on the deleted file information stored in the deleted file information storage area. file processing method.
【請求項2】  読み出し書き込み可能な記憶媒体上に
存在するファイルを削除するファイル削除手段を有する
計算機におけるファイル処理方式において、削除ファイ
ル情報蓄積領域と、前記ファイル削除手段から削除ファ
イル情報を受け取って前記削除ファイル情報蓄積領域に
蓄積する削除ファイル情報蓄積手段と、前記削除ファイ
ル情報蓄積領域に蓄積された削除ファイル情報が示す前
記記憶媒体上の削除ファイルの領域を考慮して前記記憶
媒体上に新たなファイルの領域を確保するファイル確保
手段とを備えることを特徴とするファイル処理方式。
2. A file processing method in a computer having a file deletion means for deleting a file existing on a readable and writable storage medium, comprising: a deletion file information storage area; and receiving deletion file information from the file deletion means; A deleted file information storage means that stores a deleted file information in the deleted file information storage area, and a new file is stored on the storage medium in consideration of the area of the deleted file on the storage medium indicated by the deleted file information stored in the deleted file information storage area. A file processing method comprising a file securing means for securing a file area.
JP3091103A 1991-03-29 1991-03-29 File processing system Pending JPH04303245A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3091103A JPH04303245A (en) 1991-03-29 1991-03-29 File processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3091103A JPH04303245A (en) 1991-03-29 1991-03-29 File processing system

Publications (1)

Publication Number Publication Date
JPH04303245A true JPH04303245A (en) 1992-10-27

Family

ID=14017191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3091103A Pending JPH04303245A (en) 1991-03-29 1991-03-29 File processing system

Country Status (1)

Country Link
JP (1) JPH04303245A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07319742A (en) * 1994-05-24 1995-12-08 Nec Corp Physical deleting system for logically deleted data
JPH07334397A (en) * 1994-06-14 1995-12-22 Nec Corp Deleted file managing system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07319742A (en) * 1994-05-24 1995-12-08 Nec Corp Physical deleting system for logically deleted data
JPH07334397A (en) * 1994-06-14 1995-12-22 Nec Corp Deleted file managing system

Similar Documents

Publication Publication Date Title
US6633724B1 (en) Realtime data recording method
CN111651127A (en) Monitoring data storage method and device based on shingled magnetic recording disk
JP4100992B2 (en) Playback device
US8279726B2 (en) Recording device for recording a content into a plurality of recording media and control method thereof
KR100296574B1 (en) Method and archive server for creating an archive on a removable mass storage medium
US20020145957A1 (en) File managing method for a recorded digital stream
JP2005189982A (en) Data storage device and data storing method
JPH04303245A (en) File processing system
JP4431110B2 (en) Recording / reproducing system, recording / reproducing method, program, and program recording medium
JP2001045420A (en) Recorder, method and computer-readable storage medium
US20040141723A1 (en) Editing apparatus
US8032009B2 (en) Backup management apparatus
KR101044602B1 (en) Apparatus and method for data backup in monitoring digital video recorder
JP2006254168A (en) Av data recording and playback apparatus and av data recording and playback method
JPH08212114A (en) Data recording device and data recording and reproducing device
JP4508137B2 (en) Data backup processing apparatus and method
JP3705145B2 (en) AV data replication device
JPH09231108A (en) Data restore system
JP3036986B2 (en) Automatic file playback method
JP4501252B2 (en) Data recording apparatus, data recording method, data reproducing apparatus, and data reproducing method
KR100414616B1 (en) Method for reading backup file information rapidly by separate storage of file information
JP3506667B2 (en) Recording medium for storing additional information for restoring digital data string / information, recording method and restoration method
US20060155767A1 (en) Information recording-and-reproducing method and information recording-and-reproducing apparatus with play-list copy function
JPS6359640A (en) Log information file control system
JPH1050031A (en) Data recording method