US20080192596A1 - Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses - Google Patents

Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses Download PDF

Info

Publication number
US20080192596A1
US20080192596A1 US12/081,285 US8128508A US2008192596A1 US 20080192596 A1 US20080192596 A1 US 20080192596A1 US 8128508 A US8128508 A US 8128508A US 2008192596 A1 US2008192596 A1 US 2008192596A1
Authority
US
United States
Prior art keywords
recording
partition
information
entry information
recording medium
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.)
Abandoned
Application number
US12/081,285
Inventor
Yong Cheol Park
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US12/081,285 priority Critical patent/US20080192596A1/en
Publication of US20080192596A1 publication Critical patent/US20080192596A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs
    • G11B20/1883Methods for assignment of alternate areas for defective areas
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B7/00Recording or reproducing by optical means, e.g. recording using a thermal beam of optical radiation by modifying optical properties or the physical structure, reproducing using an optical beam at lower power by sensing optical properties; Record carriers therefor
    • G11B7/007Arrangement of the information on the record carrier, e.g. form of tracks, actual track shape, e.g. wobbled, or cross-section, e.g. v-shaped; Sequential information structures, e.g. sectoring or header formats within a track
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B5/00Recording by magnetisation or demagnetisation of a record carrier; Reproducing by magnetic means; Record carriers therefor
    • G11B5/02Recording, reproducing, or erasing methods; Read, write or erase circuits therefor
    • G11B5/09Digital recording

Definitions

  • the present invention relates to a recording medium having a data structure for managing at least a data area of the recording medium as well as methods and apparatuses for reproduction and recording.
  • BD blu-ray disc
  • HD-DVD next-generation HD-DVD technology
  • BD-RE Blu-ray Disc
  • BD-WO BD Write Once disc
  • the recording medium according to the present invention includes a data structure for managing at least a data area of the recording medium.
  • a temporary defect management area of the recording medium stores a first data block that includes sequential recording information and a temporary definition structure.
  • the sequential recording information provides information on continuous recording areas in the data area of the recording medium.
  • the temporary definition structure includes at least one pointer to information in the temporary defect management area.
  • the sequential recording information includes a header, information entries for each continuous recording area and a terminator.
  • the header identifies the sequential recording information as sequential recording information.
  • Each information entry provides information on an associated continuous recording area, and the terminator indicates an end of the sequential recording information.
  • the header information indicates a number of the continuous recording areas and a number of the continuous recording areas open for recording.
  • each information entry indicates a status of the associated continuous recording area, indicates a starting physical sector number of the associated continuous recording area, and indicates a last recording address of the associated continuous recording area.
  • a recording medium includes a data area and a management area.
  • the data area includes at least one recording partition, and the recording partition is classified into one of recordable recording partition and non-recordable partition.
  • the management area stores therein recording partition information that includes a list having entry information for each of the recording partition. The entry information is sorted in order of a preceding position of the recording partition.
  • An example embodiment provides a method for recording management information on a recording medium.
  • the method includes sorting entry information for each of the recording partition in order of a preceding position of the recording partition; and recording a list having the sorted entry information on the management area.
  • An example embodiment provides a method for reproducing management information form a recording medium.
  • the method includes reading a list having entry information for each of the recording partition from the management area; sorting the entry information in order of a preceding position of the recording partition; and identifying the recording partition on the data area based on the sorted entry information.
  • An example embodiment provides an apparatus for recording management information on a recording medium.
  • the apparatus includes a pickup configured to record data on the recording medium; a control unit configured to sort entry information for each of the recording partition in order of a preceding position of the recording partition, and control the pickup to record a list having the sorted entry information on the management area of the recording medium.
  • An example embodiment provides an apparatus for reproducing management information.
  • the apparatus includes a pickup configured to reproduce data from the recording medium; and a control unit configured to control the pickup to read a list having entry information for each of the recording partition from the management area, sort the entry information in ascending order of a start address of the recording partition, and identify the recording partition on the data area based on the sorted entry information.
  • the present invention further provides apparatuses and methods for recording and reproducing the data structure according to the present invention.
  • FIG. 1 illustrates the different kinds of basic tracks of a write-once optical disc according to an example embodiment of the present invention
  • FIGS. 2A and 2B illustrate a data structure of the write-once optical disc, and more specifically, the temporary disc management information according to an embodiment of the present invention
  • FIG. 3 illustrates a comparison of the disc management information of a conventional rewritable optical disc to the disc management information of the present invention
  • FIGS. 4 and 5 illustrate two example embodiments of a method of updating the track information according to the present invention.
  • FIG. 6 illustrates an embodiment of a recording and reproducing apparatus according to the present invention.
  • FIGS. 1 , 2 A- 2 B and 3 the kinds of tracks and physical structure of the disc according to an example embodiment of the of the present invention will be described.
  • a continuous recording area in which data is sequentially recorded will be referred to as a track in this disclosure.
  • FIG. 1 illustrates the different kinds of basic tracks of a write-once optical disc according to an example embodiment of the present invention. More specifically, FIG. 1 illustrates a plurality of continuous recording areas or tracks having different status assuming use of the write-once disc over a period of time. As shown, tracks 1 and 2 correspond to open tracks that while storing data in a first area thereof, each have a later area on which additional recording is possible.
  • the tracks 3 and 4 correspond to complete or closed tracks that are completely filled (track 4 ) or are closed for further recording (track 3 ). As shown by track 3 , when a track having an unrecorded area is closed such that no further recording in the track is permitted, the unrecorded area is padded with zeros (shown as a hatched portion in FIG. 1 ) and changed to be a complete track. Track 3 is different from track 4 in that point.
  • Track 5 provides an example of the last track that includes area on which additional recording is possible. This track is called an intermediate track. Accordingly, there are three kinds of tracks—open, closed and intermediate.
  • Each of the tracks has a last recorded address (LRA) regardless of the kind of the track.
  • the LRA is the last address at which actual data was recorded in the track. Accordingly, with respect to track 3 , the position (or address) before the track 3 was padded with zeros is the LRA for track 3 (LRA 3 ). More specifically, assuming the unit for recording data on the optical disc is a cluster, and there are 32 sectors in one cluster, if less than the 32 sectors have data recorded therein, then the remaining sectors are padded with zeros. The last sector address before the padding is the LRA.
  • a next writable address (NWA) indicating the next address into which data may be written may be determined.
  • NWA is obtained from the LRA as the next sector address following the LRA.
  • FIGS. 2A and 2B illustrate a data structure of the write-once optical disc, and more specifically, temporary disc management information according to an embodiment of the present invention.
  • the configuration of the write-once optical disc shown in FIG. 2A is described in detail in Korea Patent Application no. 2003-15634.
  • the write-once optical disc in this example is a single layer disc that has one recording layer.
  • the disc includes spare areas (ISA 0 /ISA 1 ) for recording data the could not be recorded in the main data area because of defects in the main data area (e.g., physical defects).
  • Information for managing the replacement of defect portions of the data area with portions of the spare area is recorded in a temporary defect management area or areas (TDMA).
  • a rewritable, as opposed to a write-once, optical disc has a limited defect management area (DMA) because data can be written and erased from the DMA repeatedly.
  • DMA defect management area
  • a write-once optical disc needs a larger amount of to manage defects since data can be written only once and not erased. Accordingly, the TDMA is used for recording the defect management information as this information changes during use of the optical disc. Once the disc is complete, the last version of the defect management information is copied from the TDMA to a DMA on the write-once optical disc.
  • the TDMA includes TDMA 1 allocated to a lead-in area having a fixed size and TDMA 2 allocated to spare area OSA 0 .
  • the TDMA 2 has a size interworking with the size of the spare area.
  • the size of the spare area OSA 0 is N*256 cluster, of which the TDMA 2 forms P clusters.
  • temporary defect management information in the form of a temporary defect list (TDFL), a temporary disc definition structure (TDDS), and disc use status information may be recorded.
  • the TDFL provides information to manage this process in the form of a list.
  • the list indicates the defect area and the spare area replacing the defect area.
  • the size of the TDFL varies from 1 to 4 clusters depending on the amount of information in the TDFL.
  • the amount of space devoted to the TDDS remain fixed at one cluster.
  • this data block includes the TDDS and disc usage status information as discussed in detail below with respect to FIGS. 3 and 2B .
  • the disc management information of the conventional rewritable optical disc will be compared with the contents included in the TDDS of the present invention.
  • the DDS consumes a very small portion of the disc—about 60 bytes of one cluster (one cluster having 32 sectors).
  • the remaining area of the cluster is set by ‘zero padding’.
  • the remaining area as well as the area (60 bytes) used in the conventional rewritable optical disk is used as disc management information.
  • information particular to a write-once optical disc as well as DDS as used in the conventional rewritable optical disc is recorded sequentially in one sector (2048 bytes).
  • the information particular to the write-once optical disc may be position information of the latest TDFL.
  • the sequential recording or, more particularly, the track information according to an embodiment of the present invention is recorded on the remaining 31 sectors of one cluster that includes the TDDS.
  • the track information may be configured in 31 sectors in the front of TDDS and the TDDS may be configured on the last, 32 nd sector.
  • TDDS as used in this disclosure should be construed broadly as described above and not as a term defined according to one particular standard.
  • the present invention does not limit the number of the open tracks. Accordingly, there may exist a plurality of open tracks and complete tracks.
  • the present invention provides a data structure on the recording medium for managing this potential in an efficient manner. An embodiment of this track information data structure will now be described in detail with respect to FIG. 2B .
  • the sequential recording includes three parts: a header for indicating that the data structure provides track information, a track information list providing the track information, and an terminator indicating an end of the track information.
  • the header is positioned at the front portion of the track information and includes a ‘track information structure identifier’ field indicating that information following the identifier is track information.
  • the next indicator ‘track information format’ indicates the format of the track information. This is followed by a ‘layer number (0 or 1)’ field representing the recording layer to which the track information corresponds. While the example thus far has been for a single sided, single recording layer write-once optical disc, the optical disc may have multiple recording layers and/or be double sided.
  • the header further includes a ‘total number of tracks’ field representing the number tracks in the data area of the recording layer to which the track information corresponds, and ‘total number of open tracks’ field representing the number of the open tracks in this data area. Before reading the track information list, the total track information may be confirmed.
  • the track information list is recorded after the header and will be described in greater detail below.
  • the track information list terminator represents the end of the track information. Accordingly, the track information includes a header, track information list and a terminator recorded in series.
  • the track information list includes one entry for each track in the corresponding data area of the disc. Each entry may be allocated to, for example, 8 bytes. This track information entry includes track status information, a first address of the corresponding track and the last recorded address information of the track.
  • the track status information indicates the kind of track—open, closed or intermediate, and may be represented by 4 bits as shown in FIG. 3B .
  • an open track in which additional recording is possible is indicated by ‘0000b’ as the track status information.
  • An intermediate track is indicated by ‘0001b’ as the track status information, and a complete track, in which additional recording is not permitted, is indicated by ‘1000b’ as the track status information.
  • the track status information is represented as specific bits as described above to aid in sorting the track information list entries as described later in this disclosure.
  • the first address information of an entry is a ‘start physical sector number (PSN) of track’ field. This field provides the sector address of the first sector forming the track.
  • the last recorded address information in the example of FIG. 3B is the LRA of the track. Accordingly, if one entry is read, the kind of track, the start position and LRA of the track may be determined.
  • the track status information in each entry may also include a session start status (e.g., one of the bits in the track status information in each entry may be used as the session start bit).
  • the session status indicates if the track is the first track or not the first track in a session.
  • the clustering of tracks into a group is called a session.
  • the track information may be a design parameter established according to the system or system designer.
  • examples of events triggering update will be described in detail below.
  • the track information may be updated.
  • a disc is ejected from a driver or the power to the driver is turned off, use of the disc is stopped at least temporarily. At these times, the track information is updated.
  • FIGS. 4 and 5 illustrate two example embodiments of a method of updating the track information according to the present invention.
  • the track information in a preceding step and the track information to be updated now are separate and recorded separately.
  • the track information previously recorded is included in the current recording such that the track information is recorded cumulatively.
  • the track information recorded at time n and the track information at time n+1 are recorded sequentially.
  • the track information in the preceding track recording step is included, but recorded separately from current track information.
  • the track information recorded at time n and n+1 is included, but recorded separately.
  • the advantage of this embodiment is that the contents of the track information at each stage of disc usage is recorded in sequential order. It is easy to confirm the usage status of the disc. If only the latest track information is recorded, it would be more difficult to access the previous track information and require a longer time to access this information.
  • FIG. 5 illustrates another embodiment of a method of updating the track information according to the present invention.
  • the track information previously recorded and the track information to be updated now are included and recorded cumulatively. However, prior to recording, the track information list is sorted and recorded in a specific order.
  • the track information recorded at time n and the track information to be updated now at time n+1 are considered as one track information list and sorted.
  • the sorted version of the track information is then recorded in a specific order.
  • the track information list entries may be sorted by track status (i.e., the kind of track).
  • track status i.e., the kind of track.
  • the entries of the open tracks that have ‘0000b’ as track status information come first.
  • entries of the complete tracks that have ‘1000b’ as the track status information are recorded, and last, the entries of the intermediate track that have ‘0001b’ as track status information are recorded.
  • the entries are sorted by the first address information such that the entries having smaller addresses are recorded first.
  • the track information list entries may be sorted by the first address information such that the entries having smaller addresses are recorded first. It should be understood that these are merely examples of the sorting that may take place, and that a system designer may adopt other basis for sorting that fall within the spirit and scope of the present invention.
  • the advantage of this embodiment of the present invention is that information on the tracks in a disc are sorted according to their kind so that the information related to a kind of track (e.g., open track) may be easily obtained. Also, because the track information for each track is recorded in the updating, the track information for the data area is easily and quickly accessible.
  • a kind of track e.g., open track
  • the two embodiments described above are complementary to each other.
  • the system or user may select and use the method suitable to their environment.
  • FIG. 6 illustrates a schematic diagram of an embodiment of an optical disk recording and reproducing apparatus according to the present invention.
  • an encoder 9 receives and encodes data (e.g., still image data, audio data, video data, etc.). The encoder 9 outputs the encoded data along with coding information and stream attribute information.
  • a multiplexer 8 multiplexes the encoded data based on the coding information and stream attribute information to create, for example, an MPEG-2 transport stream.
  • a source packetizer 7 packetizes the transport packets from the multiplexer 8 into source packets in accordance with the audio/video format of the optical disk. As shown in FIG. 6 , the operations of the encoder 9 , the multiplexer 8 and the source packetizer 7 are controlled by a controller 10 .
  • the controller 10 receives user input on the recording operation, and provides control information to encoder 9 , multiplexer 8 and the source packetizer 7 .
  • the controller 10 instructs the encoder 9 on the type of encoding to perform, instructs the multiplexer 8 on the transport stream to create, and instructs the source packetizer 7 on the source packet format.
  • the controller 10 further controls a drive 3 to record the output from the source packetizer 7 on the optical disk.
  • the controller 10 also creates the navigation and management information for managing reproduction of the data being recorded on the optical disk. For example, the controller 10 controls the drive 3 to record one or more of the data structures of FIGS. 1-3 on the optical disk.
  • the controller 10 may control the drive 3 to reproduce this data structure. Based on the information contained therein, as well as user input received over the user interface (e.g., control buttons on the recording and reproducing apparatus or a remote associated with the apparatus), the controller 10 controls the drive 3 to reproduce and/or record data from/to the optical disk as discussed in detail above.
  • the controller 10 controls the drive 3 to reproduce and/or record data from/to the optical disk as discussed in detail above.
  • Reproduced source packets are received by a source depacketizer 4 and converted into a data stream (e.g., an MPEG-2 transport packet stream).
  • a demultiplexer 5 demultiplexes the data stream into encoded data.
  • a decoder 6 decodes the encoded data to produce the original data that was fed to the encoder 9 .
  • the controller 10 controls the operation of the source depacketizer 4 , demultiplexer 5 and decoder 6 .
  • the controller 10 receives user input on the reproducing operation, and provides control information to decoder 6 , demultiplexer 5 and the source packetizer 4 .
  • the controller 10 instructs the decoder 9 on the type of decoding to perform, instructs the demultiplexer 5 on the transport stream to demultiplex, and instructs the source depacketizer 4 on the source packet format.
  • FIG. 6 has been described as a recording and reproducing apparatus, it will be understood that only a recording or only a reproducing apparatus may be provided using those portions of FIG. 6 providing the recording or reproducing function.
  • the write-once optical disc management data structure and method of recording and reproducing this data structure as well as updating the management data provide information regarding the use of the recording medium to sequentially store data in continuous recording areas (e.g., tracks). This data structure and these methods remain applicable for the case where the number of the open tracks, in which additional recording is possible, is not limited.
  • the data structure for and method for managing at least a data area of a high-density recording medium in accordance with embodiments of the present invention enables an efficient and progressive use of a write-once recording medium such as BD-WO.
  • the present invention also provides apparatuses for recording a data structure on a high density recording medium for managing at least a data area of the recording medium.

Abstract

The data structure on the recording medium includes a temporary defect management area storing a data block. The data block includes sequential recording information and a temporary definition structure. The sequential recording information provides information on continuous recording areas in the data area of the recording medium. The temporary definition structure includes at least one pointer to information in the temporary defect management area.

Description

    PRIORITY
  • This application is a continuation of U.S. patent application Ser. No. 10/840,264 filed on May 7, 2004, the entirety of which hereby is incorporated herein by reference. This application also claims priority under 35 U.S.C. 119 on U.S. Provisional Application No. 60/469,006 filed on May 9, 2003 and Korean Application No. 10-2003-031958 filed on May 16, 2003; the entire contents of U.S. Provisional Application No. 60/469,006 and Korean Application No. 10-2003-031958 are incorporated herein by reference.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to a recording medium having a data structure for managing at least a data area of the recording medium as well as methods and apparatuses for reproduction and recording.
  • 2. Description of the Related Art
  • The standardization of new high-density read only and rewritable optical disks capable of recording large amounts of data has been progressing rapidly and new optical disk related products are expected to be commercially available in the near future. For example, the blu-ray disc (BD), which belongs to the next-generation HD-DVD technology, is the next-generation optical recording solution that can strikingly surpass the data recording capability of existing DVDs.
  • Recording on and reading from a BD uses a celadon laser having a wavelength of 405 nm, which is much denser than a red laser having a wavelength of 650 nm used with existing DVDs. Thus, a greater amount of data may be stored on BD than on existing DVDs.
  • While at least one standard related to the BD (Blu-ray Disc) has been developed, such as BD-RE (BD Rewritable disc), many other standards such as BD-WO (BD Write Once disc) are still in development. Standards such as BD-RE provide a data structure for managing defects in the data area of the recording medium. However, the BD-WO, because of its write-once nature, presents challenges not faced by existing BD standards such as BD-RE, and an effective data structure and method of managing defects is still under development for the BD-WO standard.
  • SUMMARY OF THE INVENTION
  • The recording medium according to the present invention includes a data structure for managing at least a data area of the recording medium.
  • In one exemplary embodiment, a temporary defect management area of the recording medium stores a first data block that includes sequential recording information and a temporary definition structure. The sequential recording information provides information on continuous recording areas in the data area of the recording medium. The temporary definition structure includes at least one pointer to information in the temporary defect management area.
  • In one embodiment, the sequential recording information includes a header, information entries for each continuous recording area and a terminator. The header identifies the sequential recording information as sequential recording information. Each information entry provides information on an associated continuous recording area, and the terminator indicates an end of the sequential recording information.
  • In one embodiment, the header information indicates a number of the continuous recording areas and a number of the continuous recording areas open for recording.
  • In an example embodiment, each information entry indicates a status of the associated continuous recording area, indicates a starting physical sector number of the associated continuous recording area, and indicates a last recording address of the associated continuous recording area.
  • In an example embodiment, a recording medium includes a data area and a management area. The data area includes at least one recording partition, and the recording partition is classified into one of recordable recording partition and non-recordable partition. The management area stores therein recording partition information that includes a list having entry information for each of the recording partition. The entry information is sorted in order of a preceding position of the recording partition.
  • An example embodiment provides a method for recording management information on a recording medium. The method includes sorting entry information for each of the recording partition in order of a preceding position of the recording partition; and recording a list having the sorted entry information on the management area.
  • An example embodiment provides a method for reproducing management information form a recording medium. The method includes reading a list having entry information for each of the recording partition from the management area; sorting the entry information in order of a preceding position of the recording partition; and identifying the recording partition on the data area based on the sorted entry information.
  • An example embodiment provides an apparatus for recording management information on a recording medium. The apparatus includes a pickup configured to record data on the recording medium; a control unit configured to sort entry information for each of the recording partition in order of a preceding position of the recording partition, and control the pickup to record a list having the sorted entry information on the management area of the recording medium.
  • An example embodiment provides an apparatus for reproducing management information. The apparatus includes a pickup configured to reproduce data from the recording medium; and a control unit configured to control the pickup to read a list having entry information for each of the recording partition from the management area, sort the entry information in ascending order of a start address of the recording partition, and identify the recording partition on the data area based on the sorted entry information.
  • The present invention further provides apparatuses and methods for recording and reproducing the data structure according to the present invention.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The above features and other advantages of the present invention will be more clearly understood from the following detailed description taken in conjunction with the accompanying drawings, in which:
  • FIG. 1 illustrates the different kinds of basic tracks of a write-once optical disc according to an example embodiment of the present invention;
  • FIGS. 2A and 2B illustrate a data structure of the write-once optical disc, and more specifically, the temporary disc management information according to an embodiment of the present invention;
  • FIG. 3 illustrates a comparison of the disc management information of a conventional rewritable optical disc to the disc management information of the present invention;
  • FIGS. 4 and 5 illustrate two example embodiments of a method of updating the track information according to the present invention; and
  • FIG. 6 illustrates an embodiment of a recording and reproducing apparatus according to the present invention.
  • DESCRIPTION OF THE EMBODIMENTS
  • In order that the invention may be fully understood, exemplary embodiments thereof will now be described with reference to the accompanying drawings. For convenience, a write-once optical Blu-ray disc will be used as an example of a write-once recording medium in the exemplary embodiments.
  • Kinds of Tracks and Data Structure of the Recording Medium
  • Referring to FIGS. 1, 2A-2B and 3, the kinds of tracks and physical structure of the disc according to an example embodiment of the of the present invention will be described. A continuous recording area in which data is sequentially recorded will be referred to as a track in this disclosure. FIG. 1 illustrates the different kinds of basic tracks of a write-once optical disc according to an example embodiment of the present invention. More specifically, FIG. 1 illustrates a plurality of continuous recording areas or tracks having different status assuming use of the write-once disc over a period of time. As shown, tracks 1 and 2 correspond to open tracks that while storing data in a first area thereof, each have a later area on which additional recording is possible. The tracks 3 and 4 correspond to complete or closed tracks that are completely filled (track 4) or are closed for further recording (track 3). As shown by track 3, when a track having an unrecorded area is closed such that no further recording in the track is permitted, the unrecorded area is padded with zeros (shown as a hatched portion in FIG. 1) and changed to be a complete track. Track 3 is different from track 4 in that point.
  • Track 5 provides an example of the last track that includes area on which additional recording is possible. This track is called an intermediate track. Accordingly, there are three kinds of tracks—open, closed and intermediate.
  • Each of the tracks has a last recorded address (LRA) regardless of the kind of the track. The LRA is the last address at which actual data was recorded in the track. Accordingly, with respect to track 3, the position (or address) before the track 3 was padded with zeros is the LRA for track 3 (LRA3). More specifically, assuming the unit for recording data on the optical disc is a cluster, and there are 32 sectors in one cluster, if less than the 32 sectors have data recorded therein, then the remaining sectors are padded with zeros. The last sector address before the padding is the LRA.
  • For each of the open and intermediate tracks, but not the closed tracks, a next writable address (NWA) indicating the next address into which data may be written may be determined. The NWA is obtained from the LRA as the next sector address following the LRA.
  • FIGS. 2A and 2B illustrate a data structure of the write-once optical disc, and more specifically, temporary disc management information according to an embodiment of the present invention. The configuration of the write-once optical disc shown in FIG. 2A is described in detail in Korea Patent Application no. 2003-15634.
  • As shown, the write-once optical disc in this example is a single layer disc that has one recording layer. The disc includes spare areas (ISA0/ISA1) for recording data the could not be recorded in the main data area because of defects in the main data area (e.g., physical defects). Information for managing the replacement of defect portions of the data area with portions of the spare area is recorded in a temporary defect management area or areas (TDMA).
  • In general, a rewritable, as opposed to a write-once, optical disc has a limited defect management area (DMA) because data can be written and erased from the DMA repeatedly. A write-once optical disc needs a larger amount of to manage defects since data can be written only once and not erased. Accordingly, the TDMA is used for recording the defect management information as this information changes during use of the optical disc. Once the disc is complete, the last version of the defect management information is copied from the TDMA to a DMA on the write-once optical disc.
  • Referring to FIG. 2A, the TDMA includes TDMA1 allocated to a lead-in area having a fixed size and TDMA2 allocated to spare area OSA0. The TDMA2 has a size interworking with the size of the spare area. For example, the size of the spare area OSA0 is N*256 cluster, of which the TDMA2 forms P clusters. The number of clusters P may be determined according to the expression P=(N*256)/4). In each TDMA, temporary defect management information in the form of a temporary defect list (TDFL), a temporary disc definition structure (TDDS), and disc use status information may be recorded.
  • As discussed above, when a defect area exists in the data area, a spare area (ISA0/OSA0) is substituted for the defect area. The TDFL provides information to manage this process in the form of a list. For example, the list indicates the defect area and the spare area replacing the defect area. According to one embodiment of the present invention, the size of the TDFL, varies from 1 to 4 clusters depending on the amount of information in the TDFL. By contrast, according to one example embodiment of the present invention, the amount of space devoted to the TDDS remain fixed at one cluster. According to this embodiment, this data block includes the TDDS and disc usage status information as discussed in detail below with respect to FIGS. 3 and 2B.
  • Referring first to FIG. 3, the disc management information of the conventional rewritable optical disc will be compared with the contents included in the TDDS of the present invention.
  • In the case of a rewritable optical disk, the DDS consumes a very small portion of the disc—about 60 bytes of one cluster (one cluster having 32 sectors). The remaining area of the cluster is set by ‘zero padding’. However, according to this embodiment of the present invention, the remaining area as well as the area (60 bytes) used in the conventional rewritable optical disk is used as disc management information. Accordingly, in the TDDS of the present invention, information particular to a write-once optical disc as well as DDS as used in the conventional rewritable optical disc is recorded sequentially in one sector (2048 bytes). For example, the information particular to the write-once optical disc may be position information of the latest TDFL.
  • As shown in FIG. 2A and 3, the sequential recording or, more particularly, the track information according to an embodiment of the present invention is recorded on the remaining 31 sectors of one cluster that includes the TDDS. Alternatively, the track information may be configured in 31 sectors in the front of TDDS and the TDDS may be configured on the last, 32nd sector.
  • Accordingly, the TDDS as used in this disclosure should be construed broadly as described above and not as a term defined according to one particular standard.
  • Data Structure of Track Information on the Recording Medium
  • First, the present invention does not limit the number of the open tracks. Accordingly, there may exist a plurality of open tracks and complete tracks. The present invention provides a data structure on the recording medium for managing this potential in an efficient manner. An embodiment of this track information data structure will now be described in detail with respect to FIG. 2B.
  • As shown, the sequential recording, or more particularly, the track information includes three parts: a header for indicating that the data structure provides track information, a track information list providing the track information, and an terminator indicating an end of the track information.
  • The header is positioned at the front portion of the track information and includes a ‘track information structure identifier’ field indicating that information following the identifier is track information. The next indicator ‘track information format’ indicates the format of the track information. This is followed by a ‘layer number (0 or 1)’ field representing the recording layer to which the track information corresponds. While the example thus far has been for a single sided, single recording layer write-once optical disc, the optical disc may have multiple recording layers and/or be double sided.
  • The header further includes a ‘total number of tracks’ field representing the number tracks in the data area of the recording layer to which the track information corresponds, and ‘total number of open tracks’ field representing the number of the open tracks in this data area. Before reading the track information list, the total track information may be confirmed.
  • The track information list is recorded after the header and will be described in greater detail below. The track information list terminator represents the end of the track information. Accordingly, the track information includes a header, track information list and a terminator recorded in series.
  • An example embodiment of the track information list will now be described in more detailed. The track information list includes one entry for each track in the corresponding data area of the disc. Each entry may be allocated to, for example, 8 bytes. This track information entry includes track status information, a first address of the corresponding track and the last recorded address information of the track.
  • The track status information indicates the kind of track—open, closed or intermediate, and may be represented by 4 bits as shown in FIG. 3B. In this embodiment of the present invention, an open track in which additional recording is possible is indicated by ‘0000b’ as the track status information. An intermediate track is indicated by ‘0001b’ as the track status information, and a complete track, in which additional recording is not permitted, is indicated by ‘1000b’ as the track status information. The track status information is represented as specific bits as described above to aid in sorting the track information list entries as described later in this disclosure.
  • In the example of FIG. 2B, the first address information of an entry is a ‘start physical sector number (PSN) of track’ field. This field provides the sector address of the first sector forming the track. The last recorded address information in the example of FIG. 3B is the LRA of the track. Accordingly, if one entry is read, the kind of track, the start position and LRA of the track may be determined.
  • The track status information in each entry may also include a session start status (e.g., one of the bits in the track status information in each entry may be used as the session start bit). The session status indicates if the track is the first track or not the first track in a session. Here, the clustering of tracks into a group is called a session.
  • Track Information Update Method
  • When to update the track information may be a design parameter established according to the system or system designer. However, examples of events triggering update will be described in detail below.
  • When a new track is generated or a track is closed, since the track information is newly generated, the track information may be updated. When a disc is ejected from a driver or the power to the driver is turned off, use of the disc is stopped at least temporarily. At these times, the track information is updated.
  • FIGS. 4 and 5 illustrate two example embodiments of a method of updating the track information according to the present invention. As shown in FIG. 4, the track information in a preceding step and the track information to be updated now are separate and recorded separately. In this method, the track information previously recorded is included in the current recording such that the track information is recorded cumulatively.
  • More specifically, to record the track information updated at time n+1, the track information recorded at time n and the track information at time n+1 are recorded sequentially. In other words, the track information in the preceding track recording step is included, but recorded separately from current track information. Similarly when updating the track information at time n+2, the track information recorded at time n and n+1 is included, but recorded separately.
  • The advantage of this embodiment is that the contents of the track information at each stage of disc usage is recorded in sequential order. It is easy to confirm the usage status of the disc. If only the latest track information is recorded, it would be more difficult to access the previous track information and require a longer time to access this information.
  • FIG. 5 illustrates another embodiment of a method of updating the track information according to the present invention. The track information previously recorded and the track information to be updated now are included and recorded cumulatively. However, prior to recording, the track information list is sorted and recorded in a specific order.
  • More specifically, to record the track information updated at time n+1, the track information recorded at time n and the track information to be updated now at time n+1 are considered as one track information list and sorted. The sorted version of the track information is then recorded in a specific order.
  • For example, the track information list entries may be sorted by track status (i.e., the kind of track). Using the format of the track status information described above with respect to FIG. 2B as an example, the entries of the open tracks that have ‘0000b’ as track status information come first. Next, entries of the complete tracks that have ‘1000b’ as the track status information are recorded, and last, the entries of the intermediate track that have ‘0001b’ as track status information are recorded. For entries having the same track status information, the entries are sorted by the first address information such that the entries having smaller addresses are recorded first.
  • Another method is also possible. For example at first the track information list entries may be sorted by the first address information such that the entries having smaller addresses are recorded first. It should be understood that these are merely examples of the sorting that may take place, and that a system designer may adopt other basis for sorting that fall within the spirit and scope of the present invention.
  • The advantage of this embodiment of the present invention is that information on the tracks in a disc are sorted according to their kind so that the information related to a kind of track (e.g., open track) may be easily obtained. Also, because the track information for each track is recorded in the updating, the track information for the data area is easily and quickly accessible.
  • The two embodiments described above are complementary to each other. The system or user may select and use the method suitable to their environment.
  • FIG. 6 illustrates a schematic diagram of an embodiment of an optical disk recording and reproducing apparatus according to the present invention. As shown, an encoder 9 receives and encodes data (e.g., still image data, audio data, video data, etc.). The encoder 9 outputs the encoded data along with coding information and stream attribute information. A multiplexer 8 multiplexes the encoded data based on the coding information and stream attribute information to create, for example, an MPEG-2 transport stream. A source packetizer 7 packetizes the transport packets from the multiplexer 8 into source packets in accordance with the audio/video format of the optical disk. As shown in FIG. 6, the operations of the encoder 9, the multiplexer 8 and the source packetizer 7 are controlled by a controller 10. The controller 10 receives user input on the recording operation, and provides control information to encoder 9, multiplexer 8 and the source packetizer 7. For example, the controller 10 instructs the encoder 9 on the type of encoding to perform, instructs the multiplexer 8 on the transport stream to create, and instructs the source packetizer 7 on the source packet format. The controller 10 further controls a drive 3 to record the output from the source packetizer 7 on the optical disk.
  • The controller 10 also creates the navigation and management information for managing reproduction of the data being recorded on the optical disk. For example, the controller 10 controls the drive 3 to record one or more of the data structures of FIGS. 1-3 on the optical disk.
  • During reproduction or further recording operations, the controller 10 may control the drive 3 to reproduce this data structure. Based on the information contained therein, as well as user input received over the user interface (e.g., control buttons on the recording and reproducing apparatus or a remote associated with the apparatus), the controller 10 controls the drive 3 to reproduce and/or record data from/to the optical disk as discussed in detail above.
  • Reproduced source packets are received by a source depacketizer 4 and converted into a data stream (e.g., an MPEG-2 transport packet stream). A demultiplexer 5 demultiplexes the data stream into encoded data. A decoder 6 decodes the encoded data to produce the original data that was fed to the encoder 9. During reproduction, the controller 10 controls the operation of the source depacketizer 4, demultiplexer 5 and decoder 6. The controller 10 receives user input on the reproducing operation, and provides control information to decoder 6, demultiplexer 5 and the source packetizer 4. For example, the controller 10 instructs the decoder 9 on the type of decoding to perform, instructs the demultiplexer 5 on the transport stream to demultiplex, and instructs the source depacketizer 4 on the source packet format.
  • While FIG. 6 has been described as a recording and reproducing apparatus, it will be understood that only a recording or only a reproducing apparatus may be provided using those portions of FIG. 6 providing the recording or reproducing function.
  • The write-once optical disc management data structure and method of recording and reproducing this data structure as well as updating the management data provide information regarding the use of the recording medium to sequentially store data in continuous recording areas (e.g., tracks). This data structure and these methods remain applicable for the case where the number of the open tracks, in which additional recording is possible, is not limited.
  • The data structure for and method for managing at least a data area of a high-density recording medium in accordance with embodiments of the present invention enables an efficient and progressive use of a write-once recording medium such as BD-WO.
  • As apparent from the above description, the present invention also provides apparatuses for recording a data structure on a high density recording medium for managing at least a data area of the recording medium.
  • While the invention has been disclosed with respect to a limited number of embodiments, those skilled in the art, having the benefit of this disclosure, will appreciate numerous modifications and variations there from. For example, while described with respect to a Blu-ray Write-Once optical disk in several instances, the present invention is not limited to this standard of optical disk or to optical disks. It is intended that all such modifications and variations fall within the spirit and scope of the invention.

Claims (27)

1. A recording medium comprising:
a data area including at least one recording partition, the recording partition being classified into one of recordable recording partition and non-recordable partition; and
a management area storing therein recording partition information that includes a list having entry information for each of the recording partition,
wherein the entry information is sorted in order of a preceding position of the recording partition.
2. The recording medium of claim 1, wherein the entry information is sorted in ascending order of a start address of the recording partition.
3. The recording medium of claim 1, wherein the entry information includes a last recorded address indicating a position on which data is recorded last within the recording partition.
4. The recording medium of claim 1, wherein the entry information includes a start address of the recording partition.
5. The recording medium of claim 1, wherein the entry information includes status information indicating status of the recording partition and the entry information is sorted based on the status information.
6. The recording medium of claim 5, wherein the status information indicates whether the recording partition is a recordable recording partition.
7. The recording medium of claim 5, wherein entry information of which status information indicates that the recording partition is a recordable recording partition is sorted first.
8. A method for recording management information on a recording medium, the recording medium having a data area divided into at least one recording partition which is classified into one of recordable partition and non-recordable partition and a management area storing the management information for the recording partition, the method comprising:
sorting entry information for each of the recording partition in order of a preceding position of the recording partition; and
recording a list having the sorted entry information on the management area.
9. The method of claim 8, wherein the sorting sorts the entry information in ascending order of a start address of the recording partition.
10. The method of claim 8, wherein the entry information includes a last recorded address indicating a position on which data is recorded last within the recording partition.
11. The method of claim 8, wherein the entry information includes a start address of the recording partition.
12. The recording medium of claim 8, wherein the entry information includes status information indicating status of the recording partition and the entry information is sorted based on the status information.
13. The recording medium of claim 12, wherein the status information indicates whether the recording partition is a recordable recording partition.
14. A method for reproducing management information from recording medium, the recording medium having a data area divided into at least one recording partition which is classified into one of recordable partition and non-recordable partition and a management area storing the management information for the recording partition, the method comprising:
reading a list having entry information for each of the recording partition from the management area;
sorting the entry information in order of a preceding position of the recording partition; and
identifying the recording partition on the data area based on the sorted entry information.
15. The method of claim 14, wherein the sorting sorts the entry information in ascending order of a start address of the recording partition.
16. The method of claim 14, further comprising:
checking a last recorded address included in the entry information, the last recorded address indicating a position on which data is recorded last within the recording partition.
17. The method of claim 14, wherein the entry information includes a start address of the recording partition.
18. The method of claim 14, wherein the entry information includes status information indicating status of the recording partition and the entry information is sorted based on the status information.
19. The method of claim 18, wherein the status information indicates whether the recording partition is a recordable recording partition.
20. An apparatus for recording management information on a recording medium, the recording medium having a data area divided into at least one recording partition which is classified recordable recording partition and non-recordable recording partition and a management area storing the management information for the recording partition, the apparatus comprising:
a pickup configured to record data on the recording medium; and
a control unit configured to sort entry information for each of the recording partition in order of a preceding position of the recording partition, and control the pickup to record a list having the sorted entry information on the management area of the recording medium.
21. The apparatus of claim 20, wherein the control unit is configured to sort the entry information in ascending order of a start address of the recording partition.
22. The apparatus of claim 20, wherein the control unit is configured to generate the entry information to include a last recorded address indicating a position on which data is recorded last within the recording partition.
23. The apparatus of claim 20, wherein the control unit is configured to generate the entry information to include a start address of the recording partition.
24. The apparatus of claim 20, wherein the control unit is configured to generate the entry information to include status information indicating status of the recording partition and the control unit is configured to sort the entry information based on the status information first.
25. An apparatus for reproducing management information from a recording medium, the recording medium having a data area divided into at least one recording partition which is classified into one of recordable partition and non-recordable partition and a management area storing the management information for the recording partition, the apparatus comprising:
a pickup configured to reproduce data from the recording medium; and
a control unit configured to control the pickup to read a list having entry information for each of the recording partition from the management area, sort the entry information in ascending order of a start address of the recording partition, and identify the recording partition on the data area based on the sorted entry information.
26. The apparatus of claim 25, wherein the entry information includes the start address of the recording partition.
27. The apparatus of claim 25, wherein the control unit is configured to sort the entry information based on status information included in the entry information first.
US12/081,285 2003-05-18 2008-04-14 Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses Abandoned US20080192596A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/081,285 US20080192596A1 (en) 2003-05-18 2008-04-14 Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
KR10-2003-031958 2003-05-16
KR20030031958 2003-05-20
US10/840,264 US7522501B2 (en) 2003-05-09 2004-05-07 Recording, reproducing and product for management of data having a temporary defect management area containing at least one pointer
US12/081,285 US20080192596A1 (en) 2003-05-18 2008-04-14 Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/840,264 Continuation US7522501B2 (en) 2003-05-09 2004-05-07 Recording, reproducing and product for management of data having a temporary defect management area containing at least one pointer

Publications (1)

Publication Number Publication Date
US20080192596A1 true US20080192596A1 (en) 2008-08-14

Family

ID=39717864

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/840,264 Expired - Fee Related US7522501B2 (en) 2003-05-09 2004-05-07 Recording, reproducing and product for management of data having a temporary defect management area containing at least one pointer
US12/081,285 Abandoned US20080192596A1 (en) 2003-05-18 2008-04-14 Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses
US12/081,284 Abandoned US20080212434A1 (en) 2003-05-09 2008-04-14 Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/840,264 Expired - Fee Related US7522501B2 (en) 2003-05-09 2004-05-07 Recording, reproducing and product for management of data having a temporary defect management area containing at least one pointer

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/081,284 Abandoned US20080212434A1 (en) 2003-05-09 2008-04-14 Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses

Country Status (12)

Country Link
US (3) US7522501B2 (en)
EP (1) EP1623422A1 (en)
JP (1) JP2007528564A (en)
KR (1) KR20050119703A (en)
AU (1) AU2004237019B2 (en)
BR (1) BRPI0410196A (en)
CA (1) CA2525119A1 (en)
MX (1) MXPA05012043A (en)
MY (1) MY140669A (en)
RU (1) RU2349973C2 (en)
TW (1) TW200501119A (en)
WO (1) WO2004100156A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102015103321B4 (en) 2014-03-06 2018-06-14 Infineon Technologies Ag Double diaphragm mems microphone without backplate element

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI294622B (en) * 2002-08-12 2008-03-11 Samsung Electronics Co Ltd Disc with tdds and tdfl, and method and apparatus for managing defect in the same
KR20040027259A (en) 2002-09-26 2004-04-01 엘지전자 주식회사 Method for managing a defect area on optical disc write once
US7233550B2 (en) 2002-09-30 2007-06-19 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording management information on write-once optical disc
KR20040028469A (en) 2002-09-30 2004-04-03 엘지전자 주식회사 Method for managing a defect area on optical disc write once
JP4914610B2 (en) 2002-12-11 2012-04-11 エルジー エレクトロニクス インコーポレイティド Overwrite management method and management information recording method for write-once optical disc
US7672204B2 (en) 2003-01-27 2010-03-02 Lg Electronics Inc. Optical disc, method and apparatus for managing a defective area on an optical disc
TWI314315B (en) 2003-01-27 2009-09-01 Lg Electronics Inc Optical disc of write once type, method, and apparatus for managing defect information on the optical disc
US20040160799A1 (en) 2003-02-17 2004-08-19 Park Yong Cheol Write-once optical disc, and method and apparatus for allocating spare area on write-once optical disc
TWI335587B (en) 2003-02-21 2011-01-01 Lg Electronics Inc Write-once optical recording medium and defect management information management method thereof
US7499383B2 (en) 2003-02-21 2009-03-03 Lg Electronics Inc. Write-once optical disc and method for managing spare area thereof
AU2003282449A1 (en) 2003-03-04 2004-09-28 Lg Electronics Inc. Method for recording on optical recording medium and apparatus using the same
TWI328805B (en) 2003-03-13 2010-08-11 Lg Electronics Inc Write-once recording medium and defective area management method and apparatus for write-once recording medium
MXPA05012044A (en) 2003-05-09 2006-02-03 Lg Electronics Inc Write once optical disc, and method and apparatus for recovering disc management information from the write once optical disc.
JP4846566B2 (en) 2003-05-09 2011-12-28 エルジー エレクトロニクス インコーポレイティド Optical disk that can be recorded only once, and method and apparatus for restoring management information from an optical disk that can be recorded only once
RU2355047C2 (en) * 2003-07-14 2009-05-10 Эл Джи Электроникс Инк. Optical disk for single recording, method and device for recording on it controlling information
KR20050009031A (en) 2003-07-15 2005-01-24 엘지전자 주식회사 Method for recording management information on optical disc write once
DK1652174T3 (en) 2003-08-05 2010-06-07 Lg Electronics Inc Disposable optical disc and method and apparatus for recording / reproducing control information on / from the optical disc
US7313065B2 (en) 2003-08-05 2007-12-25 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording/reproducing management information on/from optical disc
CA2537895A1 (en) 2003-09-08 2005-03-17 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording management information thereon
CA2537889C (en) 2003-09-08 2013-10-22 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording management information on the write-once optical disc
RU2361295C2 (en) 2003-09-08 2009-07-10 ЭлДжи ЭЛЕКТРОНИКС ИНК. Write-once optical disk and method of recording management data on it
KR100964685B1 (en) 2003-10-20 2010-06-21 엘지전자 주식회사 Method and apparatus for recording and reproducing data on/from optical disc write once
JP2005267825A (en) * 2004-02-19 2005-09-29 Ricoh Co Ltd Defect management information setting method, recording method, defect management method, program, recording medium, and information recording device
KR101024916B1 (en) 2004-03-19 2011-03-31 엘지전자 주식회사 Method for writing data in high density optical write once disc and Apparatus for the same
WO2005124768A1 (en) * 2004-06-15 2005-12-29 Matsushita Electric Industrial Co., Ltd. Drive device
KR101014727B1 (en) 2004-06-23 2011-02-16 엘지전자 주식회사 Method and Apparatus for managing a overwrite in Optical write once disc
JP4379276B2 (en) 2004-08-16 2009-12-09 ソニー株式会社 Recording method, recording apparatus, reproducing method, reproducing apparatus, and recording medium
JP5144265B2 (en) 2004-09-14 2013-02-13 エルジー エレクトロニクス インコーポレイティド Recording medium and recording / reproducing method and apparatus for recording medium
KR101227485B1 (en) 2005-11-25 2013-01-29 엘지전자 주식회사 Recording mdium, Method and Apparatus for recording defect management information on the recording medium

Citations (88)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US699398A (en) * 1901-08-21 1902-05-06 Robert G Armstrong Connecting device.
US4733386A (en) * 1985-05-02 1988-03-22 Hitachi, Ltd. Method of writing file data into a write-once type memory device
US4807205A (en) * 1985-11-29 1989-02-21 Michel Picard Process for writing with updating and reading informations on a non-erasable support organized into sectors
US5111444A (en) * 1988-07-13 1992-05-05 Matsushita Electric Industrial Co., Ltd. Method of managing defective sectors in a disk-shaped information recording medium and an apparatus for performing the same
US5210734A (en) * 1989-08-30 1993-05-11 Victor Company Of Japan, Ltd. Information management method for appendage type additional information recording medium
US5319626A (en) * 1990-08-27 1994-06-07 Mitsubishi Electric Corporation Method for rewriting defect management areas on optical disk according to ECMA standard
US5404357A (en) * 1991-06-27 1995-04-04 Matsushita Electric Industrial Co., Ltd. Information writing and reading apparatus
US5426624A (en) * 1992-08-28 1995-06-20 Kabushiki Kaisha Kenwood Optical disk apparatus for linking fragmented regions in a user table of contents
US5481519A (en) * 1990-10-03 1996-01-02 Canon Kabushiki Kaisha Method for recording, reproducing and managing file data on a recording medium
US5495466A (en) * 1994-01-10 1996-02-27 Eastman Kodak Company Write verification in an optical recording system by sensing mark formation while writing
US5528571A (en) * 1993-06-08 1996-06-18 Sony Corporation Optical disc apparatus
US5608715A (en) * 1994-07-26 1997-03-04 Pioneer Electronic Corporation Multi-layered recording disk and recording/reproducing system using the same
US5715221A (en) * 1995-04-21 1998-02-03 Matsushita Electric Industrial Method for managing defects in an information recording medium, and a device and information recording medium using said method
US5720030A (en) * 1994-08-22 1998-02-17 Seiko Epson Corporation Preprocess method, information read/write method, input/output device and read/write device
US5732053A (en) * 1993-03-09 1998-03-24 Canon Kabushiki Kaisha Information recording method information recording apparatus
US5740435A (en) * 1994-10-31 1998-04-14 Sony Corporation Data management apparatus and method for managing data of variable lengths recorded on a record medium
US5745444A (en) * 1994-12-19 1998-04-28 Hitachi, Ltd. Method of controlling recording information on an optical disk using replacement control information
US5867455A (en) * 1993-12-07 1999-02-02 Hitachi, Ltd. Optical method and device for irradiating domains at predetermined positions
US5878020A (en) * 1996-03-25 1999-03-02 Kabushiki Kaisha Toshiba Information recording disk with management areas
US5914928A (en) * 1996-03-25 1999-06-22 Kabushiki Kaisha Toshiba Information recording disk having replacement area
US6058085A (en) * 1992-07-31 2000-05-02 Sony Corporation Method and apparatus for identifying and skipping defective sections
US6189118B1 (en) * 1998-10-22 2001-02-13 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US6233654B1 (en) * 1996-03-05 2001-05-15 Sony Corporation Recording apparatus having a partially exchangeable disk array, a loading/unloading device, and a control device and which uses a disk-like recording medium
US20010009537A1 (en) * 2000-01-26 2001-07-26 Lg Electronics, Inc. Method of formatting optical recording medium
US6341109B1 (en) * 1999-02-05 2002-01-22 Nec Corporation Defective area replacement method and information writing/reading device
US20020025138A1 (en) * 2000-01-11 2002-02-28 Hitachi, Ltd. Apparatus and method for recording and reproducing information
US6373800B1 (en) * 1998-09-14 2002-04-16 Kabushiki Kaisha Toshiba Information recording apparatus and method with replacement process
US20020049938A1 (en) * 1998-11-10 2002-04-25 Samsung Electronics Co., Inc. Recording medium having spare area for defect management and information on defect management, and method of allocating spare area and method of managing defects
US6405332B1 (en) * 1998-05-27 2002-06-11 Oki Electric Industry Co, Ltd. Storage device and alternate processing method for defective sectors of the same
US6414923B1 (en) * 1998-08-17 2002-07-02 Lg Electronics Inc. Recording/reproducing method of optical recording medium
US6418100B1 (en) * 1998-10-20 2002-07-09 Lg Electronics Inc. Method for formatting, and managing defective area of, optical recording medium
US20020097665A1 (en) * 1998-10-10 2002-07-25 Samsung Electronics Co., Ltd. Recording medium having spare areas for defect management and method of allocating spare areas
US20020099950A1 (en) * 2001-01-22 2002-07-25 Smith Kenneth K. Method of maintaining integrity of an instruction or data set
US6529458B1 (en) * 1998-09-26 2003-03-04 Lg Electronics Inc. Method for managing defective area of optical recording medium
US6542450B1 (en) * 1998-11-11 2003-04-01 Lg Electronics Inc. Method for assigning spare area in optical recording medium
US20030072236A1 (en) * 2001-10-12 2003-04-17 Akemi Hirotsune Recording method, recording medium, and recording system
US6564345B1 (en) * 1998-03-02 2003-05-13 Lg Electronics, Inc. Method for creating defect management information in an recording medium, and apparatus and medium based on said method
US20030095482A1 (en) * 2001-11-20 2003-05-22 Chien-Li Hung Method for adjusting the writing speed of a CD drive
US6581167B1 (en) * 1999-02-01 2003-06-17 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording method and information recording/reproduction system
US6594209B2 (en) * 2000-06-06 2003-07-15 Koninklijke Philips Electronics N.V. Method of immediate writing or reading files on a disc like recording medium
US20030137910A1 (en) * 2002-01-22 2003-07-24 Hiroshi Ueda Multi-layered information recording medium, reproduction apparatus, recording apparatus, reproduction method, and recording method
US20030137913A1 (en) * 1996-12-19 2003-07-24 Matsushita Electric Industrial Co., Ltd. Optical disk, method for recording and reproducing write-once information on and from optical disk, optical disk reproducing device, optical disk recording and reproducing device, device for recording write-once information on optical disk, and optical disk recording device
US20030137909A1 (en) * 2002-01-22 2003-07-24 Motoshi Ito Multi-layered information recording medium, recording apparatus , and recording method
US20030142608A1 (en) * 2002-01-31 2003-07-31 Yoshikazu Yamamoto Information recording medium, recording apparatus, reproduction apparatus, recording method, reproduction method and defect management method
US20040001408A1 (en) * 2000-05-30 2004-01-01 Dataplay, Inc. Defect management system for write-once storage disk
US20040004917A1 (en) * 2002-07-04 2004-01-08 Ming-Hung Lee Method for managing spare blocks of an optical disc
US6697306B2 (en) * 2000-07-31 2004-02-24 Sony Corporation Data recording method, data outputting method, and data recording and/or reproducing method
US6714502B2 (en) * 2000-04-08 2004-03-30 Samsung Electronics Co., Ltd Method of verifying defect management area information of optical disc and apparatus for performing the same
US20040062160A1 (en) * 2002-09-30 2004-04-01 Park Yong Cheol Write-once type optical disc, and method and apparatus for managing defective areas on write-once type optical disc using TDMA information
US20040062159A1 (en) * 2002-09-26 2004-04-01 Park Yong Cheol Optical disc, method and apparatus for managing a defective area on an optical disc of write once type
US20040076096A1 (en) * 2002-10-18 2004-04-22 Samsung Electronics, Co., Ltd. Method of and apparatus for managing disc defects using temporary defect management information (TDFL) and temporary defect management information (TDDS), and disc having the TDFL and TDDS
US20040090888A1 (en) * 2002-09-30 2004-05-13 Park Yong Cheol Write-once optical disc, and method and apparatus for recording management information on write-once optical disc
US6738341B2 (en) * 1997-12-18 2004-05-18 Mitsubishi Denki Kabushiki Kaisha Rewritable optical disk with spare area and optical disk processing apparatus
US20040105363A1 (en) * 2002-08-12 2004-06-03 Samsung Electronics Co., Ltd. Disc with temporary disc definition structure (TDDS) and temporary defect list (TDFL), and method of and apparatus for managing defect in the same
US20040114474A1 (en) * 2002-12-11 2004-06-17 Park Yong Cheol Method and apparatus for managing overwrite on an optical disc write once
US20040120233A1 (en) * 2002-12-11 2004-06-24 Park Yong Cheol Method of managing overwrite and method of recording management information on an optical disc write once
US20040125716A1 (en) * 2002-09-10 2004-07-01 Samsung Electronics Co., Ltd. Of Suwon-City, Korea Method and apparatus for adaptively allocating a spare area in a recording medium, and a recording medium having a spare area allocated using the same
US20040125717A1 (en) * 2002-10-10 2004-07-01 Samsung Electronics Co., Ltd. Method of and apparatus for managing disc defects in disc, and disc on which defects are managed
US6760288B2 (en) * 1999-09-23 2004-07-06 Koninklijke Philips Electronics N.V. Method of immediate writing or reading files on a disc like recording medium
US6763429B1 (en) * 2000-03-31 2004-07-13 Hitachi, Ltd. Method and apparatus for recording and playing back information
US20040136292A1 (en) * 2003-01-14 2004-07-15 Park Yong Cheol Method for managing defective area on optical disc of writable once type
US6766418B1 (en) * 2001-04-30 2004-07-20 Emc Corporation Methods and apparatus for accessing data using a cache
US20040145980A1 (en) * 2003-01-27 2004-07-29 Park Yong Cheol Optical disc of write once type, method, and apparatus for managing defect information on the optical disc
US6842580B1 (en) * 1999-01-27 2005-01-11 Matsushita Electric Industrial Co., Ltd. Real-time recording/reproduction on an information recording medium including a defective region
US20050008346A1 (en) * 2002-10-07 2005-01-13 Pioneer Corporation Recording apparatus, method for controlling the same and playback apparatus
US20050007910A1 (en) * 2003-07-08 2005-01-13 Motoshi Ito Write-once recording medium, recording method, recording apparatus, reproduction method, and reproduction apparatus
US6845069B2 (en) * 2000-07-26 2005-01-18 Pioneer Corporation Information editing apparatus, information editing method, and information recording medium on which program for controlling edit is recorded so as to be read by computer
US20050025007A1 (en) * 2003-07-15 2005-02-03 Park Yong Cheol Write-once optical disc, and method and apparatus for recording management information thereon
US20050047294A1 (en) * 2003-05-10 2005-03-03 Park Yong Cheol Write-once optical disc, and method and apparatus for recording/reproducing management information on/from optical disc
US20050050402A1 (en) * 2003-08-12 2005-03-03 Takeshi Koda Information recording medium, recording apparatus and method, reproducing apparatus and method, computer program for controlling record or reproduction, and data structure including control signal
US20050055500A1 (en) * 2003-09-08 2005-03-10 Park Yong Cheol Write-once optical disc and method for recording management information thereon
US20050052972A1 (en) * 2003-09-08 2005-03-10 Park Yong Cheol Write-once optical disc and method for recording management information thereon
US20050052973A1 (en) * 2003-09-08 2005-03-10 Park Yong Cheol Write-once optical disc, and method and apparatus for recording management information on the write-once optical disc
US20050060489A1 (en) * 2003-07-14 2005-03-17 Park Yong Cheol Write-once optical disc, method and apparatus for recording management information on write-once optical disc
US20050068877A1 (en) * 1997-05-21 2005-03-31 Lg Electronics Inc. Optical disc having variable spare area rates and method for variably setting the rate of spare areas in the optical disc
US6883111B2 (en) * 2001-11-12 2005-04-19 Hitachi, Ltd. Data recording method and data recording apparatus
US20050083767A1 (en) * 2002-11-22 2005-04-21 Sony Corporation Recording medium, recording device, reproduction device, recording method, and reproduction method
US20050083740A1 (en) * 2002-06-11 2005-04-21 Shoei Kobayashi Disc recording medium, recording method, disc drive device
US20050083830A1 (en) * 2002-01-18 2005-04-21 Koninkljke Philips Electronics N.V. Optical data storage medium and use of such medium
US7002882B2 (en) * 2001-03-22 2006-02-21 Kabushiki Kaisha Toshiba Information recording medium capable of defect management, information recording apparatus capable of defect management, and information playback apparatus for playing back information from defect-managed medium
US7027373B2 (en) * 2000-03-08 2006-04-11 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording method and information reproduction method
US7027059B2 (en) * 2002-05-30 2006-04-11 Intel Corporation Dynamically constructed rasterizers
US7050701B1 (en) * 1998-09-25 2006-05-23 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording/reproducing method, and information recording/reproducing device
US7161879B2 (en) * 2003-04-26 2007-01-09 Samsung Electronics Co., Ltd. Method of and drive for recording medium defect management, and defect managed recording medium
US7188271B2 (en) * 2003-02-25 2007-03-06 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording management information on write-once optical disc
US7236687B2 (en) * 2000-04-21 2007-06-26 Sony Corporation Information processing apparatus and method, program, and recording medium
US20080046780A1 (en) * 2003-01-28 2008-02-21 Hirofumi Shibuya Nonvolatile memory
US7506109B2 (en) * 2003-05-09 2009-03-17 Lg Electronics Inc. Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses

Family Cites Families (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58194143A (en) * 1982-05-07 1983-11-12 Hitachi Ltd Recording and reproducing system of data
US5247494A (en) 1984-06-08 1993-09-21 Matsushita Electric Industrial Co. Ltd. Method for recording and reproducing information on and from an optical disk having a read-only recorded zone and a writable and readable zone using a spot laser light
JPH01128266A (en) * 1987-11-13 1989-05-19 Pioneer Electron Corp Method for controlling drive device for writable disk
US4963866A (en) * 1989-03-27 1990-10-16 Digital Recorders, Inc. Multi channel digital random access recorder-player
JPH0346164A (en) * 1989-07-14 1991-02-27 Hitachi Ltd Alternative sector managing system and information recording and reproducing system
JPH0428061A (en) * 1990-05-24 1992-01-30 Matsushita Electric Ind Co Ltd Information recording medium and information recording and reproducing device
JP2776006B2 (en) * 1990-07-06 1998-07-16 松下電器産業株式会社 Information recording / reproducing device
JP3315711B2 (en) * 1990-09-17 2002-08-19 ヒューレット・パッカード・カンパニー Write management system and method for magneto-optical disk data storage device
US5448728A (en) 1991-08-08 1995-09-05 Sharp Kabushiki Kaisha Storage medium control system for controlling a write-once read-many storage medium
US5235585A (en) 1991-09-11 1993-08-10 International Business Machines Reassigning defective sectors on a disk
JPH05313980A (en) 1992-05-07 1993-11-26 Olympus Optical Co Ltd Information recording method
US5473753A (en) 1992-10-30 1995-12-05 Intel Corporation Method of managing defects in flash disk memories
US5687397A (en) 1993-02-26 1997-11-11 Sony Corporation System for expansion of data storage medium to store user data
US5650881A (en) 1994-11-02 1997-07-22 Texas Instruments Incorporated Support post architecture for micromechanical devices
JPH08147702A (en) * 1994-11-11 1996-06-07 Mitsumi Electric Co Ltd Method of writing to optical disk
JPH08147110A (en) 1994-11-18 1996-06-07 Sony Corp Method and device for data recording medium management and data recording medium
JPH08273162A (en) * 1995-03-31 1996-10-18 Ricoh Co Ltd Optical disk device
KR0183160B1 (en) * 1995-09-30 1999-05-15 김광호 Multi-session disc and a fast access method
RU2182722C2 (en) 1995-11-10 2002-05-20 Сони Корпорейшн Data processing device and method thereof
JPH09270175A (en) * 1996-03-29 1997-10-14 Ricoh Co Ltd Direct read after write type optical disk device
JPH1050032A (en) * 1996-07-26 1998-02-20 Sony Corp Draw type disk system, draw type disk recording or reproducing method and draw type disk drive device
US5805536A (en) 1996-11-07 1998-09-08 Eastman Kodak Company Method for bandwidth reduction in writeable optical data storage apparatus
JPH10199154A (en) * 1997-01-13 1998-07-31 Matsushita Electric Ind Co Ltd Optical disk device
JP3050375B2 (en) 1997-03-12 2000-06-12 インターナショナル・ビジネス・マシーンズ・コーポレイション Disk drive device and disk drive error recovery method
JPH11242850A (en) 1998-02-25 1999-09-07 Hitachi Ltd Real time data recording system
SG129225A1 (en) 1998-04-20 2007-02-26 Samsung Electronics Co Ltd Optical data storage medium
US6765853B1 (en) * 1998-06-15 2004-07-20 Samsung Electronics Co., Ltd. Recording medium for storing write protection information and write protection method thereof
JP2000040305A (en) 1998-07-21 2000-02-08 Fujitsu Ltd Recording medium and storage device
US6788631B1 (en) * 1998-09-02 2004-09-07 Lc Electronics Inc. Optical recording medium having recording capacity information and method for indicating recording capacity
KR100459161B1 (en) 1998-11-20 2005-01-15 엘지전자 주식회사 optical recording medium and method for assigning spare area and for managing defect area of optical recording medium
AU5449799A (en) 1998-09-10 2000-04-03 Matsushita Electric Industrial Co., Ltd. Optical information recording medium, method of manufacture thereof, and method of recording and reproduction
US6466532B1 (en) * 1998-11-10 2002-10-15 Samsung Electronics Co., Ltd. Recording medium having spare area for defect management and information on defect management, and method and apparatus of allocating spare area and managing defects
KR100451718B1 (en) * 1999-01-13 2004-10-08 엘지전자 주식회사 Optical recording medium and method for managing defect area and method for controlling record/playback of it
MY122279A (en) 1999-03-03 2006-04-29 Sony Corp Nonvolatile memory and nonvolatile memory reproducing apparatus
US6160778A (en) 1999-03-08 2000-12-12 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording method, information recording apparatus and information reproducing apparatus
US6615363B1 (en) 1999-03-19 2003-09-02 Hitachi Maxell, Ltd. Optical disk and method of recording on the same
WO2001048753A1 (en) 1999-12-28 2001-07-05 Mitsubishi Chemical Corporation Rewritable phase change optical disk partly having rom region and data recording and erasing methods for optical disk
US6804797B2 (en) 2000-04-08 2004-10-12 Samsung Electronics, Co., Ltd. Method of verifying defect management area information of disc and test apparatus for performing the same
JP3898430B2 (en) 2000-09-18 2007-03-28 株式会社日立製作所 Optical recording apparatus and optical disk used therefor
US7023775B2 (en) * 2001-03-22 2006-04-04 Matsushita Electric Industrial Co., Ltd. Recording apparatus and method, and reproduction apparatus and method for recording data to or reproducing data from a write once type information recording medium, and write once type information recording medium
JP2002288937A (en) * 2001-03-22 2002-10-04 Toshiba Corp Information recording medium, information recorder, information recording method, information reproducing device and information reproducing method
JP2002298360A (en) * 2001-03-30 2002-10-11 Canon Inc Method and device for recording information in information recording medium
US7092334B2 (en) 2001-04-12 2006-08-15 Hitachi-Lg Data Storage Korea, Inc. Method of detecting a defect area of a disk
JP2003030844A (en) * 2001-07-13 2003-01-31 Hitachi Ltd Optical disk information recorder and optical disk
JP4100913B2 (en) 2002-01-15 2008-06-11 株式会社リコー Information reproduction apparatus, data management information acquisition method, data management information acquisition program, storage medium, and reproduction system
CN101256801B (en) * 2002-03-20 2011-11-16 松下电器产业株式会社 Information recording method, recording apparatus, reproduction apparatus
JP4279515B2 (en) 2002-06-25 2009-06-17 株式会社日立グローバルストレージテクノロジーズ Recording / playback device
TWI273575B (en) 2002-08-03 2007-02-11 Samsung Electronics Co Ltd Information storage medium and method of recording and/or reproducing with respect to the medium
US6826140B2 (en) 2002-08-26 2004-11-30 Bae Systems Information And Electronic Systems Integration Inc Multichannel digital recording system with multi-user detection
AU2003282449A1 (en) * 2003-03-04 2004-09-28 Lg Electronics Inc. Method for recording on optical recording medium and apparatus using the same
JP4026518B2 (en) * 2003-03-12 2007-12-26 ソニー株式会社 Recording medium, recording apparatus, and recording method
TWI328805B (en) 2003-03-13 2010-08-11 Lg Electronics Inc Write-once recording medium and defective area management method and apparatus for write-once recording medium
RU2321080C2 (en) * 2003-03-13 2008-03-27 Самсунг Электроникс Ко. Лтд One-time recording disk, method for distribution of data area of one-time recordable disk and method for reproducing data from such a disk
JP3712726B2 (en) 2003-03-17 2005-11-02 パイオニア株式会社 Write-once recording medium, recording apparatus and recording method for write-once recording medium, and playback apparatus and playback method for write-once recording medium
KR100739681B1 (en) 2003-03-24 2007-07-13 삼성전자주식회사 Method of overwriting in write-once information storage medium
US8184513B2 (en) * 2003-04-15 2012-05-22 Samsung Electronics Co., Ltd. Recording/reproducing method, recording/reproducing apparatus, optical recording medium, and computer readable recording medium having recorded thereon program for the recording/reproducing method
JP4681868B2 (en) * 2004-12-16 2011-05-11 キヤノン株式会社 Information processing apparatus and control method therefor, computer program, and storage medium

Patent Citations (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US699398A (en) * 1901-08-21 1902-05-06 Robert G Armstrong Connecting device.
US4733386A (en) * 1985-05-02 1988-03-22 Hitachi, Ltd. Method of writing file data into a write-once type memory device
US4807205A (en) * 1985-11-29 1989-02-21 Michel Picard Process for writing with updating and reading informations on a non-erasable support organized into sectors
US5111444A (en) * 1988-07-13 1992-05-05 Matsushita Electric Industrial Co., Ltd. Method of managing defective sectors in a disk-shaped information recording medium and an apparatus for performing the same
US5210734A (en) * 1989-08-30 1993-05-11 Victor Company Of Japan, Ltd. Information management method for appendage type additional information recording medium
US5319626A (en) * 1990-08-27 1994-06-07 Mitsubishi Electric Corporation Method for rewriting defect management areas on optical disk according to ECMA standard
US5481519A (en) * 1990-10-03 1996-01-02 Canon Kabushiki Kaisha Method for recording, reproducing and managing file data on a recording medium
US5404357A (en) * 1991-06-27 1995-04-04 Matsushita Electric Industrial Co., Ltd. Information writing and reading apparatus
US6058085A (en) * 1992-07-31 2000-05-02 Sony Corporation Method and apparatus for identifying and skipping defective sections
US5426624A (en) * 1992-08-28 1995-06-20 Kabushiki Kaisha Kenwood Optical disk apparatus for linking fragmented regions in a user table of contents
US5732053A (en) * 1993-03-09 1998-03-24 Canon Kabushiki Kaisha Information recording method information recording apparatus
US5528571A (en) * 1993-06-08 1996-06-18 Sony Corporation Optical disc apparatus
US5867455A (en) * 1993-12-07 1999-02-02 Hitachi, Ltd. Optical method and device for irradiating domains at predetermined positions
US5495466A (en) * 1994-01-10 1996-02-27 Eastman Kodak Company Write verification in an optical recording system by sensing mark formation while writing
US5608715A (en) * 1994-07-26 1997-03-04 Pioneer Electronic Corporation Multi-layered recording disk and recording/reproducing system using the same
US5720030A (en) * 1994-08-22 1998-02-17 Seiko Epson Corporation Preprocess method, information read/write method, input/output device and read/write device
US5740435A (en) * 1994-10-31 1998-04-14 Sony Corporation Data management apparatus and method for managing data of variable lengths recorded on a record medium
US6341278B1 (en) * 1994-10-31 2002-01-22 Sony Corporation Recording and reproducing apparatus and method for accessing data stored on a randomly accessible recording medium, and for managing data thereon
US5745444A (en) * 1994-12-19 1998-04-28 Hitachi, Ltd. Method of controlling recording information on an optical disk using replacement control information
US5715221A (en) * 1995-04-21 1998-02-03 Matsushita Electric Industrial Method for managing defects in an information recording medium, and a device and information recording medium using said method
US6233654B1 (en) * 1996-03-05 2001-05-15 Sony Corporation Recording apparatus having a partially exchangeable disk array, a loading/unloading device, and a control device and which uses a disk-like recording medium
US5878020A (en) * 1996-03-25 1999-03-02 Kabushiki Kaisha Toshiba Information recording disk with management areas
US5914928A (en) * 1996-03-25 1999-06-22 Kabushiki Kaisha Toshiba Information recording disk having replacement area
US20030137913A1 (en) * 1996-12-19 2003-07-24 Matsushita Electric Industrial Co., Ltd. Optical disk, method for recording and reproducing write-once information on and from optical disk, optical disk reproducing device, optical disk recording and reproducing device, device for recording write-once information on optical disk, and optical disk recording device
US20050068877A1 (en) * 1997-05-21 2005-03-31 Lg Electronics Inc. Optical disc having variable spare area rates and method for variably setting the rate of spare areas in the optical disc
US6738341B2 (en) * 1997-12-18 2004-05-18 Mitsubishi Denki Kabushiki Kaisha Rewritable optical disk with spare area and optical disk processing apparatus
US6754860B2 (en) * 1998-03-02 2004-06-22 Lg Electronics, Inc. Method for creating defect management information in an recording medium, and apparatus and medium based on said method
US20030126527A1 (en) * 1998-03-02 2003-07-03 Lg Electronics Inc. Method for creating defect management information in an recording medium, and apparatus and medium based on said method
US20030135800A1 (en) * 1998-03-02 2003-07-17 Lg Electronics Inc. Method for creating defect management information in an recording medium, and apparatus and medium based on said method
US6564345B1 (en) * 1998-03-02 2003-05-13 Lg Electronics, Inc. Method for creating defect management information in an recording medium, and apparatus and medium based on said method
US6405332B1 (en) * 1998-05-27 2002-06-11 Oki Electric Industry Co, Ltd. Storage device and alternate processing method for defective sectors of the same
US6414923B1 (en) * 1998-08-17 2002-07-02 Lg Electronics Inc. Recording/reproducing method of optical recording medium
US6373800B1 (en) * 1998-09-14 2002-04-16 Kabushiki Kaisha Toshiba Information recording apparatus and method with replacement process
US7050701B1 (en) * 1998-09-25 2006-05-23 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording/reproducing method, and information recording/reproducing device
US6529458B1 (en) * 1998-09-26 2003-03-04 Lg Electronics Inc. Method for managing defective area of optical recording medium
US20020097665A1 (en) * 1998-10-10 2002-07-25 Samsung Electronics Co., Ltd. Recording medium having spare areas for defect management and method of allocating spare areas
US20020097666A1 (en) * 1998-10-10 2002-07-25 Samsung Electronics Co., Ltd Recording medium having spare areas for defect management and method of allocating spare areas
US6418100B1 (en) * 1998-10-20 2002-07-09 Lg Electronics Inc. Method for formatting, and managing defective area of, optical recording medium
US6189118B1 (en) * 1998-10-22 2001-02-13 Matsushita Electric Industrial Co., Ltd. Information recording medium, and method and apparatus for managing defect thereof
US20020049938A1 (en) * 1998-11-10 2002-04-25 Samsung Electronics Co., Inc. Recording medium having spare area for defect management and information on defect management, and method of allocating spare area and method of managing defects
US6542450B1 (en) * 1998-11-11 2003-04-01 Lg Electronics Inc. Method for assigning spare area in optical recording medium
US6842580B1 (en) * 1999-01-27 2005-01-11 Matsushita Electric Industrial Co., Ltd. Real-time recording/reproduction on an information recording medium including a defective region
US6581167B1 (en) * 1999-02-01 2003-06-17 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording method and information recording/reproduction system
US6341109B1 (en) * 1999-02-05 2002-01-22 Nec Corporation Defective area replacement method and information writing/reading device
US6760288B2 (en) * 1999-09-23 2004-07-06 Koninklijke Philips Electronics N.V. Method of immediate writing or reading files on a disc like recording medium
US20020025138A1 (en) * 2000-01-11 2002-02-28 Hitachi, Ltd. Apparatus and method for recording and reproducing information
US20010009537A1 (en) * 2000-01-26 2001-07-26 Lg Electronics, Inc. Method of formatting optical recording medium
US7027373B2 (en) * 2000-03-08 2006-04-11 Matsushita Electric Industrial Co., Ltd. Information recording medium, information recording method and information reproduction method
US6763429B1 (en) * 2000-03-31 2004-07-13 Hitachi, Ltd. Method and apparatus for recording and playing back information
US6714502B2 (en) * 2000-04-08 2004-03-30 Samsung Electronics Co., Ltd Method of verifying defect management area information of optical disc and apparatus for performing the same
US7236687B2 (en) * 2000-04-21 2007-06-26 Sony Corporation Information processing apparatus and method, program, and recording medium
US20040001408A1 (en) * 2000-05-30 2004-01-01 Dataplay, Inc. Defect management system for write-once storage disk
US6724701B2 (en) * 2000-06-06 2004-04-20 Koninklijke Philips Electronics N.V. Method of immediate writing or reading files on a disc like recording medium
US6594209B2 (en) * 2000-06-06 2003-07-15 Koninklijke Philips Electronics N.V. Method of immediate writing or reading files on a disc like recording medium
US6845069B2 (en) * 2000-07-26 2005-01-18 Pioneer Corporation Information editing apparatus, information editing method, and information recording medium on which program for controlling edit is recorded so as to be read by computer
US6697306B2 (en) * 2000-07-31 2004-02-24 Sony Corporation Data recording method, data outputting method, and data recording and/or reproducing method
US20020099950A1 (en) * 2001-01-22 2002-07-25 Smith Kenneth K. Method of maintaining integrity of an instruction or data set
US20060077827A1 (en) * 2001-03-22 2006-04-13 Hideki Takahashi Information recording medium capable of defect management, information recording apparatus capable of defect management, and information playback apparatus for playing back information from defect-managed medium
US7002882B2 (en) * 2001-03-22 2006-02-21 Kabushiki Kaisha Toshiba Information recording medium capable of defect management, information recording apparatus capable of defect management, and information playback apparatus for playing back information from defect-managed medium
US6766418B1 (en) * 2001-04-30 2004-07-20 Emc Corporation Methods and apparatus for accessing data using a cache
US20030072236A1 (en) * 2001-10-12 2003-04-17 Akemi Hirotsune Recording method, recording medium, and recording system
US6883111B2 (en) * 2001-11-12 2005-04-19 Hitachi, Ltd. Data recording method and data recording apparatus
US20030095482A1 (en) * 2001-11-20 2003-05-22 Chien-Li Hung Method for adjusting the writing speed of a CD drive
US20050083830A1 (en) * 2002-01-18 2005-04-21 Koninkljke Philips Electronics N.V. Optical data storage medium and use of such medium
US7184377B2 (en) * 2002-01-22 2007-02-27 Matsushita Electric Industrial Co., Ltd. Multi-layered information recording medium, recording apparatus, and recording method
US20030137909A1 (en) * 2002-01-22 2003-07-24 Motoshi Ito Multi-layered information recording medium, recording apparatus , and recording method
US20030137910A1 (en) * 2002-01-22 2003-07-24 Hiroshi Ueda Multi-layered information recording medium, reproduction apparatus, recording apparatus, reproduction method, and recording method
US20030142608A1 (en) * 2002-01-31 2003-07-31 Yoshikazu Yamamoto Information recording medium, recording apparatus, reproduction apparatus, recording method, reproduction method and defect management method
US7027059B2 (en) * 2002-05-30 2006-04-11 Intel Corporation Dynamically constructed rasterizers
US20050083740A1 (en) * 2002-06-11 2005-04-21 Shoei Kobayashi Disc recording medium, recording method, disc drive device
US20040004917A1 (en) * 2002-07-04 2004-01-08 Ming-Hung Lee Method for managing spare blocks of an optical disc
US7379402B2 (en) * 2002-08-12 2008-05-27 Samsung Electronics Co., Ltd. Disc with temporary disc definition structure (TDDS) and temporary defect list (TDFL), and method of and apparatus for managing defect in the same
US20040105363A1 (en) * 2002-08-12 2004-06-03 Samsung Electronics Co., Ltd. Disc with temporary disc definition structure (TDDS) and temporary defect list (TDFL), and method of and apparatus for managing defect in the same
US20040125716A1 (en) * 2002-09-10 2004-07-01 Samsung Electronics Co., Ltd. Of Suwon-City, Korea Method and apparatus for adaptively allocating a spare area in a recording medium, and a recording medium having a spare area allocated using the same
US20040062159A1 (en) * 2002-09-26 2004-04-01 Park Yong Cheol Optical disc, method and apparatus for managing a defective area on an optical disc of write once type
US7233550B2 (en) * 2002-09-30 2007-06-19 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording management information on write-once optical disc
US20040062160A1 (en) * 2002-09-30 2004-04-01 Park Yong Cheol Write-once type optical disc, and method and apparatus for managing defective areas on write-once type optical disc using TDMA information
US20040090888A1 (en) * 2002-09-30 2004-05-13 Park Yong Cheol Write-once optical disc, and method and apparatus for recording management information on write-once optical disc
US20050008346A1 (en) * 2002-10-07 2005-01-13 Pioneer Corporation Recording apparatus, method for controlling the same and playback apparatus
US20040125717A1 (en) * 2002-10-10 2004-07-01 Samsung Electronics Co., Ltd. Method of and apparatus for managing disc defects in disc, and disc on which defects are managed
US7327654B2 (en) * 2002-10-18 2008-02-05 Samsung Electronics Co., Ltd. Method of and apparatus for managing disc defects using temporary defect management information (TDFL) and temporary defect management information (TDDS), and disc having the TDFL and TDDS
US20040076096A1 (en) * 2002-10-18 2004-04-22 Samsung Electronics, Co., Ltd. Method of and apparatus for managing disc defects using temporary defect management information (TDFL) and temporary defect management information (TDDS), and disc having the TDFL and TDDS
US20050083767A1 (en) * 2002-11-22 2005-04-21 Sony Corporation Recording medium, recording device, reproduction device, recording method, and reproduction method
US20040114474A1 (en) * 2002-12-11 2004-06-17 Park Yong Cheol Method and apparatus for managing overwrite on an optical disc write once
US20040120233A1 (en) * 2002-12-11 2004-06-24 Park Yong Cheol Method of managing overwrite and method of recording management information on an optical disc write once
US20040136292A1 (en) * 2003-01-14 2004-07-15 Park Yong Cheol Method for managing defective area on optical disc of writable once type
US20040145980A1 (en) * 2003-01-27 2004-07-29 Park Yong Cheol Optical disc of write once type, method, and apparatus for managing defect information on the optical disc
US20080046780A1 (en) * 2003-01-28 2008-02-21 Hirofumi Shibuya Nonvolatile memory
US7188271B2 (en) * 2003-02-25 2007-03-06 Lg Electronics Inc. Write-once optical disc, and method and apparatus for recording management information on write-once optical disc
US7161879B2 (en) * 2003-04-26 2007-01-09 Samsung Electronics Co., Ltd. Method of and drive for recording medium defect management, and defect managed recording medium
US7506109B2 (en) * 2003-05-09 2009-03-17 Lg Electronics Inc. Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses
US20050047294A1 (en) * 2003-05-10 2005-03-03 Park Yong Cheol Write-once optical disc, and method and apparatus for recording/reproducing management information on/from optical disc
US20050007910A1 (en) * 2003-07-08 2005-01-13 Motoshi Ito Write-once recording medium, recording method, recording apparatus, reproduction method, and reproduction apparatus
US20050060489A1 (en) * 2003-07-14 2005-03-17 Park Yong Cheol Write-once optical disc, method and apparatus for recording management information on write-once optical disc
US20050025007A1 (en) * 2003-07-15 2005-02-03 Park Yong Cheol Write-once optical disc, and method and apparatus for recording management information thereon
US20050050402A1 (en) * 2003-08-12 2005-03-03 Takeshi Koda Information recording medium, recording apparatus and method, reproducing apparatus and method, computer program for controlling record or reproduction, and data structure including control signal
US20050055500A1 (en) * 2003-09-08 2005-03-10 Park Yong Cheol Write-once optical disc and method for recording management information thereon
US20050052972A1 (en) * 2003-09-08 2005-03-10 Park Yong Cheol Write-once optical disc and method for recording management information thereon
US20050052973A1 (en) * 2003-09-08 2005-03-10 Park Yong Cheol Write-once optical disc, and method and apparatus for recording management information on the write-once optical disc

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102015103321B4 (en) 2014-03-06 2018-06-14 Infineon Technologies Ag Double diaphragm mems microphone without backplate element

Also Published As

Publication number Publication date
JP2007528564A (en) 2007-10-11
US7522501B2 (en) 2009-04-21
AU2004237019A1 (en) 2004-11-18
WO2004100156A1 (en) 2004-11-18
RU2349973C2 (en) 2009-03-20
MXPA05012043A (en) 2006-02-03
US20080212434A1 (en) 2008-09-04
BRPI0410196A (en) 2006-05-23
CA2525119A1 (en) 2004-11-18
EP1623422A1 (en) 2006-02-08
RU2005134021A (en) 2007-06-20
AU2004237019B2 (en) 2010-06-10
TW200501119A (en) 2005-01-01
KR20050119703A (en) 2005-12-21
US20040240341A1 (en) 2004-12-02
MY140669A (en) 2010-01-15

Similar Documents

Publication Publication Date Title
US7522501B2 (en) Recording, reproducing and product for management of data having a temporary defect management area containing at least one pointer
US7620782B2 (en) Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses
US7573792B2 (en) Write-once optical disc, and method and apparatus for recording management information thereon
US7675828B2 (en) Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses
EP1826761A2 (en) Recording medium having data structure for managing at least a data area of the recording medium and recording and reproducing methods and apparatuses
CN100520941C (en) Method and device for recording management data and reproducing data on recording media
JP2007265605A (en) Recording medium having data structure for managing at least data area of recording medium, and recording and reproducing method and apparatus

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION