JP2001325135A - Device and method for storing/reproducing data - Google Patents

Device and method for storing/reproducing data

Info

Publication number
JP2001325135A
JP2001325135A JP2000141462A JP2000141462A JP2001325135A JP 2001325135 A JP2001325135 A JP 2001325135A JP 2000141462 A JP2000141462 A JP 2000141462A JP 2000141462 A JP2000141462 A JP 2000141462A JP 2001325135 A JP2001325135 A JP 2001325135A
Authority
JP
Japan
Prior art keywords
memory
data
directory
cluster
fat
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.)
Withdrawn
Application number
JP2000141462A
Other languages
Japanese (ja)
Inventor
Osamu Akiyama
修 秋山
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.)
Nippon Columbia Co Ltd
Original Assignee
Nippon Columbia Co 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 Nippon Columbia Co Ltd filed Critical Nippon Columbia Co Ltd
Priority to JP2000141462A priority Critical patent/JP2001325135A/en
Publication of JP2001325135A publication Critical patent/JP2001325135A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Abstract

PROBLEM TO BE SOLVED: To solve the problem that much time is required in the case of deleting all files in a directory. SOLUTION: A data storing/reproducing device is provided with a 1st memory for temporarily storing encoded data and writing/reading out the FAT data of a FAT area in a DOS format and a directory entry, a 2nd memory for storing the encoded data on the basis of the DOS format and a system controller for controlling the storage and reproduction of the encoded data and the deletion of the encoded data stored in the 2nd memory. The system controller reads out the directory entry written in the 1st memory in each sector or in each cluster in the case of deleting all files included in the directory, the read contents are changed, the contents of the FAT data are changed, and the directory entry and the FAT data are written in the 2nd memory.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、パーソナルコンピ
ュータで用いられるDOS(Disk Operating System)
フォーマットにより管理される記憶媒体を用いてデータ
の書き込み及び読み出しを行うデータ記憶再生装置及び
データ記憶再生方法に関する。
The present invention relates to a DOS (Disk Operating System) used in a personal computer.
The present invention relates to a data storage / reproduction device and a data storage / reproduction method for writing and reading data using a storage medium managed by a format.

【0002】[0002]

【従来の技術】パーソナルコンピュータの多くは、ハー
ドディスクドライブや書換型光ディスク等の記録媒体に
ファイルシステムを構築するためにDOSフォーマット
が用いられている。近年、パーソナルコンピュータの普
及に伴って、パーソナルコンピュータ以外の機器におい
てもDOSフォーマットを用いて記録媒体にデータを記
録し、その記録媒体に記録されたデータをパーソナルコ
ンピュータにより再生する場合がある。
2. Description of the Related Art Many personal computers use the DOS format to construct a file system on a recording medium such as a hard disk drive or a rewritable optical disk. In recent years, with the spread of personal computers, devices other than personal computers sometimes record data on a recording medium using the DOS format and reproduce the data recorded on the recording medium with the personal computer.

【0003】DOSフォーマットは、記録するデータを
ファイルとして扱い、ファイルを階層構造(ディレクト
リ構造)で格納する。DOSフォーマットは、IPL
(Initial Program loader)領域、FAT(File Alloc
ation Table)領域、ルート・ディレクトリ領域、デー
タ領域を備えている。
In the DOS format, data to be recorded is treated as a file, and the file is stored in a hierarchical structure (directory structure). DOS format is IPL
(Initial Program loader) area, FAT (File Alloc)
ation Table) area, root directory area, and data area.

【0004】図4は、DOSフォーマットの論理構造を
示す模式図である。図4において、DOSフォーマット
では、「0」から始まるセクタ番号と、「2」から始ま
るクラスタ番号とでデータが管理される。
FIG. 4 is a schematic diagram showing a logical structure of the DOS format. In FIG. 4, in the DOS format, data is managed by a sector number starting from “0” and a cluster number starting from “2”.

【0005】IPL領域には、DOSを起動するための
プログラムや記録媒体の構造に関するパラメータ等が格
納される。
[0005] The IPL area stores a program for starting DOS, parameters relating to the structure of a recording medium, and the like.

【0006】FAT領域は、データのビット長に基づい
て、12ビット用のFAT12、16ビット用のFAT
16、32ビット用のFAT32等の種類があり、ここ
では16ビット用のFAT16を例として説明する。F
AT領域は、通常、FAT(1)領域とFAT(2)領
域とを備えている。FAT領域に格納されているデータ
をFATデータとする。
The FAT area has a FAT12 for 12 bits and a FAT for 16 bits based on the bit length of the data.
There are types such as FAT32 for 16-bit and 32-bit. Here, the FAT16 for 16-bit will be described as an example. F
The AT area usually has a FAT (1) area and a FAT (2) area. The data stored in the FAT area is assumed to be FAT data.

【0007】FAT(1)領域には、データ領域のクラ
スタ毎の使用状況が、16ビットの使用状況コードを用
いて格納される。FAT(2)領域は、FAT(1)領
域のバックアップ用の領域であり、FAT(1)領域デ
ータと同じデータが格納される。
In the FAT (1) area, the usage status of each cluster in the data area is stored using a 16-bit usage status code. The FAT (2) area is a backup area for the FAT (1) area, and stores the same data as the FAT (1) area data.

【0008】ルート・ディレクトリ領域には、1又は複
数のディレクトリ・エントリが格納される。DOSフォ
ーマットでは、ルート・ディレクトリの下位にサブディ
レクトリを作成することが可能であり、ルート・ディレ
クトリに複数のサブディレクトリやファイルを作成する
ことが可能である。
[0008] One or more directory entries are stored in the root directory area. In the DOS format, subdirectories can be created below the root directory, and a plurality of subdirectories and files can be created in the root directory.

【0009】ディレクトリ・エントリとは、サブディレ
クトリ又はファイルに関する情報(ファイル名、拡張
子、属性、予約領域、更新時刻、更新日付、開始クラス
タ番号、ファイルサイズ)である。以下、サブディレク
トリに関する情報を、サブディレクトリ・エントリと
し、ファイルに関する情報をファイル・エントリとし、
サブディレクトリ・エントリ及びファイル・エントリを
総称してディレクトリ・エントリという。
A directory entry is information (file name, extension, attribute, reserved area, update time, update date, start cluster number, file size) about a subdirectory or file. Hereinafter, information about a subdirectory is referred to as a subdirectory entry, information about a file is referred to as a file entry,
Subdirectory entries and file entries are collectively called directory entries.

【0010】ここで、図4に示すディレクトリ・エント
リは、ファイル属性によりファイル・エントリかサブデ
ィレクトリ・エントリかが判断され、ビット3及びビッ
ト4にフラグが立っている場合、当該ディレクトリ・エ
ントリはサブディレクトリ・エントリと判断され、ビッ
ト3及びビット4にフラグが立っていない場合、当該デ
ィレクリ・エントリはファイル・エントリと判断され
る。
Here, the directory entry shown in FIG. 4 is determined based on the file attribute as a file entry or a subdirectory entry. When a flag is set in bits 3 and 4, the directory entry is a subdirectory entry. If it is determined that the entry is a directory entry, and the flag is not set in the bits 3 and 4, the directory entry is determined to be a file entry.

【0011】データ領域には、サブディレクトリやファ
イルの内容がクラスタ単位で格納される。
The data area stores the contents of subdirectories and files in cluster units.

【0012】クラスタは、複数のセクタの集合で構成さ
れる。データの読み出し及び書き込みは、クラスタ単位
で行われる。FAT(1)領域に示す16ビットの使用
状況コードにより、クラスタチェーンを構成し、1クラ
スタよりも大きいサイズのファイルや1クラスタ分を越
えるディレクトリ・エントリを、一連のまとまったファ
イルやサブディレクトリとして管理することができる。
A cluster is composed of a set of a plurality of sectors. Reading and writing of data are performed in cluster units. A 16-bit usage code shown in the FAT (1) area forms a cluster chain, and manages files having a size larger than one cluster and directory entries exceeding one cluster as a series of files and subdirectories. can do.

【0013】ここで、ルート・ディレクトリ領域が固定
されているため、ルート・ディレクトリ領域に登録でき
るファイルやサブディレクトリのエントリ数も制限され
る。サブディレクトリは、データ領域に記録されるた
め、データ領域に空きがある限りエントリ数を増やすこ
とが可能である。
Here, since the root directory area is fixed, the number of files and subdirectory entries that can be registered in the root directory area is also limited. Since the subdirectory is recorded in the data area, the number of entries can be increased as long as the data area has a free space.

【0014】また、ファイル、サブディレクトリの削除
は、ファイル・エントリ、サブディレクトリ・エントリ
のファイル名の先頭バイトを、「0E5h」に書き換え
た後、対応するFAT領域の使用状況コードを「000
0h(未使用クラスタ)」に変更することにより行え
る。
To delete a file or a subdirectory, the first byte of the file name of the file entry or the subdirectory entry is rewritten to "0E5h", and the usage code of the corresponding FAT area is changed to "000".
0h (unused cluster) ".

【0015】また、ファイル・エントリ及びサブディレ
クトリ・エントリでは、ファイル名の先頭バイトが「0
0h」であれば、未使用エントリと見なされ、以降のエ
ントリ全てが未使用であることを示す。
In the file entry and the subdirectory entry, the first byte of the file name is "0".
If it is "0h", it is regarded as an unused entry, and indicates that all subsequent entries are unused.

【0016】[0016]

【発明が解決しようとする課題】DOSフォーマットの
記憶媒体をパーソナルコンピュータで使用する場合は、
パーソナルコンピュータで動作するDOSを介して、前
記記憶媒体からのデータの読み出し及び記憶媒体へのデ
ータの書き込みを行う。
When a DOS format storage medium is used in a personal computer,
Data is read from the storage medium and written to the storage medium via a DOS operated by a personal computer.

【0017】また、パーソナルコンピュータ以外にも、
例えば、オーディオ信号を半導体メモリに記憶し、記憶
したオーディオ信号を再生する半導体メモリ記憶再生装
置においても、半導体メモリはDOSフォーマットによ
りデータの管理が行われている。
In addition to a personal computer,
For example, in a semiconductor memory storage / playback apparatus that stores an audio signal in a semiconductor memory and reproduces the stored audio signal, the semiconductor memory manages data in a DOS format.

【0018】このようなパーソナルコンピュータや半導
体メモリ記憶再生装置等のデータ記憶再生装置におい
て、あるディレクトリ内のファイル全てを削除する場合
は、FATデータとディレクトリ・エントリを順番に1
つずつ削除する作業を行う。
In a data storage / reproduction device such as a personal computer or a semiconductor memory storage / reproduction device, when deleting all the files in a certain directory, the FAT data and the directory entry are sequentially deleted by one.
Work to delete one by one.

【0019】データ記憶再生装置は、記憶媒体からのデ
ータの読み出し及び記憶媒体へのデータの書き込みをク
ラスタ単位に行うため、あるディレクトリ内に登録され
ている複数のファイル全てを削除する場合、ファイルの
登録数だけ、クラスタ単位での記憶媒体からのデータの
読み出し及び記憶媒体へのデータの書き込みの処理が発
生する。そのため、アクセスに時間がかかる記憶媒体の
場合には、ファイルの削除に時間がかかる。
Since the data storage / reproduction device reads data from the storage medium and writes data to the storage medium in cluster units, when deleting all of a plurality of files registered in a certain directory, the data The processes of reading data from the storage medium and writing data to the storage medium in cluster units occur by the number of registrations. Therefore, in the case of a storage medium that takes a long time to access, it takes time to delete a file.

【0020】図5は、ディレクトリ内の全ファイルを削
除する場合の動作を説明する模式図である。図5(a)
に示すように、ディレクトリAに複数のファイル(ファ
イル1〜ファイルN)が存在し、複数のファイルは複数
のクラスタMからなり、ディレクトリAのファイル全て
を削除する場合、データ記憶再生装置内のシステムコン
トローラは、記憶媒体のディレクトリ・エントリをRA
M(Random Access Memory)に書き込み、RAMのディ
レクトリ・エントリの内容を変更してファイルを削除し
た後、RAMのディレクトリ・エントリを記憶媒体に書
き込むという処理をファイル数繰り返し行う。
FIG. 5 is a schematic diagram for explaining the operation when all files in the directory are deleted. FIG. 5 (a)
As shown in the figure, when a plurality of files (file 1 to file N) exist in the directory A, the plurality of files are composed of a plurality of clusters M, and when all the files in the directory A are to be deleted, the The controller stores the directory entry of the storage medium in the RA.
After writing to an M (Random Access Memory), changing the contents of the directory entry in the RAM and deleting the file, the process of writing the directory entry in the RAM to the storage medium is repeated for the number of files.

【0021】図5(a)に示すディレクリAの全てのフ
ァイルを削除する場合、システムコントローラは、図5
(b)に示すように、記憶媒体からクラスタ1を読み出
してRAMに書き込み、クラスタ1のファイル1の削除
を行い、RAMからクラスタ1を読み出して記憶媒体に
書き込む。
When deleting all files in the directory A shown in FIG. 5A, the system controller
As shown in (b), the cluster 1 is read from the storage medium and written to the RAM, the file 1 of the cluster 1 is deleted, and the cluster 1 is read from the RAM and written to the storage medium.

【0022】次に再び記憶媒体からクラスタ1を読み出
してRAMに書き込み、クラスタ1のファイル2の削除
を行い、RAMからクラスタ1を読み出して記憶媒体に
書き込む。
Next, the cluster 1 is read from the storage medium again and written into the RAM, the file 2 of the cluster 1 is deleted, and the cluster 1 is read from the RAM and written into the storage medium.

【0023】クラスタ1のファイルの削除が終了する
と、記憶媒体からクラスタ2を読み出してRAMに書き
込み、クラスタ2のファイルの削除を行い、RAMから
クラスタ2を読み出して記憶媒体に書き込む。
When the deletion of the file of the cluster 1 is completed, the cluster 2 is read from the storage medium and written into the RAM, the file of the cluster 2 is deleted, and the cluster 2 is read from the RAM and written into the storage medium.

【0024】このようにしてディレクトリAが複数のフ
ァイルNからなり、複数のファイルNが複数のクラスタ
Mからなる場合、システムコントローラは、記憶媒体か
らのデータの読み出し及び記憶媒体へのデータの書き込
みをファイル数(M×N回)分行わなければならない。
When the directory A is composed of a plurality of files N and the plurality of files N is composed of a plurality of clusters M, the system controller reads data from the storage medium and writes data to the storage medium. This must be performed for the number of files (M × N times).

【0025】特に、前述した半導体メモリ記憶再生装置
は、マイク入力などによりオーディオ信号を半導体メモ
リに記憶し、記憶したオーディオ信号を再生することが
可能な携帯型装置として、インタビューの時などに用い
られる。このような装置において、半導体メモリに記憶
されたオーディオ信号の不要な部分を削除する場合、オ
ーディオ信号を削除処理に時間がかかると、インタビュ
ーにおける録音漏れなどが生じる場合がある。
In particular, the above-mentioned semiconductor memory storage / reproduction device is used at the time of an interview or the like as a portable device capable of storing an audio signal in a semiconductor memory by a microphone input or the like and reproducing the stored audio signal. . In such an apparatus, when an unnecessary portion of an audio signal stored in a semiconductor memory is deleted, if an audio signal deletion process takes a long time, a recording omission in an interview may occur.

【0026】また、ファイル数が非常に多く、クラスタ
チェーンが形成されている場合には、ディレクトリ内の
全ファイルが削除されても、そのチェーンが残り、以降
の動作に悪影響を与える場合がある。例えば、新しいフ
ァイルを作成しようとした場合、そのファイル名が重複
しているか否か、多くの領域を確認しなければならず、
時間がかかる。
When the number of files is very large and a cluster chain is formed, even if all the files in the directory are deleted, the chain remains, which may adversely affect the subsequent operation. For example, if you try to create a new file, you have to check many areas to see if the file name is duplicated,
take time.

【0027】したがって、本発明は、ディレクトリ内の
全ファイルを削除する時間を短縮することができ、ディ
レクトリ内のファイルを削除した後の動作の処理速度を
高速にすることができるデータ記憶再生装置及びデータ
記憶再生方法を提供することを目的とする。
Therefore, the present invention provides a data storage / reproducing apparatus which can reduce the time required to delete all files in a directory, and can increase the processing speed of operations after deleting files in a directory. It is an object to provide a data storage / reproduction method.

【0028】[0028]

【課題を解決するための手段】本願の請求項1記載の発
明は、符号化データを記憶すると共にDOSフォーマッ
トにおけるFATデータとディレクトリ・エントリの書
き込み及び読み出しが行われる第1メモリと、前記符号
化データをDOSフォーマットに基づいて記憶する第2
メモリと、該第2メモリへの前記符号化データの記憶及
び前記第2メモリに記憶された前記符号化データの再生
の制御を行うと共に前記第2メモリに記憶されている前
記符号化データの削除の制御を行うシステムコントロー
ラを備えたデータ記憶再生装置において、前記システム
コントローラは、ディレクトリ内の複数のファイルの全
てを削除する場合、前記第1メモリに書き込まれた前記
ディレクトリ・エントリをセクタ単位又はクラスタ単位
に読み出して内容を変更した後に前記FATデータの内
容を変更し、前記内容を変更したディレクトリ・エント
リ及びFATデータを前記第2メモリに書き込む制御を
行うことを特徴とする。
According to a first aspect of the present invention, there is provided a first memory for storing encoded data and for writing and reading FAT data and directory entries in a DOS format; Second to store data based on DOS format
And a memory for controlling storage of the encoded data in the second memory and reproduction of the encoded data stored in the second memory, and deleting the encoded data stored in the second memory. In a data storage / reproducing apparatus provided with a system controller for controlling the number of files, when deleting all of a plurality of files in a directory, the system controller deletes the directory entry written in the first memory in units of sectors or clusters. After reading and changing the content in units, the content of the FAT data is changed, and the directory entry and the FAT data with the changed content are written into the second memory.

【0029】本願の請求項2記載の発明は、請求項1記
載のデータ記憶再生装置において、前記システムコント
ローラは、前記ディレクトリ・エントリがクラスタチェ
ーンを構成する場合に前記FATデータの前記ディレク
トリのクラスタをクラスタチェーンの最後のクラスタで
あることを示す内容に変更することを特徴とする。
According to a second aspect of the present invention, in the data storage / reproducing apparatus according to the first aspect, when the directory entry forms a cluster chain, the system controller determines the cluster of the directory of the FAT data. It is characterized in that the content is changed to the content indicating that it is the last cluster in the cluster chain.

【0030】本願の請求項3記載の発明は、DOSフォ
ーマットで記憶されディレクトリ内に存在するファイル
全てを削除するデータ記憶再生方法において、ディレク
トリの先頭セクタから順に各ファイルのディレクトリ・
エントリを読み出すステップと、読み出された前記ディ
レクトリ・エントリの削除を行うステップと、現セクタ
が現クラスタの最終セクタの場合にFAT領域のFAT
データを参照してクラスタチェーンがあるか否かを確認
するステップと、前記クラスタチェーンがありサブディ
レクトリでない場合に前記FATデータをクラスタチェ
ーンが存在しない内容に書き換えるステップとを備えた
ことを特徴とする。
According to a third aspect of the present invention, there is provided a data storage and reproduction method for deleting all files stored in a DOS format and existing in a directory.
Reading an entry, deleting the read directory entry, and, if the current sector is the last sector of the current cluster,
Confirming whether or not there is a cluster chain by referring to the data, and rewriting the FAT data to contents having no cluster chain when the cluster chain exists and is not a subdirectory. .

【0031】[0031]

【発明の実施の形態】図1は、本発明のデータ記憶再生
装置の一実施例の概略構成を示す模式図である。本実施
例においては、記憶媒体を半導体メモリとし、半導体メ
モリにオーディオ信号をMPEG(Moving Picture Exp
erts Group)−Audioなどの高能率符号化方法を用
いて記憶する場合を例に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a schematic diagram showing a schematic configuration of an embodiment of a data storage / reproduction device of the present invention. In this embodiment, the storage medium is a semiconductor memory, and an audio signal is stored in the semiconductor memory by MPEG (Moving Picture Exposure).
(erts Group) -Audio and the like will be described as an example.

【0032】図1において、データ記憶再生装置は、入
力部101、符号化部102、復号化部103、出力部
104、第1メモリ105、第1メモリコントローラ1
06、第2メモリ107、第2メモリコントローラ10
8、システムコントローラ109を備えている。
In FIG. 1, the data storage / reproduction device includes an input unit 101, an encoding unit 102, a decoding unit 103, an output unit 104, a first memory 105, and a first memory controller 1.
06, the second memory 107, the second memory controller 10
8. A system controller 109 is provided.

【0033】入力部101は、アナログ/デジタルコン
バータ等を備え、入力されるオーディオ信号をアナログ
信号からデジタルデータ(オーディオデータ)に変換し
て出力する。
The input unit 101 includes an analog / digital converter and the like, converts an input audio signal from an analog signal to digital data (audio data), and outputs the digital data.

【0034】符号化部102は、入力部101から出力
されたオーディオデータを高能率符号化(例えば、MP
EG−Audioなど)して符号化データとして出力す
る。
The encoding unit 102 encodes audio data output from the input unit 101 with high efficiency (for example, MP
EG-Audio, etc.) and output as encoded data.

【0035】復号化部103は、後述する第1メモリコ
ントローラ106から出力されたオーディオデータを復
号し、復号化したデジタルデータを出力する。
The decoding unit 103 decodes audio data output from a first memory controller 106, which will be described later, and outputs decoded digital data.

【0036】出力部104は、デジタル/アナログコン
バータ等を備え、複合化部103から入力されるデジタ
ルデータをアナログ信号(オーディオ信号)に変換して
出力する。
The output unit 104 includes a digital / analog converter, etc., and converts digital data input from the composite unit 103 into an analog signal (audio signal) and outputs it.

【0037】第1メモリ105は、符号化部102から
第1メモリコントローラ106を介して入力される符号
化データを一時記憶すると共に、第2メモリ107から
第2メモリコントローラ108及び第1メモリコントロ
ーラ106を介して入力される符号化データを一時記憶
する。
The first memory 105 temporarily stores encoded data input from the encoding section 102 via the first memory controller 106, and also stores the encoded data from the second memory 107 to the second memory controller 108 and the first memory controller 106. And temporarily stores the encoded data input via the.

【0038】また、第1メモリ105は、ファイルの削
除の処理等における作業領域も備えている。第1メモリ
105では、第2メモリ107のFATデータ又はディ
レクトリ・エントリが書き込まれ、ファイル削除の処理
等によるデータの読み出し及び書き込みが行われる。
The first memory 105 also has a work area for file deletion processing and the like. In the first memory 105, the FAT data or the directory entry of the second memory 107 is written, and the reading and writing of the data by the file deletion processing and the like are performed.

【0039】第1メモリコントローラ106は、符号化
部102から入力される符号化データを第1メモリ10
5に書き込み、第1メモリ105に予め定めた量の符号
化データが蓄積された後、第1メモリ105から符号化
データを読み出して第2メモリコントローラ108に転
送する。
The first memory controller 106 stores encoded data input from the encoding unit 102 in the first memory 10.
5, after a predetermined amount of encoded data is accumulated in the first memory 105, the encoded data is read from the first memory 105 and transferred to the second memory controller 108.

【0040】また、第1メモリコントローラ106は、
第2メモリコントローラ108により第2メモリ107
から読み出された符号化データを第1メモリ105に書
き込み、第1メモリ105から一定の転送レートで符号
化データを読み出し、復号化部103に転送する。
Further, the first memory controller 106
The second memory 107 is operated by the second memory controller 108.
The coded data read from the first memory 105 is written into the first memory 105, the coded data is read from the first memory 105 at a constant transfer rate, and transferred to the decoding unit 103.

【0041】また、第1メモリコントローラ106は、
第2メモリコントローラ108から入力される第2メモ
リ107のFAT領域に記憶されているFATデータを
第1メモリ105に記憶させ、記憶されたFATデータ
の読み出し及び書き込みを行うと共に、第1メモリ10
5に記憶されているFATデータを再び第2メモリコン
トローラ108に転送する。
Further, the first memory controller 106
The FAT data stored in the FAT area of the second memory 107 input from the second memory controller 108 is stored in the first memory 105, and the stored FAT data is read and written.
5 is transferred to the second memory controller 108 again.

【0042】第2メモリ107は、オーディオ信号が高
能率符号化された符号化データを記憶しておく記憶媒体
であり、例えばフラッシュメモリ等の半導体メモリであ
る。第2メモリ107は、符号化データをDOSフォー
マットに基づいて記憶する。DOSフォーマットは、パ
ーソナルコンピュータ等に用いられる周知のフォーマッ
トであるため、詳細な説明は省略する。
The second memory 107 is a storage medium for storing encoded data obtained by encoding an audio signal with high efficiency, and is, for example, a semiconductor memory such as a flash memory. The second memory 107 stores the encoded data based on the DOS format. The DOS format is a well-known format used for a personal computer or the like, and thus a detailed description is omitted.

【0043】第2メモリコントローラ108は、第1メ
モリコントローラ106から入力される符号化データを
第2メモリ107に書き込む制御を行うと共に、第2メ
モリ107から符号化データを読み出し、第1メモリコ
ントローラ106に転送する。
The second memory controller 108 controls writing of the encoded data input from the first memory controller 106 to the second memory 107, reads out the encoded data from the second memory 107, and controls the first memory controller 106 Transfer to

【0044】システムコントローラ109は、第1メモ
リコントローラ106及び第2メモリコントローラ10
8を制御し、符号化データを第1メモリ105に一時記
憶させた後第2メモリ107に記憶させる制御及び第2
メモリ107に記憶されている符号化データを第1メモ
リ105に記憶させた後に再生する制御を行う。
The system controller 109 includes a first memory controller 106 and a second memory controller 10
8 to temporarily store encoded data in the first memory 105 and then to store the encoded data in the second memory 107.
After the encoded data stored in the memory 107 is stored in the first memory 105, the encoded data is reproduced.

【0045】また、システムコントローラ109は、操
作部(図示せず)からの指示信号に基づいて、オーディ
オ信号(符号化データ)の記憶開始や記憶停止の制御、
又は、オーディオ信号(符号化データ)の再生開始や再
生停止等を行うと共に、第2メモリ107に記憶されて
いる符号化データの削除等の制御を行う。
The system controller 109 controls the start and stop of storage of audio signals (encoded data) based on an instruction signal from an operation unit (not shown).
Alternatively, the reproduction of the audio signal (encoded data) is started or stopped, and the control of deleting the encoded data stored in the second memory 107 is performed.

【0046】また、システムコントローラ109は、第
2メモリ107に記憶されている符号化データの削除を
行う場合、第2メモリコントローラ108を制御して、
第2メモリ107のFATデータ及びディレクトリ・エ
ントリを読み出し、第1メモリコントローラ106を制
御して、読み出したFATデータ及びディレクトリ・エ
ントリを第1メモリ105に記憶させる。
When deleting the encoded data stored in the second memory 107, the system controller 109 controls the second memory controller 108 to
The FAT data and the directory entry in the second memory 107 are read, and the first memory controller 106 is controlled to store the read FAT data and the directory entry in the first memory 105.

【0047】そして、システムコントローラ109は、
第1メモリ105に記憶されたFATデータ及びディレ
クトリ・エントリの変更を行い、第2メモリ107に記
憶された符号化データ(ファイル)の削除を行うと共
に、第1メモリコントローラ106を制御して、内容が
変更されたFATデータ及びディレクトリ・エントリを
第1メモリ105から読み出し、第2メモリコントロー
ラ108を制御して、第2メモリ107のFAT領域及
びルート・ディレクトリ領域又はデータ領域に書き込む
制御を行う。
Then, the system controller 109
The FAT data and directory entry stored in the first memory 105 are changed, the encoded data (file) stored in the second memory 107 is deleted, and the contents are controlled by controlling the first memory controller 106. Is read from the first memory 105 and the second memory controller 108 is controlled to write the FAT data and the directory entry in the FAT area and the root directory area or the data area of the second memory 107.

【0048】本実施例のデータ記憶再生装置におけるオ
ーディオ信号の記憶動作について説明する。入力された
オーディオ信号は、入力部101によりテジタルデータ
に変換された後、符号化部102により高能率符号化さ
れる。符号化部102から出力された符号化データは、
第1メモリコントローラ106により、順次第1メモリ
105に書き込まれる。
An operation of storing an audio signal in the data storage / reproduction device of the present embodiment will be described. The input audio signal is converted into digital data by the input unit 101, and then is encoded by the encoding unit 102 with high efficiency. The encoded data output from the encoding unit 102 is
The data is sequentially written to the first memory 105 by the first memory controller 106.

【0049】第1メモリ105に予め定めた量の符号化
データが蓄積されると、第1メモリコントローラ106
により、符号化データは第1メモリ105から読み出さ
れ、第2メモリコントローラ108に転送される。第1
メモリコントローラ106から転送されてきた符号化デ
ータは、第2メモリコントローラ108によりDOSフ
ォーマットに従って、第2メモリ107に書き込まれ
る。
When a predetermined amount of encoded data is stored in the first memory 105, the first memory controller 106
Thus, the encoded data is read from the first memory 105 and transferred to the second memory controller 108. First
The encoded data transferred from the memory controller 106 is written to the second memory 107 by the second memory controller 108 according to the DOS format.

【0050】本実施例のデータ記憶再生装置におけるオ
ーディオ信号の再生動作について説明する。オーディオ
信号の再生要求が操作部によりシステムコントローラ1
09にあった場合、システムコントローラ109は、第
2メモリコントローラ108に第2メモリ107から符
号化データの読み出しを行わせる。第2メモリ107か
ら読み出された符号化データは、第2メモリコントロー
ラ108により第1メモリコントローラ106に転送さ
れる。
The operation of reproducing the audio signal in the data storage / reproduction device of this embodiment will be described. A request to reproduce an audio signal is sent to the system controller 1 by the operation unit.
When the value is 09, the system controller 109 causes the second memory controller 108 to read the encoded data from the second memory 107. The encoded data read from the second memory 107 is transferred to the first memory controller 106 by the second memory controller 108.

【0051】第2メモリコントローラ108から転送さ
れてきた符号化データは、第1メモリコントローラ10
6により、第1メモリ105に書き込まれる。第1メモ
リ105に書き込まれた符号化データは、第1メモリコ
ントローラ106により、一定の転送レートで第1メモ
リ105から読み出され、復号化部103に転送され
る。符号化データは、復号化部103により復号され、
出力部104によりデジタルデータからアナログ信号に
変換されオーディオ信号として出力される。
The encoded data transferred from the second memory controller 108 is
6 is written to the first memory 105. The encoded data written in the first memory 105 is read from the first memory 105 at a fixed transfer rate by the first memory controller 106 and transferred to the decoding unit 103. The encoded data is decoded by the decoding unit 103,
The output unit 104 converts the digital data into an analog signal and outputs it as an audio signal.

【0052】第2メモリ107に記憶されているディレ
クトリ内の符号化データ(ファイル)全てを削除する場
合の動作について説明する。図2は、本発明のデータ記
憶再生方法の一実施例におけるデータ削除処理を説明す
るフローチャートである。操作部から、第2メモリ10
7のあるディレクトリ内に記憶されている全てのファイ
ルを削除する指示があると、システムコントローラ10
9は、第2メモリコントローラ108を制御して第2メ
モリ107のFATデータを読み出し、第1メモリコン
トローラ106を制御して第1メモリ105にFATデ
ータを書き込む(ステップ201)。
The operation for deleting all the encoded data (files) in the directory stored in the second memory 107 will be described. FIG. 2 is a flowchart for explaining data deletion processing in one embodiment of the data storage / reproduction method of the present invention. From the operation unit, the second memory 10
When an instruction to delete all the files stored in a certain directory is issued, the system controller 10
9 reads the FAT data in the second memory 107 by controlling the second memory controller 108 and writes the FAT data in the first memory 105 by controlling the first memory controller 106 (step 201).

【0053】ファイル削除の処理時間を短くするため
に、FATデータの書き換えは、第1メモリ105に書
き込まれたFATデータに対して行う。第2メモリ10
7は、一般的に書き込む速度がRAM等のメモリに比べ
て遅いため、第2メモリ107に書き込まれているFA
Tデータを直接書き換えると、ファイル削除に費やす時
間が長くなる。
In order to shorten the processing time of file deletion, rewriting of the FAT data is performed on the FAT data written in the first memory 105. Second memory 10
7 is generally written at a lower speed than a memory such as a RAM.
Rewriting the T data directly increases the time spent on file deletion.

【0054】システムコントローラ109は、第2メモ
リコントローラ108を制御し、第2メモリ107の現
ディレクトリの先頭セクタから順に各ファイルのファイ
ル・エントリを読み出して第1メモリ105に書き込む
(ステップ202)
The system controller 109 controls the second memory controller 108 to read the file entries of each file sequentially from the head sector of the current directory in the second memory 107 and write them in the first memory 105 (step 202).

【0055】システムコントローラ109は、第1メモ
リ105に書き込まれた、ファイル・エントリがエント
リ順か否かを確認しながら、各ファイル・エントリの削
除を行う(ステップ203)。
The system controller 109 deletes each file entry while confirming whether or not the file entries written in the first memory 105 are in the entry order (step 203).

【0056】ファイル・エントリの削除は、当該ファイ
ル・エントリのファイル名の先頭バイトを「0E5h」
に変更することにより行われる。このことにより、当該
ファイル・エントリのファイルが削除される。
To delete a file entry, change the first byte of the file name of the file entry to “0E5h”.
It is done by changing to. As a result, the file of the file entry is deleted.

【0057】ファイル・エントリを削除した後、システ
ムコントローラ109は、現セクタが現クラスタの最終
セクタであるか否かを確認する(ステップ205)。現
セクタが最終セクタでない場合、ステップ202からス
テップ205までの処理を繰り返す。
After deleting the file entry, the system controller 109 checks whether the current sector is the last sector of the current cluster (step 205). If the current sector is not the last sector, the processing from step 202 to step 205 is repeated.

【0058】現セクタが最終セクタの場合、第1メモリ
に書き込まれているFATデータを参照し、現クラスタ
に対して連続する次のクラスタ(クラスタチェーン)が
あるか否かを確認する(ステップ206)。
If the current sector is the last sector, it is checked whether there is a next cluster (cluster chain) following the current cluster by referring to the FAT data written in the first memory (step 206). ).

【0059】クラスタチェーンがある場合、該当するク
ラスタの先頭セクタの位置を算出し、ステップ202か
らの処理を繰り返す。
If there is a cluster chain, the position of the head sector of the corresponding cluster is calculated, and the processing from step 202 is repeated.

【0060】クラスタチェーンが存在しない場合、これ
までの処理でクラスタチェーンが1度でも存在したか否
かを確認する(ステップ207)。1度もクラスタチェ
ーンが存在していない場合、第1メモリ105に書き込
まれているFATデータの内容を変更した後に読み出
し、第2メモリ107に既に書き込まれているFATデ
ータに上書きする(ステップ208)。
If a cluster chain does not exist, it is confirmed whether or not a cluster chain has existed even once in the processing so far (step 207). If there is no cluster chain, the contents of the FAT data written in the first memory 105 are changed and then read, and overwritten on the FAT data already written in the second memory 107 (step 208). .

【0061】1度でもクラスタチェーンが存在した場
合、サブディレクトリが存在していたか否かを確認する
(ステップ209)。サブディレクトリが存在した場
合、第1メモリ105に書き込まれているFATデータ
の内容を変更した後に読み出し、第2メモリ107に既
に書き込まれているFATデータに上書きする(ステッ
プ208)。
If a cluster chain exists even once, it is checked whether a subdirectory exists (step 209). If the subdirectory exists, the contents of the FAT data written in the first memory 105 are changed and then read out, and overwritten on the FAT data already written in the second memory 107 (step 208).

【0062】サブディレクトリが存在していない場合、
ディレクトリのファイルが前述の処理により全て削除さ
れているため、第1メモリ105に書き込まれているF
ATデータをクラスタチェーンが存在しない内容に書き
換え(ステップ210)、第2メモリ107に既に書き
込まれているFATデータに上書きする(ステップ20
8)。
If the subdirectory does not exist,
Since all the files in the directory have been deleted by the above-described processing, the F written in the first memory 105 is deleted.
The AT data is rewritten to have no cluster chain (step 210), and is overwritten on the FAT data already written in the second memory 107 (step 20).
8).

【0063】次に、図2に示すフローチャートにおい
て、ステップ203に示されるファイル削除の動作につ
いて説明する。図3は、本実施例のデータ記憶再生方法
におけるファイル削除処理の動作を説明するフローチャ
ートである。ファイル削除処理は、先頭セクタから1エ
ントリずつ処理を進める。
Next, the operation of the file deletion shown in step 203 in the flowchart shown in FIG. 2 will be described. FIG. 3 is a flowchart for explaining the operation of the file deletion process in the data storage / reproduction method of the present embodiment. The file deletion process proceeds one entry at a time from the first sector.

【0064】ファイル・エントリが有効なエントリか否
かを確認する(ステップ301)。ファイル・エントリ
のファイル属性が、サブディレクトリ属性(ビット
「4」)ではなく、且つ、ファイル名の先頭バイトが
「00h(未使用ディレクトリ・エントリ)」又は「0
E5h(削除されたディレクトリ・エントリ)」以外で
あった場合、有効なファイル・エントリとする。
It is confirmed whether the file entry is a valid entry (step 301). The file attribute of the file entry is not the subdirectory attribute (bit “4”), and the first byte of the file name is “00h (unused directory entry)” or “0”.
If it is other than "E5h (deleted directory entry)", it is determined to be a valid file entry.

【0065】有効なファイル・エントリの場合、ファイ
ル名の先頭バイトを「0E5h」に変更し、当該ファイ
ル・エントリを削除されたファイル・エントリに変更す
る(ステップ302)
In the case of a valid file entry, the first byte of the file name is changed to "0E5h", and the file entry is changed to the deleted file entry (step 302).

【0066】当該ファイル・エントリの開始クラスタ番
号を確認し、「0」以外であったならばFATデータを
確認し、クラスタチェーンが存在しない内容に変更する
(ステップ303)。
The start cluster number of the file entry is checked. If the start cluster number is other than "0", the FAT data is checked, and the contents are changed to a content without a cluster chain (step 303).

【0067】この段階で全てのエントリの削除が終了し
たか否かを確認し(ステップ306)、エントリが残っ
ている場合、ステップ301からステップ306までの
処理を繰り返す。
At this stage, it is confirmed whether or not all entries have been deleted (step 306). If any entries remain, the processing from step 301 to step 306 is repeated.

【0068】ステップ304において、有効なファイル
・エントリがなかった場合、有効なサブディレクトリ・
エントリであるか否かを確認する。有効なサブディレク
トリ・エントリであった場合、サブディレクトリ・エン
トリが存在することを示すフラグを設定し(ステップ3
05)、図2に示すステップ209の処理に用いる。
If there is no valid file entry in step 304, a valid subdirectory
Check if it is an entry. If the entry is a valid subdirectory entry, a flag indicating that a subdirectory entry exists is set (step 3).
05), which is used in the processing of step 209 shown in FIG.

【0069】有効なサブディレクトリがなかった場合、
ステップ306に進む。
If there is no valid subdirectory,
Proceed to step 306.

【0070】以上のように、あるディレクトリの全ての
ファイルを削除する際に、ファイル単位ではなく、複数
のファイルが格納されているセクタ又はクラスタ単位で
ファイル削除の処理を行うため、システムコントローラ
109が第2メモリ107にアクセスする回数が減り、
高速に処理を行うことがである。
As described above, when deleting all the files in a certain directory, the system controller 109 performs the file deletion processing not in file units but in sectors or clusters storing a plurality of files. The number of accesses to the second memory 107 decreases,
High-speed processing is possible.

【0071】また、ディレクトリがクラスタチェーンに
より第2メモリ107上に非連続的に記憶されている場
合に、クラスタチェーンを初期化することにより、全フ
ァイルを削除した後のディレクトリ内を確認し、処理時
間がかかることを防止することができる。
When the directory is discontinuously stored in the second memory 107 by the cluster chain, by initializing the cluster chain, the inside of the directory after deleting all the files is confirmed, and the processing is performed. It is possible to prevent time from being taken.

【0072】[0072]

【発明の効果】本発明によれば、ディレクトリ内の全フ
ァイルを削除する時間を短縮することができ、ディレク
トリ内のファイルを削除した後の動作の処理速度を高速
にすることができる。
According to the present invention, the time for deleting all the files in the directory can be reduced, and the processing speed of the operation after deleting the files in the directory can be increased.

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

【図1】本発明のデータ記憶再生装置の一実施例の概略
構成を示す模式図。
FIG. 1 is a schematic diagram showing a schematic configuration of an embodiment of a data storage / reproduction device of the present invention.

【図2】本発明のデータ記憶再生方法の一実施例におけ
るデータ削除処理を説明するフローチャート。
FIG. 2 is a flowchart illustrating data deletion processing in one embodiment of the data storage / reproduction method of the present invention.

【図3】本実施例のデータ記憶再生方法におけるファイ
ル削除処理の動作を説明するフローチャート。
FIG. 3 is a flowchart for explaining the operation of a file deletion process in the data storage / reproduction method of the embodiment.

【図4】DOSフォーマットの論理構造を示す模式図。FIG. 4 is a schematic diagram showing a logical structure of a DOS format.

【図5】ディレクトリ内の全ファイルを削除する場合の
動作を説明する模式図。
FIG. 5 is a schematic diagram illustrating an operation when all files in a directory are deleted.

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

101・・・入力部、102・・・符号化部、103・
・・復号化部、104・・・出力部、105・・・第1
メモリ、106・・・第1メモリコントローラ、107
・・・第2メモリ、108・・・第2メモリコントロー
ラ、109・・・システムコントローラ。
101: input unit, 102: encoding unit, 103
..Decoding section, 104 ... output section, 105 ... first
Memory, 106... First memory controller, 107
... second memory, 108 ... second memory controller, 109 ... system controller.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】符号化データを記憶すると共にDOSフォ
ーマットにおけるFATデータとディレクトリ・エント
リの書き込み及び読み出しが行われる第1メモリと、前
記符号化データをDOSフォーマットに基づいて記憶す
る第2メモリと、該第2メモリへの前記符号化データの
記憶及び前記第2メモリに記憶された前記符号化データ
の再生の制御を行うと共に前記第2メモリに記憶されて
いる前記符号化データの削除の制御を行うシステムコン
トローラを備えたデータ記憶再生装置において、前記シ
ステムコントローラは、ディレクトリ内の複数のファイ
ルの全てを削除する場合、前記第1メモリに書き込まれ
た前記ディレクトリ・エントリをセクタ単位又はクラス
タ単位に読み出して内容を変更した後に前記FATデー
タの内容を変更し、前記内容を変更したディレクトリ・
エントリ及びFATデータを前記第2メモリに書き込む
制御を行うことを特徴とするデータ記憶再生装置。
A first memory for storing encoded data and for writing and reading FAT data and directory entries in a DOS format; a second memory for storing the encoded data based on a DOS format; It controls the storage of the encoded data in the second memory and the reproduction of the encoded data stored in the second memory, and controls the deletion of the encoded data stored in the second memory. In the data storage / reproducing apparatus provided with a system controller, the system controller reads the directory entry written in the first memory in sector units or cluster units when deleting all of a plurality of files in a directory. After changing the contents of the FAT data, The directory in which you change the content and
A data storage / reproduction device for controlling writing of entries and FAT data to the second memory.
【請求項2】請求項1記載のデータ記憶再生装置におい
て、前記システムコントローラは、前記ディレクトリ・
エントリがクラスタチェーンを構成する場合に前記FA
Tデータの前記ディレクトリのクラスタをクラスタチェ
ーンの最後のクラスタであることを示す内容に変更する
ことを特徴とするデータ記憶再生装置。
2. The data storage / reproducing apparatus according to claim 1, wherein said system controller comprises:
If the entry forms a cluster chain, the FA
A data storage / reproducing apparatus for changing a cluster of the directory of T data to a content indicating that the cluster is the last cluster of a cluster chain.
【請求項3】DOSフォーマットで記憶されディレクト
リ内に存在するファイル全てを削除するデータ記憶再生
方法において、ディレクトリの先頭セクタから順に各フ
ァイルのディレクトリ・エントリを読み出すステップ
と、読み出された前記ディレクトリ・エントリの削除を
行うステップと、現セクタが現クラスタの最終セクタの
場合にFAT領域のFATデータを参照してクラスタチ
ェーンがあるか否かを確認するステップと、前記クラス
タチェーンがありサブディレクトリでない場合に前記F
ATデータをクラスタチェーンが存在しない内容に書き
換えるステップとを備えたことを特徴とするデータ記憶
再生方法。
3. A data storage / reproduction method for deleting all files stored in a directory stored in a DOS format, comprising: reading a directory entry of each file in order from a first sector of the directory; A step of deleting an entry, a step of referring to FAT data in the FAT area when the current sector is the last sector of the current cluster, and a step of confirming whether or not there is a cluster chain; The F
Rewriting the AT data to contents having no cluster chain.
JP2000141462A 2000-05-15 2000-05-15 Device and method for storing/reproducing data Withdrawn JP2001325135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000141462A JP2001325135A (en) 2000-05-15 2000-05-15 Device and method for storing/reproducing data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000141462A JP2001325135A (en) 2000-05-15 2000-05-15 Device and method for storing/reproducing data

Publications (1)

Publication Number Publication Date
JP2001325135A true JP2001325135A (en) 2001-11-22

Family

ID=18648572

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000141462A Withdrawn JP2001325135A (en) 2000-05-15 2000-05-15 Device and method for storing/reproducing data

Country Status (1)

Country Link
JP (1) JP2001325135A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006318016A (en) * 2005-05-10 2006-11-24 Sony Corp Information processor, information processing method, and program
JP2007188130A (en) * 2006-01-11 2007-07-26 Fujitsu Ltd File delete method, file open method, file delete program and file open program
US8185705B2 (en) 2003-10-31 2012-05-22 Panasonic Corporation Information recording medium, information recording medium accessing apparatus and accessing method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8185705B2 (en) 2003-10-31 2012-05-22 Panasonic Corporation Information recording medium, information recording medium accessing apparatus and accessing method
JP2006318016A (en) * 2005-05-10 2006-11-24 Sony Corp Information processor, information processing method, and program
JP2007188130A (en) * 2006-01-11 2007-07-26 Fujitsu Ltd File delete method, file open method, file delete program and file open program
US8150809B2 (en) 2006-01-11 2012-04-03 Fujitsu Semiconductor Limited File delete method, file open method, storage medium storing file delete program, and storage medium storing file open program

Similar Documents

Publication Publication Date Title
US6378031B1 (en) Data processing apparatus and file management method therefor
US7472219B2 (en) Data-storage apparatus, data-storage method and recording/reproducing system
JPH05313980A (en) Information recording method
JP2002312214A (en) File management method, file management device and program
JP2006073196A (en) Data read/write method for compact disk medium
KR100982118B1 (en) Recording device, recording method, and recording medium
JP4106702B2 (en) Information processing apparatus, data recording / reproducing method, program for data recording / reproducing method, and recording medium recording program for data recording / reproducing method
US20050259542A1 (en) Reproduction device and method, recording medium, and program
JP2005078378A (en) Data storage device and data writing method in non-volatile memory
JP2008269520A (en) Recorder and recording method
JP2001325135A (en) Device and method for storing/reproducing data
JP2009026349A (en) Method and device for recording/reproducing video
JP2003173285A (en) Information recording method and information record reproduction device
JP4269870B2 (en) Recording / reproducing apparatus and recording method
JP2004220355A (en) File system, file operation mechanism and file operation method
JP4274783B2 (en) Recording device
JPH0512800A (en) Information recording and reproducing device equipped with data compressing function and information recording medium
JP3477800B2 (en) Disk drive device
JP2005165781A (en) Record reproduction device and method, and record reproduction system
JPH07319629A (en) Disk controller for recording
JP4269915B2 (en) Recording / reproducing apparatus and method, and recording / reproducing system
JP2005242708A (en) File restoration method and file recording device
JP2008117491A (en) Recording device, recording method and program
JP2001043662A (en) Disk medium managing method
JPH11220693A (en) Moving image recording device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070807