JP4026352B2 - Navigation device - Google Patents
Navigation device Download PDFInfo
- 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
Links
Images
Landscapes
- Management Or Editing Of Information On Record Carriers (AREA)
- Traffic Control Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
- Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
- Navigation (AREA)
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
[0006]
The address of the start cluster is also a FAT index (entry). When the 0002H of the FAT entry is referred to, the
[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
[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
[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
[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
[0023]
On the screen of the
[0024]
FIG. 3 shows an image of a program stored in the
[0025]
FIG. 4 is an image showing an example of the information table 11T stored in the
[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
[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
[0028]
When there is a file read request (step S2, "YES"), the
[0029]
Next, the
[0030]
In this case, the map data is read based on the head address (step S12). That is, since the addresses of the
[0031]
On the other hand, as a result of referring to the FAT 18 in step S9, if the
[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
[0033]
In step S5, the
[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
[0035]
As described above, according to the present embodiment, when there is a read request for file data on the
[0036]
That is, when the addresses of the
[0037]
In addition, since the
[0038]
Then, when the
[0039]
Furthermore, according to the present embodiment, the map data is stored in the
[0040]
In this case, the cluster address of the map data file stored in the dedicated
[0041]
After that, as a result of using the
[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
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
[0043]
The processing in steps S7 to S11 may be performed in advance in the initial setting in step S1.
The
The hard disk unit is not limited to the one used in the
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.
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)
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 |
US20100217787A1 (en) * | 2008-07-02 | 2010-08-26 | Makoto Ochi | 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 |
-
2001
- 2001-10-30 JP JP2001332676A patent/JP4026352B2/en not_active Expired - Fee Related
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 | |
JP3197815B2 (en) | Semiconductor memory device and control method thereof | |
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 | |
JPH1091359A (en) | Hard disk division method and computer system test method using the division method | |
JPH11126488A (en) | Method and device for storing and controlling data of external memory using plural flash memories | |
US8386743B2 (en) | Data update system and computer program | |
JP4026352B2 (en) | Navigation device | |
JPH1063551A (en) | Information processor | |
JP2008513758A (en) | A system and a computer installed in an automobile that allows the capturing of data to be paused when the computer stops | |
JP3432897B2 (en) | Method for rewriting system ROM program and computer system using this method | |
JPH0525359B2 (en) | ||
WO2014091629A1 (en) | Storage-device management program, and management method for electronic device and storage device | |
JPH10289144A (en) | Memory control method | |
JP2005308708A (en) | Navigation apparatus | |
JP4851726B2 (en) | In-vehicle device | |
JP2004038237A (en) | Information processor and program therefor | |
JP2001325127A (en) | Access method and recording or reproducing 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 |
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 |