JP2006065505A - Memory card and reproducing apparatus - Google Patents

Memory card and reproducing apparatus Download PDF

Info

Publication number
JP2006065505A
JP2006065505A JP2004245663A JP2004245663A JP2006065505A JP 2006065505 A JP2006065505 A JP 2006065505A JP 2004245663 A JP2004245663 A JP 2004245663A JP 2004245663 A JP2004245663 A JP 2004245663A JP 2006065505 A JP2006065505 A JP 2006065505A
Authority
JP
Japan
Prior art keywords
data
dedicated
file
area
file system
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
JP2004245663A
Other languages
Japanese (ja)
Inventor
Toshifumi Nishiura
敏文 西浦
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.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2004245663A priority Critical patent/JP2006065505A/en
Publication of JP2006065505A publication Critical patent/JP2006065505A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To speedily extract data from a memory card and reproduce it, even in an inexpensive reproducing apparatus having low throughput and small memory capacity. <P>SOLUTION: The inside of a semiconductor memory 42 is provided with a dedicated data region 31 for storing data of a dedicated file system different from an FAT file system, and a dedicated file system managing region 32 indicating an access method to the dedicated data region 31. Data of each file is stored in sectors continuing according to a reproduction order of the data using the head of each sector as the starting position in the dedicated data region 31. File information required for an access to each file in the dedicated data region 31 is stored in continuous sectors using the head of each sector as the starting position in the dedicated file system managing region 32. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、再生装置の処理の軽減やメモリー容量の削減を可能とするメモリーカード、及び、そのメモリーカードからデータを再生する専用の再生装置に関する。   The present invention relates to a memory card that can reduce the processing of the playback device and the memory capacity, and a dedicated playback device that plays back data from the memory card.

半導体メモリーを用いたカード型の外部記憶装置であるメモリーカードとして、メモリースティック(商標)等が普及している。こうしたメモリーカードでは、データを管理するためのファイルシステムとしてFAT(File Allocation Tables )ファイルシステムを採用するのが一般である(例えば、特許文献1参照)。これは、メモリーカードに格納したデータを、Windows(登録商標)等のOSを搭載した一般的なシステムで容易に扱えるようにすることを目的としたものである。   As a memory card, which is a card-type external storage device using a semiconductor memory, a Memory Stick (trademark) or the like is widely used. In such a memory card, a FAT (File Allocation Tables) file system is generally adopted as a file system for managing data (see, for example, Patent Document 1). The purpose of this is to make it possible to easily handle data stored in a memory card in a general system equipped with an OS such as Windows (registered trademark).

図10は、FATファイルシステムを採用した従来のメモリーカードのフラッシュメモリーの物理フォーマットを示す。フラッシュメモリーの領域は、システム領域とデータ領域とに分かれている。システム領域には、個々のフラッシュメモリーに固有の情報を格納した固有情報領域(Boot Block)81が設けられる。   FIG. 10 shows a physical format of a flash memory of a conventional memory card adopting a FAT file system. The flash memory area is divided into a system area and a data area. In the system area, a unique information area (Boot Block) 81 storing information unique to each flash memory is provided.

データ領域には、ブート領域82,FAT83,ルートディレクトリ84及びその下のフォルダの領域85と、各フォルダ内のデータ(ディレクトリやファイルデータ)を格納する領域86とが設けられる。   The data area includes a boot area 82, a FAT 83, a root directory 84, and a folder area 85 below the area, and an area 86 for storing data (directory and file data) in each folder.

フォルダ領域85には、各ファイルについての開始クラスタ及びサイズの情報が格納される。また、FAT83には、各ファイルについての開始クラスタに続く各クラスタのクラスタ番号の情報が格納される。   The folder area 85 stores start cluster and size information for each file. The FAT 83 stores information on the cluster number of each cluster following the start cluster for each file.

図11は、こうした従来のフォーマットのメモリーカードからFATファイルシステムによるデータを再生する処理を示すフローチャートである。最初に、データ領域内のブート領域82,FAT83及びルートディレクトリ84を読み出すことにより、メモリースティックを、FATファイルシステムによるフォーマット済みのメモリースティックであると認識する(ステップS31)。   FIG. 11 is a flowchart showing a process of reproducing data by the FAT file system from such a conventional format memory card. First, by reading the boot area 82, the FAT 83, and the root directory 84 in the data area, the memory stick is recognized as a memory stick formatted by the FAT file system (step S31).

続いて、読出し対象となるフォルダ(ここではフォルダ「A」とする)についての情報を読み出したか否かの判断を、ルートディレクトリ84からフォルダについての情報を1つずつ読み出しながら繰り返す(ステップS32,S33)。   Subsequently, the determination of whether or not the information about the folder to be read (here, the folder “A”) has been read is repeated while reading the information about the folder from the root directory 84 one by one (steps S32 and S33). ).

イエスになると、フォルダ領域85内のフォルダ「A」についての情報の格納位置にアクセスし、読出し対象となるファイル(ここではファイル「A」とする)についての情報を読み出したか否かの判断を、フォルダ「A」内の各ファイルについての情報を1つずつ読み出しながら繰り返す(ステップS34〜S36)。   When the answer is yes, the storage location of the information about the folder “A” in the folder area 85 is accessed, and a determination is made as to whether or not the information about the file to be read (here, the file “A”) is read. It repeats while reading the information about each file in the folder “A” one by one (steps S34 to S36).

イエスになると、ファイル「A」についての開始クラスタ及びサイズの情報を取得して(ステップS37)、取得したクラスタの情報に基づいて1クラスタ分のデータを読み出す(ステップS38)。続いて、取得したサイズの情報に基づき、ファイル「A」の読出しを完了したか否かを判断する(ステップS39)。   If the answer is yes, information on the start cluster and size for the file “A” is acquired (step S37), and data for one cluster is read based on the acquired cluster information (step S38). Subsequently, based on the acquired size information, it is determined whether or not reading of the file “A” is completed (step S39).

ノーであれば、FAT83からファイル「A」についての次のクラスタ番号の情報を1つずつ取得して(ステップS40)、ステップS38の処理及びステップS39の判断を繰り返す。そしてイエスになると、処理を終了する。   If no, the information of the next cluster number for the file “A” is obtained from the FAT 83 one by one (step S40), and the process of step S38 and the determination of step S39 are repeated. And if it becomes YES, a process will be complete | finished.

また、メモリーカード内のフラッシュメモリーへのアクセス方法としては、フラッシュメモリーの物理ブロックのアドレスを直接指定してアクセスする方法と、論理ブロックのアドレスを指定し、そのアドレスを物理ブロックのアドレスに変換してアクセスする方法とが存在する。従来、後者の方法を採用する場合には、図12に示すように、各論理ブロックとフラッシュメモリーの各物理ブロックとの対応関係を示す論理−物理変換対応表を設け、その対応表を参照して論理ブロックのアドレスを物理ブロックのアドレスに変換していた(例えば、特許文献2参照)。
特開2002−373314号公報(段落番号0020、図4) 特開2001−325128号公報(段落番号0064〜0070、図11〜13)
In addition, the flash memory in the memory card can be accessed by directly specifying the address of the physical block in the flash memory, or by specifying the logical block address and converting the address to the physical block address. And how to access it. Conventionally, when the latter method is adopted, as shown in FIG. 12, a logical-physical conversion correspondence table showing a correspondence relationship between each logical block and each physical block of the flash memory is provided, and the correspondence table is referred to. Thus, the address of the logical block is converted into the address of the physical block (see, for example, Patent Document 2).
JP 2002-373314 A (paragraph number 0020, FIG. 4) JP 2001-325128 A (paragraph numbers 0064 to 0070, FIGS. 11 to 13)

しかし、従来のようにFATファイルシステムを採用したメモリーカードでは、図11にも示したように、データの再生時に、ファイルエントリの検索(図11のステップS32,S33に該当)→ファイルデータの保存位置の検出(図11のステップS34〜S36に該当)→FATを参照しながらファイル内のデータのつながりを決定してデータを取り出す(図11のステップS37〜S40に該当)、という手順が必要となる。   However, in the conventional memory card that employs the FAT file system, as shown in FIG. 11, when data is reproduced, the file entry is searched (corresponding to steps S32 and S33 in FIG. 11) → the file data is saved. A procedure for detecting the position (corresponding to steps S34 to S36 in FIG. 11) → determining the connection of data in the file while referring to the FAT and extracting the data (corresponding to steps S37 to S40 in FIG. 11) is required. Become.

そのため、互いに異なるフォルダ内のファイルを再生する毎にファイルエントリを検索しなければならないので、ファイルデータの保存位置を検出するのに時間がかかる。さらに、ファイルデータの保存位置を検出した後も、FATを参照しながらファイル内のデータのつながりを決定しなければならないので、データを取り出すのに時間がかかる。その結果、データの再生に時間がかかってしまう。   For this reason, each time a file in a different folder is reproduced, the file entry must be searched, and it takes time to detect the storage location of the file data. Furthermore, since it is necessary to determine the connection of data in the file with reference to the FAT even after detecting the storage position of the file data, it takes time to extract the data. As a result, it takes time to reproduce the data.

そして、あまり処理能力の高くない安価な再生装置でデータを再生しようとするような場合には、こうしたファイルエントリの検索処理やデータの取り出し処理は負荷が大きくなってしまう。   When data is to be played back by an inexpensive playback device that does not have a high processing capability, such file entry search processing and data extraction processing increase the load.

ここで、再生装置の側でエントリ情報をキャッシュメモリに保存すれば、迅速にファイルデータの保存位置を検出することができるようになる。しかし、そのためには再生装置のメモリの容量を大きくしなければならないので、再生装置を安価に作成する際の足かせとなってしまう。   Here, if the entry information is stored in the cache memory on the reproducing apparatus side, the storage position of the file data can be quickly detected. However, in order to do so, it is necessary to increase the memory capacity of the playback device, which is an obstacle to creating the playback device at low cost.

また、図12に示したような論理−物理変換対応表は、フラッシュメモリーの物理ブロックの数に概ね比例したデータサイズになるので、容量の大きい(物理ブロックの数が多い)メモリーカードの場合にはかなりデータサイズが大きくなる。そのため、この論理−物理変換対応表を再生装置の側に設けようとすると、やはり再生装置のメモリの容量を大きくしなければならず、再生装置を安価に作成する際の足かせとなってしまう。   Further, since the logical-physical conversion correspondence table as shown in FIG. 12 has a data size that is approximately proportional to the number of physical blocks of the flash memory, in the case of a memory card having a large capacity (the number of physical blocks is large). The data size becomes considerably large. For this reason, if this logical-physical conversion correspondence table is provided on the playback device side, the memory capacity of the playback device must also be increased, which is an obstacle to creating the playback device at low cost.

本発明は、上記のような問題を解決し、処理能力が低く且つメモリの容量も小さい安価な再生装置においても、メモリーカードからデータを迅速に取り出して再生できるようにすることを課題としてなされたものである。   An object of the present invention is to solve the above-described problems, and to make it possible to quickly retrieve and reproduce data from a memory card even in an inexpensive reproducing apparatus having a low processing capacity and a small memory capacity. Is.

この課題を解決するために、本発明に係るメモリーカードは、半導体メモリー内に、FATファイルシステムとは異なる専用ファイルシステムのデータを格納する専用データ領域と、この専用データ領域へのアクセス方法を示す専用ファイルシステム管理領域とを有し、この専用データ領域に、各ファイルのデータが、それぞれセクタの先頭を開始位置として、データの再生順序に従って連続するセクタに格納されており、この専用ファイルシステム管理領域に、この専用データ領域内の各ファイルへのアクセスに必要なファイル情報が、それぞれセクタの先頭を開始位置として連続するセクタに格納されていることを特徴とする。   In order to solve this problem, a memory card according to the present invention shows a dedicated data area for storing data of a dedicated file system different from the FAT file system in a semiconductor memory, and a method for accessing the dedicated data area. A dedicated file system management area. In this dedicated data area, the data of each file is stored in successive sectors according to the data reproduction order, starting from the start of the sector. In the area, file information necessary for accessing each file in the dedicated data area is stored in successive sectors starting from the start of the sector.

このメモリーカードは、半導体メモリー内に、FATファイルシステムとは異なる専用ファイルシステムのデータを格納した専用データ領域と、この専用データ領域へのアクセス方法を示す専用ファイルシステム管理領域とを有している。   This memory card has a dedicated data area in which data of a dedicated file system different from the FAT file system is stored in a semiconductor memory, and a dedicated file system management area indicating an access method to the dedicated data area. .

したがって、‘専用ファイルシステム管理領域へのアクセス’→‘その管理領域が示すアクセス方法による専用データ領域へのアクセス’という手順の専用ファイルシステムによって、専用データ領域からデータを再生することができる。   Therefore, data can be reproduced from the dedicated data area by a dedicated file system having a procedure of “access to the dedicated file system management area” → “access to the dedicated data area by the access method indicated by the management area”.

そして、専用データ領域には、各ファイルのデータが、それぞれセクタの先頭を開始位置として、データの再生順序に従って連続するセクタに格納されている。換言すれば、各ファイルのデータが、それぞれセクタ単位でリニアに配置されている。   In the dedicated data area, the data of each file is stored in successive sectors according to the data reproduction order, starting from the start of each sector. In other words, the data of each file is linearly arranged in units of sectors.

同様にして、専用ファイルシステム管理領域にも、専用データ領域内の各ファイルへのアクセスに必要なファイル情報が、セクタ単位でリニアに配置されている。   Similarly, in the dedicated file system management area, file information necessary for accessing each file in the dedicated data area is linearly arranged in units of sectors.

したがって、このメモリーカードからデータを再生する再生装置は、専用ファイルシステム管理領域にアクセスするだけで、再生対象のファイルデータの保存位置を検出することができるとともにファイル内のデータのつながりを決定することができる。すなわち、従来のFATファイルシステムによる処理(図11)のようにファイルエントリを検索したりFATを参照したりすることなく、ファイルデータの保存位置を検出するとともにファイル内のデータのつながりを決定することができる。   Therefore, a playback device that plays back data from this memory card can detect the storage location of the file data to be played and determine the connection of the data in the file by simply accessing the dedicated file system management area. Can do. That is, the storage position of the file data is detected and the connection of the data in the file is determined without searching for the file entry or referring to the FAT as in the processing by the conventional FAT file system (FIG. 11). Can do.

これにより、処理能力が低く且つメモリの容量も小さい安価な再生装置においても、このメモリーカードに格納されたデータを迅速に取り出して再生することができる。   As a result, even in an inexpensive reproducing apparatus having a low processing capacity and a small memory capacity, the data stored in the memory card can be quickly extracted and reproduced.

なお、このメモリーカードにおいて、一例として、専用ファイルシステム管理領域に、ファイル情報に加えて、専用データ領域中の各ファイルに対するコマンドを、それぞれセクタの先頭を開始位置として連続するセクタに格納する、すなわち、ファイル情報をコマンドインタプリタ形式で格納することが好適である。   In this memory card, as an example, in the dedicated file system management area, in addition to file information, commands for each file in the dedicated data area are stored in successive sectors starting from the start of the sector, that is, The file information is preferably stored in a command interpreter format.

このようにファイル情報をコマンドインタプリタ形式で格納することにより、再生装置の処理の負担を一層軽減することができるようになる。   By storing the file information in the command interpreter format in this way, it becomes possible to further reduce the processing load on the playback device.

次に、本発明に係る再生装置は、半導体メモリー内に、FATファイルシステムとは異なる専用ファイルシステムのデータを格納する専用データ領域と、この専用データ領域へのアクセス方法を示す専用ファイルシステム管理領域とを有し、この専用データ領域に、各ファイルのデータが、それぞれセクタの先頭を開始位置として、データの再生順序に従って連続するセクタに格納されており、この専用ファイルシステム管理領域に、この専用データ領域内の各ファイルへのアクセスに必要なファイル情報が、それぞれセクタの先頭を開始位置として連続するセクタに格納されているメモリーカードからデータを再生する再生装置において、この専用ファイルシステム管理領域にアクセスする第1の処理と、この専用ファイルシステム管理領域内のファイル情報に基づき、この専用データ領域から連続したデータを読み出す第2の処理とを行う処理手段を備えたことを特徴とする。   Next, the playback apparatus according to the present invention includes a dedicated data area for storing data of a dedicated file system different from the FAT file system in the semiconductor memory, and a dedicated file system management area indicating a method for accessing the dedicated data area. In this dedicated data area, the data of each file is stored in consecutive sectors according to the data reproduction order starting from the start of the sector, and this dedicated file system management area has this dedicated data area. File information necessary for accessing each file in the data area is stored in this dedicated file system management area in a playback device that reproduces data from a memory card stored in successive sectors starting from the beginning of each sector. The first process to access and this dedicated file system management area Based on the file information of the inner, characterized by comprising a processing means for performing a second process of reading sequential data from the private data area.

この再生装置は、前述の本発明に係るメモリーカードから専用ファイルシステムによってデータを再生するものであり、処理能力が低く且つメモリの容量が小さくても、このメモリーカードからデータを迅速に取り出して再生することができる。   This reproducing device reproduces data from the memory card according to the present invention by a dedicated file system, and even if the processing capacity is low and the memory capacity is small, the data is quickly taken out from the memory card and reproduced. can do.

なお、この再生装置において、一例として、メモリーカードの半導体メモリー内の物理ブロックのうち、アクセスを不可能に設定された物理ブロックのアドレスを格納したテーブルと、この半導体メモリー内の物理ブロックのうちデータを格納可能な物理ブロックのアドレス番号の小さいほうから昇順に並べたアドレス番号を、論理ブロックのアドレスとして決定し、メモリーカードの半導体メモリーにアクセスするときには、このテーブル内のアドレスのうち、指定した論理ブロックのアドレスに対応する物理ブロックのアドレスよりもアドレス番号の小さいアドレスの数をその指定した論理ブロックに対応する物理ブロックのアドレスに加算することにより、物理ブロックのアドレスへの変換を行う処理手段とをさらに備えることが好適である。   In this playback apparatus, as an example, a table storing the addresses of physical blocks in the semiconductor memory of the memory card that are set to be inaccessible, and data in the physical blocks in the semiconductor memory. The address numbers arranged in ascending order from the smallest physical block address number that can store the memory block are determined as the logical block address, and when accessing the semiconductor memory of the memory card, the specified logical address is selected from the addresses in this table. Processing means for converting to the address of the physical block by adding the number of addresses having an address number smaller than the address of the physical block corresponding to the address of the block to the address of the physical block corresponding to the designated logical block; It is suitable to further comprise A.

半導体メモリーには、一般に、アクセス不可能なディフェクトエリアとしての物理ブロックを所定数設定することが許可されている。このアクセス不可能な物理ブロックは全体の物理ブロックの中では少数なので、アクセス不可能な物理ブロックのアドレスを格納したテーブルは、各論理ブロックと各物理ブロックとの対応関係を示す論理−物理変換対応表(図12)よりもはるかにデータサイズが小さくなる。   In a semiconductor memory, it is generally permitted to set a predetermined number of physical blocks as defect areas that cannot be accessed. Since this inaccessible physical block is a small number in the entire physical block, the table storing the address of the inaccessible physical block indicates the correspondence between each logical block and each physical block. The data size is much smaller than in the table (FIG. 12).

そして、半導体メモリー内データを格納可能な物理ブロックのアドレス番号の小さいほうから昇順に並べたアドレス番号を論理ブロックのアドレスとして決定し、半導体メモリーへのアクセス時には、このテーブル内のアドレスのうち、指定した論理ブロックのアドレスに対応する物理ブロックのアドレスよりもアドレス番号の小さいアドレスの数をその指定した論理ブロックに対応する物理ブロックのアドレスに加算することにより、物理ブロックのアドレスへの変換を行うことができる。   Then, the address numbers arranged in ascending order from the smallest physical block address number that can store data in the semiconductor memory are determined as the logical block address, and when accessing the semiconductor memory, the address in this table is specified. The address of the physical block corresponding to the address of the specified logical block is added to the address of the physical block corresponding to the specified logical block, and the address is converted to the address of the physical block. Can do.

このようにアクセス不可能な物理ブロックのテーブルを用いて物理ブロックのアドレスへの変換を行うことにより、メモリの容量が小さくても、論理ブロックのアドレスを指定して、本発明に係るメモリーカードからデータを迅速に取り出して再生することができる。   By performing conversion to physical block addresses using the inaccessible physical block table in this manner, even if the memory capacity is small, the logical block address can be specified and the memory card according to the present invention can be used. Data can be quickly retrieved and played back.

本発明に係るメモリーカードによれば、処理能力が低く且つメモリの容量も小さい安価な再生装置においても、データを迅速に取り出して再生することができるという効果が得られる。   According to the memory card of the present invention, it is possible to quickly retrieve and reproduce data even in an inexpensive reproducing apparatus having a low processing capacity and a small memory capacity.

本発明に係る再生装置によれば、処理能力が低く且つメモリの容量が小さくても、本発明に係るメモリーカードからデータを迅速に取り出して再生することができるという効果が得られる。   According to the reproducing apparatus of the present invention, it is possible to quickly retrieve and reproduce data from the memory card according to the present invention even when the processing capability is low and the memory capacity is small.

また、メモリの容量が小さくても、論理ブロックのアドレスを指定して、本発明に係るメモリーカードからデータを迅速に取り出して再生することができるという効果も得られる。   In addition, even if the memory capacity is small, it is possible to obtain the effect that the address of the logical block can be designated and the data can be quickly taken out and reproduced from the memory card according to the present invention.

以下、本発明を図面を用いて具体的に説明する。なお、以下では、語学のヒヤリング試験用の問題(単語等を発音した音声データ)を格納したメモリースティックと、このメモリースティックから試験問題を再生する専用のプレーヤーとに本発明を適用した例について説明する。   Hereinafter, the present invention will be specifically described with reference to the drawings. In the following, an example will be described in which the present invention is applied to a memory stick storing a language hearing test problem (voice data that pronounces a word or the like) and a dedicated player for reproducing the test problem from the memory stick.

図1は、本発明を適用したメモリースティックの回路構成例を示すブロック図である。メモリースティック1は、コントロールブロック41とフラッシュメモリ42が1チップICとして構成されたものである。メモリースティック1と外部のシステムとの間の双方向シリアルインタフェースは、10本の線から成る。主要な4本の線は、データ伝送時にクロックを伝送するためのクロック線SCKと、ステータスを伝送するためのステータス線SBSと、データを伝送するデータ線DIO、インターラプト線INTとである。その他に電源供給用線として、2本のGND線および2本のVCC線が設けられる。2本の線Reservは、未定義の線である。   FIG. 1 is a block diagram showing a circuit configuration example of a memory stick to which the present invention is applied. The memory stick 1 includes a control block 41 and a flash memory 42 configured as a one-chip IC. The bidirectional serial interface between the Memory Stick 1 and an external system consists of 10 lines. The four main lines are a clock line SCK for transmitting a clock during data transmission, a status line SBS for transmitting status, a data line DIO for transmitting data, and an interrupt line INT. In addition, two GND lines and two VCC lines are provided as power supply lines. Two lines Reserv are undefined lines.

クロック線SCKは、データに同期したクロックを伝送するための線である。ステータス線SBSは、メモリカード40のステータスを表す信号を伝送するための線である。データ線DIOは、コマンドおよび暗号化されたオーディオデータを入出力するための線である。インターラプト線INTは、メモリカード40からレコーダ1のCPU2に対しての割り込みを要求するインターラプト信号を伝送する線である。   The clock line SCK is a line for transmitting a clock synchronized with data. The status line SBS is a line for transmitting a signal representing the status of the memory card 40. The data line DIO is a line for inputting and outputting commands and encrypted audio data. The interrupt line INT is a line for transmitting an interrupt signal for requesting an interrupt from the memory card 40 to the CPU 2 of the recorder 1.

コントロールブロック41のシリアル/パラレル変換・パラレル/シリアル変換・インタフェースブロック(S/P,P/S,IFブロックと略す)43は、上述した複数の線を介して接続された外部のシステムとコントロールブロック41とのインタフェースである。S/P,P/S,IFブロック43は、外部のシステムから受け取ったシリアルデータをパラレルデータに変換し、コントロールブロック41に取り込み、コントロールブロック41からのパラレルデータをシリアルデータに変換して外部のシステムに送る。   The control block 41 has a serial / parallel conversion / parallel / serial conversion / interface block (abbreviated as S / P, P / S, IF block) 43 and a control block connected to the external system connected via the above-described plurality of lines. 41 is an interface. The S / P, P / S, and IF block 43 converts serial data received from an external system into parallel data, fetches it into the control block 41, converts parallel data from the control block 41 into serial data, and converts the external data into external data. Send to system.

データ線DIOを介して伝送されるフォーマットでは、最初にコマンドが伝送され、その後にデータが伝送される。S/P,P/S,IFブロック43は、コマンドをコマンドレジスタ44に格納し、データをページバッファ45およびライトレジスタ46に格納する。ライトレジスタ46と関連してエラー訂正符号化回路47が設けられている。ページバッファ45に一時的に蓄えられたデータに対して、エラー訂正符号化回路47がエラー訂正符号の冗長コードを生成する。   In the format transmitted via the data line DIO, a command is transmitted first, and then data is transmitted. The S / P, P / S, and IF block 43 stores a command in the command register 44 and stores data in the page buffer 45 and the write register 46. An error correction encoding circuit 47 is provided in association with the write register 46. For the data temporarily stored in the page buffer 45, the error correction encoding circuit 47 generates a redundant code of the error correction code.

コマンドレジスタ44、ページバッファ45、ライトレジスタ46およびエラー訂正符号化回路47の出力データがフラッシュメモリインタフェースおよびシーケンサ(メモリI/F,シーケンサと略す)51に供給される。メモリIF,シーケンサ51は、コントロールブロック41とフラッシュメモリ42とのインタフェースであり、両者の間のデータのやり取りを制御する。メモリIF,シーケンサ51を介してデータがフラッシュメモリ42に書き込まれる。   Output data of the command register 44, page buffer 45, write register 46, and error correction encoding circuit 47 is supplied to a flash memory interface and a sequencer (memory I / F, abbreviated as sequencer) 51. The memory IF / sequencer 51 is an interface between the control block 41 and the flash memory 42 and controls data exchange between the two. Data is written to the flash memory 42 via the memory IF and the sequencer 51.

フラッシュメモリ42から読み出されたデータは、メモリIF,シーケンサ51を介してページバッファ45、リードレジスタ48、エラー訂正回路49に供給される。ページバッファ45に記憶されたデータがエラー訂正回路49によってエラー訂正がなされる。エラー訂正がされたページバッファ45の出力およびリードレジスタ48の出力がS/P,P/S,IFブロック43に供給され、上述した双方向シリアルインタフェースを介して外部のシステムに供給される。   Data read from the flash memory 42 is supplied to the page buffer 45, the read register 48, and the error correction circuit 49 via the memory IF and the sequencer 51. Data stored in the page buffer 45 is error-corrected by the error correction circuit 49. The error-corrected output of the page buffer 45 and the output of the read register 48 are supplied to the S / P, P / S, and IF block 43 and supplied to an external system via the above-described bidirectional serial interface.

コンフィグレーションROM50には、メモリースティック1のバージョン情報、各種の属性情報等が格納されている。スイッチ60は、ユーザーが必要に応じて操作可能な誤消去防止用のスイッチであり、このスイッチ60が消去禁止の接続状態にある場合には、フラッシュメモリ42の消去を指示するコマンドが外部のシステムから送られても消去が禁止される。発振器61は、メモリカード40の処理のタイミング基準となるクロックを発生する。   The configuration ROM 50 stores version information of the memory stick 1 and various attribute information. The switch 60 is a switch for preventing accidental erasure that can be operated by a user as required. When the switch 60 is in an erasure-prohibited connection state, a command for erasing the flash memory 42 is an external system. Erasing is prohibited even if sent from. The oscillator 61 generates a clock that is a timing reference for processing of the memory card 40.

図2は、本発明を適用したプレーヤーの回路構成例を示すブロック図である。このプレーヤー11は、図1のメモリースティック1を着脱可能に装着して試験問題を再生する専用の装置である。プレーヤー11には、インタフェースブロック12と、操作部14と、マイクロコンピュータから成るコントローラ15と、デコーダ16と、D/A変換器17と、イヤホン端子18とが設けられている。インタフェースブロック12は、上述した双方向シリアルインタフェースの複数の線を介して接続されたメモリースティック1とのインタフェースである。インタフェース12,操作部14,コントローラ15及びデコーダ17は、バス13に接続されている。   FIG. 2 is a block diagram showing a circuit configuration example of a player to which the present invention is applied. This player 11 is a dedicated device for playing back test questions by detachably attaching the memory stick 1 of FIG. The player 11 is provided with an interface block 12, an operation unit 14, a controller 15 including a microcomputer, a decoder 16, a D / A converter 17, and an earphone terminal 18. The interface block 12 is an interface with the memory stick 1 connected via a plurality of lines of the bidirectional serial interface described above. The interface 12, the operation unit 14, the controller 15, and the decoder 17 are connected to the bus 13.

操作部14は、プレーヤー11の筐体表面に設けられており、メモリースティック1から試験問題を1問ずつ再生するための再生釦を含んでいる。コントローラ15は、この再生釦の操作に基づき、メモリースティック1にコマンドを送ることによって後出の図3に示すような処理を実行する。   The operation unit 14 is provided on the housing surface of the player 11 and includes a playback button for playing back the test questions one by one from the memory stick 1. Based on the operation of the playback button, the controller 15 sends a command to the memory stick 1 to execute processing as shown in FIG.

メモリースティック1からインタフェースブロック12に入力したデータは、インタフェースブロック12からバス13を介してデコーダ16に送られる。デコーダ16は、例えばATRAC3(Adaptive TRansformAcoustic Coding 3)のような圧縮方式で圧縮されている音声データを復号する処理を行う。デコーダ16で復号された音声データは、D/A変換器17でアナログ音声信号に変換されて、イヤホン端子18から出力される。   Data input from the memory stick 1 to the interface block 12 is sent from the interface block 12 to the decoder 16 via the bus 13. The decoder 16 performs a process of decoding audio data compressed by a compression method such as ATRAC3 (Adaptive TRansform Acoustic Coding 3). The audio data decoded by the decoder 16 is converted to an analog audio signal by the D / A converter 17 and output from the earphone terminal 18.

図3は、メモリースティック1のフラッシュメモリー42の物理フォーマットを示す。フラッシュメモリー42の領域は、システム領域20とデータ領域30とに分かれている。システム領域20には、個々のフラッシュメモリー42に固有の情報を格納した固有情報領域(Boot Block)21と、専用ファイル用領域22とが設けられている。専用ファイル用領域22は、Boot Block21とは別の領域であり、FATファイルシステムによってアクセスすることはできない。   FIG. 3 shows a physical format of the flash memory 42 of the memory stick 1. The area of the flash memory 42 is divided into a system area 20 and a data area 30. The system area 20 is provided with a unique information area (Boot Block) 21 storing information unique to each flash memory 42 and a dedicated file area 22. The dedicated file area 22 is an area different from the Boot Block 21 and cannot be accessed by the FAT file system.

データ領域30には、専用データ領域31及び専用ファイルシステム管理領域32が設けられている。図4は、専用データ領域31及び専用ファイルシステム管理領域32の詳細を示す図である。専用データ領域31には、N問の試験問題(音声データ)が、ファイル31(1)〜31(N)のデータとして、例えばATRAC3のような圧縮方式で圧縮されて格納されている。1つ1つのファイル31(1)〜31(N)のデータは、データの再生順序に従って、物理的に連続した(セクタ番号が連続した)領域に格納されている。1セクタのサイズは、512バイトである。   In the data area 30, a dedicated data area 31 and a dedicated file system management area 32 are provided. FIG. 4 is a diagram showing details of the dedicated data area 31 and the dedicated file system management area 32. In the dedicated data area 31, N questions (voice data) are stored as data of files 31 (1) to 31 (N) after being compressed by a compression method such as ATRAC3. The data of each of the files 31 (1) to 31 (N) is stored in physically continuous areas (sector numbers are continuous) according to the data reproduction order. The size of one sector is 512 bytes.

専用ファイルシステム管理領域32には、ヘッダ情報の領域32aと、ファイル情報の領域32bと、ファイル拡張情報の領域32cとが含まれる。ヘッダ情報領域32aには、ファイル情報領域32b,ファイル拡張情報32c内の情報へのオフセットやバージョン情報等が格納されている。   The dedicated file system management area 32 includes a header information area 32a, a file information area 32b, and a file extension information area 32c. In the header information area 32a, an offset to the information in the file information area 32b and the file extension information 32c, version information, and the like are stored.

ファイル情報領域32bには、専用データ領域31内の個々のファイル31(1)〜31(N)毎に、データ開始セクタ番号,ファイルサイズ,ファイル名等の、ファイルのアクセスに必要な情報が格納されている。   The file information area 32b stores information necessary for file access, such as a data start sector number, file size, and file name, for each individual file 31 (1) to 31 (N) in the dedicated data area 31. Has been.

ファイル拡張情報領域32cには、専用データ領域31内の個々のファイル31(1)〜31(N)毎に、そのファイルに対するコマンド(図2のプレーヤー11がそのファイルに対して行う操作の情報)が格納されている。   In the file extension information area 32c, for each individual file 31 (1) to 31 (N) in the dedicated data area 31, a command for that file (information of operations performed by the player 11 in FIG. 2 on that file). Is stored.

なお、専用データ領域31及び専用ファイルシステム管理領域32には、ファイルサイズがゼロで、ファイル拡張情報領域32cにファイルに対するコマンドのみを格納したファイルを作成することも可能であり、そのファイルについては、データは再生されず、ファイル拡張情報領域32cに格納したコマンドのみが実行される。   In the dedicated data area 31 and the dedicated file system management area 32, it is possible to create a file having a file size of zero and storing only commands for the file in the file extension information area 32c. Data is not reproduced, and only the command stored in the file extension information area 32c is executed.

図5は、専用データ領域31へのファイル31(1)〜31(N)のデータの格納の様子をさらに詳細に示す図である。ファイル31(1)のデータが、セクタS(m)の先頭を開始位置として、データの再生順序に従い、セクタS(m),S(m+1),S(m+2),…S(m+i)という連続するi個のセクタに格納されている。   FIG. 5 is a diagram showing in more detail how data of files 31 (1) to 31 (N) are stored in the dedicated data area 31. The data of the file 31 (1) is a series of sectors S (m), S (m + 1), S (m + 2),... S (m + i) according to the data reproduction order, starting from the head of the sector S (m). Stored in i sectors.

そして、ファイル31(1)のデータサイズがセクタサイズ(512バイト)の倍数に対して端数を有しているために、最後のセクタS(m+i)にはデータの未格納部分(図では、データの格納部分を斜線で描き、未格納部分を白地で描いている)が存在している。しかし、この未格納部分を残したまま、次のファイル31(2)のデータが、セクタS(m+i)に続くセクタS(m+i+1)の先頭を開始位置として、データの再生順序に従い、セクタS(m+i+1),S(m+i+2),…S(m+i+j)という連続するj個のセクタに格納されている。   Since the data size of the file 31 (1) has a fraction with respect to a multiple of the sector size (512 bytes), the last sector S (m + i) has an unstored portion of data (in the figure, data The storage part is drawn with diagonal lines and the non-storage part is drawn with a white background). However, with this unstored portion remaining, the data of the next file 31 (2) starts from the head of the sector S (m + i + 1) following the sector S (m + i), and starts from the sector S ( m + i + 1), S (m + i + 2),... S (m + i + j).

そして、セクタ最後のS(m+i+j)にはデータの未格納部分が存在するが、やはりこの未格納部分を残したまま、次のファイル31(3)のデータが、セクタS(m+i+j)に続くセクタS(m+i+j+1)の先頭を開始位置として、データの再生順序に従い、セクタS(m+i+j+1),S(m+i+j+2),…S(m+i+j+k)という連続するk個のセクタに格納されている。   Then, although there is an unstored portion of data in the last S (m + i + j) of the sector, the data of the next file 31 (3) continues to the sector S (m + i + j) while leaving this unstored portion. Starting from the beginning of S (m + i + j + 1), the data is stored in k consecutive sectors S (m + i + j + 1), S (m + i + j + 2),... S (m + i + j + k) according to the data reproduction order.

このようにして、各ファイル31(1)〜31(N)のデータは、それぞれセクタの先頭を開始位置として、データの再生順序に従って連続するセクタに格納されている。換言すれば、各ファイル31(1)〜31(N)のデータが、それぞれセクタ単位で(セクタの境界を意識した状態で)リニアに配置されている。   In this way, the data of each of the files 31 (1) to 31 (N) is stored in successive sectors according to the data reproduction order, with the start of the sector as the start position. In other words, the data of each of the files 31 (1) to 31 (N) is linearly arranged in units of sectors (in consideration of sector boundaries).

図示は省略するが、図4の専用ファイルシステム管理領域32内のファイル情報領域32b,ファイル拡張情報領域32cにも、全く同様にして、専用データ領域31内の各ファイルについてのファイル情報,コマンドが、それぞれセクタの先頭を開始位置として連続するセクタに格納されている。すなわち、これらのファイル情報,コマンドも、それぞれセクタ単位でリニアに配置されている。   Although illustration is omitted, the file information and commands for each file in the dedicated data area 31 are also transferred to the file information area 32b and the file extension information area 32c in the dedicated file system management area 32 of FIG. , Each sector is stored in consecutive sectors with the start position as the start position. That is, these file information and commands are also linearly arranged in units of sectors.

図3のシステム領域20内の専用ファイル用領域22は、この専用ファイルシステム管理領域32へのアクセス方法を示す情報として、専用ファイルシステム管理領域32のセクタ番号の情報を格納した領域である。なお、図2のプレーヤー11のコントローラ15内のメモリーには、この専用ファイル用領域22の論理アドレス(後出の図6を用いて説明するような論理アドレス)の情報が予め格納されている。   The dedicated file area 22 in the system area 20 of FIG. 3 is an area in which information on the sector number of the dedicated file system management area 32 is stored as information indicating an access method to the dedicated file system management area 32. Note that the memory in the controller 15 of the player 11 in FIG. 2 stores in advance information on the logical address of the dedicated file area 22 (logical address as described later with reference to FIG. 6).

データ領域30には、FATファイルシステム用の管理領域として、ブート領域33,FAT34,ルートディレクトリ35及びその下のフォルダ(ここでは「A」という1つのフォルダのみ)の領域36が設けられている。フォルダ「A」内の各ファイル(ここでは「A」〜「E」という5つのファイルとする)の領域としては、前述の専用データ領域31及び専用ファイルシステム管理領域32が割り当てられている。   In the data area 30, a boot area 33, a FAT 34, a root directory 35, and a folder 36 thereunder (only one folder "A" in this case) are provided as management areas for the FAT file system. The dedicated data area 31 and the dedicated file system management area 32 described above are allocated as areas of the respective files in the folder “A” (here, five files “A” to “E”).

フォルダ領域36には、各ファイル「A」〜「E」についての開始クラスタ及びサイズの情報が格納されているが、これらの開始クラスタは、図にも矢印で描いているように、専用データ領域31中のファイル31(1)〜31(N)のデータ配列とは無関係に、専用データ領域31または専用ファイルシステム管理領域32中の適宜の位置のクラスタになっている。1クラスタのサイズは、16Kバイトである。   The folder area 36 stores information about the start clusters and sizes of the files “A” to “E”. These start clusters are dedicated data areas as shown by arrows in the figure. Regardless of the data arrangement of the files 31 (1) to 31 (N) in the file 31, the cluster is in an appropriate position in the dedicated data area 31 or the dedicated file system management area 32. The size of one cluster is 16K bytes.

また、FAT34には、各ファイル「A」〜「E」についての開始クラスタに続く各クラスタのクラスタ番号の情報が格納されているが、これらのクラスタも、専用データ領域31中のファイル31(1)〜31(N)のデータ配列とは無関係に、専用データ領域31または専用ファイルシステム管理領域32中の適宜の位置のクラスタになっている。   The FAT 34 stores information on the cluster number of each cluster following the start cluster for each of the files “A” to “E”. These clusters are also stored in the file 31 (1) in the dedicated data area 31. ) To 31 (N) regardless of the data arrangement, the cluster is at an appropriate position in the dedicated data area 31 or the dedicated file system management area 32.

したがって、FATファイルシステム用の管理領域中の情報に基づいて読み出されるデータは、専用データ領域31中のデータ(本来の試験問題の音声データ)の配列を変更したデータとなるようにされている。   Therefore, the data read based on the information in the management area for the FAT file system is data in which the arrangement of the data in the dedicated data area 31 (original test question voice data) is changed.

図2のプレーヤー11のコントローラ15は、論理ブロックのアドレスを指定し、指定した論理ブロックのアドレスをメモリースティック1のフラッシュメモリー42の物理ブロックのアドレスに変換して、その物理ブロックのアドレスの情報をメモリースティック1のコントロールブロック41に送るようになっている。   The controller 15 of the player 11 in FIG. 2 designates the address of the logical block, converts the designated logical block address into the physical block address of the flash memory 42 of the memory stick 1, and converts the physical block address information into the memory stick. 1 control block 41 is sent.

図6は、論理ブロックのアドレスをフラッシュメモリー42の物理ブロックのアドレスに変換するためにコントローラ15内のメモリーに格納されているテーブルを示す。   FIG. 6 shows a table stored in the memory in the controller 15 for converting the logical block address into the physical block address of the flash memory 42.

半導体メモリーには、一般に、アクセス不可能なディフェクトエリアとしての物理ブロックを所定数設定することが許可されている。メモリースティック1のフラッシュメモリー42は、容量が16Mバイトであり、物理ブロックの数が1024であるが、データを格納可能な物理ブロックは990個あり、32個の物理ブロックがこのアクセス不可能な物理ブロックに設定されている(残りの2個の物理ブロックは管理用の物理ブロックである)。   In a semiconductor memory, it is generally permitted to set a predetermined number of physical blocks as defect areas that cannot be accessed. The flash memory 42 of the memory stick 1 has a capacity of 16 Mbytes and the number of physical blocks is 1024. However, there are 990 physical blocks that can store data, and 32 physical blocks are physical blocks that cannot be accessed. (The remaining two physical blocks are management physical blocks).

コントローラ15内のメモリーには、このフラッシュメモリー42内の32個のアクセス不可能な物理ブロックのアドレスを格納した非アクセスアドレステーブル70が格納されている。1個のアドレスは4バイトで表現されており、したがって非アクセスアドレステーブル70のデータサイズは4×32=128バイトになる。   A non-access address table 70 storing addresses of 32 inaccessible physical blocks in the flash memory 42 is stored in the memory in the controller 15. One address is represented by 4 bytes. Therefore, the data size of the non-access address table 70 is 4 × 32 = 128 bytes.

図7は、仮にこのフラッシュメモリー42について各論理ブロックとデータを格納可能な各物理ブロックとの対応関係を示す論理−物理変換対応表を設けたとした場合のデータサイズを示す。データを格納可能な物理ブロックは990個なので、これらの物理ブロックに対応させる990個の論理ブロックをそれぞれ4バイトで表現した論理−物理変換対応表71を設けると、そのデータサイズは4×990≒4Kバイトになってしまう。   FIG. 7 shows the data size in the case where a logical-physical conversion correspondence table showing the correspondence between each logical block and each physical block capable of storing data is provided for the flash memory 42. Since there are 990 physical blocks in which data can be stored, if the logical-physical conversion correspondence table 71 in which 990 logical blocks corresponding to these physical blocks are each represented by 4 bytes is provided, the data size is 4 × 990≈ It becomes 4K bytes.

このように、アクセス不可能な物理ブロックは全体の物理ブロックの中では少数なので、コントローラ15内のメモリー内の非アクセスアドレステーブル70は、各論理ブロックと各物理ブロックとの対応関係を示す論理−物理変換対応表よりもはるかにデータサイズが小さくなっている。   Thus, since there are a small number of inaccessible physical blocks in the entire physical block, the non-access address table 70 in the memory in the controller 15 is a logical − that indicates the correspondence between each logical block and each physical block. The data size is much smaller than the physical conversion correspondence table.

コントローラ15は、フラッシュメモリー42内のデータを格納可能な990個の物理ブロックのアドレスに対応する論理ブロックのアドレスを、次のような規則で決定する。
〔規則〕:データを格納可能な990個の物理ブロックのうち、最もアドレス番号の小さいアドレスに対応する論理ブロックのアドレス番号を(1+A)とし、2番目にアドレス番号の小さいアドレスに対応する論理ブロックのアドレス番号を(2+A)とし、…990番目にアドレス番号の小さいアドレスに対応する論理ブロックのアドレス番号を(990+A)とする、というように、物理ブロックのアドレス番号の小さいほうから昇順に、(1+A)〜(990+A)とアドレス番号を論理ブロックのアドレスとして決定する。
The controller 15 determines the addresses of logical blocks corresponding to the addresses of 990 physical blocks that can store data in the flash memory 42 according to the following rules.
[Rule]: Of the 990 physical blocks capable of storing data, the address number of the logical block corresponding to the address with the smallest address number is (1 + A), and the logical block corresponding to the address with the second smallest address number The address number of the physical block is (2 + A),... And the address number of the logical block corresponding to the address with the smallest address number is (990 + A). 1 + A) to (990 + A) and the address number are determined as logical block addresses.

Aは所定の定数であり、例えばA=0であれば、論理ブロックのアドレスは、データを格納可能な990個の物理ブロックのアドレスと同じ値になる。しかし、Aを1以上の整数としても(すなわち論理ブロックのアドレスを物理ブロックのアドレスと同じ値にしなくても)よい。   A is a predetermined constant. For example, if A = 0, the address of the logical block has the same value as the address of 990 physical blocks capable of storing data. However, A may be an integer greater than or equal to 1 (that is, the logical block address need not be the same value as the physical block address).

前述の図3の専用ファイル用領域22の論理アドレスとしても、このようにして決定した論理アドレスがコントローラ15内のメモリーに格納されている。   As the logical address of the dedicated file area 22 in FIG. 3 described above, the logical address determined in this way is stored in the memory in the controller 15.

そして、コントローラ15は、メモリースティック1のフラッシュメモリー42にアクセスするときには、図6の非アクセスアドレステーブル70内のアドレスのうち、指定した論理ブロックのアドレスに対応する物理ブロックのアドレス(A=0の場合には指定した論理ブロックのアドレスそのもの)よりもアドレス番号の小さいアドレスの数をその指定した論理ブロックのアドレスに対応する物理ブロックのアドレスに加算することにより、物理ブロックのアドレスへの変換を行う。   When the controller 15 accesses the flash memory 42 of the memory stick 1, the address of the physical block corresponding to the address of the designated logical block among the addresses in the non-access address table 70 of FIG. 6 (when A = 0) Is added to the address of the physical block corresponding to the address of the designated logical block by adding the number of addresses having a smaller address number than the address of the designated logical block).

すなわち、例えば論理ブロックのアドレス(100+A)を指定した場合であって、アドレス番号1〜99の物理ブロックのうち3個の物理ブロックがアクセス不可能な物理ブロックであれば、非アクセスアドレステーブル70内には、論理ブロックのアドレス(100+A)に対応する物理ブロックのアドレス100よりもアドレス番号の小さいアドレスが3個存在するので、100に3を加算することにより、論理ブロックのアドレス103に変換する。   That is, for example, when the address (100 + A) of a logical block is designated, and three physical blocks of physical blocks with address numbers 1 to 99 are inaccessible, the non-access address table 70 Since there are three addresses having an address number smaller than the physical block address 100 corresponding to the logical block address (100 + A), the address is converted to the logical block address 103 by adding 3 to 100.

図8は、図2のプレーヤー11のコントローラ15が、操作部14の再生釦の操作に基づき、メモリースティック1のコントロールブロック41を制御して実行する処理を示すフローチャートである。この処理では、最初に、フラッシュメモリー42のシステム領域20内の専用ファイル用領域22(図3)にアクセスして、この専用ファイル用領域22中の情報を読み出す(ステップS1)。   FIG. 8 is a flowchart showing processing executed by the controller 15 of the player 11 of FIG. 2 by controlling the control block 41 of the memory stick 1 based on the operation of the playback button of the operation unit 14. In this process, first, the dedicated file area 22 (FIG. 3) in the system area 20 of the flash memory 42 is accessed, and information in the dedicated file area 22 is read (step S1).

そして、データ領域30内の専用ファイルシステム管理領域32(図3)のセクタ番号の情報を取得し、その情報に基づいて専用ファイルシステム管理領域32にアクセスして、専用データ領域31(図3)中の最初のファイル31(1)についての情報を読み出す(ステップS2)。   Then, the information of the sector number of the dedicated file system management area 32 (FIG. 3) in the data area 30 is acquired, and the dedicated file system management area 32 is accessed based on the information, and the dedicated data area 31 (FIG. 3). Information about the first file 31 (1) is read (step S2).

続いて、読み出した情報が、今回の読出し対象のファイル31(X)(X問目の試験問題)についてのものであるか否かを判断する(ステップS3)。ノーであれば、次のファイル31(2),31(3),…についての情報を1つずつ読み出しながら(ステップS4)、ステップS3の判断を繰り返す。   Subsequently, it is determined whether or not the read information is about the file 31 (X) to be read this time (the X-th test question) (step S3). If no, information on the next files 31 (2), 31 (3),... Is read one by one (step S4), and the determination in step S3 is repeated.

そしてイエスになると、読出し対象のファイル31(X)のデータについての開始セクタ及びサイズの情報を取得し(ステップS5)、専用データ領域31内のその開始セクタからそのサイズ分だけ連続したデータを読み出すことによってファイル31(X)のデータを読み出す(ステップS6)。そして処理を終了する。   When the answer is yes, the information on the start sector and size of the data of the file 31 (X) to be read is acquired (step S5), and the continuous data corresponding to the size is read from the start sector in the dedicated data area 31. As a result, the data of the file 31 (X) is read (step S6). Then, the process ends.

このようにしてフラッシュメモリー42から読み出されたファイル31(X)のデータは、前述のように、メモリースティック1からプレーヤー11に供給され、プレーヤー11のイヤホン端子18から音声信号として出力される。したがって、ヒヤリング試験の受験者は、それぞれプレーヤー11を1台ずつ使用することにより、メモリースティック1から試験問題を再生して試験を受けることができる。   As described above, the data of the file 31 (X) read from the flash memory 42 is supplied from the memory stick 1 to the player 11 and output from the earphone terminal 18 of the player 11 as an audio signal. Accordingly, the examinee of the hearing test can reproduce the test questions from the memory stick 1 and take the test by using one player 11 each.

次に、プレーヤー11を使用することなく、FATファイルシステムによってメモリースティック1からデータを再生する様子について説明する。図9は、FATファイルシステムによるメモリースティック1からのデータの再生処理を示すフローチャートである。この処理では、最初に、データ領域30内のブート領域33,FAT34及びルートディレクトリ35を読み出すことにより、メモリースティック1を、FATファイルシステムによるフォーマット済みのメモリースティックであると認識する(ステップS11)。   Next, how data is reproduced from the memory stick 1 by the FAT file system without using the player 11 will be described. FIG. 9 is a flowchart showing a process of reproducing data from the memory stick 1 by the FAT file system. In this process, first, the memory stick 1 is recognized as a memory stick formatted by the FAT file system by reading the boot area 33, FAT 34, and root directory 35 in the data area 30 (step S11).

続いて、読出し対象となるフォルダ(ここでは図3のフォルダ「A」)についての情報を読み出したか否かの判断を、ルートディレクトリ35からフォルダについての情報を1つずつ読み出しながら繰り返す(ステップS12,S13)。   Subsequently, the determination of whether or not the information about the folder to be read (here, the folder “A” in FIG. 3) has been read is repeated while reading the information about the folder from the root directory 35 one by one (step S12, S13).

イエスになると、フォルダ領域36にアクセスし、読出し対象となるファイル(ここでは図3のファイル「A」とする)についての情報を読み出したか否かの判断を、フォルダ領域36から各ファイル「A」〜「E」についての情報を1つずつ読み出しながら繰り返す(ステップS14〜S16)。   When the answer is yes, the folder area 36 is accessed, and it is determined whether or not the information about the file to be read (here, the file “A” in FIG. 3) has been read out from the folder area 36. Repeated while reading information about “E” one by one (steps S14 to S16).

イエスになると、ファイル「A」についての開始クラスタ及びサイズの情報を取得して(ステップS17)、取得したクラスタの情報に基づいて1クラスタ分のデータを読み出す(ステップS18)。続いて、取得したサイズの情報に基づき、ファイル「A」の読出しを完了したか否かを判断する(ステップS19)。   If the answer is yes, information on the start cluster and size for the file “A” is acquired (step S17), and data for one cluster is read based on the acquired cluster information (step S18). Subsequently, based on the acquired size information, it is determined whether or not reading of the file “A” is completed (step S19).

ノーであれば、FAT34からファイル「A」についての次のクラスタ番号の情報を1つずつ取得して(ステップS20)、ステップS18の処理及びステップS19の判断を繰り返す。そしてイエスになると、処理を終了する。   If no, the information of the next cluster number for the file “A” is obtained one by one from the FAT 34 (step S20), and the process of step S18 and the determination of step S19 are repeated. And if it becomes YES, a process will be complete | finished.

このようにして、メモリースティック1からは、FATファイルシステムによってもデータを再生することができる。但し、前述のように、各フォルダ内のファイルの開始クラスタやそれに続く各クラスタが、専用データ領域31中のファイル31(1)〜31(N)のデータ配列とは無関係に、専用データ領域31または専用ファイルシステム管理領域32中の適宜の位置のクラスタになっていることから、FATファイルシステムによって再生されるデータは、専用データ領域31中のデータ(本来の試験問題の音声データ)の配列を変更したデータとなる。   In this way, data can be reproduced from the memory stick 1 also by the FAT file system. However, as described above, the start cluster of the file in each folder and each subsequent cluster are independent of the data arrangement of the files 31 (1) to 31 (N) in the dedicated data area 31. Or, since it is a cluster at an appropriate position in the dedicated file system management area 32, the data reproduced by the FAT file system is an array of data in the dedicated data area 31 (voice data of the original test problem). The changed data.

したがって、Windows(登録商標)等のOSを搭載した一般的なシステムでメモリーカード1から試験問題を再生しても、試験問題の音声データとは異なったでたらめな音声データとして認識されるので、試験問題が漏洩することはない。   Therefore, even if a test question is reproduced from the memory card 1 in a general system equipped with an OS such as Windows (registered trademark), it is recognized as random voice data different from the voice data of the test question. The problem never leaks.

このように、このメモリースティック1によれば、メモリースティックに、FATファイルシステムとは互換性のない専用ファイルシステムのみによって再生可能なデータ形式で試験問題を格納した上で、FATファイルシステムによるフォーマット済みのメモリースティックとしても認識可能な状態を実現させている。したがって、FATファイルシステムを使用している既存のメモリースティックに、FATファイルシステムとは互換性のないデータ形式で試験問題を格納することができる。これにより、既存のメモリースティックが持つFATファイルシステム機能を保持しつつ、試験問題という秘匿性の高いデータをメモリースティックに安全に格納することができる。   Thus, according to the Memory Stick 1, the memory stick stores test questions in a data format that can be played back only by a dedicated file system that is not compatible with the FAT file system, and then formats the memory stick that has been formatted by the FAT file system. It realizes a recognizable state. Therefore, the test questions can be stored in an existing memory stick using the FAT file system in a data format incompatible with the FAT file system. Thereby, highly confidential data such as test questions can be safely stored in the memory stick while maintaining the FAT file system function of the existing memory stick.

また、FATファイルシステムによって再生されるデータが、専用データ領域31中のデータの配列を変更したデータであるので、専用データ領域31以外にデータを格納する領域を追加することなく、FATファイルシステムによって再生されるデータを、専用ファイルシステムによって再生されるデータとは異なるデータとすることができる。   In addition, since the data reproduced by the FAT file system is data obtained by changing the data arrangement in the dedicated data area 31, the FAT file system does not add an area for storing data other than the dedicated data area 31. The reproduced data can be different from the data reproduced by the dedicated file system.

さらに、このメモリースティック1では、図2に示したように、フラッシュメモリー42のシステム領域20内に、専用ファイルシステム管理領域32へのアクセス方法を示す専用ファイル用領域22が設けられている。   Further, in the memory stick 1, as shown in FIG. 2, a dedicated file area 22 indicating a method of accessing the dedicated file system management area 32 is provided in the system area 20 of the flash memory.

したがって、FATファイルシステムによってメモリースティック1のフラッシュメモリー42のデータ領域30から再生したデータを別のメモリースティックに不正に複製し、その別のメモリースティックからプレーヤー11で試験問題を再生しようとした場合、専用ファイル用領域22が含まれていないので、専用ファイルシステム管理領域32にアクセスできず、その結果専用データ領域31にアクセスして試験問題を再生することができない。また、Windows(登録商標)のようなシステムでファイルデータを別のメモリーカードに複製した場合には、通常は各ファイルのクラスタを昇順に綺麗に並べるため、元のメモリーカードのデータ配置は復元できない。したがって、メモリースティック1の不正な複製を防止することができるので、その点でも試験問題を安全に格納することができる。   Therefore, if the data reproduced from the data area 30 of the flash memory 42 of the memory stick 1 is illegally copied to another memory stick by the FAT file system and the test question is reproduced on the player 11 from the other memory stick, Since the area 22 is not included, the dedicated file system management area 32 cannot be accessed, and as a result, the dedicated data area 31 cannot be accessed to reproduce the test question. In addition, when file data is replicated to another memory card in a system such as Windows (registered trademark), normally the cluster of each file is arranged neatly in ascending order, so the data arrangement of the original memory card cannot be restored. . Therefore, unauthorized duplication of the memory stick 1 can be prevented, and the test questions can be stored safely in this respect as well.

そして、図4及び図5を用いて説明したように、専用データ領域31には、各ファイルのデータがそれぞれセクタ単位でリニアに配置されており、専用ファイルシステム管理領域32にも各ファイルへのアクセスに必要なファイル情報がそれぞれセクタ単位でリニアに配置されているので、メモリースティック1からデータを再生する再生装置は、専用ファイルシステム管理領域32にアクセスするだけで、再生対象のファイルデータの保存位置を検出することができるとともにファイル内のデータのつながりを決定することができる。すなわち、従来のFATファイルシステムによる処理(図11)のようにファイルエントリを検索したりFATを参照したりすることなく、ファイルデータの保存位置を検出するとともにファイル内のデータのつながりを決定することができる。   As described with reference to FIGS. 4 and 5, the data of each file is linearly arranged in units of sectors in the dedicated data area 31, and each file is also stored in the dedicated file system management area 32. Since the file information necessary for access is linearly arranged in units of sectors, the playback device that plays back data from the memory stick 1 simply accesses the dedicated file system management area 32 and stores the file data to be played back. And the connection of data in the file can be determined. That is, the storage position of the file data is detected and the connection of the data in the file is determined without searching for the file entry or referring to the FAT as in the processing by the conventional FAT file system (FIG. 11). Can do.

これにより、処理能力が低く且つメモリの容量も小さい安価な再生装置においても、メモリースティック1に格納されたデータを迅速に取り出して再生することができる。   As a result, even in an inexpensive reproducing apparatus having a low processing capacity and a small memory capacity, the data stored in the memory stick 1 can be quickly taken out and reproduced.

さらに、専用ファイルシステム管理領域32には、ファイル情報に加えて、専用データ領域中の各ファイルに対するコマンドもそれぞれセクタ単位でリニアに配置されている(すなわち、ファイル情報がコマンドインタプリタ形式で格納されている)ので、再生装置の処理の負担を一層軽減することができるようになる。   Further, in the dedicated file system management area 32, in addition to the file information, commands for each file in the dedicated data area are linearly arranged in units of sectors (that is, the file information is stored in a command interpreter format). Therefore, the processing load on the playback device can be further reduced.

そして、プレーヤー11は、メモリースティック1から専用ファイルシステムによってデータを再生することにより、処理能力が低く且つメモリの容量が小さくても、メモリースティック1からデータを迅速に取り出して再生することができる。したがって、プレーヤー11のコントローラ15として処理能力が低く且つメモリの容量が小さいものを用いることにより、プレーヤー11の製造コストを削減することができる。   The player 11 reproduces data from the memory stick 1 using a dedicated file system, so that the data can be quickly taken out from the memory stick 1 and reproduced even if the processing capacity is low and the memory capacity is small. Therefore, the manufacturing cost of the player 11 can be reduced by using the controller 15 of the player 11 having a low processing capacity and a small memory capacity.

さらに、プレーヤー11は、図6に示した非アクセスアドレステーブル70を用いて物理ブロックのアドレスへの変換を行うので、メモリの容量が小さくても、論理ブロックのアドレスを指定して、メモリースティック1からデータを迅速に取り出して再生することができる。   Further, since the player 11 performs conversion to the physical block address using the non-access address table 70 shown in FIG. 6, even if the memory capacity is small, the address of the logical block is designated and the memory stick 1 is read out. Data can be quickly retrieved and played back.

なお、以上の例では、メモリースティック1のデータ領域30には、ブート領域33,FAT34,ルートディレクトリ35及びフォルダ領域36といったFATファイルシステム用の管理領域を設けているが、別の例として、これらのFATファイルシステム用の管理領域をデータ領域30に設けない(データ領域30に専用データ領域31及び専用ファイルシステム管理領域32のみを設ける)ようにしてもよい。その場合にも、やはり、図4及び図5を用いて説明したように、処理能力が低く且つメモリの容量も小さい安価な再生装置においても(もちろんプレーヤー11でも)、メモリースティック1に格納されたデータを迅速に取り出して再生できるようになる。   In the above example, the management area for the FAT file system such as the boot area 33, the FAT 34, the root directory 35, and the folder area 36 is provided in the data area 30 of the memory stick 1. However, as another example, The FAT file system management area may not be provided in the data area 30 (only the dedicated data area 31 and the dedicated file system management area 32 are provided in the data area 30). Even in this case, as described with reference to FIGS. 4 and 5, the data stored in the memory stick 1 can be used in an inexpensive playback device (of course, the player 11) having a low processing capacity and a small memory capacity. Can be quickly taken out and played.

また、以上の例では、試験問題(音声データ)を格納したメモリースティックと、このメモリースティックから試験問題を再生する専用のプレーヤーとに本発明を適用している。しかし、これに限らず、試験問題以外のデータ(例えば住所・氏名・メールアドレス・クレジットカード番号等の個人情報)をメモリースティックに格納し、そのデータを専用のプレーヤーで再生(画面表示)するようにしてもよい。   In the above example, the present invention is applied to a memory stick storing a test question (audio data) and a dedicated player for reproducing the test question from the memory stick. However, not limited to this, data other than exam questions (eg personal information such as address, name, e-mail address, credit card number, etc.) is stored in a memory stick, and that data is played (displayed on the screen) on a dedicated player. May be.

また、以上の例ではメモリースティックに本発明を適用しているが、スマートメディア(商標)やコンパクトフラッシュ(登録商標)といったようなメモリースティック以外のメモリーカードにも本発明を適用してよい。   In the above example, the present invention is applied to a memory stick. However, the present invention may be applied to a memory card other than a memory stick such as SmartMedia (trademark) or CompactFlash (registered trademark).

本発明を適用したメモリースティックの回路構成例を示すブロック図である。It is a block diagram which shows the circuit structural example of the memory stick to which this invention is applied. 本発明を適用したプレーヤーの回路構成例を示すブロック図である。It is a block diagram which shows the circuit structural example of the player to which this invention is applied. 図1のメモリースティックのフラッシュメモリーのフォーマットを示す図である。It is a figure which shows the format of the flash memory of the memory stick of FIG. 図3の専用データ領域及び専用ファイルシステム管理領域の詳細を示す図である。FIG. 4 is a diagram showing details of a dedicated data area and a dedicated file system management area in FIG. 3. 図3の専用データ領域へのファイルデータの格納の様子を示す図である。It is a figure which shows the mode of the storage of the file data to the exclusive data area | region of FIG. 図2のプレーヤーのコントローラに格納されている非アクセスアドレステーブルを示す図である。It is a figure which shows the non-access address table stored in the controller of the player of FIG. 図1のメモリースティックのフラッシュメモリーについて論理−物理変換対応表を設けたとした場合のデータサイズを示す図である。It is a figure which shows the data size at the time of supposing that the logical-physical conversion correspondence table was provided about the flash memory of the memory stick of FIG. 図2のプレーヤーのコントローラが実行する処理を示すフローチャートである。It is a flowchart which shows the process which the controller of the player of FIG. 2 performs. FATファイルシステムによる図1のメモリースティックからのデータの再生処理を示すフローチャートである。2 is a flowchart showing a process for reproducing data from the memory stick of FIG. 1 by a FAT file system. FATファイルシステムを採用した従来のメモリーカードのフォーマットを示す図である。It is a figure which shows the format of the conventional memory card which employ | adopted the FAT file system. 従来のメモリーカードからのFATファイルシステムによるデータ再生処理を示すフローチャートである。It is a flowchart which shows the data reproduction process by the FAT file system from the conventional memory card. 論理−物理変換対応表を示す図である。It is a figure which shows a logical-physical conversion correspondence table.

符号の説明Explanation of symbols

1 メモリースティック、 11 プレーヤー、 12 インタフェースブロック、 13 バス、 14 操作部、 15 コントローラ、 16 デコーダ、 17 D/A変換器、 18 イヤホン端子、 20 システム領域、 21 固有情報領域、 22 専用ファイル用領域、 30 データ領域、 31 専用データ領域、 32 専用ファイルシステム管理領域、 33 ブート領域、 34 FAT、 35 ルートディレクトリ、 36 フォルダ、 41 コントロールブロック、 42 フラッシュメモリー、 70 非アクセスアドレステーブル   1 Memory Stick, 11 Player, 12 Interface Block, 13 Bus, 14 Operation Unit, 15 Controller, 16 Decoder, 17 D / A Converter, 18 Earphone Terminal, 20 System Area, 21 Unique Information Area, 22 Dedicated File Area, 30 Data area, 31 dedicated data area, 32 dedicated file system management area, 33 boot area, 34 FAT, 35 root directory, 36 folder, 41 control block, 42 flash memory, 70 non-access address table

Claims (4)

半導体メモリー内に、FATファイルシステムとは異なる専用ファイルシステムのデータを格納する専用データ領域と、前記専用データ領域へのアクセス方法を示す専用ファイルシステム管理領域とを有し、
前記専用データ領域に、各ファイルのデータが、それぞれセクタの先頭を開始位置として、データの再生順序に従って連続するセクタに格納されており、
前記専用ファイルシステム管理領域に、前記専用データ領域内の各ファイルへのアクセスに必要なファイル情報が、それぞれセクタの先頭を開始位置として連続するセクタに格納されていることを特徴とするメモリーカード。
The semiconductor memory has a dedicated data area for storing data of a dedicated file system different from the FAT file system, and a dedicated file system management area indicating a method for accessing the dedicated data area,
In the dedicated data area, the data of each file is stored in successive sectors according to the data reproduction order, starting from the start of the sector,
A memory card, wherein file information necessary for accessing each file in the dedicated data area is stored in the dedicated file system management area in successive sectors starting from the start of the sector.
請求項1に記載のメモリーカードにおいて、
前記専用ファイルシステム管理領域に、前記ファイル情報に加えて、前記専用データ領域中の各ファイルに対するコマンドが、それぞれセクタの先頭を開始位置として連続するセクタに格納されていることを特徴とするメモリーカード。
The memory card according to claim 1,
In the dedicated file system management area, in addition to the file information, a command for each file in the dedicated data area is stored in successive sectors starting from the start of the sector. .
半導体メモリー内に、FATファイルシステムとは異なる専用ファイルシステムのデータを格納する専用データ領域と、前記専用データ領域へのアクセス方法を示す専用ファイルシステム管理領域とを有し、前記専用データ領域に、各ファイルのデータが、それぞれセクタの先頭を開始位置として、データの再生順序に従って連続するセクタに格納されており、前記専用ファイルシステム管理領域に、前記専用データ領域内の各ファイルへのアクセスに必要なファイル情報が、それぞれセクタの先頭を開始位置として連続するセクタに格納されているメモリーカードからデータを再生する再生装置において、
前記専用ファイルシステム管理領域にアクセスする第1の処理と、
前記専用ファイルシステム管理領域内の前記ファイル情報に基づき、前記専用データ領域から連続したデータを読み出す第2の処理と
を行う処理手段を備えたことを特徴とする再生装置。
The semiconductor memory has a dedicated data area for storing data of a dedicated file system different from the FAT file system, and a dedicated file system management area indicating an access method to the dedicated data area. In the dedicated data area, The data of each file is stored in consecutive sectors according to the data playback order starting from the start of each sector, and is necessary for accessing each file in the dedicated data area in the dedicated file system management area In a playback device for playing back data from memory cards stored in successive sectors, each of which has a file information as the start position of each sector,
A first process for accessing the dedicated file system management area;
A playback apparatus comprising: processing means for performing a second process of reading continuous data from the dedicated data area based on the file information in the dedicated file system management area.
請求項3に記載の再生装置において、
前記メモリーカードの前記半導体メモリー内の物理ブロックのうち、アクセスを不可能に設定された物理ブロックのアドレスを格納したテーブルと、
前記半導体メモリー内の物理ブロックのうちデータを格納可能な物理ブロックのアドレス番号の小さいほうから昇順に並べたアドレス番号を、論理ブロックのアドレスとして決定し、前記半導体メモリーにアクセスするときには、前記テーブル内のアドレスのうち、指定した論理ブロックのアドレスに対応する物理ブロックのアドレスよりもアドレス番号の小さいアドレスの数を前記指定した論理ブロックに対応する物理ブロックのアドレスに加算することにより、物理ブロックのアドレスへの変換を行う処理手段と
をさらに備えたことを特徴とする再生装置。
The playback device according to claim 3, wherein
Of the physical blocks in the semiconductor memory of the memory card, a table storing addresses of physical blocks set to be inaccessible;
An address number arranged in ascending order from the smallest address number of a physical block capable of storing data among physical blocks in the semiconductor memory is determined as an address of the logical block, and when accessing the semiconductor memory, The address of the physical block is obtained by adding the number of addresses having an address number smaller than the address of the physical block corresponding to the address of the designated logical block to the address of the physical block corresponding to the designated logical block. And a processing means for performing conversion into a playback device.
JP2004245663A 2004-08-25 2004-08-25 Memory card and reproducing apparatus Pending JP2006065505A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004245663A JP2006065505A (en) 2004-08-25 2004-08-25 Memory card and reproducing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004245663A JP2006065505A (en) 2004-08-25 2004-08-25 Memory card and reproducing apparatus

Publications (1)

Publication Number Publication Date
JP2006065505A true JP2006065505A (en) 2006-03-09

Family

ID=36111964

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004245663A Pending JP2006065505A (en) 2004-08-25 2004-08-25 Memory card and reproducing apparatus

Country Status (1)

Country Link
JP (1) JP2006065505A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009031885A (en) * 2007-07-25 2009-02-12 Seiko Epson Corp Image data processor and image data processing method
US8572307B2 (en) 2007-07-20 2013-10-29 Panasonic Corporation Memory controller, memory card, and nonvolatile memory system
WO2018193561A1 (en) * 2017-04-19 2018-10-25 三菱電機株式会社 Air conditioner

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8572307B2 (en) 2007-07-20 2013-10-29 Panasonic Corporation Memory controller, memory card, and nonvolatile memory system
JP2009031885A (en) * 2007-07-25 2009-02-12 Seiko Epson Corp Image data processor and image data processing method
WO2018193561A1 (en) * 2017-04-19 2018-10-25 三菱電機株式会社 Air conditioner

Similar Documents

Publication Publication Date Title
US6823417B2 (en) Memory controller for memory card manages file allocation table
WO2009153982A1 (en) Plurally partitioned nonvolatile memory device and system
US20050286377A1 (en) Record carrier having a main file system area and a virtual file system area
US7314180B2 (en) Memory card and reproducing apparatus
KR100425678B1 (en) Memory card to adapt digital player and file write/read method thereof
US7689807B2 (en) Mass storage device, mass storage controller and methods for use therewith
US7062603B2 (en) External storage device for selectively storing data between first and second recording media
JP2006065505A (en) Memory card and reproducing apparatus
KR100403376B1 (en) Device for processing media using external storage
JP4655547B2 (en) Memory card and method for making the same
JP2002041336A (en) Data recording medium, data recorder and data reproducing device for handling the same
TWI492050B (en) Storage device, memory controller, and data protection method
US6789164B2 (en) Method for directly writing data into optic disk
JP2001056777A (en) Digital data recording and reproducing device
US7424573B2 (en) Information processing apparatus, method, and program for formatting multiple recording media integrated as one
JP2006079291A (en) Memory card and reproducing device
KR0124967B1 (en) Digital music accompany system using magnetic storing medium
JP6407417B2 (en) CONTENT REPRODUCTION DEVICE AND CONTENT REPRODUCTION DEVICE CONTROL METHOD
JP2006079358A (en) Reproducing device of memory card, and rewriting method of authentication code
JPH11220693A (en) Moving image recording device
JPH11134283A (en) Information processor
JP2001325135A (en) Device and method for storing/reproducing data
JP2001331280A (en) Information processor and information processing method
KR100583453B1 (en) Apparatus for reproducing a file
JP5504904B2 (en) Information recording / reproducing device