WO2008007533A1 - Data deletion method and data deletion program - Google Patents

Data deletion method and data deletion program Download PDF

Info

Publication number
WO2008007533A1
WO2008007533A1 PCT/JP2007/062706 JP2007062706W WO2008007533A1 WO 2008007533 A1 WO2008007533 A1 WO 2008007533A1 JP 2007062706 W JP2007062706 W JP 2007062706W WO 2008007533 A1 WO2008007533 A1 WO 2008007533A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
data
size
program
deletion
Prior art date
Application number
PCT/JP2007/062706
Other languages
French (fr)
Japanese (ja)
Inventor
Akiyoshi Okamoto
Original Assignee
Japan Wave. Inc.
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 Japan Wave. Inc. filed Critical Japan Wave. Inc.
Publication of WO2008007533A1 publication Critical patent/WO2008007533A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations

Definitions

  • the present invention relates to a data deletion method and a data deletion program for deleting data recorded in units of files in a recording device such as a hard disk of a personal computer.
  • Patent Document 1 Japanese Patent Laid-Open No. 2003-030801
  • the present invention has been made in view of the above circumstances, and the object of the present invention is to be able to delete data in a short time without imposing a burden on the CPU of the computer. Is to provide a data deletion method and a data deletion program. Means for solving the problem
  • the data deletion method of the present invention specifies file management information corresponding to a file of data to be deleted, and deletes the file management information to thereby delete the data file.
  • This is a method for deleting data on a file system, and before deleting the file management information, rewrites the file size information included in the specified file management information, thereby changing the file size of the file. It is characterized by having a variable step.
  • the file size variable step it is preferable to rewrite the file size information so that the file size of the file is smaller than the original size.
  • the data deletion method may further include an overwriting step of overwriting a random number with respect to the file data before performing the file size variable step.
  • the file management information of the file of the data to be deleted is specified, the file size information included in the file management information is rewritten, and thereby the file size of the file is variable. After that, the file is deleted on the file system. For this reason, even if the computer recovers the data recovery program and restores the file deleted on the file system, the file with a variable file size is read, and the data of the file is completely read. It becomes difficult to read. Since the file size variable processing for such a file only rewrites the file management information, it can be performed in a short time without imposing a heavy burden on the CPU or recording device of the computer that performs the processing.
  • the file size of the file is made smaller than the original size
  • the relationship between the difference data recorded in the reduced portion of the file and the file is the file system. Be deleted on the system.
  • the file can be made to appear as if it was originally reduced in size, so that even if the file is restored using a data restoration program, the difference data can be restored. Can be reduced. Therefore, if the size is reduced as much as possible, illegal reading of the data can be suitably prevented.
  • FIG. 1 is a block diagram of a computer in which a data deletion program according to an embodiment of the present invention is processed
  • FIG. 2 is a flowchart of the program
  • FIG. 3 is a process of changing the file size of the data file of the program. It is a schematic diagram shown.
  • a computer 10 shown in FIG. 1 is a general-purpose personal computer, and includes a control unit 11 such as a CPU, a recording device 12, an operation unit 13, a communication unit 14, and a read / write unit 15.
  • the operation unit 13 is connected to an input device such as a keyboard and a mouse.
  • the communication unit 14 is connected to a communication line such as the Internet.
  • the read / write unit 5 is a DVD drive or the like in which a recording medium such as a compact disk or a flash memory is set and data is read from and written to the recording medium.
  • the recording device 12 is a hard disk drive, in which basic programs such as a data deletion program shown in FIG. 2 and an operation program (not shown) processed by the control unit 11 are recorded in advance.
  • data d is recorded in units of files.
  • the file is referred to as a data file.
  • a recording device 12, an operation unit 13, a communication unit 14, and a read / write unit 15 are connected to the input port of the control unit 11.
  • a recording device 12, a communication unit 14 and a read / write unit 15 are connected to the output port of the control unit 11.
  • the control unit 11 functions as the computer 10 by processing the operation program.
  • the data file is a function of the operation program by the control unit 11. It is a file configured on the recording device 12 to manage (read / write and delete) data d by processing a file management program (file system).
  • file system the well-known FATFS (File Allocation
  • This data file has a data area in which data d is recorded and a management area in which file management information for managing data d is recorded.
  • the file management information includes information such as file name, extension, attribute, file size, update date and time, file start cluster number, and file end cluster number.
  • this data deletion program is processed by the control unit 11 when an instruction to delete data d is input.
  • the data deletion instruction includes an instruction input by an operation through an input device connected to the operation unit 13, or an instruction input by a data expiration management program (not shown) recorded in the recording device 12.
  • the data expiration management program refers to the date and time when the data d was recorded in the recording device 12 by referring to the timer unit of the computer 10 and recorded in the recording device 12, and the date and time on the recording device 12 and the current date and time.
  • a command for specifying a data file of data d instructed to be deleted is executed (sl). Then, the file system of the operation program is processed, the file management information of the data file is searched, and the data file is specified.
  • the file size variable processing can be performed in a short time without imposing a burden on the computer CPU or the recording device 12, so that the processing time of the data d deletion processing can be shortened. .
  • the data deletion program includes a step of specifying file management information of a file of data to be deleted, and deleting the data file on the file system by deleting the specified file management information.
  • the file size information is rewritten to "0" for the above file size variable processing.
  • the present invention is not limited to this, and the end cluster number of the file may be rewritten.
  • this variable file size step it is desirable to rewrite the file size information so that it is smaller than the original size.
  • data files with a structure in which data access information is written at the end of the file By rewriting the file size information so as to be larger than the original size, the same effect as described above can be obtained by making the position of the access information unknown.
  • deletion program In addition, other processing can be incorporated into the deletion program. For example, the contents of the data management program.
  • the input of the data d deletion instruction to the deletion program is not limited to the above-described one.
  • the deletion instruction may be input at a predetermined date and time, or the deletion instruction may be input from the outside of the computer 10 through the communication unit 14.
  • the recording device 12 it is possible to use a recording medium such as a compact disc, a DVD, a flash memory, or the like, which is not limited to what is built into the computer 10 as a hard disk drive! What! /
  • the file system described above is an example, and it goes without saying that it can also be realized by using a file system having the same function. Also, it does not matter if the deletion program and the file system are configured integrally. As for the deletion of data files on the file system, the deletion information is recorded in the file management information. However, the present invention is not limited to this, and the file management information may be overwritten to delete the information. I do not care.
  • any computer 10 can be used as long as it has a function capable of processing the deletion program.
  • FIG. 1 is a block diagram of a computer in which a data deletion program according to an embodiment of the present invention is processed.
  • FIG. 2 is a flowchart of the program.
  • FIG. 3 is a schematic diagram showing the process of variable file size processing of the data file of the program.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

[PROBLEMS] To provide a novel data deletion method and a data deletion program capable of deleting data in a short time without applying a load on a computer CPU or the like. [MEANS FOR SOLVING PROBLEMS] A data deletion program includes: a step for identifying a data file of data d to be deleted; a step for overwriting a random number at arbitrary plural positions in the data d; a step for rewriting file size information contained in file management information on the data file of the data d to '0' so as to change the file size of the data file; and a step for recording deletion information in the file management information on the data file of the data d and deleting the data file from the file system.

Description

明 細 書  Specification
データの削除方法及びデータの削除プログラム  Data deletion method and data deletion program
技術分野  Technical field
[0001] 本発明は、パーソナルコンピュータのハードディスクなどの記録装置にファイル単位 で記録されたデータを削除するデータの削除方法及びデータの削除プログラムに関 する。  The present invention relates to a data deletion method and a data deletion program for deleting data recorded in units of files in a recording device such as a hard disk of a personal computer.
背景技術  Background art
[0002] 従来、パーソナルコンピュータの操作部を操作して、データのファイルを削除すると 、前記コンピュータにファイル管理プログラム (ファイルシステム)が処理され、削除す べきデータのファイルのファイル管理情報のみが削除されるようになっている。即ち、 前記データのファイルは、ファイルシステム上削除されるだけであり、実データはハー ドディスクに残っている。このため、前記コンピュータにデータ復活プログラムを処理さ せると、ハードディスク上の実データが読み出される可能性がある。  Conventionally, when a data file is deleted by operating an operation unit of a personal computer, a file management program (file system) is processed in the computer, and only file management information of the data file to be deleted is deleted. It has become so. That is, the data file is only deleted on the file system, and the actual data remains on the hard disk. For this reason, if the data restoration program is processed by the computer, actual data on the hard disk may be read.
[0003] そこで、ハードディスク上の削除すべきデータ全体又は任意の箇所に対して、無意 味なデータ (例えば、乱数等)を上書きすることにより、データを完全な状態で読み出 せないようにしたものがある (特許文献 1参照)。  [0003] Therefore, the entire data to be deleted on the hard disk or an arbitrary place is overwritten with meaningless data (for example, random numbers, etc.) so that the data cannot be read in a complete state. There are some (see Patent Document 1).
[0004] 特許文献 1:特開 2003— 030801号公報  [0004] Patent Document 1: Japanese Patent Laid-Open No. 2003-030801
発明の開示  Disclosure of the invention
発明が解決しょうとする課題  Problems to be solved by the invention
[0005] ところが、データ全体を上書きする場合には、当該データを略完全に削除すること ができるものの、当該データの全体を上書きする処理に非常に時間が力かると共に、 当該処理を行うコンピュータの CPUや記録装置等に大きな負担が掛かるという欠点 がある。特に、削除するデータのデータ量が非常に大きい場合には、前記欠点が顕 著になる。 [0005] However, when the entire data is overwritten, the data can be almost completely deleted, but the process of overwriting the entire data takes a lot of time, and the computer that performs the process does There is a disadvantage that it places a heavy burden on the CPU and recording device. In particular, when the amount of data to be deleted is very large, the above-described drawback becomes significant.
[0006] 一方、データの任意の箇所を上書きする場合には、その処理を短時間で行うことが 可能であり且つ当該処理を行うコンピュータの CPU等の負担を軽減することが可能 であるものの、データの上書きされた箇所以外の部分が読み出し可能となる欠点が ある。 [0006] On the other hand, when overwriting an arbitrary portion of data, the processing can be performed in a short time and the burden on the CPU of the computer that performs the processing can be reduced. There is a drawback that it is possible to read the part other than the overwritten part of the data is there.
[0007] 本発明は、上記事情に鑑みて創案されたものであって、その目的とするところは、コ ンピュータの CPU等に負担をかけることなぐ短時間でデータを削除することが可能 な新規なデータの削除方法及びデータの削除プログラムを提供することにある。 課題を解決するための手段  [0007] The present invention has been made in view of the above circumstances, and the object of the present invention is to be able to delete data in a short time without imposing a burden on the CPU of the computer. Is to provide a data deletion method and a data deletion program. Means for solving the problem
[0008] 上記課題を解決するために、本発明のデータの削除方法は、削除すべきデータの ファイルに対応するファイル管理情報を特定し、当該ファイル管理情報を削除するこ とにより前記データのファイルをファイルシステム上削除するデータの削除方法であ つて、前記ファイル管理情報を削除する前に、特定したファイル管理情報に含まれる ファイルサイズ情報を書き換え、これにより前記ファイルのファイルサイズを可変する ファイルサイズ可変ステップを有したことを特徴としている。  [0008] In order to solve the above-described problem, the data deletion method of the present invention specifies file management information corresponding to a file of data to be deleted, and deletes the file management information to thereby delete the data file. This is a method for deleting data on a file system, and before deleting the file management information, rewrites the file size information included in the specified file management information, thereby changing the file size of the file. It is characterized by having a variable step.
[0009] 前記ファイルサイズ可変ステップを行うに当たり、前記ファイルのファイルサイズが元 のサイズよりも小さくなるようにファイルサイズ情報を書き換えることが好ましい。  In performing the file size variable step, it is preferable to rewrite the file size information so that the file size of the file is smaller than the original size.
[0010] また、上記データの削除方法は、前記ファイルサイズ可変ステップを行う前に、前記 ファイルのデータに対して乱数を上書する上書きステップを更に有した内容とするこ とがでさる。  [0010] Further, the data deletion method may further include an overwriting step of overwriting a random number with respect to the file data before performing the file size variable step.
発明の効果  The invention's effect
[0011] 本発明のデータの削除方法による場合、削除すべきデータのファイルのファイル管 理情報を特定し、当該ファイル管理情報に含まれるファイルサイズ情報を書き換え、 これにより前記ファイルのファイルサイズを可変した後、当該ファイルをファイルシステ ム上削除するようにしている。このため、コンピュータにデータ復活プログラムを処理 させ、ファイルシステム上削除された前記ファイルが復元されたとしても、ファイルサイ ズが可変したファイルが読み出されることになり、完全な状態で前記ファイルのデータ を読み出すことが困難になる。このようなファイルのファイルサイズ可変処理はフアイ ル管理情報を書き換えるだけであることから、その処理を行うコンピュータの CPUや 記録装置等に大きな負担を掛けることなく短時間で行うことができる。  [0011] According to the data deletion method of the present invention, the file management information of the file of the data to be deleted is specified, the file size information included in the file management information is rewritten, and thereby the file size of the file is variable. After that, the file is deleted on the file system. For this reason, even if the computer recovers the data recovery program and restores the file deleted on the file system, the file with a variable file size is read, and the data of the file is completely read. It becomes difficult to read. Since the file size variable processing for such a file only rewrites the file management information, it can be performed in a short time without imposing a heavy burden on the CPU or recording device of the computer that performs the processing.
[0012] 特に、ファイルのファイルサイズを元のサイズよりも小さくした場合には、前記フアイ ルの縮小された部分に記録された差分データと前記ファイルとの関連がファイルシス テム上削除されること〖こなる。即ち、前記ファイルを当初カゝら縮小されたファイルサイ ズであったように見せかけることができるので、データ復活プログラムを用いて前記フ アイルを復元されたとしても、前記差分データを復元される可能性を低減することが できる。よって、前記サイズを極力小さくすれば、前記データの不正読み出しを好適 に防止することができる。 [0012] In particular, when the file size of the file is made smaller than the original size, the relationship between the difference data recorded in the reduced portion of the file and the file is the file system. Be deleted on the system. In other words, the file can be made to appear as if it was originally reduced in size, so that even if the file is restored using a data restoration program, the difference data can be restored. Can be reduced. Therefore, if the size is reduced as much as possible, illegal reading of the data can be suitably prevented.
[0013] 本発明のデータの削除プログラムによる場合、データの削除方法と同様の効果を 得ることができる。  [0013] According to the data deletion program of the present invention, the same effect as the data deletion method can be obtained.
発明を実施するための最良の形態  BEST MODE FOR CARRYING OUT THE INVENTION
[0014] 以下、本発明の実施の形態に係るデータの削除プログラムが処理されるコンビユー タについて図面を参照しながら説明する。図 1は本発明の実施の形態に係るデータ の削除プログラムが処理されるコンピュータのブロック図、図 2は同プログラムのフロ 一チャート、図 3は同プログラムのデータファイルのファイルサイズ可変処理の過程を 示す模式図である。 Hereinafter, a computer that processes a data deletion program according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram of a computer in which a data deletion program according to an embodiment of the present invention is processed, FIG. 2 is a flowchart of the program, and FIG. 3 is a process of changing the file size of the data file of the program. It is a schematic diagram shown.
[0015] 図 1に示すコンピュータ 10は、汎用のパーソナルコンピュータであって、 CPU等の 制御部 11と、記録装置 12と、操作部 13と、通信部 14と、リードライト部 15を有する。  A computer 10 shown in FIG. 1 is a general-purpose personal computer, and includes a control unit 11 such as a CPU, a recording device 12, an operation unit 13, a communication unit 14, and a read / write unit 15.
[0016] 操作部 13はキーボードやマウス等の入力装置が接続されている。通信部 14はイン ターネット等の通信回線に接続されている。リードライト部丄 5はコンパクトディスクゃフ ラッシュメモリ等の記録媒体がセットされ、当該記録媒体に対してデータをリード Zラ ィ卜する DVDドライブ等である。 [0016] The operation unit 13 is connected to an input device such as a keyboard and a mouse. The communication unit 14 is connected to a communication line such as the Internet. The read / write unit 5 is a DVD drive or the like in which a recording medium such as a compact disk or a flash memory is set and data is read from and written to the recording medium.
[0017] 記録装置 12はハードディスクドライブであって、制御部 11により処理される図 2に示 すデータの削除プログラム及び図示しないオペレーションプログラム等の基本プログ ラムが予め記録されている。また、記録装置 12には、データ dがファイル単位で記録 される。以下、前記ファイルをデータファイルと称する。  The recording device 12 is a hard disk drive, in which basic programs such as a data deletion program shown in FIG. 2 and an operation program (not shown) processed by the control unit 11 are recorded in advance. In the recording device 12, data d is recorded in units of files. Hereinafter, the file is referred to as a data file.
[0018] 制御部 11の入力ポートには、記録装置 12、操作部 13、通信部 14及びリードライト 部 15が接続されている。一方、制御部 11の出力ポートには、記録装置 12、通信部 1 4及びリードライト部 15が接続されている。この制御部 11が、前記オペレーションプロ グラムを処理することにより、コンピュータ 10としての機能を発揮する。  A recording device 12, an operation unit 13, a communication unit 14, and a read / write unit 15 are connected to the input port of the control unit 11. On the other hand, to the output port of the control unit 11, a recording device 12, a communication unit 14 and a read / write unit 15 are connected. The control unit 11 functions as the computer 10 by processing the operation program.
[0019] 前記データファイルは、制御部 11が前記オペレーションプログラムの一機能である ファイル管理プログラム (ファイルシステム)を処理することにより、データ dを管理 (読み 書き及び削除)するために記録装置 12上に構成されるファイルである。なお、前記フ アイルシステムとしては、周知の FATFS (File Allocation [0019] The data file is a function of the operation program by the control unit 11. It is a file configured on the recording device 12 to manage (read / write and delete) data d by processing a file management program (file system). As the file system, the well-known FATFS (File Allocation
Tables File System)、 NTFS (NT File System)、 Ext2FS(Ext2 File Syste m)等がある。  Tables File System), NTFS (NT File System), Ext2FS (Ext2 File System), etc.
[0020] このデータファイルは、データ dが記録されるデータ領域と、データ dを管理するた めのファイル管理情報が記録される管理領域とを有する。ファイル管理情報には、フ アイル名、拡張子、属性、ファイルサイズ、更新年月日と時刻、ファイルの開始クラスタ 番号、ファイルの終了クラスタ番号等の情報が含まれて 、る。  This data file has a data area in which data d is recorded and a management area in which file management information for managing data d is recorded. The file management information includes information such as file name, extension, attribute, file size, update date and time, file start cluster number, and file end cluster number.
[0021] 以下、データの削除プログラムの内容及びそのデータの削除方法について詳しく 説明する。まず、このデータの削除プログラムは、データ dの削除指示が入力されると 、制御部 11により処理される。このデータの削除指示としては、操作部 13に接続され た入力装置を通じた操作による指示入力又は記録装置 12に記録された図示しない データ期限管理プログラムによる指示入力などがある。なお、データ期限管理プログ ラムとは、データ dが記録装置 12に記録された日時をコンピュータ 10のタイマ部を参 照して記録装置 12に記録し、当該記録装置 12上の日時と現在の日時との差が所定 期間を経過すると、データの削除プログラムを起動し、前記指示入力を入力するよう になっているものである。  [0021] The contents of the data deletion program and the data deletion method will be described in detail below. First, this data deletion program is processed by the control unit 11 when an instruction to delete data d is input. The data deletion instruction includes an instruction input by an operation through an input device connected to the operation unit 13, or an instruction input by a data expiration management program (not shown) recorded in the recording device 12. The data expiration management program refers to the date and time when the data d was recorded in the recording device 12 by referring to the timer unit of the computer 10 and recorded in the recording device 12, and the date and time on the recording device 12 and the current date and time. When a predetermined period of time elapses, a data deletion program is started and the instruction input is input.
[0022] まず、削除指示されたデータ dのデータファイルを特定するためのコマンドを実行す る (sl)。すると、前記オペレーションプログラムのファイルシステムが処理され、前記デ 一タファイルのファイル管理情報が検索され、当該データファイルが特定される。  [0022] First, a command for specifying a data file of data d instructed to be deleted is executed (sl). Then, the file system of the operation program is processed, the file management information of the data file is searched, and the data file is specified.
[0023] その後、特定されたデータファイルのデータ dに対して任意の複数箇所に乱数を上 書きするコマンドを実行する (s2)。すると、前記オペレーションプログラムのファイルシ ステムが処理され、データ dの上書き処理が行われる。  [0023] After that, a command for overwriting random numbers at arbitrary plural positions is executed on the data d of the specified data file (s2). Then, the file system of the operation program is processed, and the data d is overwritten.
[0024] その後、当該データ dのデータファイルのファイルサイズ可変コマンドを実行する (s3 )oすると、前記オペレーションプログラムのファイルシステムが処理され、図 3に示す ように、前記データファイルのファイル管理情報に含まれるファイルサイズ情報が" 0" に書き換えられる (即ち、データ dのファイルサイズ可変処理)。 [0025] その後、当該データ dのデータファイルを記録装置 12上から削除するコマンドを実 行する (s4)。すると、前記オペレーションプログラムのファイルシステムが処理され、デ ータ dのデータファイルのファイル管理情報に削除情報が記録される。これにより、前 記データファイルがファイルシステム上削除される。そして、データの削除プログラム の処理が終了する。 [0024] After that, when a file size variable command for the data file of the data d is executed (s3) o, the file system of the operation program is processed and, as shown in FIG. The included file size information is rewritten to “0” (that is, the file size variable processing of data d). [0025] Thereafter, a command for deleting the data file of the data d from the recording device 12 is executed (s4). Then, the file system of the operation program is processed, and deletion information is recorded in the file management information of the data file of data d. As a result, the data file is deleted from the file system. Then, the data deletion program process ends.
[0026] このようなデータの削除プログラムによる場合、前記オペレーションプログラムのファ ィルシステムを通じてデータ dのデータファイルのファイルサイズ情報を" 0"に書き換 えた後、当該データファイルをファイルシステム上削除するようにしている。即ち、前 記データファイルの縮小された部分に記録されたデータ d (差分データ)と前記フアイ ルとの関連がファイルシステム上削除されることになり、前記データファイルが当初か らファイルサイズ" 0"であったように見せかけることができる。このため、データ復活プ ログラムを用いて削除したデータファイルが復元させられたとしても、ファイルサイズ" 0"のデータファイルが復元されるだけであることから、データ dの不正な読み出しを好 適に防止することができる。し力も、前記ファイルサイズ可変処理の前に、データ dの 任意の複数箇所に対して乱数を上書きするようになっているので、万が一、記録装置 12上のデータ dのデータファイルの元のファイルサイズ情報の痕跡が発見され、当該 データ dが復元されたとしても、当該データ dを完全に読み出すことができない。この 点でも、データ dの不正な読み出しを防止することができる。  [0026] According to such a data deletion program, after the file size information of the data file of data d is rewritten to "0" through the file system of the operation program, the data file is deleted on the file system. ing. In other words, the relationship between the data d (difference data) recorded in the reduced portion of the data file and the file is deleted on the file system, and the data file has the file size “0” from the beginning. "I can pretend to be. For this reason, even if the data file deleted using the data recovery program is restored, only the data file with the file size “0” is restored. Can be prevented. However, since the random number is overwritten to any plurality of locations of the data d before the file size variable processing, by any chance, the original file size of the data file of the data d on the recording device 12 Even if traces of information are found and the data d is restored, the data d cannot be read completely. In this respect as well, illegal reading of data d can be prevented.
[0027] 更に、前記ファイルサイズ可変処理は、コンピュータの CPUや記録装置 12に負担 を力けることなく、短時間で行うことができるので、データ dの削除処理の処理時間を 短縮することができる。  [0027] Furthermore, the file size variable processing can be performed in a short time without imposing a burden on the computer CPU or the recording device 12, so that the processing time of the data d deletion processing can be shortened. .
[0028] なお、上記データの削除プログラムは、削除すべきデータのファイルのファイル管 理情報を特定するステップと、特定したファイル管理情報を削除することにより前記デ ータのファイルをファイルシステム上削除するステップと、ファイル管理情報を削除す る前に、特定したファイル管理情報に含まれるファイルサイズ情報を書き換え、これに より前記ファイルのファイルサイズを元のサイズと異なるサイズに可変するファイルサ ィズ可変ステップを有する限りどのように設計変更を行っても力まわない。  [0028] The data deletion program includes a step of specifying file management information of a file of data to be deleted, and deleting the data file on the file system by deleting the specified file management information. File size information included in the identified file management information before the file management information is deleted, thereby changing the file size of the file to a size different from the original size. As long as there is a variable step, no matter how much design changes are made, it will not work.
[0029] また、上記ファイルサイズ可変処理にぉ 、ては、ファイルサイズ情報を" 0"に書き換 えるとしたが、これに限定されるものではなぐファイルの終了クラスタ番号等を書き換 えるようにしても良い。このファイルサイズ可変ステップでは、ファイルサイズ情報を元 のサイズよりも小さくなるように書き換えることが望ましいが、ファイルの終端部分にデ ータへのアクセス情報が記載された構造のデータファイルにつ 、ては、ファイルサイ ズ情報を元のサイズよりも大きくなるように書き換えることにより、前記アクセス情報の 位置が不明になることにより上記と同様の効果を得ることができる。 [0029] Further, the file size information is rewritten to "0" for the above file size variable processing. However, the present invention is not limited to this, and the end cluster number of the file may be rewritten. In this variable file size step, it is desirable to rewrite the file size information so that it is smaller than the original size. However, for data files with a structure in which data access information is written at the end of the file, By rewriting the file size information so as to be larger than the original size, the same effect as described above can be obtained by making the position of the access information unknown.
[0030] また、前記削除プログラムにステップ 2の処理の内容を含める力否かは任意である。  [0030] In addition, whether or not to include the contents of the processing in step 2 in the deletion program is arbitrary.
また、前記削除プログラムにはその他の処理も組み込むことが可能である。例えば、 上記データ管理プログラムの内容などである。  In addition, other processing can be incorporated into the deletion program. For example, the contents of the data management program.
[0031] 前記削除プログラムに対するデータ dの削除指示の入力については、上述したもの に限定されるものではないことはいう迄もない。例えば、所定の日時になると、前記削 除指示が入力されるようにしても良いし、通信部 14を通じてコンピュータ 10外部から 前記削除指示が入力されるようにしても良い。  [0031] Needless to say, the input of the data d deletion instruction to the deletion program is not limited to the above-described one. For example, the deletion instruction may be input at a predetermined date and time, or the deletion instruction may be input from the outside of the computer 10 through the communication unit 14.
[0032] 記録装置 12については、ハードディスクドライブであるとした力 コンピュータ 10に 内蔵されるものだけでなぐコンパクトディスク、 DVD、フラッシュメモリ等の記録媒体 等であっても良!、ことは言う迄もな!/、。  [0032] As for the recording device 12, it is possible to use a recording medium such as a compact disc, a DVD, a flash memory, or the like, which is not limited to what is built into the computer 10 as a hard disk drive! What! /
[0033] 上述したファイルシステムは、一例であり、同様の機能を有するファイルシステムを 用いても実現可能であることは言う迄もない。また、削除プログラムとファイルシステム とを一体的に構成するようにしても力まわない。なお、ファイルシステム上のデータフ アイルの削除については、ファイル管理情報に削除情報を記録するとしたが、これに 限定されるものではなぐ前記ファイル管理情報を上書きし、当該情報を削除するよう にしても構わない。  [0033] The file system described above is an example, and it goes without saying that it can also be realized by using a file system having the same function. Also, it does not matter if the deletion program and the file system are configured integrally. As for the deletion of data files on the file system, the deletion information is recorded in the file management information. However, the present invention is not limited to this, and the file management information may be overwritten to delete the information. I do not care.
[0034] なお、コンピュータ 10としては、削除プログラムを処理し得る機能を有するものであ る限り、どのようなものを用いても力まわない。  [0034] Note that any computer 10 can be used as long as it has a function capable of processing the deletion program.
図面の簡単な説明  Brief Description of Drawings
[0035] [図 1]本発明の実施の形態に係るデータの削除プログラムが処理されるコンピュータ のブロック図である。  FIG. 1 is a block diagram of a computer in which a data deletion program according to an embodiment of the present invention is processed.
[図 2]同プログラムのフローチャートである。 [図 3]同プログラムのデータファイルのファイルサイズ可変処理の過程を示す模式図 である。 FIG. 2 is a flowchart of the program. FIG. 3 is a schematic diagram showing the process of variable file size processing of the data file of the program.
符号の説明 Explanation of symbols
10 コンピュータ  10 computers
11 記録装置  11 Recording device
d データ  d data

Claims

請求の範囲 The scope of the claims
[1] 削除すべきデータのファイルのファイル管理情報を特定し、当該ファイル管理情報 を削除することにより前記データのファイルをファイルシステム上削除するデータの削 除方法において、  [1] In a data deletion method for identifying file management information of a data file to be deleted and deleting the data file on the file system by deleting the file management information.
前記ファイル管理情報を削除する前に、特定したファイル管理情報に含まれるファ ィルサイズ情報を書き換え、これにより前記ファイルのファイルサイズを元のサイズと 異なるサイズに可変するファイルサイズ可変ステップを有したことを特徴とするデータ の削除方法。  Before deleting the file management information, the file size information included in the specified file management information is rewritten, thereby having a file size variable step for changing the file size of the file to a size different from the original size. How to delete featured data.
[2] 請求項 1記載のデータの削除方法において、前記ファイルサイズ可変ステップを行 うに当たり、前記ファイルのファイルサイズが元のサイズよりも小さくなるようにファイル サイズ情報を書き換えるようにしたことを特徴とするデータの削除方法。  [2] The data deletion method according to claim 1, wherein the file size information is rewritten so that the file size of the file is smaller than the original size when performing the file size variable step. How to delete data.
[3] 請求項 1又は 2記載のデータの削除方法において、前記ファイルサイズ可変ステツ プを行う前に、前記ファイルのデータに対して乱数を上書する上書きステップを有し たことを特徴とするデータの削除方法。  [3] The data deletion method according to claim 1 or 2, further comprising an overwriting step of overwriting a random number on the data of the file before performing the file size variable step. How to delete data.
[4] 請求項 1、 2又は 3記載のデータの削除方法を実現するためのプログラムであること を特徴とするデータファイルの削除プログラム。  [4] A data file deletion program characterized by being a program for realizing the data deletion method according to claim 1, 2 or 3.
PCT/JP2007/062706 2006-06-23 2007-06-25 Data deletion method and data deletion program WO2008007533A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2006-173541 2006-06-23
JP2006173541A JP2008003892A (en) 2006-06-23 2006-06-23 Data deletion method and program

Publications (1)

Publication Number Publication Date
WO2008007533A1 true WO2008007533A1 (en) 2008-01-17

Family

ID=38923098

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2007/062706 WO2008007533A1 (en) 2006-06-23 2007-06-25 Data deletion method and data deletion program

Country Status (2)

Country Link
JP (1) JP2008003892A (en)
WO (1) WO2008007533A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8407401B2 (en) 2008-11-26 2013-03-26 Core Wireless Licensing S.A.R.L. Methods, apparatuses, and computer program products for enhancing memory erase functionality

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10214217A (en) * 1997-01-29 1998-08-11 Sharp Corp Network cache device and method therefor
JP2004118322A (en) * 2002-09-24 2004-04-15 Tomoaki Ito File information management device
JP2004126909A (en) * 2002-10-02 2004-04-22 Panasonic Communications Co Ltd File management device, file deletion method, document processing device, and recording device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10214217A (en) * 1997-01-29 1998-08-11 Sharp Corp Network cache device and method therefor
JP2004118322A (en) * 2002-09-24 2004-04-15 Tomoaki Ito File information management device
JP2004126909A (en) * 2002-10-02 2004-04-22 Panasonic Communications Co Ltd File management device, file deletion method, document processing device, and recording device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Hard Disk Tankentai ga Iku, Shirei 3 Kieta Data no Fukkyu no Kanosei o Sagure Sosa Miss ni Sugu Kizukeba Data wa Modottekuru", NIKKEI PERSONAL COMPUTING, NIKKEI BUSINESS PUBLICATIONS, INC., 5 July 2004 (2004-07-05), pages 84 - 86, XP003024709 *

Also Published As

Publication number Publication date
JP2008003892A (en) 2008-01-10

Similar Documents

Publication Publication Date Title
US8639665B2 (en) Hybrid backup and restore of very large file system using metadata image backup and traditional backup
JP3916168B2 (en) Data cleaning processing program
US20090292747A1 (en) Selective file erasure using metadata modifications
US8433871B2 (en) Data copy management for faster reads
JP5344588B2 (en) Information processing apparatus, information processing apparatus control method, and control program
JP2014178784A (en) Information processing device, information processing system, and information processing program
EP2996025B1 (en) Data migration tool with intermediate incremental copies
US7865472B1 (en) Methods and systems for restoring file systems
WO2008007533A1 (en) Data deletion method and data deletion program
JP2007128448A (en) File system and file information processing method
JP2014206967A (en) Storage device
JP5996129B2 (en) Method, computer system, and computer program for securely erasing nonvolatile semiconductor mass memory
JP3037183B2 (en) Hard disk device management method and method
JP4826610B2 (en) Image processing apparatus and image erasing program
JP2010003150A (en) Memory controller and method for managing data in flash memory
JP5831235B2 (en) File editing device
JPWO2007097391A1 (en) Data erasing program, data erasing method, and magnetic recording data erasing method
JP3835508B2 (en) SEQUENCE CONTROL DEVICE, HOLDING AREA MAINTENANCE METHOD IN THE DEVICE, AND RECORDING MEDIUM CONTAINING COMPUTER PROGRAM FOR EXECUTING THE METHOD
JPH11212845A (en) Device and method for backup data management and recording medium
JP2008059388A (en) Information processor and data erasing method of hard disk applied to information processor
JP2008139945A (en) Storage device, information-processing system, program, and data-deleting method in storage device
JP2007133535A (en) File system inside storage device
JP2004341840A (en) Backup method, system therefor, and restoration method
JP2008033783A (en) Data management device, data management method and program
JP5818569B2 (en) File system, file management method, semiconductor storage device, information processing apparatus, and program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07767512

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 07767512

Country of ref document: EP

Kind code of ref document: A1