JP2007242178A - Method, device, and program for processing file system defect, and medium - Google Patents
Method, device, and program for processing file system defect, and medium Download PDFInfo
- Publication number
- JP2007242178A JP2007242178A JP2006065369A JP2006065369A JP2007242178A JP 2007242178 A JP2007242178 A JP 2007242178A JP 2006065369 A JP2006065369 A JP 2006065369A JP 2006065369 A JP2006065369 A JP 2006065369A JP 2007242178 A JP2007242178 A JP 2007242178A
- Authority
- JP
- Japan
- Prior art keywords
- file system
- data
- area
- recording
- recorded
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B20/00—Signal processing not specific to the method of recording or reproducing; Circuits therefor
- G11B20/10—Digital recording or reproducing
- G11B2020/10898—Overwriting or replacing recorded data
- G11B2020/10907—Overwriting or replacing recorded data using pseudo-overwriting, i.e. virtually or logically overwriting data on WORM media by remapping recorded blocks to alternate areas
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
Abstract
Description
本発明は、BD−R(Blu−ray Disc Recordable)といった追記可能な記録媒体に対して、擬似上書きを実行することによってデータ再配置を行うファイルシステム欠陥処理方法、装置、プログラム、及び媒体に関するものである。 The present invention relates to a file system defect processing method, apparatus, program, and medium for performing data relocation on a recordable recordable medium such as BD-R (Blu-ray Disc Recordable) by executing pseudo-overwrite It is.
DVD−Rといった追記可能な記録媒体は、記録済みの領域への上書きが不可能であり、
データ記録時の欠陥処理は、後で述べる欠陥処理方法のプログラムが実装されたファイルシステムによって実行される。DVD−Rといった追記可能な記録媒体におけるファイルシステムによる欠陥処理方法について、図4を用いて説明する。図4は、DVD−Rといった追記可能な記録媒体におけるファイルシステム欠陥処理方法を説明するためのデータ配置図である。図4において、401は管理情報領域、402はデータ記録でエラーが発生した領域、403はデータ再配置時に更新された管理情報領域、404は402で記録エラーとなったデータをファイルシステムによって記録された領域である。領域402にデータを記録しようとしたとき、何らかの原因で記録エラーとなった場合、ファイルシステムが管理情報領域401のデータを更新するが、DVD−Rのような追記可能な記録媒体の場合は、管理情報領域401の中で上書きすることが不可能なため、別の領域403で書き換える(例えば、特許文献1参照)。管理情報領域403に管理情報のデータを書き換えることで、データ記録エラーが発生した領域402に記録しようとしたデータを、別の領域404に記録する。
The recordable recording medium such as DVD-R cannot be overwritten on the recorded area,
The defect processing at the time of data recording is executed by a file system in which a program for a defect processing method described later is installed. A defect processing method using a file system in a recordable recording medium such as a DVD-R will be described with reference to FIG. FIG. 4 is a data layout diagram for explaining a file system defect processing method in a recordable recording medium such as a DVD-R. In FIG. 4, 401 is a management information area, 402 is an area where an error has occurred in data recording, 403 is a management information area updated at the time of data relocation, and 404 is data recorded with a recording error in 402 by the file system. Area. If a recording error occurs for some reason when attempting to record data in the
ところで、BD−Rといった追記可能な記録媒体は、擬似上書きという機能によって、DVD−Rでは不可能だった記録済みの領域への上書きを実現している。具体的には、BD−R記録に対応した記録再生装置に、BD−Rといった追記可能な記録媒体を装着して記録済みの領域のデータを上書きしようとした場合、記録再生装置がそのデータを別の領域に記録するようにすることによって、擬似上書きを実現し、データの上書きが可能になる(例えば、非特許文献1参照)。
解決しようとする問題点は、データ記録時の欠陥処理方法として、何らかの原因で記録できなかった領域は、ファイルシステムによるデータの再配置を行い、さらに管理情報の書き換えが必要になるため、ファイルシステムがデータの再配置用および管理情報の更新用の領域を確保しなければならないので、この欠陥処理方法を実行するプログラムをファイルシステムに実装しなければならない。 The problem to be solved is that, as a defect processing method at the time of data recording, an area that could not be recorded for some reason needs to be rearranged by the file system and further rewritten management information. However, since it is necessary to secure an area for data relocation and management information update, a program for executing this defect handling method must be installed in the file system.
本発明は、何らかの原因で記録できなかった領域に対して、ファイルシステムが書き込みリトライを実行することで、擬似上書きを発生させて、記録できなかったデータを再度記録することを最も主要な特徴とする。 The most important feature of the present invention is that the file system executes a write retry to an area that could not be recorded for some reason, thereby generating pseudo-overwrite and recording data that could not be recorded again. To do.
本発明のファイルシステム欠陥処理方法は、擬似上書きによるデータの再配置を行うことにより、前記DVD−Rのファイルシステム欠陥処理方法で行っていたファイルシステムによるデータの再配置と管理情報の書き換えが不要になるため、ファイルシステムの実装が容易になる利点がある。 The file system defect processing method of the present invention eliminates the need for data relocation and management information rewriting by the file system, which has been performed by the DVD-R file system defect processing method, by performing data relocation by pseudo-overwriting. Therefore, there is an advantage that the file system can be easily implemented.
以下、本発明を実施するための最良の形態について、図面を参照しながら説明する。 The best mode for carrying out the present invention will be described below with reference to the drawings.
(実施の形態)
図1は、本発明のファイルシステム欠陥処理方法の実施の形態における追記可能な記録媒体のデータの配置図である。図1において、101は管理情報領域、102はデータ記録でエラーとなった領域、103は領域102に記録しようとしたデータを擬似上書きによって再配置された領域である。図2は、本発明のファイルシステム欠陥処理方法の実施の形態におけるファイルシステム欠陥処理方法の動作を説明するためのフローチャートである。図3は、本発明の実施の形態におけるファイルシステム欠陥処理装置の構成図である。
(Embodiment)
FIG. 1 is a data layout diagram of a recordable recording medium in the embodiment of the file system defect processing method of the present invention. In FIG. 1, 101 is a management information area, 102 is an area where an error has occurred in data recording, and 103 is an area where the data to be recorded in the
以下に、図1から図3を用いて本発明の動作を説明する。図3において、ファイルシステム固有処理部300が追記型記録媒体303にデータ記録を実行すると、書き込み処理部301は領域102にデータを記録するステップS201と、記録再生装置からデータ記録の結果が返されることによって領域102にデータ記録が正常に実行されたかを判定するステップS202を実行する。
The operation of the present invention will be described below with reference to FIGS. In FIG. 3, when the file system
ステップS202で書き込み処理部301が記録再生装置からデータを正常に記録できなかったという結果を受信して、データ記録エラーと判定された場合、書き込みリトライ処理部302によって、データ記録エラーが発生した領域102に再度データを記録するといった書き込みリトライを実行するステップS203と、擬似上書きを発生させて領域102に記録しようとしたデータを領域103に記録するステップS204が実行される。
In step S202, if the
ステップS204では、ファイルシステムによって記録エラーが発生した領域102に再度記録しようとするといった書き込みリトライを実行すると、記録再生装置は記録エラーが発生した領域102に記録しようとしたデータが、上書きデータとして別の領域103に記録されるようにした擬似上書きを実行する。
In step S204, when a write retry is performed such that recording is attempted again in the
欠陥処理を擬似上書きで実行することによって、データの再配置は記録再生装置によって行われるため、DVD−Rでは必要だったファイルシステムによる管理情報領域101のデータ書き換えの必要がなくなる。
By executing the defect processing by pseudo-overwriting, the data rearrangement is performed by the recording / reproducing apparatus, so that it is not necessary to rewrite the data in the
本発明にかかるファイルシステム欠陥処理方法は、何らかの原因で記録できなかった領域に対して、ファイルシステムが書き込みリトライを実行することで、擬似上書きを発生させてデータを再配置するため、ファイルシステムによるデータの再配置および管理情報の書き換えが不要になることで、ファイルシステムの実装が容易になるので、追記可能な記録媒体のファイルシステム欠陥処理として有用である。 The file system defect processing method according to the present invention causes a pseudo-overwrite to relocate data by executing a write retry on an area that could not be recorded for some reason. Since it is not necessary to rearrange data and rewrite management information, it is easy to implement a file system, which is useful as a file system defect process for a recordable recording medium.
101 ファイルなどの管理情報領域
102 データ記録エラーが発生した領域
103 擬似上書きによってデータ記録が行われた領域
300 ファイルシステム固有処理部
301 書き込み処理部
302 書き込みリトライ処理部
303 追記型記録媒体
DESCRIPTION OF
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006065369A JP2007242178A (en) | 2006-03-10 | 2006-03-10 | Method, device, and program for processing file system defect, and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006065369A JP2007242178A (en) | 2006-03-10 | 2006-03-10 | Method, device, and program for processing file system defect, and medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007242178A true JP2007242178A (en) | 2007-09-20 |
Family
ID=38587543
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006065369A Pending JP2007242178A (en) | 2006-03-10 | 2006-03-10 | Method, device, and program for processing file system defect, and medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2007242178A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2240932A1 (en) * | 2008-01-10 | 2010-10-20 | Samsung Electronics Co., Ltd. | Information recording medium, recording/reproducing apparatus and recording/reproducing method |
CN108958968A (en) * | 2017-05-17 | 2018-12-07 | 中兴通讯股份有限公司 | A kind of document handling method and device |
-
2006
- 2006-03-10 JP JP2006065369A patent/JP2007242178A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2240932A1 (en) * | 2008-01-10 | 2010-10-20 | Samsung Electronics Co., Ltd. | Information recording medium, recording/reproducing apparatus and recording/reproducing method |
EP2240932A4 (en) * | 2008-01-10 | 2014-05-21 | Samsung Electronics Co Ltd | Information recording medium, recording/reproducing apparatus and recording/reproducing method |
CN108958968A (en) * | 2017-05-17 | 2018-12-07 | 中兴通讯股份有限公司 | A kind of document handling method and device |
CN108958968B (en) * | 2017-05-17 | 2023-12-22 | 中兴通讯股份有限公司 | File processing method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2005038490A (en) | Information recording/reproducing device and erase method of information recording | |
JP2006508486A (en) | Power failure recovery method | |
JP2007242178A (en) | Method, device, and program for processing file system defect, and medium | |
JP2005038452A (en) | Method of recording information and recording device | |
US20080037403A1 (en) | Information recording medium, and information recording apparatus and method | |
KR100793231B1 (en) | Method for controlling play of finalized disc | |
US20060221804A1 (en) | Optical recording medium and defect management device and method therefor | |
US20050007912A1 (en) | Recording medium, recording method and recording apparatus | |
JP2007122859A (en) | Information recording medium, recording/reproducing device, and recording/reproducing method which can perform recording prevention function effectively | |
JPWO2007114424A1 (en) | Data recording method and data recording apparatus for write-once recording medium | |
US20070166015A1 (en) | Recording device and method | |
JP2007200414A (en) | File system area management method, device, program, and medium | |
WO2005020238A1 (en) | Information recorder/reproducer, information recording/reproducing method and program | |
JP2008112535A (en) | Information recording/reproducing method | |
US20080205254A1 (en) | Content Protection on a Record Carrier | |
JP2008545214A (en) | Disk drive apparatus and method | |
JP2006085797A (en) | Optical disk device and alternation processing method of optical disk device | |
JP2004319013A (en) | Protected optical disk producing system and its control method | |
JP2006309924A (en) | Optical recording medium and defect management device and method for optical recording medium | |
JP2007157279A (en) | Information recording/reproducing apparatus and information recording method | |
SG160215A1 (en) | Method of recording and/or reproducing temporary defect list, recording and/or reproducing apparatus, and write-once recording medium | |
KR100746398B1 (en) | Method and apparatus for formatting of optical disc | |
JP2006114114A (en) | Copy-once content moving method and moving device | |
KR101042153B1 (en) | Method for determining data writing speed | |
TWI398863B (en) | Recording medium, and method and apparatus of recording and reproducing data on the same |