JP4157501B2 - 記憶装置 - Google Patents
記憶装置 Download PDFInfo
- Publication number
- JP4157501B2 JP4157501B2 JP2004194328A JP2004194328A JP4157501B2 JP 4157501 B2 JP4157501 B2 JP 4157501B2 JP 2004194328 A JP2004194328 A JP 2004194328A JP 2004194328 A JP2004194328 A JP 2004194328A JP 4157501 B2 JP4157501 B2 JP 4157501B2
- Authority
- JP
- Japan
- Prior art keywords
- information
- unit
- storage unit
- cluster
- address information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000001514 detection method Methods 0.000 claims description 42
- 238000005192 partition Methods 0.000 claims description 30
- 238000000034 method Methods 0.000 claims description 16
- 101100119780 Arabidopsis thaliana FATB gene Proteins 0.000 description 8
- 101100119784 Umbellularia californica FATB1 gene Proteins 0.000 description 8
- 238000000605 extraction Methods 0.000 description 7
- 230000007423 decrease Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000004044 response Effects 0.000 description 2
- 230000007547 defect Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 230000007257 malfunction Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0238—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
- G06F12/0246—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Memory System (AREA)
Description
図1は、例えば制御部及びNAND型フラッシュメモリを有するメモリカードとしての記憶装置の一例を示している。
図4、図5は、第2の実施形態を示している。ディレクトリエントリは、32バイトで、1つのファイル又はフォルダを表現する。このため、512バイトの領域に保存可能なディレクトリエントリの数は16個である。したがって、連続的に複数のファイルを記録した場合で、且つ、ファイル毎に逐一ディレクトリエントリを更新するホスト機器の場合、16個のファイルを書き込むと、書き込み開始アドレスが512バイトシフトする。アドレスを比較する第1の実施形態の場合、16個のファイルを書き込むと、書き込みアドレスが異なるアドレスとなる。このため、16個のファイルを書き込む毎にデータ移動が発生し、書き込み性能が低下する。第2の実施形態はこの問題を解決している。
Claims (5)
- 制御部及び記憶部を備える記憶装置であって、
前記制御部は、アドレス情報を含む書き込みコマンド内から前記アドレス情報を検出するアドレス情報検出部と、
前記アドレス情報を格納するアドレス情報記憶部と、
前記アドレス情報検出部で検出した前記アドレス情報が、前記アドレス情報記憶部に記憶されたアドレス情報と一致するか否かを判定する第1のアドレス判定部と
を具備し、
前記記憶部は、管理領域及び複数のクラスタを含む第1の記憶部と、第2の記憶部を備え、
前記制御部は、前記第1のアドレス判定部から一致情報を受けた場合、前記アドレス情報に対応するディレクトリエントリを前記第2の記憶部に格納し、不一致情報を受けた場合、前記第1の記憶部にデータを格納することを特徴とする記憶装置。 - 前記制御部は、
前記書き込みコマンドに付加された書き込みデータのデータサイズ情報を検出するデータサイズ情報検出部と、
前記データサイズ情報検出部が検出した前記データサイズ情報と前記記憶部に対して予め設定されたサイズ情報とを比較するサイズ比較部と
をさらに具備し、
前記第1のアドレス判定部から不一致情報を受けた場合で、前記サイズ比較部の比較の結果、前記データサイズ情報が前記サイズ情報以下の場合、前記制御部は、前記アドレス情報検出部で検出された前記アドレス情報を前記アドレス情報記憶部に格納し、前記データサイズ情報が前記サイズ情報より大きい場合、前記管理領域及び前記複数のクラスタに書き込み処理を行なうことを特徴とする請求項1に記載の記憶装置。 - 制御部及び記憶部を備える記憶装置であって、
アドレス情報を含む書き込みコマンド内から前記アドレス情報を検出するアドレス情報検出部と、
前記アドレス情報検出部で検出したアドレス情報と前記記憶部に対して予め設定されたクラスタサイズ情報とからクラスタアドレス情報を算出するクラスタアドレス情報算出部と、
前記クラスタアドレス情報を格納するクラスタアドレス情報記憶部と、
前記クラスタアドレス情報算出部で算出した前記クラスタアドレス情報が、前記クラスタアドレス情報記憶部に記憶されたクラスタアドレス情報と一致するか否かを判定するクラスタアドレス判定部と
を具備し、
前記記憶部は、管理領域及び複数のクラスタを含む第1の記憶部と、第2の記憶部を備え、
前記制御部は、前記クラスタアドレス判定部から一致情報を受けた場合、前記クラスタアドレス情報に対応するディレクトリエントリを前記第2の記憶部に格納し、不一致情報を受けた場合、前記第1の記憶部にデータを格納することを特徴とする記憶装置。 - 前記制御部は、
前記書き込みコマンドに付加された書き込みデータのデータサイズ情報を検出するデータサイズ情報検出部と、
前記データサイズ情報検出部が検出した前記データサイズ情報と前記記憶部に予め設定されたサイズ情報とを比較するサイズ比較部と
をさらに具備し、
前記クラスタアドレス判定部から不一致情報を受けた場合で、前記サイズ比較部の比較の結果、前記データサイズ情報が前記サイズ情報と同等又はより小さい場合、前記制御部は、前記クラスタアドレス情報算出部で算出された前記クラスタアドレス情報を前記クラスタアドレス情報記憶部に格納し、前記データサイズ情報が前記サイズ情報より大きい場合、前記管理領域及び前記複数のクラスタに書き込み処理を行なうことを特徴とする請求項3に記載の記憶装置。 - 前記制御部は、前記記憶部のパーティション情報及びクラスタ情報を検出するパーティション情報検出部をさらに具備し、
前記パーティション情報検出部で検出したパーティション情報の中からファイルシステムの種類とクラスタサイズが処理対象でない場合、第2の記憶部を用いずに前記第1の記憶部に書き込み処理を行うことを特徴とする請求項1又は3に記載の記憶装置。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004194328A JP4157501B2 (ja) | 2004-06-30 | 2004-06-30 | 記憶装置 |
US10/941,820 US20060004969A1 (en) | 2004-06-30 | 2004-09-16 | High-speed accessible memory featuring reduced data movement |
CNB2005100818209A CN100514310C (zh) | 2004-06-30 | 2005-06-30 | 数据移动少可以高速存取的存储装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004194328A JP4157501B2 (ja) | 2004-06-30 | 2004-06-30 | 記憶装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006018471A JP2006018471A (ja) | 2006-01-19 |
JP4157501B2 true JP4157501B2 (ja) | 2008-10-01 |
Family
ID=35515380
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004194328A Expired - Fee Related JP4157501B2 (ja) | 2004-06-30 | 2004-06-30 | 記憶装置 |
Country Status (3)
Country | Link |
---|---|
US (1) | US20060004969A1 (ja) |
JP (1) | JP4157501B2 (ja) |
CN (1) | CN100514310C (ja) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4192129B2 (ja) * | 2004-09-13 | 2008-12-03 | 株式会社東芝 | メモリ管理装置 |
CN100370445C (zh) * | 2005-08-10 | 2008-02-20 | 北京中星微电子有限公司 | 一种基于文件分配表的数据传输装置和传输方法 |
JP4751163B2 (ja) * | 2005-09-29 | 2011-08-17 | 株式会社東芝 | メモリシステム |
US20070174549A1 (en) * | 2006-01-24 | 2007-07-26 | Yevgen Gyl | Method for utilizing a memory interface to control partitioning of a memory module |
JP5135696B2 (ja) * | 2006-03-23 | 2013-02-06 | パナソニック株式会社 | 電子機器、及びオブジェクト管理方法 |
JP2008009919A (ja) | 2006-06-30 | 2008-01-17 | Toshiba Corp | カードコントローラ |
WO2008013227A1 (fr) * | 2006-07-26 | 2008-01-31 | Panasonic Corporation | dispositif de stockage non volatil, dispositif d'accès et système de stockage non volatil |
JP2008084184A (ja) * | 2006-09-28 | 2008-04-10 | Toshiba Corp | メモリコントローラ |
JP5142685B2 (ja) | 2007-11-29 | 2013-02-13 | 株式会社東芝 | メモリシステム |
US8073884B2 (en) * | 2007-12-20 | 2011-12-06 | Hewlett-Packard Development Company, L.P. | System and method to derive high level file system information by passively monitoring low level operations on a FAT file system |
JP5443998B2 (ja) | 2008-07-30 | 2014-03-19 | パナソニック株式会社 | 不揮発性記憶装置、ホスト装置、不揮発性記憶システム、データ記録方法、およびプログラム |
US8392687B2 (en) * | 2009-01-21 | 2013-03-05 | Micron Technology, Inc. | Solid state memory formatting |
JP7262977B2 (ja) | 2018-11-08 | 2023-04-24 | キヤノン株式会社 | 記録装置及びその制御方法、並びにプログラム |
CN113630747B (zh) * | 2021-08-16 | 2023-07-18 | 中国联合网络通信集团有限公司 | 交通信息处理方法及装置 |
CN118394282B (zh) * | 2024-06-27 | 2024-08-30 | 之江实验室 | 一种数据存储方法、装置、存储介质及电子设备 |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09319645A (ja) * | 1996-05-24 | 1997-12-12 | Nec Corp | 不揮発性半導体記憶装置 |
JP3588231B2 (ja) * | 1997-08-04 | 2004-11-10 | 東京エレクトロンデバイス株式会社 | データ処理システム及びブロック消去型記憶媒体 |
WO1999030239A1 (fr) * | 1997-12-05 | 1999-06-17 | Tokyo Electron Limited | Memoire et procede d'acces |
WO2001008015A1 (fr) * | 1999-07-28 | 2001-02-01 | Sony Corporation | Systeme d'enregistrement, dispositif d'enregistrement de donnees, dispositif a memoire et procede d'enregistrement de donnees |
RU2257609C2 (ru) * | 1999-10-21 | 2005-07-27 | Мацусита Электрик Индастриал Ко., Лтд. | Устройство доступа к полупроводниковой карте памяти, компьютерно-считываемый носитель записи, способ инициализации и полупроводниковая карта памяти |
KR100484147B1 (ko) * | 2002-07-26 | 2005-04-18 | 삼성전자주식회사 | 플래시 메모리 관리 방법 |
US20050251617A1 (en) * | 2004-05-07 | 2005-11-10 | Sinclair Alan W | Hybrid non-volatile memory system |
-
2004
- 2004-06-30 JP JP2004194328A patent/JP4157501B2/ja not_active Expired - Fee Related
- 2004-09-16 US US10/941,820 patent/US20060004969A1/en not_active Abandoned
-
2005
- 2005-06-30 CN CNB2005100818209A patent/CN100514310C/zh not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20060004969A1 (en) | 2006-01-05 |
JP2006018471A (ja) | 2006-01-19 |
CN100514310C (zh) | 2009-07-15 |
CN1716217A (zh) | 2006-01-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10783071B2 (en) | Data storage device and operating method thereof, wherein mapping table for valid data of source block that has not been copied to destination block has a higher priority than mapping information collected by reverse scanning from end of the destination block | |
TWI459195B (zh) | 用來管理一記憶裝置之方法以及其相關之記憶裝置 | |
US10698809B2 (en) | Method, associated flash controller and electronic device for accessing flash module with data validity verification | |
US7840617B2 (en) | Host device and memory system | |
JP3708047B2 (ja) | フラッシュメモリの管理方法 | |
US7849253B2 (en) | Method for fast access to flash-memory media | |
EP2570927B1 (en) | Handling unclean shutdowns for a system having non-volatile memory | |
JP4157501B2 (ja) | 記憶装置 | |
US20180275887A1 (en) | Data Storage Device and Operating Method of Data Storage Device | |
WO2005124530A2 (en) | Method for controlling memory card and method for controlling nonvolatile semiconductor memory | |
US20080244211A1 (en) | Memory device and controller | |
KR20030040817A (ko) | 플래시 메모리 관리방법 | |
JP2006040264A (ja) | メモリカードの制御方法および不揮発性半導体メモリの制御方法 | |
JP2007012060A (ja) | 逆階層構造を有するファイルシステム | |
US7051251B2 (en) | Method for storing data in a write-once memory array using a write-many file system | |
JP2008084184A (ja) | メモリコントローラ | |
TWI852599B (zh) | 記憶裝置、快閃記憶體控制器及其控制方法 | |
JP4580724B2 (ja) | 不揮発性メモリの制御方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20071218 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080218 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080401 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080602 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20080708 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080711 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110718 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110718 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120718 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130718 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |