1. Field of the Invention
The present invention relates to a storage medium management apparatus, a storage medium management program, and a storage medium management method that manage defects in a storage medium.
2. Description of the Related Art
A storage apparatus such as a disk drive is provided with a mechanism for performing retry operation for a writing error or a reading error. In the case where a disk drive performs retry operation for a writing error but the writing operation ends up in failure, or in the case where the data that has been read out by retry operation performed for a reading error is guaranteed, a changing process is performed.
Numbers (LBA: Logical Block Address) starting from 0 are sequentially assigned to respective sectors in a disk drive by a higher-level device. The changing process is a function of setting an unused sector that is kept in reserve as a changing destination sector and reassigning the LBA that has been assigned to a defective sector to the changing destination sector. Accordingly, after the changing process, the access to the LBA assigned to the defective sector is changed to an access to the changing destination sector and, thereby, the access to the defective sector is avoided.
It is necessary to retain information about changing on a memory as defect management information in order to perform the above changing process. Further, it is necessary to store the defect management information in a system area on a disk medium where information for controlling a disk drive is stored in order to retain the defect management information even after a power supply is cut off. As described above, the disk drive manages correspondence between the LBA and sector, which is called address administration.
A defective sector that is detected at the stage of manufacture of the disk drive is called “initial defect” and defective sector that is subjected to the changing process is called “subsequent defect”. The disk drive performs address management for avoiding an access to these defective sectors in the inside thereof. Therefore, it is only necessary for a higher-level device to give a simple instruction like “perform writing operation of data corresponding to 100 sectors starting from the sector of LBA 100” in access operation.
In the case of the initial defect, a common disk drive skips a sector with the initial defect and assigns an LBA to the subsequent sector (having no defect); whereas in the case of the subsequent defect, a common disk drive performs complicated operation like assigning an LBA to the sector that is kept in reserve at a location not adjacent to the defective sector.
Further, in order to enhance access capability, a common disk drive sorts defective sector addresses in the ascending order to thereby accelerate searching. The defective sector address is a physical address representing the location of the defective sector on a disk medium (corresponding to LBA assigned to a sector having no defect). A heap sort in which variation in the processing time is small and less working memory is required is commonly used as a sort method. By previously sorting the defective sector addresses, it is possible to reduce the time required to calculate the physical positions of a cylinder, head, and sector from the LBA to minimum. Thus, the disk drive detects a subsequent defect, updates defect management information on a memory for each changing process and sorts the information, and writes the information in a system area on the disk medium once again. The defect management information on the disk medium thus created is referred to as first defect management information, and defect management information on the memory is referred to as second defect management information.
The format of the defect management information will next be described.
Firstly, the second defect management information which is the defect management information on the memory will be described.
Next, the first defect management information which is the defect management information on the disk medium will be described.
As a prior art related to the present invention, Jpn. Pat. Appln. Laid-Open Publication No. 2000-57698 is known. A disk storage drive disclosed in the above publication performs skip processing as a substitution process of the subsequent defect occurring at operating time and, after that, performs slip processing after power has been restored to allow a high-speed and safe substitution process to thereby reconstruct the continuity between sectors lost during the operating time.
In recent years, however, the number of pieces of defect management information is increased with an increase in the capacity of a disk drive. When the size of the defect management information exceeds 100 sectors, there is a risk that a writing error occurs in the update of the defect management information.
Further, in recent years, a disk drive has come to be used for home appliance such as a DVD recorder or even in an automobile and is supposedly be used not only under a controlled environment but also under an environment where there is vibration. Under such an environment where vibration is applied to the disk drive, there is a possibility that writing operation of defect management information of a large data size cannot be performed correctly. If, in this state, power is off and then is turned on, user data may be lost in some cases due to incorrect update of the defect management information.
The present invention has been made to solve the above problems, and an object thereof is to provide a storage medium management apparatus, storage medium management program, and a storage medium management method that reduce the write size of the defect management information.
To solve the above problems, according to a first aspect of the present invention, there is provided a storage medium management apparatus that manages information of a defective address in order to avoid an access to the defective address on a storage medium, comprising: a memory write section that reads out first defect management information which is defective address information written in the storage medium, writes all defective address information which is based on the first defect management information in a memory as total defect information, and, in the case where first subsequent defect information which is information related to a subsequent defect is included in the first defect management information, writes subsequent defect information which is based on the first subsequent defect information in the memory as second subsequent defect information; and a storage medium write section that updates, in the case where a new subsequent defect is detected, the total defect information and second subsequent defect information based on the information of the new subsequent defect and writes subsequent defect information which is based on the second subsequent defect information in the storage medium as first subsequent defect information.
In the storage medium management apparatus according to the present invention, the first defect management information includes initial defect information which is information related to a previously detected initial defect, the initial defect information includes position information of an initial defect, each of the first and second subsequent defect information includes position information of a subsequent defect and position information of a changing destination corresponding the subsequent defect, and the total defect information includes position information of each defective address and defect types indicating whether the defective address is initial defect or subsequent defect.
In the storage medium management apparatus according to the present invention, the memory write section adds the defect types to the position information in the initial defect information and that in the first subsequent defect information, merges both the information, and generates the total defect information by sorting the merged information based on the position information.
In the storage medium management apparatus according to the present invention, the storage medium write section adds the information related to a new subsequent defect to the total defect information and sorts the total defect information based on the position information of defective addresses to update the total defect information, as well as adds the information related to a new subsequent defect to the second subsequent defect information and sorts the second subsequent defect information based on the position information of subsequent defect to update the second subsequent defect information.
In the storage medium management apparatus according to the present invention, the memory write section writes the first subsequent defect information in a memory as the second subsequent defect information without change, and the storage medium write section writes the second subsequent defect information in a storage medium as the first subsequent defect information without change.
In the storage medium management apparatus according to the present invention, in the case where a correct writing of the first subsequent defect information cannot be performed, the storage medium write section activates a timer and retries the writing of the first subsequent defect information at predetermined timing after the previous writing operation.
In the storage medium management apparatus according to the present invention, in the case where a correct writing of the first subsequent defect information cannot be performed, the storage medium write section retries the writing of the first subsequent defect information at predetermined timing of receiving, from a higher-level device, a command that instructs writing of write cache data in the storage medium.
According to a second aspect of the present invention, there is provided a storage medium management program allowing a computer to execute management of information of a defective address in order to avoid an access to the defective address on a storage medium, the program allowing the computer to execute: a memory write step that reads out first defect management information which is defective address information written in the storage medium, writes all defective address information which is based on the first defect management information in a memory as total defect information, and, in the case where first subsequent defect information which is information related to a subsequent defect is included in the first defect management information, writes subsequent defect information which is based on the first subsequent defect information in the memory as second subsequent defect information; and a storage medium write step that updates, in the case where a new subsequent defect is detected, the total defect information and second subsequent defect information based on the information of the new subsequent defect and writes subsequent defect information which is based on the second subsequent defect information in the storage medium as first subsequent defect information.
In the storage medium management program according to the present invention, the first defect management information includes initial defect information which is information related to a previously detected initial defect, the initial defect information includes position information of an initial defect, each of the first and second subsequent defect information includes position information of a subsequent defect and position information of a changing destination corresponding the subsequent defect, and the total defect information includes position information of each defective address and defect types indicating whether the defective address is initial defect or subsequent defect.
In the storage medium management program according to the present invention, the memory write step adds the defect types to the position information in the initial defect information and that in the first subsequent defect information, merges both the information, and generates the total defect information by sorting the merged information based on the position information.
In the storage medium management program according to the present invention, the storage medium write step adds the information related to a new subsequent defect to the total defect information and sorts the total defect information based on the information of defective addresses to update the total defect information, as well as adds the information related to a new subsequent defect to the second subsequent defect information and sorts the second subsequent defect information based on the position information of subsequent defect to update the second subsequent defect information.
In the storage medium management program according to the present invention, the memory write step writes the first subsequent defect information in a memory as the second subsequent defect information without change, and the storage medium write step writes the second subsequent defect information in a storage medium as the first subsequent defect information without change.
In the storage medium management program according to the present invention, in the case where a correct writing of the first subsequent defect information cannot be performed, the storage medium write step activates a timer and retries the writing of the first subsequent defect information at predetermined timing after the previous writing operation.
In the storage medium management program according to the present invention, in the case where a correct writing of the first subsequent defect information cannot be performed, the storage medium write step retries the writing of the first subsequent defect information at predetermined timing of receiving, from a higher-level device, a command that instructs writing of write cache data in the storage medium.
According to a third aspect of the present invention, there is provided a storage medium management method that manages information of a defective address in order to avoid an access to the defective address on a storage medium, comprising: a memory write step that reads out first defect management information which is defective address information written in the storage medium, writes all defective address information which is based on the first defect management information in a memory as total defect information, and, in the case where first subsequent defect information which is information related to a subsequent defect is included in the first defect management information, writes subsequent defect information which is based on the first subsequent defect information in the memory as second subsequent defect information; and a storage medium write step that updates, in the case where a new subsequent defect is detected, the total defect information and second subsequent defect information based on the information of the new subsequent defect and writes subsequent defect information which is based on the second subsequent defect information in the storage medium as first subsequent defect information.
According to the present invention, the size of the data to be written in the system area of the storage medium at the time of the changing process is reduced to reduce the number of writing errors, thereby increasing reliability of the storage apparatus.
An embodiment of the present invention will be described below with reference to the accompanying drawings.
Firstly, a configuration of a storage apparatus (disk drive) according to the embodiment of the present invention will be described.
The MPU 8 controls the above components of the disk drive 1 and has a timer function. The memory 9 is a volatile memory and stores control data that the MPU 8 uses or a control program, as well as defect management information. The non-volatile memory 10 stores a control program that the MPU 8 uses. The servo controller 11 controls operations of the VCM 12 and SPM 13. The VCM 12 drives the head 14. The SPM 13 rotates the disk medium 15. When a higher-level device accesses the disk medium 15, data flows among the higher-level device, host IF controller 2, buffer memory controller 3, buffer memory 4, format controller 5, read channel 6, head controller 7, and head 14, as represented by thick arrows in the drawing.
Next, the first defect management information according to the embodiment, which is defect management information on the disk medium 15, will be described.
Next, the second defect management information according to the embodiment, which is defect management information on the memory 9, will be described.
At the start-up process, where power is turned on to allow a disk to be in steady rotation at a predetermined rotation speed and initialization to be completed and the disk enters a data read/write ready state, the MPU 8 reads out the first defect management information and generates the second defect management information.
When a new subsequent defect is detected, the MPU 8 performs a changing process and updates the second defect management information and first defect management information.
While the conventional disk drive writes the first total defect information 131 and first subsequent defect information 132 that constitute the entire first defect management information in the disk medium at the time of the changing process, the disk drive according to the embodiment of the present invention writes only the second subsequent defect information 34 in the disk medium at the time of the changing process. That is, the disk drive according to the embodiment is configured to generate the total defect information from the initial defect information and first subsequent defect information of the first defect management information at the start-up time of the disk drive, thereby eliminating the need to write the total defect information in the disk medium. Therefore, the size of the data to be written in the disk medium at the time of the changing process is reduced to reduce the number of writing errors of the defect management information, thereby increasing reliability of the disk drive.
In the case where a given external condition such as vibration prevents a correct writing of the first defect management information, the MPU 8 activates a timer and retries the writing of the first defect management information at predetermined timing after the previous writing operation. Alternatively, the MPU 8 retries the writing of the first defect management information at the timing of receiving, from a higher-level device, a command (Flash cache command, in the case of a disk drive having SATA I/F) that instructs writing of write cache data in the disk medium.
The storage medium management apparatus according to the embodiment can easily be applied to a storage apparatus and can enhance the capability thereof. Examples of a storage medium used in the storage apparatus include a magnet disk, an optical disk, and magnet-optical disk.
Further, it is possible to provide a program that allows a computer constituting the storage medium management apparatus to execute the above steps as a storage medium management program. By storing the above program in a computer-readable storage medium, it is possible to allow the computer constituting the storage medium management apparatus to execute the program. The computer-readable storage medium mentioned here includes: an internal storage device mounted in a computer, such as ROM or RAM, a portable storage medium such as a CD-ROM, a flexible disk, a DVD disk, a magneto-optical disk, or an IC card; a database that holds computer program; another computer and database thereof; and a transmission medium on a network line.
The processing at the start-up time performed by the MPU in the above embodiment corresponds to a memory write section and memory write step. The processing at the changing process performed by the MPU in the above embodiment corresponds to a storage medium write section and storage medium write step.
Number | Date | Country | Kind |
---|---|---|---|
2005-362668 | Dec 2005 | JP | national |