JP2006276982A - File management device, and file management method - Google Patents

File management device, and file management method Download PDF

Info

Publication number
JP2006276982A
JP2006276982A JP2005091223A JP2005091223A JP2006276982A JP 2006276982 A JP2006276982 A JP 2006276982A JP 2005091223 A JP2005091223 A JP 2005091223A JP 2005091223 A JP2005091223 A JP 2005091223A JP 2006276982 A JP2006276982 A JP 2006276982A
Authority
JP
Japan
Prior art keywords
file
data processing
inconsistent
inconsistent portion
information
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
JP2005091223A
Other languages
Japanese (ja)
Inventor
Yoshio Kubono
義雄 久保埜
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2005091223A priority Critical patent/JP2006276982A/en
Publication of JP2006276982A publication Critical patent/JP2006276982A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To carry out management of an application inherent file. <P>SOLUTION: A file mismatching portion occurs when access is interrupted in the middle. The file mismatching portion is detected at resumption of access by a mismatching detecting means 1a. Mismatch information 2a relevant to the mismatching portion is notified to a data processing means 2 by a notifying means 1b. Corrective action information 2b is determined with respect to the mismatching portion by the data processing means 2. The corrective action information 2b is received from the data processing means 2 by a receiving means 1c. Corrective action of the mismatching portion carried out in accordance with the corrective action information 2b by a corrective action means 1d. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ファイル管理装置、及び、ファイル管理方法に関し、特に、複数のメモリを用いたファイル管理装置、及び、ファイル管理方法に関する。   The present invention relates to a file management apparatus and a file management method, and more particularly to a file management apparatus and a file management method using a plurality of memories.

現在、様々なコンピュータ等の電子機器内において、ファイルシステムがファイルを管理している。このファイルを使用しつつ、アプリケーションが様々な動作をしている。
このファイルシステムに対する書き込み処理中に電源が遮断された場合に、ファイルシステム内のファイルが消失する等の問題を防ぐため、自動修復機能やスキャンディスク等によった修復機能が存在している。例えば、フラッシュメモリに対する書き込み処理中に電源が遮断された場合に備え、指定されたバンクのファイルをバックアップ用のバンクにコピーした後に、そのバンクに対して書き込み処理を実行する方法が存在している(例えば、特許文献1)。
特開平8−272698号公報
Currently, file systems manage files in various electronic devices such as computers. The application performs various operations while using this file.
In order to prevent problems such as loss of files in the file system when the power is cut off during the writing process to the file system, there is an automatic repair function or a repair function using a scan disk or the like. For example, there is a method for executing a write process on a bank after copying a file in a specified bank to a backup bank in case the power is cut off during the write process to the flash memory. (For example, patent document 1).
JP-A-8-272698

しかし、従来の技術において、電源が遮断された場合、ファイルシステムの修復機能によって処理されているので、ファイルシステムを使用するアプリケーション固有の処理ができず、削除する必要のないファイルを削除する等の問題が存在している。   However, in the conventional technology, when the power is cut off, it is processed by the file system repair function, so the processing specific to the application using the file system cannot be performed, and files that do not need to be deleted are deleted. A problem exists.

本発明は、このような点に鑑みてなされたものであり、アプリケーション固有のファイル管理ができるファイル管理装置、及び、ファイル管理方法を提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides a file management apparatus and a file management method capable of managing application-specific files.

本発明では、上記課題を解決するために、図1に例示するように、複数のメモリを用いたファイル管理装置において、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生したファイルの不整合部分を、アクセスの再開時に検出する不整合検出手段1aと、不整合部分に関する不整合情報2aをデータ処理手段2に通知する通知手段1bと、データ処理手段2によって不整合部分に対して決定された処置情報2bをデータ処理手段2から受け付ける受付手段1cと、処置情報2bに従って不整合部分を処置する処置手段1dと、を有することを特徴とするファイル管理装置が提供される。   In the present invention, in order to solve the above-mentioned problem, as illustrated in FIG. 1, in a file management apparatus using a plurality of memories, an access for a file writing process is performed in a storage area to be managed. Inconsistency detection means 1a for detecting an inconsistency portion of a file generated due to interruption in the middle when access is resumed, notification means 1b for notifying data processing means 2 of inconsistency information 2a regarding the inconsistency portion, data It has the reception means 1c which receives the treatment information 2b determined with respect to the inconsistent part by the processing means 2 from the data processing means 2, and the treatment means 1d which treats the inconsistent part according to the treatment information 2b. A file management device is provided.

このようにすると、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより、ファイルの不整合部分が発生する。そして、不整合検出手段1aにより、ファイルの不整合部分がアクセスの再開時に検出される。そして、通知手段1bにより、不整合部分に関する不整合情報2aがデータ処理手段2に通知される。そして、データ処理手段2により、処置情報2bが不整合部分に対して決定される。そして、受付手段1cにより、処置情報2bがデータ処理手段2から受け付けられる。そして、処置手段1dにより、処置情報2bに従って不整合部分が処置される。   In this way, an inconsistent portion of the file is generated because access for the file writing process is interrupted in the middle of the storage area to be managed. Then, the inconsistency detection unit 1a detects an inconsistent portion of the file when the access is resumed. Then, the notifying unit 1b notifies the data processing unit 2 of inconsistency information 2a regarding the inconsistent portion. Then, the data processing unit 2 determines the treatment information 2b for the inconsistent portion. Then, the treatment information 2b is accepted from the data processing means 2 by the accepting means 1c. Then, the inconsistent portion is treated by the treatment means 1d according to the treatment information 2b.

また、本発明では、上記課題を解決するために、コンピュータにより、複数のメモリを用いたファイル管理方法において、不整合検出手段1aが、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生したファイルの不整合部分を、アクセスの再開時に検出するステップと、通知手段1bが、不整合部分に関する不整合情報2aをデータ処理手段2に通知するステップと、受付手段1cが、データ処理手段2によって不整合部分に対して決定された処置情報2bをデータ処理手段2から受け付けるステップと、処置手段1dが、処置情報2bに従って不整合部分を処置するステップと、を有することを特徴とするファイル管理方法が提供される。   In the present invention, in order to solve the above-described problem, in a file management method using a plurality of memories by a computer, the inconsistency detection unit 1a performs file writing processing on a storage area to be managed. A step of detecting an inconsistent portion of a file generated due to interruption of access for the purpose of access, and a step of notifying the data processing unit 2 of inconsistency information 2a regarding the inconsistent portion by the notifying unit 1b A step in which the receiving unit 1c receives the treatment information 2b determined for the inconsistent portion by the data processing unit 2 from the data processing unit 2, and a step in which the processing unit 1d processes the inconsistent portion according to the treatment information 2b. A file management method is provided.

このようにすると、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより、ファイルの不整合部分が発生する。そして、不整合検出手段1aにより、ファイルの不整合部分がアクセスの再開時に検出される。そして、通知手段1bにより、不整合部分に関する不整合情報2aがデータ処理手段2に通知される。そして、データ処理手段2により、処置情報2bが不整合部分に対して決定される。そして、受付手段1cにより、処置情報2bがデータ処理手段2から受け付けられる。そして、処置手段1dにより、処置情報2bに従って不整合部分が処置される。   In this way, an inconsistent portion of the file is generated because access for the file writing process is interrupted in the middle of the storage area to be managed. Then, the inconsistency detection unit 1a detects an inconsistent portion of the file when the access is resumed. Then, the notifying unit 1b notifies the data processing unit 2 of inconsistency information 2a regarding the inconsistent portion. Then, the data processing unit 2 determines the treatment information 2b for the inconsistent portion. Then, the treatment information 2b is accepted from the data processing means 2 by the accepting means 1c. Then, the inconsistent portion is treated by the treatment means 1d according to the treatment information 2b.

本発明では、通知手段が不整合部分に関する不整合情報をデータ処理手段に通知し、データ処理手段が処置情報を不整合部分に対して決定し、受付手段が処置情報をデータ処理手段から受け付けるようにする。   In the present invention, the notifying means notifies the data processing means of inconsistency information regarding the inconsistent portion, the data processing means determines the treatment information for the inconsistent portion, and the accepting means accepts the treatment information from the data processing means. To.

このようにすると、データ処理手段が処置情報を自由に決定するので、データ処理手段固有のファイル管理ができるようになる。   In this way, since the data processing means freely determines the treatment information, file management unique to the data processing means can be performed.

以下、本発明の実施の形態を、図面を参照して説明する。
まず、本発明の概念について説明し、そして、本発明の実施の形態の具体的な内容について説明する。図1は、本発明の概念図である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
First, the concept of the present invention will be described, and the specific contents of the embodiment of the present invention will be described. FIG. 1 is a conceptual diagram of the present invention.

ここで、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより、ファイルに不整合部分が発生する。ファイル管理装置1は、この不整合部分を処置する。   Here, an inconsistent portion occurs in the file because the access for the file writing process is interrupted in the middle of the storage area to be managed. The file management apparatus 1 treats this inconsistency.

ファイル管理装置1は、図1に例示するように、不整合検出手段1a、通知手段1b、受付手段1c、及び、処置手段1dを有する。不整合検出手段1aと通知手段1b、及び受付手段1cと処置手段1dは、互いに通信する。ファイル管理装置1とデータ処理手段2とは、互いに通信する。   As illustrated in FIG. 1, the file management apparatus 1 includes a mismatch detection unit 1a, a notification unit 1b, a reception unit 1c, and a treatment unit 1d. The mismatch detection unit 1a and the notification unit 1b, and the reception unit 1c and the treatment unit 1d communicate with each other. The file management device 1 and the data processing means 2 communicate with each other.

不整合検出手段1aは、ファイルの不整合部分をアクセスの再開時に検出する。そして、通知手段1bは、不整合部分に関する不整合情報2aを、データ処理手段2に通知する。   The inconsistency detection unit 1a detects an inconsistent portion of the file when access is resumed. Then, the notification unit 1b notifies the data processing unit 2 of the inconsistency information 2a regarding the inconsistent portion.

データ処理手段2は、不整合部分に対する処置情報2bを決定する。
受付手段1cは、処置情報2bをデータ処理手段2から受け付ける。そして、処置手段1dは、処置情報2bに従ってファイルの不整合部分を処置する。
The data processing means 2 determines the treatment information 2b for the inconsistent part.
The accepting unit 1 c accepts the treatment information 2 b from the data processing unit 2. Then, the treatment means 1d treats the inconsistent portion of the file according to the treatment information 2b.

次に、図1の概念図の動作について説明する。
例えば、まず、不整合検出手段1aが、ファイルBの不整合部分をアクセスの再開時に検出する。そのファイルBに不整合部分が存在する等の不整合情報2aを、通知手段1bが、データ処理手段2に通知する。そして、データ処理手段2が、ファイルBに関連のあるファイルA、B、Cを削除するという処置情報2bを決定する。その結果、受付手段1cが、処置情報2bをデータ処理手段2から受け付け、処置手段1dが、ファイルA、B、Cを削除する。
Next, the operation of the conceptual diagram of FIG. 1 will be described.
For example, the inconsistency detection unit 1a first detects an inconsistent portion of the file B when access is resumed. The notifying unit 1b notifies the data processing unit 2 of the inconsistency information 2a such that the inconsistent portion exists in the file B. Then, the data processing means 2 determines the treatment information 2b that deletes the files A, B, and C related to the file B. As a result, the reception unit 1c receives the treatment information 2b from the data processing unit 2, and the treatment unit 1d deletes the files A, B, and C.

また、不整合検出手段1aが、ファイルBの不整合部分をアクセスの再開時に検出する。そのファイルBに不整合部分が存在する等の不整合情報2aを、通知手段1bが、データ処理手段2に通知する。そして、データ処理手段2が、ファイルBに関連のあるファイルA、B、Cの中で、ファイルB、Cを削除するという処置情報2bを決定する。その結果、受付手段1cが、処置情報2bをデータ処理手段2から受け付け、処置手段1dが、ファイルB、Cを削除する。   Further, the inconsistency detection unit 1a detects an inconsistent portion of the file B when access is resumed. The notifying unit 1b notifies the data processing unit 2 of the inconsistency information 2a such that the inconsistent portion exists in the file B. Then, the data processing means 2 determines the treatment information 2b that deletes the files B and C among the files A, B, and C related to the file B. As a result, the reception unit 1c receives the treatment information 2b from the data processing unit 2, and the treatment unit 1d deletes the files B and C.

また、不整合検出手段1aが、ファイルAの不整合部分をアクセスの再開時に検出する。そのファイルAに不整合部分が存在する等の不整合情報2aを、通知手段1bが、データ処理手段2に通知する。そして、データ処理手段2が、ファイルAの中身をすべて削除するという処置情報2bを決定する。その結果、受付手段1cが、処置情報2bをデータ処理手段2から受け付け、処置手段1dが、ファイルAの中身をすべて削除する。   The inconsistency detection unit 1a detects an inconsistent portion of the file A when access is resumed. The notifying unit 1b notifies the data processing unit 2 of inconsistency information 2a such as the presence of inconsistent portions in the file A. Then, the data processing means 2 determines the treatment information 2b that deletes all the contents of the file A. As a result, the reception unit 1c receives the treatment information 2b from the data processing unit 2, and the treatment unit 1d deletes all the contents of the file A.

また、不整合検出手段1aが、ファイルAの不整合部分をアクセスの再開時に検出する。そのファイルAに不整合部分が存在する等の不整合情報2aを、通知手段1bが、データ処理手段2に通知する。そして、データ処理手段2が、ファイルAの中身を使用可能な部分を残して削除するという処置情報2bを決定する。その結果、受付手段1cが、処置情報2bをデータ処理手段2から受け付け、処置手段1dが、ファイルAの中身を使用可能な部分を残して削除する。   The inconsistency detection unit 1a detects an inconsistent portion of the file A when access is resumed. The notifying unit 1b notifies the data processing unit 2 of inconsistency information 2a such as the presence of inconsistent portions in the file A. Then, the data processing means 2 determines the treatment information 2b to delete the contents of the file A while leaving a usable part. As a result, the reception unit 1c receives the treatment information 2b from the data processing unit 2, and the treatment unit 1d deletes the contents of the file A, leaving a usable part.

このようにすると、データ処理手段2が処置情報2bを自由に決定するので、データ処理手段2固有のファイル管理ができるようになる。
次に、本発明の実施の形態について説明する。図2は、本発明の実施の形態のシステム構成図である。
In this way, since the data processing means 2 freely determines the treatment information 2b, file management unique to the data processing means 2 can be performed.
Next, an embodiment of the present invention will be described. FIG. 2 is a system configuration diagram of the embodiment of the present invention.

ここで、電源用電池の消耗、自動車等のエンジンを止めることによる電源遮断、及び、不正な電源遮断等の理由で、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより、ファイル群15のファイルに不整合部分が発生する。ファイルシステム10は、この不整合部分を処置する。   Here, there is no access to the storage area to be managed for file write processing due to the consumption of the battery for power supply, power shutdown by stopping the engine of the automobile, etc., and unauthorized power shutdown. Due to the interruption in the middle, an inconsistent portion occurs in the files of the file group 15. The file system 10 deals with this inconsistency.

ファイルシステム10は、図2に例示するように、不整合検出部11、通知部12、受付部13、及び、処置部14を有する。不整合検出部11と通知部12、及び、受付部13と処置部14は、互いに通信する。メモリ20か搭載するアプリケーションは、データ処理部21を有する。ファイルシステム10、アプリケーションを搭載するメモリ20、及び、CPU(Central Processing Unit)30は、互いに通信する。   As illustrated in FIG. 2, the file system 10 includes a mismatch detection unit 11, a notification unit 12, a reception unit 13, and a treatment unit 14. The mismatch detection unit 11 and the notification unit 12, and the reception unit 13 and the treatment unit 14 communicate with each other. The application installed in the memory 20 has a data processing unit 21. A file system 10, a memory 20 on which an application is mounted, and a CPU (Central Processing Unit) 30 communicate with each other.

CPU30は、フラッシュメモリ等で構成されたファイルシステム10を使用して、メモリ20に搭載されているアプリケーションを実行し、携帯電話機器、及び、車載機器等の装置全体を制御する。   The CPU 30 executes an application installed in the memory 20 by using the file system 10 constituted by a flash memory or the like, and controls the entire apparatus such as a mobile phone device and an in-vehicle device.

不整合検出部11は、パリティチェック等によってファイル群15のファイルの不整合部分を、アクセスの再開時に検出する。例えば、不整合検出部11は、ファイル群15のファイルの不定部分等を検出する。また、不整合検出部11は、予定されたデータで終了していないファイル群15のファイル等を検出する。そして、通知部12は、不整合部分に関して、ファイル名、パス名、処理種別、及び、いつどこで電源が遮断されたか等の不整合情報を、データ処理部21に通知する。ここで、通知部12は、ファイルシステム10の通知用関数を呼び出し、この関数の引数を使用してデータ処理部21に通知する。また、通知部12は、データ処理部21の通知受付用関数を呼び出し、この関数の引数を使用してデータ処理部21に通知する。また、通知部12は、ファイルシステム10とデータ処理部21とが共用するメモリ領域を使用してデータ処理部21に通知する。なお、処理種別には、データ書き込み処理、データ削除処理、ディレクトリエントリ追加処理、及び、ディレクトリエントリ削除処理等が存在する。また、ファイル名毎に通知用関数と通知受付用関数とを用意でき、パス名毎に通知用関数と通知受付用関数とを用意でき、処理種別毎に通知用関数と通知受付用関数とを用意できる。   The inconsistency detecting unit 11 detects an inconsistent portion of the files in the file group 15 by parity check or the like when access is resumed. For example, the inconsistency detection unit 11 detects an indefinite portion of the file in the file group 15. Further, the inconsistency detection unit 11 detects a file of the file group 15 that does not end with the scheduled data. Then, the notification unit 12 notifies the data processing unit 21 of inconsistency information such as a file name, a path name, a processing type, and when and where the power is shut off regarding the inconsistent portion. Here, the notification unit 12 calls a notification function of the file system 10 and notifies the data processing unit 21 using an argument of this function. Further, the notification unit 12 calls a notification reception function of the data processing unit 21 and notifies the data processing unit 21 using an argument of this function. The notification unit 12 notifies the data processing unit 21 using a memory area shared by the file system 10 and the data processing unit 21. The processing types include data write processing, data deletion processing, directory entry addition processing, and directory entry deletion processing. In addition, a notification function and a notification reception function can be prepared for each file name, a notification function and a notification reception function can be prepared for each path name, and a notification function and a notification reception function can be provided for each processing type. Ready.

データ処理部21は、処置情報を不整合部分に対して決定する。例えば、データ処理部21は、着信用メロディやインターネットからダウンロードしたファイル等の場合、関連のあるすべてのファイルについて、部分的なファイルでは使用不可能なので、すべて削除するという処置情報を決定する。また、データ処理部21は、住所録と電話帳とのファイル等の場合、関連のあるすべてのファイルについて、部分的なファイルでも使用可能なので、使用可能なファイルを残して削除するという処置情報を決定する。   The data processing unit 21 determines the treatment information for the inconsistent portion. For example, in the case of an incoming melody or a file downloaded from the Internet, the data processing unit 21 determines the treatment information to delete all the related files because they cannot be used for partial files. In addition, in the case of a file of an address book and a telephone directory, the data processing unit 21 can use partial files for all related files. decide.

受付部13は、処置情報をデータ処理部21から受け付ける。そして、処置部14は、データ処理部21で決定した処置情報に従ってファイル群15のファイルの不整合部分を処置する。そして、不整合部分が処置された後、メモリ20に搭載されたアプリケーションは、ファイル名、及び、パス名等を探し、実際にファイル群15にアクセスしてCPU30に読み出し処理や書き込み処理等の様々な処理を実行させる。   The accepting unit 13 accepts treatment information from the data processing unit 21. Then, the treatment unit 14 treats inconsistent portions of the files in the file group 15 according to the treatment information determined by the data processing unit 21. After the inconsistent portion is treated, the application installed in the memory 20 searches for a file name, a path name, and the like, and actually accesses the file group 15 and performs various processes such as read processing and write processing on the CPU 30. To execute the correct processing.

次に、図2の概念図の動作について説明する。
例えば、まず、不整合検出部11が、ファイル群15のファイルBの不整合部分を、アクセスの再開時に検出する。そのファイルBに不整合部分が存在する等の不整合情報を、通知部12が、データ処理部21に通知する。そして、不整合部分が着信用メロディやインターネットからダウンロードしたファイル等の場合、データ処理部21は、ファイルBに関連のあるファイルA、B、Cを削除するという処置情報を決定する。その結果、受付部13が、処置情報をデータ処理部21から受け付け、処置部14が、ファイルA、B、Cを削除する。
Next, the operation of the conceptual diagram of FIG. 2 will be described.
For example, the inconsistency detection unit 11 first detects an inconsistency portion of the file B in the file group 15 when access is resumed. The notification unit 12 notifies the data processing unit 21 of inconsistency information such as the presence of an inconsistent portion in the file B. If the inconsistent part is a melody for incoming call or a file downloaded from the Internet, the data processing unit 21 determines treatment information for deleting the files A, B, and C related to the file B. As a result, the reception unit 13 receives the treatment information from the data processing unit 21, and the treatment unit 14 deletes the files A, B, and C.

また、不整合検出部11が、ファイル群15のファイルBの不整合部分を、アクセスの再開時に検出する。そのファイルBに不整合部分が存在する等の不整合情報を、通知部12が、データ処理部21に通知する。そして、不整合部分が住所録と電話帳とのファイル等の場合、データ処理部21は、ファイルBに関連のあるファイルA、B、Cの中で、ファイルB、Cを削除するという処置情報を決定する。その結果、受付部13が、処置情報をデータ処理部21から受け付け、処置部14が、ファイルB、Cを削除する。   Further, the inconsistency detection unit 11 detects an inconsistency portion of the file B in the file group 15 when access is resumed. The notification unit 12 notifies the data processing unit 21 of inconsistency information such as the presence of an inconsistent portion in the file B. Then, when the inconsistent part is a file of an address book and a telephone directory, the data processing unit 21 deletes the files B and C among the files A, B, and C related to the file B. To decide. As a result, the reception unit 13 receives the treatment information from the data processing unit 21, and the treatment unit 14 deletes the files B and C.

また、不整合検出部11が、ファイル群15のファイルAの不整合部分を、アクセスの再開時に検出する。そのファイルAに不整合部分が存在する等の不整合情報を、通知部12が、データ処理部21に通知する。そして、不整合部分が着信用メロディやインターネットからダウンロードしたファイル等の場合、データ処理部21は、ファイルAの中身をすべて削除するという処置情報を決定する。その結果、受付部13が、処置情報をデータ処理部21から受け付け、処置部14が、ファイルAの中身をすべて削除する。   Further, the inconsistency detection unit 11 detects an inconsistency portion of the file A in the file group 15 when access is resumed. The notification unit 12 notifies the data processing unit 21 of inconsistency information such as the presence of inconsistent portions in the file A. When the inconsistent part is a melody for incoming call or a file downloaded from the Internet, the data processing unit 21 determines treatment information for deleting all the contents of the file A. As a result, the reception unit 13 receives the treatment information from the data processing unit 21, and the treatment unit 14 deletes all the contents of the file A.

また、不整合検出部11が、ファイル群15のファイルAの不整合部分を、アクセスの再開時に検出する。そのファイルAに不整合部分が存在する等の不整合情報を、通知部12が、データ処理部21に通知する。そして、不整合部分が住所録と電話帳とのファイル等の場合、データ処理部21は、ファイルAの中身を使用可能な部分を残して削除するという処置情報を決定する。その結果、受付部13が、処置情報をデータ処理部21から受け付け、処置部14が、ファイルAの中身を使用可能な部分を残して削除する。   Further, the inconsistency detection unit 11 detects an inconsistency portion of the file A in the file group 15 when access is resumed. The notification unit 12 notifies the data processing unit 21 of inconsistency information such as the presence of inconsistent portions in the file A. When the inconsistent portion is a file of an address book and a telephone directory, the data processing unit 21 determines treatment information for deleting the contents of the file A while leaving a usable portion. As a result, the reception unit 13 receives the treatment information from the data processing unit 21, and the treatment unit 14 deletes the contents of the file A, leaving a usable part.

次に、ファイル群15のファイルの構成について説明する。図3は、ファイルの例を示す図である。
ファイル15aは、図3に例示するように、ファイル名、開始アドレス、ファイルサイズ、複数の使用領域NO.、及び、複数の各領域を有する。ファイル名は、ファイル15aを代表する名称である。開始アドレスは、ファイル15aの存在の開始を示すアドレスである。ファイルサイズは、ファイル15aのサイズである。使用領域NO.は、ファイル15aの中身において、使用する各領域を代表する番号である。なお、始めに現れた使用領域NO.の領域から順次使用する。各領域は、各使用領域NO.で代表された実際の各領域である。
Next, the file structure of the file group 15 will be described. FIG. 3 is a diagram illustrating an example of a file.
As illustrated in FIG. 3, the file 15 a includes a file name, a start address, a file size, a plurality of use areas NO. And a plurality of regions. The file name is a name representative of the file 15a. The start address is an address indicating the start of the existence of the file 15a. The file size is the size of the file 15a. Use area NO. Is a number representing each area to be used in the contents of the file 15a. In addition, the use area NO. It uses sequentially from the area. Each area includes each use area NO. The actual areas represented by.

ここで、最後の領域の使用領域NO.がNO.0と決定された場合にも関わらず、NO.0でない場合、そのファイル15aに不整合部分が存在することが検出できる。
次に、不整合部分に対する処置を示すフローチャートについて説明する。ここで、1つのファイルで情報として有効な場合と、複数のファイルで情報として有効な場合とに分けて説明する。
Here, the use area NO. Is NO. Despite being determined as 0, NO. If it is not 0, it can be detected that an inconsistent portion exists in the file 15a.
Next, a flowchart showing a measure for an inconsistent portion will be described. Here, a case where the information is valid for one file and a case where the information is valid for a plurality of files will be described separately.

まず、1つのファイルで情報として有効な場合について説明する。図4は、第1の不整合部分に対する処置の例を示すフローチャートである。
[ステップS11]不整合検出部11が、ファイル群15のあるファイルの不整合部分を、アクセスの再開時に検出する。
First, a case where information is effective as one file will be described. FIG. 4 is a flowchart illustrating an example of treatment for the first inconsistent portion.
[Step S11] The inconsistency detection unit 11 detects an inconsistency portion of a file in the file group 15 when resuming access.

[ステップS12]通知部12が、そのファイルに不整合部分が存在する等の不整合情報を、データ処理部21に通知する。
[ステップS21]データ処理部21が、不整合情報を受け付ける。
[Step S12] The notification unit 12 notifies the data processing unit 21 of inconsistency information such as the presence of an inconsistent portion in the file.
[Step S21] The data processing unit 21 receives inconsistency information.

[ステップS22]データ処理部21が、着信用メロディやインターネットからダウンロードしたファイル等の場合、関連のあるすべてのファイルについて、すべて削除するという処置情報を決定し、ステップS23に進む。また、データ処理部21が、住所録と電話帳とのファイル等の場合、関連のあるすべてのファイルについて、使用可能なファイルを残して削除するという処置情報を決定し、ステップS24に進む。   [Step S22] If the data processing unit 21 is an incoming melody or a file downloaded from the Internet, the processing information for deleting all the related files is determined, and the process proceeds to Step S23. If the data processing unit 21 is a file of address book and phone book, etc., it determines the treatment information for deleting all the related files leaving usable files, and proceeds to step S24.

[ステップS23]データ処理部21が、関連のあるすべてのファイルについて、すべて削除するという処置情報を、受付部13に通知する。
[ステップS24]データ処理部21が、関連のあるすべてのファイルについて、使用可能なファイルを残して削除するという処置情報を、受付部13に通知する。
[Step S23] The data processing unit 21 notifies the receiving unit 13 of treatment information that all related files are deleted.
[Step S24] The data processing unit 21 notifies the receiving unit 13 of treatment information that deletes all the related files while leaving usable files.

[ステップS13]受付部13が、処置情報をデータ処理部21から受け付ける。
[ステップS14]処置部14が、処置情報に従って不整合部分を処置する。
次に、複数のファイルで情報として有効な場合について説明する。図5は、第2の不整合部分に対する処置の例を示すフローチャートである。
[Step S <b> 13] The receiving unit 13 receives treatment information from the data processing unit 21.
[Step S14] The treatment unit 14 treats the inconsistent portion according to the treatment information.
Next, a case where information is effective as a plurality of files will be described. FIG. 5 is a flowchart illustrating an example of a treatment for the second inconsistent portion.

[ステップS31]不整合検出部11が、ファイル群15のあるファイルの不整合部分を、アクセスの再開時に検出する。
[ステップS32]通知部12が、そのファイルに不整合部分が存在する等の不整合情報を、データ処理部21に通知する。
[Step S31] The inconsistency detection unit 11 detects an inconsistency portion of a file in the file group 15 when resuming access.
[Step S32] The notification unit 12 notifies the data processing unit 21 of inconsistency information such as the presence of an inconsistent portion in the file.

[ステップS41]データ処理部21が、不整合情報を受け付ける。
[ステップS42]データ処理部21が、着信用メロディやインターネットからダウンロードしたファイル等の場合、そのファイルの中身をすべて削除するという処置情報を決定し、ステップS43に進む。また、データ処理部21が、住所録と電話帳とのファイル等の場合、そのファイルの中身を使用可能な部分を残して削除するという処置情報を決定し、ステップS44に進む。
[Step S41] The data processing unit 21 receives inconsistency information.
[Step S42] If the data processing unit 21 is a melody for incoming call or a file downloaded from the Internet, the processing information for deleting all the contents of the file is determined, and the process proceeds to Step S43. If the data processing unit 21 is a file of an address book and a phone book, etc., it determines the treatment information that deletes the contents of the file leaving a usable part, and proceeds to step S44.

[ステップS43]データ処理部21が、そのファイルの中身をすべて削除するという処置情報を、受付部13に通知する。
[ステップS44]データ処理部21が、そのファイルの中身を使用可能な部分を残して削除するという処置情報を、受付部13に通知する。
[Step S43] The data processing unit 21 notifies the reception unit 13 of treatment information that deletes all the contents of the file.
[Step S44] The data processing unit 21 notifies the reception unit 13 of treatment information that deletes the contents of the file while leaving a usable part.

[ステップS33]受付部13が、処置情報をデータ処理部21から受け付ける。
[ステップS34]処置部14が、処置情報に従って不整合部分を処置する。
このようにすると、メモリ20に搭載されたアプリケーションが不整合情報の通知を受け付け、不整合部分に対する処置情報を自由に決定するので、メモリ20に搭載されたアプリケーション固有のファイル管理ができるようになる。
[Step S <b> 33] The receiving unit 13 receives treatment information from the data processing unit 21.
[Step S34] The treatment unit 14 treats the inconsistent portion according to the treatment information.
In this way, the application installed in the memory 20 receives the notification of inconsistency information and freely determines the treatment information for the inconsistent portion, so that file management specific to the application installed in the memory 20 can be performed. .

次に、本発明の実施の形態に用いる携帯電話機器、及び、車載機器等のコンピュータにおいて、ハードウェア構成について説明する。図6は、ハードウェア構成の例を示す図である。   Next, a hardware configuration of a computer such as a mobile phone device and an in-vehicle device used in the embodiment of the present invention will be described. FIG. 6 is a diagram illustrating an example of a hardware configuration.

携帯電話機器、及び、車載機器等のコンピュータ100は、CPU30によって装置全体が制御される。CPU30には、バス107を介してフラッシュメモリ102、RAM(Random Access Memory)103、グラフィック処理装置104、入力インタフェース105、及び、通信インタフェース106が接続される。   The entire device of the computer 100 such as a mobile phone device and an in-vehicle device is controlled by the CPU 30. A flash memory 102, a RAM (Random Access Memory) 103, a graphic processing device 104, an input interface 105, and a communication interface 106 are connected to the CPU 30 via a bus 107.

フラッシュメモリ102には、CPU30に実行させるOS(Operating System)のプログラムやアプリケーションの少なくとも一部が一時的に格納される。また、フラッシュメモリ102には、CPU30の処理に必要な各種のファイル群15が格納される。RAM103には、OSやアプリケーションが格納される。   The flash memory 102 temporarily stores at least part of an OS (Operating System) program and applications to be executed by the CPU 30. The flash memory 102 stores various file groups 15 necessary for the processing of the CPU 30. The RAM 103 stores an OS and applications.

グラフィック処理装置104には、モニタ210が接続されている。グラフィック処理装置104は、CPU30からの命令に従い、画像をモニタ210の画面に表示させる。入力インタフェース105には、入力装置220が接続される。入力インタフェース105は、入力装置220から送られてくる信号を、バス107を介してCPU30に送信する。通信インタフェース106は、ネットワーク230に接続される。通信インタフェース106は、ネットワーク230を介して他のコンピュータとデータの送受信を実行する。   A monitor 210 is connected to the graphic processing device 104. The graphic processing device 104 displays an image on the screen of the monitor 210 in accordance with a command from the CPU 30. An input device 220 is connected to the input interface 105. The input interface 105 transmits a signal sent from the input device 220 to the CPU 30 via the bus 107. The communication interface 106 is connected to the network 230. The communication interface 106 transmits and receives data to and from other computers via the network 230.

以上のようなハードウェア構成によって、本発明の実施の形態の処理機能を実現できる。
なお、上記の処理機能は、コンピュータによって実現できる。その場合、携帯電話機器、及び、車載機器等が有すべき処理機能を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記の処理機能がコンピュータで実現される。
With the hardware configuration described above, the processing functions of the embodiment of the present invention can be realized.
The above processing functions can be realized by a computer. In that case, a program describing processing functions that should be possessed by the mobile phone device, the in-vehicle device and the like is provided. By executing the program by a computer, the above processing functions are realized by the computer.

処理機能を記述したプログラムは、コンピュータ読み取り可能な記録媒体に記録しておくことができる。コンピュータ読み取り可能な記録媒体としては、磁気記録装置、光ディスク、光磁気記録媒体、及び、半導体メモリ等がある。磁気記録装置には、ハードディスク装置(HDD)、フレキシブルディスク(FD)、及び、磁気テープ等がある。光ディスクには、DVD(Digital Versatile Disc)、DVD−RAM、CD−ROM(Compact Disc Read Only Memory)、及び、CD−R(Recordable)/RW(ReWritable)等がある。光磁気記録媒体には、MO(Magneto-Optical disk)等がある。   The program describing the processing function can be recorded on a computer-readable recording medium. Examples of the computer-readable recording medium include a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory. Magnetic recording devices include a hard disk device (HDD), a flexible disk (FD), and a magnetic tape. Optical discs include DVD (Digital Versatile Disc), DVD-RAM, CD-ROM (Compact Disc Read Only Memory), and CD-R (Recordable) / RW (ReWritable). Magneto-optical recording media include MO (Magneto-Optical disk).

プログラムを流通させる場合、例えば、そのプログラムが記録されたDVD、及び、CD−ROM等の可搬型記録媒体が販売される。また、プログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークを介してサーバコンピュータから他のコンピュータにそのプログラムを転送できる。   When the program is distributed, for example, portable recording media such as a DVD and a CD-ROM on which the program is recorded are sold. Further, the program can be stored in the storage device of the server computer, and the program can be transferred from the server computer to another computer via the network.

プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラム、または、サーバコンピュータから転送されたプログラムを、自己の記憶装置に格納する。そして、コンピュータは、自己の記憶装置からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行できる。また、コンピュータは、サーバコンピュータからプログラムが転送される毎に、逐次、受け取ったプログラムに従った処理を実行できる。   The computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. The computer can read the program directly from the portable recording medium and execute processing according to the program. Further, each time the program is transferred from the server computer, the computer can sequentially execute processing according to the received program.

(付記1) 複数のメモリを用いたファイル管理装置において、
管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生した前記ファイルの不整合部分を、前記アクセスの再開時に検出する不整合検出手段と、
前記不整合部分に関する不整合情報をデータ処理手段に通知する通知手段と、
前記データ処理手段によって前記不整合部分に対して決定された処置情報を前記データ処理手段から受け付ける受付手段と、
前記処置情報に従って前記不整合部分を処置する処置手段と、
を有することを特徴とするファイル管理装置。
(Supplementary note 1) In a file management apparatus using a plurality of memories,
Inconsistency detection means for detecting an inconsistent portion of the file generated by interrupting access for file write processing in the middle of the storage area to be managed when the access is resumed,
Notification means for notifying the data processing means of inconsistency information regarding the inconsistent portion;
Receiving means for receiving treatment information determined for the inconsistent portion by the data processing means from the data processing means;
Treatment means for treating the inconsistent portion according to the treatment information;
A file management apparatus comprising:

(付記2) 前記データ処理手段は、前記不整合部分を有するファイルの構成に応じ、前記不整合部分を有するファイルと関連のあるファイル群を削除し、または、使用可能なファイルを残して削除する処置情報を決定することを特徴とする付記1記載のファイル管理装置。   (Additional remark 2) The said data processing means deletes the file group relevant to the file which has the said inconsistent part according to the structure of the file which has the inconsistent part, or leaves the file which can be used, and deletes it. The file management apparatus according to appendix 1, wherein treatment information is determined.

(付記3) 前記データ処理手段は、前記不整合部分を有するファイルの構成に応じ、前記不整合部分を有するファイルの中身をすべて削除し、または、使用可能な部分を残して削除する処置情報を決定することを特徴とする付記1記載のファイル管理装置。   (Additional remark 3) The said data processing means deletes all the contents of the file which has the said inconsistent part according to the structure of the file which has the said inconsistent part, or the treatment information which deletes leaving a usable part The file management device according to attachment 1, wherein the file management device is determined.

(付記4) 前記不整合部分は、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で電源が遮断されて中断したことにより発生することを特徴とする付記1記載のファイル管理装置。   (Supplementary Note 4) The supplementary description 1 is characterized in that the inconsistent portion is generated when access for a file writing process is interrupted because the power is shut off in the middle of the storage area to be managed. File management device.

(付記5) コンピュータにより、複数のメモリを用いたファイル管理方法において、
不整合検出手段が、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生した前記ファイルの不整合部分を前記アクセスの再開時に検出するステップと、
通知手段が、前記不整合部分に関する不整合情報をデータ処理手段に通知するステップと、
受付手段が、前記データ処理手段によって前記不整合部分に対して決定された処置情報を前記データ処理手段から受け付けるステップと、
処置手段が、前記処置情報に従って前記不整合部分を処置するステップと、
を有することを特徴とするファイル管理方法。
(Supplementary Note 5) In a file management method using a plurality of memories by a computer,
A step of detecting an inconsistent portion of the file caused by interruption of access for file writing processing in the middle of the storage area to be managed when resuming the access;
A notification means notifying the data processing means of inconsistency information regarding the inconsistent portion;
A step of receiving, from the data processing means, treatment information determined by the data processing means for the inconsistent portion;
A treatment means treating the inconsistent portion according to the treatment information;
A file management method characterized by comprising:

(付記6) 複数のメモリを用いたファイル管理プログラムにおいて、
コンピュータに、
不整合検出手段が、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生した前記ファイルの不整合部分を前記アクセスの再開時に検出するステップと、
通知手段が、前記不整合部分に関する不整合情報をデータ処理手段に通知するステップと、
受付手段が、前記データ処理手段によって前記不整合部分に対して決定された処置情報を前記データ処理手段から受け付けるステップと、
処置手段が、前記処置情報に従って前記不整合部分を処置するステップと、
を含む処理を実行させることを特徴とするファイル管理プログラム。
(Appendix 6) In a file management program using a plurality of memories,
On the computer,
A step of detecting an inconsistent portion of the file caused by interruption of access for file writing processing in the middle of the storage area to be managed when resuming the access;
A notification means notifying the data processing means of inconsistency information regarding the inconsistent portion;
A step of receiving, from the data processing means, treatment information determined by the data processing means for the inconsistent portion;
A treatment means treating the inconsistent portion according to the treatment information;
A file management program for executing a process including:

(付記7) 複数のメモリを用いたファイル管理プログラムを記録したコンピュータ読み取り可能な記録媒体において、
コンピュータに、
不整合検出手段が、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生した前記ファイルの不整合部分を前記アクセスの再開時に検出するステップと、
通知手段が、前記不整合部分に関する不整合情報をデータ処理手段に通知するステップと、
受付手段が、前記データ処理手段によって前記不整合部分に対して決定された処置情報を前記データ処理手段から受け付けるステップと、
処置手段が、前記処置情報に従って前記不整合部分を処置するステップと、
を含む処理を実行させることを特徴とするファイル管理プログラムを記録したコンピュータ読み取り可能な記録媒体。
(Supplementary note 7) In a computer-readable recording medium in which a file management program using a plurality of memories is recorded,
On the computer,
A step of detecting an inconsistent portion of the file caused by interruption of access for file writing processing in the middle of the storage area to be managed when resuming the access;
A notification means notifying the data processing means of inconsistency information regarding the inconsistent portion;
A step of receiving, from the data processing means, treatment information determined by the data processing means for the inconsistent portion;
A treatment means treating the inconsistent portion according to the treatment information;
The computer-readable recording medium which recorded the file management program characterized by performing the process containing these.

本発明の概念図である。It is a conceptual diagram of this invention. 本発明の実施の形態のシステム構成図である。It is a system configuration figure of an embodiment of the invention. ファイルの例を示す図である。It is a figure which shows the example of a file. 第1の不整合部分に対する処置の例を示すフローチャートである。It is a flowchart which shows the example of the treatment with respect to the 1st mismatching part. 第2の不整合部分に対する処置の例を示すフローチャートである。It is a flowchart which shows the example of the process with respect to a 2nd mismatching part. ハードウェア構成の例を示す図である。It is a figure which shows the example of a hardware configuration.

符号の説明Explanation of symbols

1 ファイル管理装置
1a 不整合検出手段
1b 通知手段
1c 受付手段
1d 処置手段
2 データ処理手段
2a 不整合情報
2b 処置情報
DESCRIPTION OF SYMBOLS 1 File management apparatus 1a Inconsistency detection means 1b Notification means 1c Acceptance means 1d Treatment means 2 Data processing means 2a Inconsistency information 2b Treatment information

Claims (5)

複数のメモリを用いたファイル管理装置において、
管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生した前記ファイルの不整合部分を、前記アクセスの再開時に検出する不整合検出手段と、
前記不整合部分に関する不整合情報をデータ処理手段に通知する通知手段と、
前記データ処理手段によって前記不整合部分に対して決定された処置情報を前記データ処理手段から受け付ける受付手段と、
前記処置情報に従って前記不整合部分を処置する処置手段と、
を有することを特徴とするファイル管理装置。
In a file management device using multiple memories,
Inconsistency detection means for detecting an inconsistent portion of the file generated by interrupting access for file write processing in the middle of the storage area to be managed when the access is resumed,
Notification means for notifying the data processing means of inconsistency information regarding the inconsistent portion;
Receiving means for receiving treatment information determined for the inconsistent portion by the data processing means from the data processing means;
Treatment means for treating the inconsistent portion according to the treatment information;
A file management apparatus comprising:
前記データ処理手段は、前記不整合部分を有するファイルの構成に応じ、前記不整合部分を有するファイルと関連のあるファイル群を削除し、または、使用可能なファイルを残して削除する処置情報を決定することを特徴とする請求項1記載のファイル管理装置。   The data processing means determines processing information to delete a file group related to the file having the inconsistent portion or to delete the usable file in accordance with the configuration of the file having the inconsistent portion. The file management apparatus according to claim 1, wherein: 前記データ処理手段は、前記不整合部分を有するファイルの構成に応じ、前記不整合部分を有するファイルの中身をすべて削除し、または、使用可能な部分を残して削除する処置情報を決定することを特徴とする請求項1記載のファイル管理装置。   The data processing means determines the action information to delete all the contents of the file having the inconsistent part or leaving the usable part in accordance with the configuration of the file having the inconsistent part. The file management apparatus according to claim 1, wherein: 前記不整合部分は、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で電源が遮断されて中断したことにより発生することを特徴とする請求項1記載のファイル管理装置。   2. The file management according to claim 1, wherein the inconsistent portion occurs when access for a file writing process is interrupted due to a power supply being cut off in the middle of a storage area to be managed. apparatus. コンピュータにより、複数のメモリを用いたファイル管理方法において、
不整合検出手段が、管理対象となる記憶領域内に対し、ファイルの書き込み処理のためのアクセスが途中で中断したことにより発生した前記ファイルの不整合部分を、前記アクセスの再開時に検出するステップと、
通知手段が、前記不整合部分に関する不整合情報をデータ処理手段に通知するステップと、
受付手段が、前記データ処理手段によって前記不整合部分に対して決定された処置情報を前記データ処理手段から受け付けるステップと、
処置手段が、前記処置情報に従って前記不整合部分を処置するステップと、
を有することを特徴とするファイル管理方法。
In a file management method using a plurality of memories by a computer,
A step of detecting an inconsistent portion of the file, which is generated when access for file writing processing is interrupted in the middle of the storage area to be managed, when the access is resumed; ,
A notification means notifying the data processing means of inconsistency information regarding the inconsistent portion;
A step of receiving, from the data processing means, treatment information determined by the data processing means for the inconsistent portion;
A treatment means treating the inconsistent portion according to the treatment information;
A file management method characterized by comprising:
JP2005091223A 2005-03-28 2005-03-28 File management device, and file management method Pending JP2006276982A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005091223A JP2006276982A (en) 2005-03-28 2005-03-28 File management device, and file management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005091223A JP2006276982A (en) 2005-03-28 2005-03-28 File management device, and file management method

Publications (1)

Publication Number Publication Date
JP2006276982A true JP2006276982A (en) 2006-10-12

Family

ID=37211724

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005091223A Pending JP2006276982A (en) 2005-03-28 2005-03-28 File management device, and file management method

Country Status (1)

Country Link
JP (1) JP2006276982A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017034424A (en) * 2015-07-31 2017-02-09 京セラドキュメントソリューションズ株式会社 Information processing apparatus

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03204741A (en) * 1990-01-04 1991-09-06 Nec Corp File recovery system
JPH06332809A (en) * 1993-05-24 1994-12-02 Sanyo Electric Co Ltd Information processor
JPH07210436A (en) * 1994-01-10 1995-08-11 Hitachi Ltd Distributed transaction processing system
JP2003216511A (en) * 2002-01-23 2003-07-31 Matsushita Electric Ind Co Ltd Non-volatile memory device, data updating method, data updating program and computer readable recording medium with recorded program
JP2004007075A (en) * 2002-05-30 2004-01-08 Toshiba Corp Video image recording apparatus and video image recording method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03204741A (en) * 1990-01-04 1991-09-06 Nec Corp File recovery system
JPH06332809A (en) * 1993-05-24 1994-12-02 Sanyo Electric Co Ltd Information processor
JPH07210436A (en) * 1994-01-10 1995-08-11 Hitachi Ltd Distributed transaction processing system
JP2003216511A (en) * 2002-01-23 2003-07-31 Matsushita Electric Ind Co Ltd Non-volatile memory device, data updating method, data updating program and computer readable recording medium with recorded program
JP2004007075A (en) * 2002-05-30 2004-01-08 Toshiba Corp Video image recording apparatus and video image recording method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017034424A (en) * 2015-07-31 2017-02-09 京セラドキュメントソリューションズ株式会社 Information processing apparatus

Similar Documents

Publication Publication Date Title
KR101643022B1 (en) Catalog-based software component management
US8296322B2 (en) User terminal device and method for controlling the same
JP4941556B2 (en) ENCRYPTION DEVICE, ENCRYPTION METHOD, AND ENCRYPTION PROGRAM
JP4227106B2 (en) Data recovery apparatus and method for flash memory
CN103577567A (en) Method for uninstalling application and deleting garbage file in Android system
JP2006506747A5 (en)
JP2008004004A (en) File management device and electronic equipment
CN110727404A (en) Data deduplication method and device based on storage end and storage medium
JP2000138692A (en) Mac address management system, mac address management method and storage medium
US8752205B2 (en) Apparatus and method for managing digital rights management contents in portable terminal
KR20070006655A (en) File management device, file management method, file management program, and computer-readable recording medium containing the file management program
JP2006251990A (en) Database reorganization program and database reorganization method
KR20050063669A (en) Key cache management through multiple localities
JP2012014317A (en) Copying device, copying method, memory medium, and program
JP2006276982A (en) File management device, and file management method
JP2009105644A (en) Information processor, program, external encryption system, and external encrypting method
JP2014067112A (en) Information processing device and method, and program
JP2006215650A (en) Information processor, method for controlling it, and information management system
JP2005267559A (en) Recording and playback device, information transfer managing method, and recording medium
WO2019196157A1 (en) File reading method and application entity
JP5295046B2 (en) User terminal device and method for controlling user terminal device
US7577463B2 (en) Fast booting method for mobile communication device
JP2009122749A (en) Program, portable storage medium, and control method
JP2011113625A (en) Recording/reproducing device
JP2006195516A (en) Data management device, image processor, data management method, and data management program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080212

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20080729

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101019

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110308