JP2004103103A - High-speed read/write method of track in flexible disk drive unit of usb connection - Google Patents
High-speed read/write method of track in flexible disk drive unit of usb connection Download PDFInfo
- Publication number
- JP2004103103A JP2004103103A JP2002263095A JP2002263095A JP2004103103A JP 2004103103 A JP2004103103 A JP 2004103103A JP 2002263095 A JP2002263095 A JP 2002263095A JP 2002263095 A JP2002263095 A JP 2002263095A JP 2004103103 A JP2004103103 A JP 2004103103A
- Authority
- JP
- Japan
- Prior art keywords
- read
- data
- usb
- write
- sector number
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Signal Processing For Digital Recording And Reproducing (AREA)
Abstract
Description
【0001】
【発明の属する技術分野】
本発明は、USB接続のフレキシブルディスクドライブ装置(以下、USBFDD装置という。)におけるトラックのリード/ライト方法に関するものである。
【0002】
【従来の技術】
従来のUSBFDD装置におけるトラックのリード/ライト方法を図3に示すフローチャートによって説明する。
【0003】
まず、USBFDD装置のファームウェアは、SEEKコマンドをFDC(フレキシブルディスクコントローラ)に対して発行し、ディスク上のリード/ライトを行う目的のトラックへヘッドを移動させる(ステップ20)。
【0004】
次に、ディスクのリード処理(ステップ21)の場合は、トラックの先頭(セクタ番号1)から1トラック分のデータを読取るために、ファームウェアはFDCに対してREAD DATAコマンドを発行する(ステップ22)。
【0005】
コマンド発行時に、ヘッドが先頭セクタに位置しているとは限らないため、先頭セクタ(セクタ番号1)がヘッド上に来るまで回転待ちが発生する(ステップ23)。
【0006】
先頭セクタがヘッド上にきた時、FDCは1トラック分(セクタ番号1から最終セクタまで)のデータをディスクからUSBFDD装置内のRAMへ転送する(ステップ24)。
【0007】
また、ディスクのライト処理の場合は、トラックの先頭(セクタ番号1)から1トラック分のデータを書込むために、ファームウェアはFDC対してWRITE DATAコマンドを発行する(ステップ25)。
【0008】
コマンド発行時に、ヘッドが先頭セクタに位置しているとは限らないため、先頭セクタ(セクタ番号1)がヘッド上に来るまで回転待ちが発生する(ステップ26)。
【0009】
先頭セクタがヘッド上にきた時、FDCは1トラック分(セクタ番号1から最終セクタまで)のデータをUSBFDD装置内のRAMからディスクへ転送する(ステップ27)。
【0010】
ところがこの従来技術では、トラックの先頭セクタからリード、または、先頭セクタヘのライトを行おうとしたため、先頭セクタがヘッド上に来るまで回転待ちが発生してしまい、リード/ライト処理に遅延が発生するという問題があった。
【0011】
【発明が解決しようとする課題】
そこで本発明は、高速でデータをリード/ライトする方法を提供しようとするものである。
【0012】
【課題を解決するための手段】
本発明は、上記の課題を解決するためになされたもので、ヘッド上に位置するディスクのセクタ番号をリード/ライト処理に先行して読取り、そのセクタ番号の次のセクタからデータのリード/ライトを行うことにより、ディスクの回転待ちを回避しリード/ライトの高速化を図ったものである。
【0013】
【発明の実施の形態】
以下、本発明の1実施例を図面に基づき説明する。
【0014】
図1は本発明を適用したUSBFDD装置の構成を示すブロック図で、100はUSBFDD装置、101はUSBコントローラである。このUSBコントローラ101は、USBバス102に流れるシリアルデータを受信し、そのトランザクションの種類に応じて、対応するFIFO(ファーストインファーストアウトROM)108にデータを格納する。また、逆にFIFOデータをUSBバス102に送信する。
【0015】
103はファームウェアROMで本装置を制御するソフトウェアが書き込まれており、CPU104に指令してFIFOデータをRAM105に読み出したり、あるいは、その逆を行う。また、ファームウェアROM103は、RAM105に読み出したデータを必要に応じて、FDC106に指令を出してFDD107に挿入されたメディアに書き込んだり、あるいは、その逆を行うように構成されている。
【0016】
即ち、USBFDD装置100を、USBバス102に流れるシリアルデータを受信し、そのトランザクションの種類に応じて、対応するFIFO102に送信し、また、逆にFIFOデータをUSBバス102に送信するUSBコントローラ101と、CPU104を制御するソフトウェアが書き込まれているファームウエアROM103と、前記CPU104に接続されるRAM105及びFDC106と、このFDC106に接続したFDD107から構成すると共に、ファームウエアROM103はCPU104に指令してFIFOデータをRAM105に読み出したり、あるいは、その逆を行い、更に、RMA105に読み出したデータを必要に応じて、FDC106に指令を出してFDD107に挿入されたメディアに書き込んだり、あるいは、その逆を行うように構成し、且つヘッド上に位置するディスクのセクタ番号をリード/ライト処理に先行して読取り、そのセクタ番号の次のセクタからデータのリード/ライトを行うようにしたものである。
【0017】
図2は、本装置が1トラックのリードライト処理を行う場合のフローチャートを示すもので、まずUSBFDD装置のファームウェアは、SEEKコマンドをFDCに対して発行し、ディスク上のリード/ライトを行う目的トラックへヘッドを移動させる(ステップ1)。
【0018】
次に、READIDコマンドを発行し、ファームウェアはヘッドが現在位置しているディスク上のセクタ番号(N)をリードする(ステップ2)。
【0019】
続いて、ディスクのリード処理(ステップ3)の場合は、ステップ2で読取ったセクタ番号の次(N+1)から最終セクタ番号までのデータを読取るために、ファームウェアはFDCに対してREAD DATAコマンドを発行する(ステップ4)。
【0020】
ヘッドが既に目的セクタ番号上にあるので、回転待ちせずに、FDCはセクタ番号(N+1)から最終セクタ番号までのデータをディスクからUSBFDD装置のRAM領域へ転送する(ステップ5)。
【0021】
さらに、セクタ番号〈1)からセクタ番号(N)までのデータを読取るためにファームウェアはFDCに対してREAD DATAコマンドを発行する(ステップ6)。
【0022】
FDCはセクタ番号(1)からセクタ番号(N)までのデータをディスクからUSBFDD装置のRAM領域へ転送する(ステップ7)。
【0023】
このようにして、1トラックのリード処理が完丁する。
【0024】
また、ディスクのライト処理の場合は、ステップ2で読取ったセクタ番号の次(N十1)から最終セクタ番号までのデータを書込むために、ファームウェアはFDCに対してWRITE DATAコマンドを発行する(ステップ8)。
【0025】
ヘッドが既に目的セクタ番号上にあるので、回転待ちせずに、FDCはセクタ番号(N+1)から最終セクタ番号までのデータをUSBFDD装置のRAM領域からディスクへ転送する(ステップ9)。
【0026】
さらに、セクタ番号(1)からセクタ番号(N)までのデータを書込むためにファームウェアはFDCに対してWRITE DATAコマンドを発行する(ステップ10)。
【0027】
FDCはセクタ番号(1)からセクタ番号(N)までのデータをUSBFDD装置のRAM領域からディスクヘ転送する(ステップ7)。
【0028】
このようにして、1トラックのリード処理が完了する。
【0029】
【発明の効果】
以上述べたように、本発明によれば、ヘッド上に位置するディスクのセクタ番号をリード/ライト処理に先行して読取り、そのセクタ番号の次のセクタ番号からデータのリード/ライトを行うようにしたので、ディスクの回転待ちがなくなり、ディスクのリード/ライト処理が高速化するという効果がある。
【図面の簡単な説明】
【図1】本発明が適用されるUSBFDD装置の構成を示すブロック図。
【図2】1トラックのリード/ライト処理のフローチャート。
【図3】従来のUSBFDD装置を使って、1トラックのリード/ライトを行った場合の処理フローチャート。
【符号の説明】
100 USBFDD装置
101 USBコントローラ
102 USBパス
103 ファームウェアROM
104 CPU
105 RAM
106 FDC
107 FDD
108 FIFO[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a track read / write method in a USB-connected flexible disk drive (hereinafter, referred to as a USB FDD).
[0002]
[Prior art]
A track read / write method in a conventional USB FDD device will be described with reference to a flowchart shown in FIG.
[0003]
First, the firmware of the USB FDD device issues a SEEK command to the FDC (flexible disk controller) to move the head to a target track on the disk for reading / writing (step 20).
[0004]
Next, in the case of a disk read process (step 21), the firmware issues a READ DATA command to the FDC to read data for one track from the beginning of the track (sector number 1) (step 22). .
[0005]
At the time of issuing the command, the head is not always located at the head sector, so that a rotation wait occurs until the head sector (sector number 1) comes over the head (step 23).
[0006]
When the first sector comes on the head, the FDC transfers data for one track (from sector number 1 to the last sector) from the disk to the RAM in the USB FDD device (step 24).
[0007]
In the case of a disk write process, the firmware issues a WRITE DATA command to the FDC in order to write data for one track from the head of the track (sector number 1) (step 25).
[0008]
At the time of issuing the command, the head is not necessarily located at the head sector, so that a rotation wait occurs until the head sector (sector number 1) comes over the head (step 26).
[0009]
When the first sector comes on the head, the FDC transfers data for one track (from sector number 1 to the last sector) from the RAM in the USB FDD device to the disk (step 27).
[0010]
However, according to this conventional technique, an attempt is made to read from or write to the head sector of the track, so that a rotation wait occurs until the head sector comes over the head, and a delay occurs in the read / write processing. There was a problem.
[0011]
[Problems to be solved by the invention]
Therefore, the present invention is to provide a method for reading / writing data at high speed.
[0012]
[Means for Solving the Problems]
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and reads a sector number of a disk located on a head prior to read / write processing, and reads / writes data from a sector next to the sector number. By doing so, it is possible to avoid waiting for the rotation of the disk and to speed up the read / write.
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
[0014]
FIG. 1 is a block diagram showing the configuration of a USB FDD device to which the present invention is applied. 100 is a USB FDD device, and 101 is a USB controller. The
[0015]
[0016]
That is, the
[0017]
FIG. 2 shows a flowchart in the case where the present apparatus performs one-track read / write processing. First, the firmware of the USB FDD apparatus issues a SEEK command to the FDC, and reads / writes the target track on the disk from which the read / write is performed. The head is moved to (step 1).
[0018]
Next, a READID command is issued, and the firmware reads the sector number (N) on the disk where the head is currently located (step 2).
[0019]
Subsequently, in the case of a disk read process (step 3), the firmware issues a READ DATA command to the FDC to read data from the next (N + 1) to the last sector number of the sector number read in
[0020]
Since the head is already on the target sector number, the FDC transfers data from the sector number (N + 1) to the last sector number from the disk to the RAM area of the USB FDD device without waiting for rotation (step 5).
[0021]
Further, the firmware issues a READ DATA command to the FDC to read data from the sector number <1) to the sector number (N) (step 6).
[0022]
The FDC transfers the data from the sector number (1) to the sector number (N) from the disk to the RAM area of the USB FDD device (Step 7).
[0023]
In this way, one-track read processing is completed.
[0024]
In the case of a disk write process, the firmware issues a WRITE DATA command to the FDC in order to write data from the next (N11) to the last sector number after the sector number read in step 2 ( Step 8).
[0025]
Since the head is already on the target sector number, the FDC transfers data from the sector number (N + 1) to the last sector number from the RAM area of the USB FDD device to the disk without waiting for rotation (step 9).
[0026]
Further, the firmware issues a WRITE DATA command to the FDC to write data from the sector number (1) to the sector number (N) (step 10).
[0027]
The FDC transfers the data from the sector number (1) to the sector number (N) from the RAM area of the USB FDD device to the disk (Step 7).
[0028]
Thus, the read processing of one track is completed.
[0029]
【The invention's effect】
As described above, according to the present invention, the sector number of the disk located on the head is read prior to the read / write processing, and the data is read / written from the sector number following the sector number. Therefore, there is an effect that the disk rotation wait is eliminated and the speed of the disk read / write processing is increased.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a USB FDD device to which the present invention is applied.
FIG. 2 is a flowchart of a one-track read / write process.
FIG. 3 is a processing flowchart when one track is read / written using a conventional USB FDD device.
[Explanation of symbols]
100
104 CPU
105 RAM
106 FDC
107 FDD
108 FIFO
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002263095A JP2004103103A (en) | 2002-09-09 | 2002-09-09 | High-speed read/write method of track in flexible disk drive unit of usb connection |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002263095A JP2004103103A (en) | 2002-09-09 | 2002-09-09 | High-speed read/write method of track in flexible disk drive unit of usb connection |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2004103103A true JP2004103103A (en) | 2004-04-02 |
Family
ID=32262949
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002263095A Pending JP2004103103A (en) | 2002-09-09 | 2002-09-09 | High-speed read/write method of track in flexible disk drive unit of usb connection |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2004103103A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005124529A1 (en) * | 2004-06-21 | 2005-12-29 | Rohm Co., Ltd. | Method for reading data from storage disc, data write method, and storage disc control device |
-
2002
- 2002-09-09 JP JP2002263095A patent/JP2004103103A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005124529A1 (en) * | 2004-06-21 | 2005-12-29 | Rohm Co., Ltd. | Method for reading data from storage disc, data write method, and storage disc control device |
CN100405280C (en) * | 2004-06-21 | 2008-07-23 | 罗姆股份有限公司 | Method for reading data from storage disc, data write method, and storage disc control device |
US7797482B2 (en) | 2004-06-21 | 2010-09-14 | Rohm Co., Ltd. | Method of reading from and writing to a storage disk, and storage disk control unit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4679943B2 (en) | Data storage device and data rewrite processing method in nonvolatile memory thereof | |
US20050243457A1 (en) | Method and apparatus for degaussing write head in a disk drive | |
JP4939364B2 (en) | Apparatus, method, and program for controlling data writing of tape recording apparatus | |
JP2005166147A (en) | Optical disk drive, optical disk unit, and optical disk device driver program | |
US20040184177A1 (en) | Recording current control method and magnetic disk drive | |
JPH10149260A (en) | Reading cache system for disk drive | |
US20060171053A1 (en) | Data storage device, data storage control circuit, and control method for magnetic disk drive | |
JPS5832417B2 (en) | Data transfer control method | |
JP2004103103A (en) | High-speed read/write method of track in flexible disk drive unit of usb connection | |
KR100274742B1 (en) | Initiating method for copying hard-disk drive and copying apparatus thereof | |
JP2006185162A (en) | Data storage device and control method for the same | |
JP2004094478A (en) | Disk drive, and data transfer method | |
JP3549744B2 (en) | Information storage device and control method thereof | |
JP3579395B2 (en) | Disk storage device and access method | |
JP2001307420A (en) | Disk recording and reproducing device | |
JP2009054209A (en) | Disk drive device having nonvolatile semiconductor memory device, and method for storing data in nonvolatile semiconductor memory device in disk drive device | |
JP2001101787A (en) | Disk drive device, disk drive controller and control method for disk device | |
JPH0520791A (en) | Magnetic disk device | |
JP2004086439A (en) | Data recording/reproducing device, and data read/write control method to its hard disk drive | |
JPH07334311A (en) | Magnetic disk device and method for transferring data to buffer memory of same | |
JPS6381661A (en) | Optical disk input/output system | |
JP4440834B2 (en) | Magnetic disk device and magnetic disk medium | |
JP3673463B2 (en) | Error correction LSI device | |
JP2010044820A (en) | Recorder and recording method | |
JPH05325419A (en) | Alternate sector processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20041202 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070112 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070123 |
|
A02 | Decision of refusal |
Effective date: 20070605 Free format text: JAPANESE INTERMEDIATE CODE: A02 |