JP4026352B2 - Navigation device - Google Patents

Navigation device Download PDF

Info

Publication number
JP4026352B2
JP4026352B2 JP2001332676A JP2001332676A JP4026352B2 JP 4026352 B2 JP4026352 B2 JP 4026352B2 JP 2001332676 A JP2001332676 A JP 2001332676A JP 2001332676 A JP2001332676 A JP 2001332676A JP 4026352 B2 JP4026352 B2 JP 4026352B2
Authority
JP
Japan
Prior art keywords
file
data
address
information
hard disk
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2001332676A
Other languages
Japanese (ja)
Other versions
JP2003140945A (en
Inventor
泰司 今村
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.)
Denso Corp
Original Assignee
Denso Corp
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 Denso Corp filed Critical Denso Corp
Priority to JP2001332676A priority Critical patent/JP4026352B2/en
Publication of JP2003140945A publication Critical patent/JP2003140945A/en
Application granted granted Critical
Publication of JP4026352B2 publication Critical patent/JP4026352B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、ハードディスクに記憶されているファイルデータを読み出すナビゲーション装置に関する。
【0002】
【従来の技術】
ハードディスク上に記憶されるファイルは、MS−DOS(マイクロソフト社の登録商標)に準拠したフォーマットの場合、クラスタと称する数kバイト程度の領域を単位として記憶されるようになっている。このクラスタは、最小記録単位であるセクタの集合体である。論理フォーマットが行われた直後のハードディスクにファイルが記憶される場合、そのファイルに関するクラスタの配置は連続的になる。ハードディスクには通常複数のファイルが記憶されるが、夫々のファイルについてデータの一部が削除されたり、一部が修正されて新たに書き込まれるなどの処理が行われると、そのファイルに関するクラスタの配置は不連続となる。
【0003】
そして、ハードディスクには、クラスタの配置が不連続となった状態で記憶されているファイルデータの読み出しを支障なく行うことができるように、各ファイルをなすクラスタのアドレスを連鎖的に記憶させるテーブルであるFAT(File Allocation Table) 領域が形成されている。
【0004】
ここで、図6は、フォーマットが行われたハードディスクの論理レイアウトの一例を概念的に示すものである。予約領域には、ハードディスクのメーカ名やバージョンナンバ,フォーマットに関する各種情報を示すBPB(BIOS Parameter Block)などが書き込まれており、その予約領域に続いて、FAT領域及びそのFATのコピーであるFAT領域(予備)が配置されている。FAT領域(予備)に続いては、各ファイルをなすクラスタの先頭アドレスを示すルートディレクトリ領域があり、その次に、クラスタを単位とするファイルデータが記憶されるファイル領域が配置されている。
【0005】
図7は、ルートディレクトリ,FAT,ファイルデータの対応関係の一例を示すものである。ルートディレクトリには、ファイルA,B,Cを構成する開始クラスタのアドレス(先頭アドレス)や、その他ファイルの容量などの情報が記憶されている。例えば、ファイルAの先頭アドレスは0002Hであり、ファイル領域のアドレス0002Hをアクセスすると、ファイルAの開始クラスタであるファイルA−1を読み出すことができる。
【0006】
また、開始クラスタのアドレスはFATのインデックス(エントリ)にもなっており、FATエントリの0002Hを参照すると、そこには、ファイルAをなす次のクラスタアドレス0003Hが書き込まれており、ファイル領域のアドレス0003Hをアクセスすると次のクラスタであるファイルA−2を読み出すことができる。そして、FATエントリの0003Hには次のクラスタアドレス0007Hが書き込まれているので、ファイル領域のアドレス0007Hをアクセスすれば次のクラスタであるファイルA−3を読み出すことができる。
【0007】
斯様にして、1つのファイルのクラスタがファイル領域においてアドレスが不連続となる状態で配置されている場合でも、FATを参照することで各クラスタを辿ることができる(尚、この例ではFATエントリFFFFHはファイルエンドを示しているものとする)。従って、例えば、アプリケーションプログラムが動作した結果ファイルデータの読み出し要求が発生すると、OS(オペレーティングシステム)又はハードディスクドライバのドライバソフトウエアは、FAT領域を参照しながら当該ファイルのクラスタを順次読み出すようになっている。
【0008】
【発明が解決しようとする課題】
しかしながら、OS等はあるファイルをなす複数のクラスタの配置状態が実際にどうなっているかにかかわらず、一々FATを参照しながらファイルのクラスタを順次読み出すため、ファイルデータの読み出しに要する時間が長くなってしまうという問題があった。
【0009】
本発明は上記事情に鑑みてなされたものであり、その目的は、ファイルデータの読み出し時間をより短くすることができるナビゲーション装置を提供することにある。
【0010】
【課題を解決するための手段】
請求項1記載のナビゲーション装置によれば、データ読出し手段は、ハードディスク上のファイルデータの読み出し要求があると先ず情報テーブルを参照し、前記ファイルに関する情報が各単位領域のアドレスが“連続”であることを示す場合は、当該ファイルの先頭アドレスに基づいてアクセスアドレスを決定してデータの読み出しを行う。一方、前記情報が前記アドレスが“不連続”であることを示す場合、データ読出し手段は、先頭アドレスに基づくと共に必要に応じてハードディスク上の連鎖アドレステーブルを参照することでアクセスアドレスを決定してデータの読み出しを行う。
【0011】
即ち、あるファイルをなす各単位領域のアドレス配置が不連続である場合に、そのファイルの途中に位置する一部のデータにアクセスするためのアドレスは、連鎖アドレステーブルを一々参照して辿っていかなければ決定することができない。これに対して、各単位領域のアドレス配置が連続である場合は、本来連鎖アドレステーブルを参照せずともアクセスアドレスを決定することが可能である。
【0012】
そこで、情報テーブルを参照することで各単位領域のアドレスが連続であることが事前に判明すれば、データ読出し手段は、ファイルの先頭アドレスが分かればそこからの相対アドレス(オフセット)を加算するだけでアクセスアドレスを容易に決定してデータを読み出すことができ、連鎖アドレステーブルを一々参照する必要が無くなる。従って、ハードディスクから必要なファイルデータを読み出す時間を大幅に短縮することができる。加えて、本発明のナビゲーション装置は、バッテリ電源が投入されて起動すると、初期設定処理において情報テーブルを作成する。
【0013】
請求項2記載のナビゲーション装置によれば、データ読出し手段は、ハードディスク上のファイルデータの読み出し要求があると先ず情報テーブルを参照し、前記ファイルのアクセス対象に係る部分について連続情報が存在する場合はその連続情報に基づいてアクセスアドレスを決定し、連続情報が存在しない部分については、連鎖アドレステーブルを参照することでアクセスアドレスを決定する。
【0014】
即ち、ファイルをなす複数の単位領域のアドレスが部分的に連続である場合は、情報テーブルにその連続情報を、例えばあるアドレスから単位領域何個分まで連続,というような形式で記憶させておく。従って、データ読出し手段は、ファイルについて単位領域のアドレスが連続である部分については、連鎖アドレステーブルを参照することなくアクセスアドレスを決定することが可能となるので、ファイルデータを読み出す時間を短縮することができる。加えて、本発明のナビゲーション装置は、バッテリ電源が投入されて起動すると、初期設定処理において情報テーブルを作成する。
【0015】
請求項3記載のナビゲーション装置によれば、データ読出し手段は、ハードディスクより先頭アドレステーブルの内容を読み出して記憶手段に記憶させる。即ち、ハードディスクでは、連鎖アドレステーブルと共に、各ファイルをなす単位領域の先頭アドレスが配置されているテーブルを有しているものが一般的である。従って、その先頭アドレステーブルの内容をも予め記憶手段に記憶させておけば、データ読出し手段は、読み出し対象ファイルの先頭アドレスを得るためにハードディスクにアクセスを行う必要が無くなるので、ファイルデータを読み出す時間を一層短縮することができる。
【0016】
請求項4記載のナビゲーション装置によれば、データ読出し手段は、ファイルデータの読み出し要求に応じて情報テーブルを参照した場合に、当該ファイルに関する情報が記憶されていなければ、ハードディスクのテーブルにアクセスして読み出した内容に基づく情報を情報テーブルに記憶させる。斯様に構成すれば、データ読出し手段は、情報テーブルに必要な情報を記憶させるための処理を独立して行う必要が無く、請求項1乃至3における作用について、ファイルデータの読み出し要求が発行されたことに伴い情報テーブルを参照した場合に、その参照結果に応じて必要な情報を情報テーブルに記憶させることができる。
【0017】
請求項5記載のナビゲーション装置によれば、前記ハードディスクに記憶されるファイルデータをナビゲーションに利用される地図データとする。即ち、一般に、ナビゲーションに利用される地図データは、CD−ROMやDVD−ROMなどの記録媒体に記録された状態で提供されることが多い。この地図データを、ハードディスクに記憶させた状態で提供する形態を想定すると、ハードディスクはそのドライバのハードウエアと共に装置に内蔵されるので、ユーザにとっては上記のような記録媒体を取り扱うことを意識する必要が無くなる。しかも、ハードディスクは近年大容量化が著しく進んでおり、数10Gバイト程度の容量を有するものも実用化されている。従って、広域に対応した容量の大きな地図データであっても一括して記憶させることができ、エリアに応じて記録媒体を入れ替える必要もない、といったようなメリットがある。
【0018】
その場合、専用のハードディスクに記憶される地図データファイルの単位領域アドレスは予め連続した状態となり、加えて、地図データファイルは、ナビゲーションに利用される状態で部分的な書き換えが頻繁に行われることはないので、単位領域アドレスが連続している状態は恒常的に維持される。従って、本発明を適用すればハードディスクから地図データを極めて高速に読み出すことが可能となる
ができる。
【0019】
【発明の実施の形態】
以下、本発明を車両用ナビゲーション装置に適用した場合の一実施例について図1乃至図5を参照して説明する。図2は、車両用ナビゲーション装置の電気的構成を示す機能ブロック図である。車両用ナビゲーション装置1は、GPS受信装置2,車速センサ3,方位センサ4,操作スイッチ5,これらに接続されるナビECU(Electronic Control Unit) 6,ナビECU6に接続される表示装置7,及びハードディスクユニット8を備えている。
【0020】
ナビECU(ファイルデータ読み出し装置)6は、マイクロコンピュータによって構成されており、その内部には、周知のCPU(データ読出し手段,コンピュータ)9,ROM(記録媒体)10,RAM(記憶手段)11,I/O(図示せず)やこれらを接続するバスラインなどを備えている。
【0021】
GPS受信装置2は、GPS(Grobal Positioning System) 衛星から送信される電波信号に基づいて車両の絶対位置を検出するものであり、車速センサ3,方位センサ4は、車両の相対位置を検出するものである。これらの構成2乃至4は、夫々が固有の性質に基づく誤差を有しているため、互いの出力結果を夫々補間しながら使用するように構成されている。尚、要求される精度によってはこれらの一部を用いても良く、或いは、地磁気センサや車両のステアリングセンサなどを更に加えても良い。
【0022】
ハードディスクユニット(ドライバ)8は、位置検出精度を向上させるための所謂マップマッチング用データや地図データを含む各種データを入力するための装置であり、車両用ナビゲーション装置1を出荷する段階で、ハードディスク8Dには既に地図データが記憶されている。地図データは、道路に関する道路データと、地名,地形,建物等の他のデータとからなる。ナビECU6は、例えばATA(AT Attachment) 等のインターフェイスを介してハードディスクユニット8との間でデータの転送を行うようになっている。
【0023】
表示装置7の画面には、車両現在位置マークと、ハードディスクユニット8より入力された地図データと、更に地図上に表示する誘導経路や設定地点の目印等の付加データとを重畳して表示するようになっている。操作スイッチ5は、例えば、表示装置7と一体に配置されるタッチスイッチ若しくはメカニカルスイッチなどで構成され、各種入力に使用される。そして、ナビゲーション装置1は、操作スイッチ5によって目的地の位置が入力されると、ナビECU6は、車両の現在位置から目的地までの最適な経路を自動的に選択して誘導経路を計算し、表示装置7に経路案内情報を表示させる。
【0024】
図3は、ナビECU6内部のROM10に記憶されているプログラムのイメージを示すものである。ROM10には、OS12と、そのOS12上で動作するカーナビゲーション用のアプリケーションプログラム13とが記憶されている。OS12は、ハードディスクユニット8との間で行うデータ転送を管理するファイルシステム(コンピュータプログラム)14,ATAインターフェイスに基づくデータ転送を実行するためのATAドライバ15を備えると共に、その他、表示装置7に地図データ等に基づくグラフィック表示を行うためのグラフィックシステム16などを備えている。これらのプログラムは、CPU9によって直接読み出されて実行されるか、或いは、一旦RAM11の所定領域に転送されてから実行されるようになっている。
【0025】
図4は、RAM11に記憶される情報テーブル11Tの一例を示すイメージである。情報テーブル11Tは、ファイル名,そのファイルのハードディスク上の先頭アドレス,連続フラグが夫々書き込まれる領域を有している。図4は、これらの情報が既に書き込まれた状態を示しているが、初期状態では、これらの領域のデータは例えばオール“0”にクリアされている。尚、RAM11は、車両のイグニッションスイッチがOFFである場合でもバッテリ電源によって記憶内容がバックアップされるように構成されていれば、SRAM,DRAMの何れであっても良い。
【0026】
次に、本実施例の作用について図1及び図5をも参照して説明する。図1は、ナビECU6のCPU9が、主にOS12のファイルシステム14に従って動作する場合の処理内容を示すフローチャートである。CPU9は、電源が投入されて起動すると先ず必要な初期設定を行うと(ステップS1)、アプリケーションプログラム13の動作に基づくファイルの読み出し要求が発生するまで待機する(ステップS2)。
【0027】
即ち、車両用のナビゲーションにおいては、車両が走行することによりその位置が随時変化するので、ハードディスク8Dに記憶されている広域の地図データから、車両の現在位置に対応するエリアの地図データを部分的に読み出して表示装置7に表示させる処理が頻繁に行われる。ここで、ファイルの読み出し要求は、例えば、File_read といったような読み出しコマンドに、ファイル名:地図データ,そのファイル中の読み出し開始アドレスを示す相対アドレス:100H,読み出しサイズ:2Mバイトなどを伴うものとする。
【0028】
ファイルの読み出し要求があると(ステップS2,「YES」)、CPU9はRAM11の情報テーブル11Tを参照する(ステップS3)。そして、情報テーブル11Tがクリアされた初期状態のままで情報が記憶されていない場合( 「NO」)、CPU9はハードディスクユニット8にアクセスし、図5(a)に示すハードディスク8Dのルートディレクトリ(先頭アドレステーブル)17を参照する(ステップS7)。そして、地図データの開始クラスタアドレス:X000Hを取得すると、ファイル名:地図データと先頭アドレス:X000HとをRAM11の情報テーブル11Tに書き込んで記憶させる(ステップS8)。尚、上記アドレスの表記はあくまでも例示であり、桁数は実際のデータサイズ等を反映させていない。
【0029】
次に、CPU9は、図5(b)に示すハードディスク8DのFAT(連鎖アドレステーブル)18を参照する(ステップS9)。その結果、地図データを構成する各クラスタ(単位領域)19のアドレスが全て繋がっていると判断すると (ステップS10,「YES」)、RAM11の情報テーブル11Tにおける連続フラグの格納領域に“1”を書き込んでセットする(ステップS11)。この時点で、地図データに関する情報テーブル11Tの情報は図4に示す状態となる。
【0030】
そして、この場合の地図データの読み出しは先頭アドレスに基づいて行う(ステップS12)。即ち、各クラスタ19のアドレスが連続しているので、地図データの相対アドレス100Hから2Mバイトを読み出すには、ハードディスク8D上のクラスタアドレスX100Hを先頭として2Mバイトを読み出せば良い。それからステップS2に戻り、次のファイル読み出し要求が発生するまで待機する。
【0031】
一方、ステップS9においてFAT18を参照した結果、CPU9がステップS10においてファイルを構成するクラスタアドレスが不連続であると判断すると(「NO」)、CPU9は、従来通りに1クラスタ19毎にFAT18の内容を辿りながらファイルデータの読み出しを行うようにする(ステップS13)。それから、ステップS2に戻る。この場合、当該ファイルについては情報テーブル11Tの連続フラグは初期状態でリセットされたままとなる。
【0032】
以上のようにして、地図データに関するルートディレクトリ17及びFAT18の情報が情報テーブル11Tに書き込まれた後、ステップS2で地図データの読み出し要求が再び発生し、ステップS3でCPU9が情報テーブル11Tを参照すると、続くステップS4では“情報あり”で「YES」と判断してステップS5に移行する。
【0033】
ステップS5において、CPU9は、地図データに関する情報テーブル11Tの連続フラグがセットされているか否かを判断し、セットされていれば(「YES」)情報テーブル11Tに記憶された先頭アドレスに基づいてステップS12と同様に地図データを読み出す(ステップS6)。即ち、この場合、CPU9は、ファイルデータを読み出すためのアドレス情報を得るためにハードディスク8Dにアクセスを行う必要が無く、RAM11の情報テーブル11Tを参照するだけでアクセスアドレスを決定することができる。
【0034】
また、ステップS3で情報テーブル11Tを参照した結果、読み出し対象ファイルの連続フラグがリセットされていると、CPU9はステップS5で「NO」と判断してステップS13に移行する。この場合は、上述したように従来通り1クラスタ19毎にFAT18の内容を辿りながらファイルデータの読み出しを行うよう。
【0035】
以上のように本実施例によれば、CPU9は、ハードディスク8D上のファイルデータの読み出し要求があるとRAM11を参照し、情報テーブル11Tに連続フラグがセットされておりファイルを構成する各クラスタ19のアドレスが“連続”である場合は、当該ファイルの先頭アドレスに基づいてアクセスアドレスを決定してデータの読み出しを行い、連続フラグがリセットされており各クラスタ19のアドレスが“不連続”である場合は、先頭アドレスに基づくと共に必要に応じてハードディスク8D上のFAT18を参照することでアクセスアドレスを決定してデータの読み出しを行うようにした。
【0036】
即ち、ファイルを構成する各クラスタ19のアドレスが連続している場合、CPU9は,情報テーブル11Tを参照すればFAT18を一々参照せずともアクセスアドレスを容易に決定することができる。従って、CPU9がハードディスク8Dから必要なファイルデータを読み出す時間を大幅に短縮することができる。
【0037】
また、CPU9は、ハードディスク8Dよりルートディレクトリ17の内容を読み出してRAM11に記憶させるので、読み出し対象ファイルの先頭アドレスを得るためにハードディスク8Dにアクセスを行う必要も無くなるので、ファイルデータを読み出す時間を一層短縮することができる。
【0038】
そして、CPU9は、ファイルデータの読み出し要求に応じて情報テーブル11Tを参照した場合に、当該ファイルに関する情報が記憶されていなければ、ハードディスク8Dのルートディレクトリ17,FAT18にアクセスして読み出した内容に基づく情報を情報テーブル11Tに記憶させるので、情報を記憶させるための処理を独立して行う必要が無く、ファイルデータの読み出し要求が発行されたことに伴って情報テーブル11Tを参照した結果に応じて、必要であれば情報を記憶させることができる。
【0039】
更に、本実施例によれば、ナビゲーション装置1の一部を構成するハードディスクユニット8のハードディスク8Dに地図データを記憶させて、ナビゲーションに利用するようにした。即ち、地図データをハードディスク8Dに記憶させた状態で提供する形態を想定すると、ハードディスク8Dはそのドライバのハードウエアと共にハードディスクユニット8としてナビゲーション装置1に内蔵されるので、ユーザにとってはDVD−ROMのような記録媒体を取り扱うことを意識する必要が無くなる。また、大容量のハードディスク8Dに、広域に対応した容量の大きな地図データを一括して記憶させることができ、エリアに応じて記録媒体を入れ替える必要もなくなる。
【0040】
その場合、専用のハードディスク8Dに記憶される地図データファイルのクラスタアドレスは図5(b)に示したように予め連続した状態となり、セクタの欠陥もほとんど無い状態にある。加えて、地図データファイルは、ナビゲーションに利用される状態で部分的な書き換えが頻繁に行われることはないので、クラスタアドレスが連続している状態は恒常的に維持される。従って、本発明を適用すればハードディスク8Dから地図データを極めて高速に読み出すことが可能となる。
【0041】
また、その後、ハードディスク8Dを長時間使用した結果、セクタの一部に欠陥が生じたり、或いは、地図データのバージョンアップが行われ、その一部が削除されて書き替えが行われた結果、地図データファイルのクラスタアドレスが不連続となった場合でも、データの読み出しを従来通りに行うことができる。
【0042】
本発明は上記し且つ図面に記載した実施例にのみ限定されるものではなく、次のような変形または拡張が可能である。
情報テーブル11Tには、ファイル名に対応する連続フラグのみを記憶させても良く、ファイルの開始クラスタ19のアドレスは毎回ルートディレクトリ17から読み出すように構成しても良い。
1つのファイルについて全てのクラスタアドレスが連続している場合に限ること無く、一部のクラスタアドレスが連続している場合に、その部分的な連続状態に関する連続情報を情報テーブル11Tに持たせるようにしても良い。例えばあるアドレスからクラスタ何個分まで連続,というような形式で情報を記憶させておく。そして、CPU9は、情報テーブル11Tを参照した結果、クラスタアドレスが連続である部分については、上記実施例と同様にFAT18を参照することなくアクセスアドレスを決定し、その他の部分については従来通りにFAT18を辿ってファイルデータを読み出すようにすれば良い。斯様に構成した場合でも、ファイルデータの読み出し時間を短縮することができる。
【0043】
ステップS7〜S11の処理を、ステップS1の初期設定において予め行っておいても良い。
ファイルシステム14を含むOS12は、予めROM10に記憶されているものに限ること無く、CD−ROMなどの記録媒体に記憶された状態で提供され、その記録媒体からROM(この場合、例えばEEPROM等の書き替え可能なROMである)10にロードされるものでも良い。
ハードディスクユニットは、車両用ナビゲーション装置1に用いられるものに限ること無く、パーソナルコンピュータ等に接続されて使用されるものであっても良い。従って、ハードディスクに記憶させるファイルデータは地図データに限ること無く、例えば、パーソナルコンピュータ等において扱われ、一般にハードディスクに記憶させるようなファイルデータであれば何でも良い。
連鎖アドレステーブルはFAT,先頭アドレステーブルはルートディレクトリに限ること無く、ハードディスクのフォーマットが異なることでこれらの名称が異なる場合であっても、実質的に同様の機能を有するものであれば適用することができる。
尚、データは、プログラムデータであっても良いことは言うまでも無い。
【図面の簡単な説明】
【図1】本発明を車両用ナビゲーション装置に適用した場合の一実施例であり、ナビECUのCPUが、主にOSのファイルシステムに従って動作する場合の処理内容を示すフローチャート
【図2】車両用ナビゲーション装置の電気的構成を示す機能ブロック図
【図3】ナビECU内部のROMに記憶されているプログラムのイメージを示す図
【図4】RAMに記憶される情報テーブルの一例のイメージを示す図
【図5】ハードディスクの記憶状態のイメージを示す図であり、(a)はルートディレクトリ領域,(b)はFAT領域,(c)はファイル領域の内容を示す図
【図6】従来技術を説明するもので、フォーマットが行われたハードディスクの論理レイアウトの一例を概念的に示す図
【図7】図5相当図
【符号の説明】
1は車両用ナビゲーション装置、6はナビECU(ファイルデータ読み出し装置)、8はハードディスクユニット,8Dはハードディスク、9はCPU(データ読出し手段,コンピュータ)、10はROM(記録媒体)、11はRAM(記憶手段)、11Tは情報テーブル、12はオペレーティングシステム、14はファイルシステム(コンピュータプログラム)、17はルートディレクトリ(先頭アドレステーブル)、18はFAT(連鎖アドレステーブル),19はクラスタ(単位領域)を示す。
[0001]
BACKGROUND OF THE INVENTION
The present invention also relates to navigation equipment to be read out the file data stored in the hard disk.
[0002]
[Prior art]
In the case of a format compliant with MS-DOS (registered trademark of Microsoft Corporation), the file stored on the hard disk is stored in units of an area of about several kilobytes called a cluster. This cluster is an aggregate of sectors which are the minimum recording units. When a file is stored in the hard disk immediately after the logical format is performed, the arrangement of clusters related to the file is continuous. Multiple files are usually stored on the hard disk, but if a part of the data for each file is deleted or a part of it is modified and newly written, the cluster placement for that file Is discontinuous.
[0003]
The hard disk is a table that stores the addresses of clusters that make up each file in a chain so that file data stored in a discontinuous arrangement of clusters can be read without any trouble. A certain FAT (File Allocation Table) area is formed.
[0004]
Here, FIG. 6 conceptually shows an example of the logical layout of the formatted hard disk. In the reserved area, a BPB (BIOS Parameter Block) indicating various information related to the manufacturer name, version number, and format of the hard disk is written. Following the reserved area, the FAT area and a FAT area that is a copy of the FAT (Preliminary) is arranged. Following the FAT area (spare), there is a root directory area indicating the head address of the cluster that constitutes each file, followed by a file area in which file data in units of clusters is stored.
[0005]
FIG. 7 shows an example of the correspondence between the root directory, FAT, and file data. The root directory stores information such as the address (start address) of the start cluster constituting the files A, B, and C, and other file capacities. For example, the start address of the file A is 0002H, and when the file area address 0002H is accessed, the file A-1 that is the start cluster of the file A can be read.
[0006]
The address of the start cluster is also a FAT index (entry). When the 0002H of the FAT entry is referred to, the next cluster address 0003H forming the file A is written therein, and the address of the file area When accessing 0003H, the next cluster file A-2 can be read. Since the next cluster address 0007H is written in the FAT entry 0003H, the next cluster file A-3 can be read by accessing the file area address 0007H.
[0007]
In this way, even when a cluster of one file is arranged in a state where addresses are discontinuous in the file area, each cluster can be traced by referring to the FAT (in this example, the FAT entry) FFFFH indicates a file end). Therefore, for example, when a file data read request is generated as a result of the operation of the application program, the OS (operating system) or the driver software of the hard disk driver sequentially reads the cluster of the file while referring to the FAT area. Yes.
[0008]
[Problems to be solved by the invention]
However, since the OS and the like sequentially read the file clusters while referring to the FAT one by one, regardless of the actual arrangement state of the plurality of clusters constituting a file, the time required for reading the file data becomes long. There was a problem that.
[0009]
The present invention has been made in view of the above circumstances, an object thereof is to provide a Luna navigation equipment can be made shorter reading time of the file data.
[0010]
[Means for Solving the Problems]
According to the navigation device of the first aspect, when there is a request for reading file data on the hard disk, the data reading means first refers to the information table , and the information about the file has the address of each unit area “continuous”. If this is the case, the access address is determined based on the start address of the file and data is read out. On the other hand, when the information indicates that the address is “discontinuous”, the data reading means determines the access address based on the head address and, if necessary, by referring to the chain address table on the hard disk. Read data.
[0011]
In other words, if the address arrangement of each unit area constituting a file is discontinuous, the address for accessing a part of data located in the middle of the file is traced by referring to the chained address table one by one. Without it you can't decide. On the other hand, when the address arrangement of each unit area is continuous, it is possible to determine the access address without referring to the chain address table.
[0012]
Therefore, if it is found in advance that the address of each unit area is continuous by referring to the information table , the data reading means only adds the relative address (offset) from the file start address if it is known. Thus, the access address can be easily determined and the data can be read out, and there is no need to refer to the chain address table one by one. Therefore, it is possible to greatly shorten the time for reading the necessary file data from the hard disk. In addition, the navigation device of the present invention creates an information table in the initial setting process when the battery power supply is turned on and started.
[0013]
According to the navigation device of the second aspect, when there is a request for reading file data on the hard disk, the data reading means first refers to the information table, and if there is continuous information regarding the portion related to the access target of the file, An access address is determined based on the continuous information, and an access address is determined by referring to the chain address table for a portion where no continuous information exists.
[0014]
That is, when the addresses of a plurality of unit areas forming a file are partially continuous, the continuous information is stored in the information table in a format such as how many unit areas are continuous from a certain address. . Therefore, the data reading means can determine the access address without referring to the chained address table for the portion where the unit area address is continuous for the file, thereby reducing the time for reading the file data. Can do. In addition, the navigation device of the present invention creates an information table in the initial setting process when the battery power supply is turned on and started.
[0015]
According to the navigation apparatus of the third aspect, the data reading means reads the contents of the head address table from the hard disk and stores them in the storage means. That is, a hard disk generally has a table in which the head addresses of unit areas constituting each file are arranged together with a chain address table. Therefore, if the contents of the head address table are also stored in the storage means in advance, the data reading means does not need to access the hard disk to obtain the head address of the file to be read. Can be further shortened.
[0016]
According to the navigation device of the fourth aspect, when the data reading means refers to the information table in response to the file data read request and information on the file is not stored, the data reading means accesses the hard disk table. Information based on the read contents is stored in the information table . According to this configuration, the data reading unit does not need to perform processing for storing necessary information in the information table independently, and a file data read request is issued for the operation in claims 1 to 3. Therefore, when the information table is referred to, necessary information can be stored in the information table according to the reference result.
[0017]
According to the navigation device of the fifth aspect, the file data stored in the hard disk is used as map data used for navigation. That is, generally, map data used for navigation is often provided in a state of being recorded on a recording medium such as a CD-ROM or a DVD-ROM. Assuming that the map data is provided in a state stored in the hard disk, the hard disk is built in the device together with the hardware of the driver. Therefore, it is necessary for the user to be aware of handling such a recording medium. Disappears. Moreover, the capacity of hard disks has been remarkably increased in recent years, and those having a capacity of about several tens of Gbytes have been put into practical use. Therefore, even map data having a large capacity corresponding to a wide area can be stored in a lump, and there is an advantage that there is no need to replace the recording medium according to the area.
[0018]
In that case, the unit area address of the map data file stored in the dedicated hard disk is in a continuous state in advance, and in addition, the map data file is frequently partially rewritten while being used for navigation. Therefore, the state where the unit area addresses are continuous is constantly maintained. Therefore, if the present invention is applied, map data can be read from the hard disk at extremely high speed .
Can do.
[0019]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an embodiment in which the present invention is applied to a vehicle navigation apparatus will be described with reference to FIGS. FIG. 2 is a functional block diagram showing an electrical configuration of the vehicle navigation device. The vehicle navigation device 1 includes a GPS receiver 2, a vehicle speed sensor 3, a direction sensor 4, an operation switch 5, a navigation ECU (Electronic Control Unit) 6 connected to these, a display device 7 connected to the navigation ECU 6, and a hard disk A unit 8 is provided.
[0020]
The navigation ECU (file data reading device) 6 is constituted by a microcomputer, and includes a well-known CPU (data reading means, computer) 9, ROM (recording medium) 10, RAM (storage means) 11, An I / O (not shown) and a bus line for connecting them are provided.
[0021]
The GPS receiver 2 detects the absolute position of the vehicle based on a radio signal transmitted from a GPS (Grobal Positioning System) satellite, and the vehicle speed sensor 3 and the direction sensor 4 detect the relative position of the vehicle. It is. Since these configurations 2 to 4 each have an error based on a unique property, each output result is configured to be used while being interpolated. Depending on the required accuracy, some of these may be used, or a geomagnetic sensor, a vehicle steering sensor, or the like may be further added.
[0022]
The hard disk unit (driver) 8 is a device for inputting various data including so-called map matching data and map data for improving the position detection accuracy. At the stage of shipping the vehicle navigation device 1, the hard disk unit 8D. Already contains map data. The map data includes road data related to roads and other data such as place names, topography, and buildings. The navigation ECU 6 transfers data to and from the hard disk unit 8 via an interface such as ATA (AT Attachment).
[0023]
On the screen of the display device 7, the vehicle current position mark, the map data input from the hard disk unit 8, and additional data such as a guide route to be displayed on the map and a mark of a set point are superimposed and displayed. It has become. The operation switch 5 is composed of, for example, a touch switch or a mechanical switch arranged integrally with the display device 7, and is used for various inputs. When the destination position is input by the operation switch 5, the navigation ECU 6 automatically selects the optimum route from the current position of the vehicle to the destination to calculate the guidance route, The route guidance information is displayed on the display device 7.
[0024]
FIG. 3 shows an image of a program stored in the ROM 10 inside the navigation ECU 6. The ROM 10 stores an OS 12 and an application program 13 for car navigation that operates on the OS 12. The OS 12 includes a file system (computer program) 14 for managing data transfer to and from the hard disk unit 8, an ATA driver 15 for executing data transfer based on the ATA interface, and map data on the display device 7. The graphic system 16 for performing graphic display based on the above is provided. These programs are read out and executed directly by the CPU 9 or once transferred to a predetermined area of the RAM 11 for execution.
[0025]
FIG. 4 is an image showing an example of the information table 11T stored in the RAM 11. The information table 11T has areas in which a file name, a head address of the file on the hard disk, and a continuous flag are written. FIG. 4 shows a state in which these pieces of information have already been written. In the initial state, the data in these areas are cleared to all “0”, for example. The RAM 11 may be either SRAM or DRAM as long as the stored contents are backed up by a battery power supply even when the ignition switch of the vehicle is OFF.
[0026]
Next, the operation of this embodiment will be described with reference to FIGS. FIG. 1 is a flowchart showing the processing contents when the CPU 9 of the navigation ECU 6 operates mainly in accordance with the file system 14 of the OS 12. When the CPU 9 first performs necessary initial settings when the power is turned on (step S1), the CPU 9 waits until a file read request based on the operation of the application program 13 is generated (step S2).
[0027]
That is, in the navigation for vehicles, the position of the vehicle changes as the vehicle travels, so the map data of the area corresponding to the current position of the vehicle is partially extracted from the wide-area map data stored in the hard disk 8D. Is frequently read and displayed on the display device 7. Here, for example, a file read request is accompanied by a read command such as File_read with a file name: map data, a relative address indicating a read start address in the file: 100H, a read size: 2 Mbytes, and the like. .
[0028]
When there is a file read request (step S2, "YES"), the CPU 9 refers to the information table 11T in the RAM 11 (step S3). If the information table 11T is cleared and no information is stored ("NO"), the CPU 9 accesses the hard disk unit 8 and the root directory (the top of the hard disk 8D shown in FIG. 5A). Reference is made to (address table) 17 (step S7). When the start cluster address: X000H of the map data is acquired, the file name: map data and the head address: X000H are written and stored in the information table 11T of the RAM 11 (step S8). The above address notation is merely an example, and the number of digits does not reflect the actual data size or the like.
[0029]
Next, the CPU 9 refers to the FAT (chain address table) 18 of the hard disk 8D shown in FIG. 5B (step S9). As a result, if it is determined that all the addresses of the clusters (unit areas) 19 constituting the map data are connected (step S10, “YES”), “1” is set in the storage area of the continuous flag in the information table 11T of the RAM 11. Write and set (step S11). At this time, the information in the information table 11T regarding the map data is in the state shown in FIG.
[0030]
In this case, the map data is read based on the head address (step S12). That is, since the addresses of the clusters 19 are continuous, in order to read 2 Mbytes from the relative address 100H of the map data, it is only necessary to read 2 Mbytes starting from the cluster address X100H on the hard disk 8D. Then, the process returns to step S2 and waits until the next file read request is generated.
[0031]
On the other hand, as a result of referring to the FAT 18 in step S9, if the CPU 9 determines in step S10 that the cluster addresses constituting the file are discontinuous (“NO”), the CPU 9 performs the contents of the FAT 18 for each cluster 19 as usual. The file data is read while following (Step S13). Then, the process returns to step S2. In this case, the continuous flag of the information table 11T remains reset in the initial state for the file.
[0032]
As described above, after the information on the route directory 17 and the FAT 18 relating to the map data is written in the information table 11T, a map data read request is generated again in step S2, and the CPU 9 refers to the information table 11T in step S3. In the subsequent step S4, “YES” is determined as “there is information”, and the process proceeds to step S5.
[0033]
In step S5, the CPU 9 determines whether or not the continuous flag of the information table 11T related to the map data is set. If it is set (“YES”), the CPU 9 performs the step based on the head address stored in the information table 11T. Map data is read out in the same manner as in S12 (step S6). That is, in this case, the CPU 9 does not need to access the hard disk 8D in order to obtain address information for reading file data, and can determine an access address simply by referring to the information table 11T of the RAM 11.
[0034]
As a result of referring to the information table 11T in step S3, if the continuous flag of the file to be read is reset, the CPU 9 determines “NO” in step S5, and proceeds to step S13. In this case, as described above, the file data is read while tracing the contents of the FAT 18 for each cluster 19 as described above.
[0035]
As described above, according to the present embodiment, when there is a read request for file data on the hard disk 8D, the CPU 9 refers to the RAM 11 and the continuous flag is set in the information table 11T, and each of the clusters 19 constituting the file. When the address is “continuous”, the access address is determined based on the start address of the file, data is read, the continuous flag is reset, and the address of each cluster 19 is “discontinuous” Is based on the top address and reads the data by determining the access address by referring to the FAT 18 on the hard disk 8D as necessary.
[0036]
That is, when the addresses of the clusters 19 constituting the file are continuous, the CPU 9 can easily determine the access address without referring to the FAT 18 one by one by referring to the information table 11T. Therefore, the time for the CPU 9 to read out the necessary file data from the hard disk 8D can be greatly shortened.
[0037]
In addition, since the CPU 9 reads the contents of the root directory 17 from the hard disk 8D and stores it in the RAM 11, it is not necessary to access the hard disk 8D to obtain the head address of the file to be read. It can be shortened.
[0038]
Then, when the CPU 9 refers to the information table 11T in response to a file data read request and information on the file is not stored, the CPU 9 accesses the root directory 17 and the FAT 18 of the hard disk 8D and reads the content. Since the information is stored in the information table 11T, there is no need to perform processing for storing the information independently, and according to the result of referring to the information table 11T when the file data read request is issued, Information can be stored if necessary.
[0039]
Furthermore, according to the present embodiment, the map data is stored in the hard disk 8D of the hard disk unit 8 which constitutes a part of the navigation device 1, and is used for navigation. That is, assuming that the map data is provided in a state stored in the hard disk 8D, the hard disk 8D is built in the navigation device 1 as the hard disk unit 8 together with the hardware of the driver. It is no longer necessary to be conscious of handling various recording media. Further, large-capacity hard disk 8D can collectively store large-capacity map data corresponding to a wide area, and there is no need to change the recording medium according to the area.
[0040]
In this case, the cluster address of the map data file stored in the dedicated hard disk 8D is in a continuous state as shown in FIG. 5B, and there is almost no sector defect. In addition, since the map data file is not frequently rewritten in a state where it is used for navigation, a state in which cluster addresses are continuous is constantly maintained. Therefore, if the present invention is applied, map data can be read from the hard disk 8D at extremely high speed.
[0041]
After that, as a result of using the hard disk 8D for a long time, a part of the sector is defective, or the version of the map data is upgraded and the part is deleted and rewritten. Even when the cluster address of the data file becomes discontinuous, data can be read as usual.
[0042]
The present invention is not limited to the embodiments described above and illustrated in the drawings, and the following modifications or expansions are possible.
Only the continuous flag corresponding to the file name may be stored in the information table 11T, and the address of the start cluster 19 of the file may be read from the root directory 17 every time.
Not only when all the cluster addresses are continuous for one file, but when some cluster addresses are continuous, the information table 11T has continuous information regarding the partial continuous state. May be. For example, information is stored in a format such as how many clusters from a certain address are continuous. Then, as a result of referring to the information table 11T, the CPU 9 determines the access address without referring to the FAT 18 for the portion where the cluster address is continuous, as in the above embodiment, and the FAT 18 for the other portion as usual. To read the file data. Even in such a configuration, the file data read time can be shortened.
[0043]
The processing in steps S7 to S11 may be performed in advance in the initial setting in step S1.
The OS 12 including the file system 14 is not limited to the one stored in the ROM 10 in advance, but is provided in a state stored in a recording medium such as a CD-ROM, and the ROM (in this case, for example, an EEPROM or the like) is provided from the recording medium. A rewritable ROM) may be loaded.
The hard disk unit is not limited to the one used in the vehicle navigation apparatus 1 but may be one connected to a personal computer or the like. Therefore, the file data to be stored in the hard disk is not limited to map data, and any file data can be used as long as it is handled by, for example, a personal computer and generally stored in the hard disk.
The chained address table is not limited to FAT, and the head address table is not limited to the root directory. Even if these names differ due to different hard disk formats, apply if they have substantially the same function. Can do.
Needless to say, the data may be program data.
[Brief description of the drawings]
FIG. 1 is an example of a case where the present invention is applied to a vehicle navigation apparatus, and a flowchart showing processing contents when a CPU of a navigation ECU mainly operates according to an OS file system. FIG. 3 is a functional block diagram showing the electrical configuration of the navigation device. FIG. 3 is a diagram showing an image of a program stored in a ROM inside the navigation ECU. FIG. 4 is a diagram showing an example of an information table stored in the RAM. 5A and 5B are diagrams showing an image of a storage state of a hard disk, where FIG. 6A is a root directory area, FIG. 5B is a FAT area, and FIG. 5C is a file area. FIG. FIG. 7 is a diagram conceptually showing an example of a logical layout of a formatted hard disk. FIG. 7 is a diagram corresponding to FIG.
1 is a vehicle navigation device, 6 is a navigation ECU (file data reading device), 8 is a hard disk unit, 8D is a hard disk, 9 is a CPU (data reading means, computer), 10 is a ROM (recording medium), 11 is a RAM (RAM) Storage means), 11T is an information table, 12 is an operating system, 14 is a file system (computer program), 17 is a root directory (head address table), 18 is FAT (chain address table), and 19 is a cluster (unit area). Show.

Claims (5)

ファイルが単位領域毎に分割されて記憶されると共に、各ファイルに関する前記単位領域の連鎖を示すアドレスが配置される連鎖アドレステーブルが記憶されているハードディスクに、ファイルデータの読み出し要求に応じてアクセスを行い当該データを読み出すデータ読出し手段を備えるナビゲーション装置において、
前記データ読出し手段が、前記連鎖アドレステーブルの内容に基づいて、少なくともファイル名と、各ファイルをなす複数の単位領域のアドレスが連続しているか否かを示す情報とを含む情報テーブルを生成して記憶するための記憶手段を備え、
前記データ読出し手段は、バッテリ電源が投入されて起動すると、初期設定処理において前記情報テーブルを作成し、ファイルデータの読み出し要求があると前記情報テーブルを参照し、前記ファイルに関する情報が前記アドレスの“連続”を示す場合は、当該ファイルの先頭アドレスに基づいてアクセスアドレスを決定し、前記ファイルに関する情報が前記アドレスの“不連続”を示す場合は、前記先頭アドレスに基づくと共に必要に応じて前記連鎖アドレステーブルを参照することでアクセスアドレスを決定してデータの読み出しを行うことを特徴とするナビゲーション装置。
A file is divided and stored for each unit area, and a hard disk storing a chain address table in which an address indicating the chain of the unit area for each file is stored is accessed in response to a file data read request. In a navigation device comprising data reading means for reading the data,
The data reading means generates an information table including at least a file name and information indicating whether addresses of a plurality of unit areas constituting each file are continuous based on the contents of the chain address table. Storage means for storing,
When the battery power is turned on , the data reading means creates the information table in an initial setting process. When there is a request for reading file data, the data reading means refers to the information table. If it indicates “continuous”, the access address is determined based on the head address of the file, and if the information about the file indicates “discontinuous” of the address, it is based on the head address and, if necessary, the chain. A navigation apparatus, wherein an access address is determined by referring to an address table to read data.
ファイルが単位領域毎に分割されて記憶されると共に、各ファイルに関する前記単位領域の連鎖を示すアドレスが配置される連鎖アドレステーブルが記憶されているハードディスクに、ファイルデータの読み出し要求に応じてアクセスを行い当該データを読み出すデータ読出し手段を備えるナビゲーション装置において、
前記データ読出し手段が、前記連鎖アドレステーブルの内容に基づいて、少なくともファイル名と、各ファイルをなす複数の単位領域のアドレスが少なくとも一部について連続している場合はその連続情報とを含む情報テーブルを生成して記憶するための記憶手段を備え、
前記データ読出し手段は、バッテリ電源が投入されて起動すると、初期設定処理において前記情報テーブルを作成し、ファイルデータの読み出し要求があると前記情報テーブルを参照し、前記ファイルのアクセス対象に係る部分について前記連続情報が存在する場合は、当該連続情報に基づいてアクセスアドレスを決定し、前記ファイルのアクセス対象に係る部分について前記連続情報が存在しない場合は、前記連鎖アドレステーブルを参照することでアクセスアドレスを決定してデータの読み出しを行うことを特徴とするナビゲーション装置。
A file is divided and stored for each unit area, and a hard disk storing a chain address table in which an address indicating the chain of the unit area for each file is stored is accessed in response to a file data read request. In a navigation device comprising data reading means for reading the data,
It said data reading means, based on the content of the chain address tables, information table including at least a file name, and its continuous information If the address of a plurality of unit regions constituting each file are contiguous for at least a portion Storage means for generating and storing
The data reading means creates the information table in an initial setting process when the battery power is turned on and refers to the information table when there is a request to read file data, and relates to a portion related to the access target of the file When the continuous information exists, an access address is determined based on the continuous information, and when the continuous information does not exist for the part to be accessed of the file, the access address is referred to by referring to the chain address table A navigation device characterized in that data is read out by determining the data.
前記ハードディスクには、各ファイルをなす単位領域の先頭アドレスが配置される先頭アドレステーブルが記憶されており、
前記データ読出し手段は、前記先頭アドレステーブルの内容を読み出して前記記憶手段に記憶させることを特徴とする請求項1または2記載のナビゲーション装置。
The hard disk stores a head address table in which head addresses of unit areas constituting each file are arranged,
3. The navigation apparatus according to claim 1, wherein the data reading unit reads the contents of the head address table and stores the contents in the storage unit.
前記データ読出し手段は、ファイルデータの読み出し要求に応じて前記情報テーブルを参照した場合に、当該ファイルに関する情報が記憶されていなければ、前記ハードディスクのテーブルにアクセスして読み出した内容に基づく情報を前記情報テーブルに記憶させることを特徴とする請求項1乃至3の何れかに記載のナビゲーション装置。The data reading means refers to the information table in response to a file data read request, and if information on the file is not stored, information based on the content read by accessing the hard disk table is read. 4. The navigation device according to claim 1, wherein the navigation device is stored in an information table . 前記ハードディスクに記憶されるファイルデータは、ナビゲーションに利用される地図データであることを特徴とする請求項1乃至4の何れかに記載のナビゲーション装置。5. The navigation apparatus according to claim 1, wherein the file data stored in the hard disk is map data used for navigation .
JP2001332676A 2001-10-30 2001-10-30 Navigation device Expired - Fee Related JP4026352B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001332676A JP4026352B2 (en) 2001-10-30 2001-10-30 Navigation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001332676A JP4026352B2 (en) 2001-10-30 2001-10-30 Navigation device

Publications (2)

Publication Number Publication Date
JP2003140945A JP2003140945A (en) 2003-05-16
JP4026352B2 true JP4026352B2 (en) 2007-12-26

Family

ID=19148062

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001332676A Expired - Fee Related JP4026352B2 (en) 2001-10-30 2001-10-30 Navigation device

Country Status (1)

Country Link
JP (1) JP4026352B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4851726B2 (en) * 2005-03-30 2012-01-11 クラリオン株式会社 In-vehicle device
JP4968512B2 (en) * 2006-08-31 2012-07-04 アイシン・エィ・ダブリュ株式会社 Data update system and computer program
JPWO2010001606A1 (en) * 2008-07-02 2011-12-15 パナソニック株式会社 Controller, information recording device, access device, information recording system, and information recording method
JP6361130B2 (en) 2013-12-24 2018-07-25 株式会社ソシオネクスト File access program and file access method

Also Published As

Publication number Publication date
JP2003140945A (en) 2003-05-16

Similar Documents

Publication Publication Date Title
US5040110A (en) Write once read many optical disc storage system having directory for storing virtual address and corresponding up-to-date sector address
JP3005645B2 (en) How to read and write files on non-erasable storage media
JP5402769B2 (en) Reference map data switching method in navigation device
JP3197815B2 (en) Semiconductor memory device and control method thereof
KR100205539B1 (en) Hard disc double partitioning method
JP3922857B2 (en) Navigation system
EP1843331B1 (en) Information storage apparatus that writes data in unrecorded regions of a recording medium
US20120265792A1 (en) Data storage access device
JPH08328762A (en) Semiconductor disk device and memory management method therefor
JPH10228400A (en) High-speed file system
JP4026352B2 (en) Navigation device
JPH1063551A (en) Information processor
JP3432897B2 (en) Method for rewriting system ROM program and computer system using this method
JP2008513758A (en) A system and a computer installed in an automobile that allows the capturing of data to be paused when the computer stops
JPWO2014091629A1 (en) Storage device management program, electronic device, and storage device management method
JPH06187201A (en) File system
JP2005308708A (en) Navigation apparatus
JP4851726B2 (en) In-vehicle device
KR100545654B1 (en) A method for detecting defectless of file in disk after booting
JP3411180B2 (en) Monitor and test method of local device in programmable controller and programmable controller
JP2002007204A (en) Device and method for information processing
JPH0895836A (en) Device and method for converting section data of storage device
JPH1116248A (en) Cd-r/rw drive write-in system
JP2008171212A (en) File management device and program
JPH02165354A (en) Auxiliary storage device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070511

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070522

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070719

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070918

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071001

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101019

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101019

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111019

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121019

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121019

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131019

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees