JP2006178778A - Data recorder and data recording system - Google Patents
Data recorder and data recording system Download PDFInfo
- Publication number
- JP2006178778A JP2006178778A JP2004371988A JP2004371988A JP2006178778A JP 2006178778 A JP2006178778 A JP 2006178778A JP 2004371988 A JP2004371988 A JP 2004371988A JP 2004371988 A JP2004371988 A JP 2004371988A JP 2006178778 A JP2006178778 A JP 2006178778A
- Authority
- JP
- Japan
- Prior art keywords
- data
- data recording
- registered
- area
- object 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
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本発明は、ネットワーク上に接続された一のホスト装置から供給されるデータを記録する際に、ホスト機器に依存しない独自のフォーマットで記録を行うデータ記録装置及びデータ記録システムに関する。 The present invention relates to a data recording apparatus and a data recording system that perform recording in a unique format independent of a host device when recording data supplied from a single host device connected on a network.
近年、一般家庭にDVDレコーダ、デジタルカメラ、カムコーダ等のデジタル家電が急速に普及し、大量の動画、静止画、音声などのデジタルデータを保存・管理する必要が増している。これらのデータの一部は掛替えのないものであって、長期にわたって保持することが求められる。そして、時には、その要求が世代を超えたものとなるために、記録媒体の寿命が先に尽きてしまう場合や、データにアクセスするためのファイルシステムが失われてしまう場合が生じ得る。 In recent years, digital home appliances such as DVD recorders, digital cameras, and camcorders are rapidly spreading in general households, and the need to store and manage a large amount of digital data such as moving images, still images, and audio is increasing. Some of these data are not changed and are required to be retained for a long period of time. In some cases, since the request exceeds generations, the life of the recording medium may be exhausted first, or the file system for accessing data may be lost.
そのため、これらの問題にシステムレベルで対処するために、近年エターナルストレージが提案されている。そこで重要な役割を果たす技術は、以下の3つのものがあげられる。
(1)記録媒体の仮想化
(2)ネットワーク上での分散処理(分散管理)
(3)記録しているファイルの内容がどういうものかを記述するメタデータ
「記録媒体の仮想化(1)」は、異なる記録媒体に対して将来にわたり同じ方法でアクセスすることを可能とする技術である。そのためにファイルシステムが変更されても、アクセス方法に影響が及ばないようにする必要がある。
Therefore, eternal storage has been proposed in recent years to deal with these problems at the system level. The following three technologies can play important roles.
(1) Virtualization of recording media (2) Distributed processing on network (distributed management)
(3) Metadata that describes what the content of the recorded file is “Virtualization of recording medium (1)” is a technology that enables different recording media to be accessed in the same way in the future. It is. Therefore, it is necessary to prevent the access method from being affected even if the file system is changed.
また、「ネットワーク上での分散処理(2)」は、例えば、一部の記録装置が故障してデータへのアクセスが行えなくなったり、データに異常が生じる場合に備えて、ネットワーク上において、データを安全な場所に移動(コピー)したり、あるいは、冗長性を用いて異常が生じたデータを復旧させる等の技術である。 In addition, “distributed processing on the network (2)” is performed on the network in preparation for a case where, for example, some recording devices fail and access to the data cannot be performed or data is abnormal. Is moved (copied) to a safe place, or the data in which an abnormality has occurred is restored using redundancy.
また、「記録しているファイルの内容がどういうものかを記述するメタデータ(3)」は、記録している内容をわかりやすい形で記述することにより、将来の管理をより効率的かつ容易にするための技術である。 In addition, “metadata (3) describing what the content of the recorded file is” makes the future management more efficient and easy by describing the recorded content in an easy-to-understand format. Technology.
また、「記録媒体の仮想化(1)」を実現する手段として、現在検討されているのは、アクセスのオブジェクト化である。これは、記録媒体の物理仕様に関連した論理ブロックアドレス(LBA)などのパラメータを用いてデータにアクセスするのではなく、記録媒体に対してファイルの概念に対応するオブジェクトを指定してアクセスを行うものである。 In addition, as a means for realizing “virtualization of recording medium (1)”, access objectization is currently being studied. In this method, data is not accessed using parameters such as a logical block address (LBA) related to the physical specifications of the recording medium, but an object corresponding to the concept of a file is specified for accessing the recording medium. Is.
例えば、データを読み出す時には、ホストは必要なデータのファイル名やサイズ等の属性のみを記録媒体に伝え、その後は、記録媒体が必要な物理アドレスを自ら求めてデータをホストに転送する。したがって、ホストは、記録媒体の物理仕様に依存せずに、記録媒体に対してアクセスが行える。 For example, when reading data, the host transmits only the attributes such as the file name and size of the necessary data to the recording medium, and thereafter the recording medium finds the necessary physical address and transfers the data to the host. Therefore, the host can access the recording medium without depending on the physical specifications of the recording medium.
このようなオブジェクトベースのアクセスを実現する技術としては、現在注目されているのがOSD(Object based Storage)であり、IEEE技術委員会T10で標準化が進められている。OSDでは 、64bitのオブジェクトID が中央に置かれるサーバによって全てのファイルに割り当てられる。また、サーバは、データへのアクセス管理や暗号化などの機能も担っている。 As a technology for realizing such object-based access, OSD (Object based Storage) is currently attracting attention, and standardization is being promoted by the IEEE Technical Committee T10. In OSD, a 64-bit object ID is assigned to all files by a server located in the center. The server also has functions such as data access management and encryption.
ところで、OSDは、システム構成が巨大なものとなり、家庭などに設置される小規模なネットワーク上で運用するのには適しているとはいい難い。さらに、OSDは、ファイルへのアクセスする毎に、サーバからのアクセス許可あるいは復号化鍵を受け取らざるを得ず、その処理が負担となってしまう。 By the way, the OSD has a huge system configuration, and it is difficult to say that the OSD is suitable for operation on a small network installed in a home or the like. Furthermore, every time the OSD accesses a file, the OSD must receive an access permission from the server or a decryption key, and this processing becomes a burden.
そこで、本発明は、このような実情に鑑みて提案されたものであり、OSD的な概念を導入しつつ、ホスト装置からのアクセスに対して高速かつ安定な転送速度で応答することができるデータ記録装置及びデータ記録システムを提供する。 Therefore, the present invention has been proposed in view of such circumstances, and can introduce data that can respond to access from a host device at a high speed and a stable transfer rate while introducing an OSD concept. A recording apparatus and a data recording system are provided.
本発明に係るデータ記録装置は、上述した課題を解決するために、ネットワーク上に接続されている一のホスト装置から供給されたデータを記録するデータ記録装置であって、データの記録開始位置である開始クラスタアドレスが登録される第1のテーブルと、開始クラスタアドレスとネットワーク上で規定されているオブジェクト番号が関連付けられて登録される第2のテーブルが格納されてなる第1のシステム領域と、データの連結情報が登録される管理テーブルが格納されてなる第2のシステム領域と、データが格納されてなるユーザ領域とを有する記録媒体と、ホスト装置の要求に応じて、ユーザ領域に記録されているデータにアクセスするために必要なアドレス情報を、第1のシステム領域に格納されてなる第2のテーブルを参照する第1のモードと、第2のシステム領域に格納されてなる管理テーブルを参照する第2のモードを選択するモード選択手段と、モード選択手段により第1のモードが選択されている場合に、ホスト装置からデータが供給されたとき、供給されたデータの記録開始位置である開始クラスタアドレスをユーザ領域の第1のテーブルに登録する第1の登録手段と、第1の登録手段により第1のテーブルに開始クラスタアドレスを登録した場合に、オブジェクト番号を生成し、生成したオブジェクト番号を開始クラスタアドレスに関連付けて第2のテーブルに登録する第2の登録手段を備える。 In order to solve the above-described problem, a data recording apparatus according to the present invention is a data recording apparatus that records data supplied from a single host device connected to a network, and at a data recording start position. A first system area in which a first table in which a certain start cluster address is registered, and a second table in which a start cluster address and an object number defined on the network are associated and registered; A recording medium having a second system area in which a management table in which data connection information is registered is stored, and a user area in which data is stored, and is recorded in the user area in response to a request from the host device. Refer to the second table stored in the first system area for the address information necessary to access the data When the first mode is selected by the mode selection means for selecting the first mode, the second mode referring to the management table stored in the second system area, and the mode selection means, When data is supplied from the host device, the first registration means for registering the start cluster address, which is the recording start position of the supplied data, in the first table in the user area, and the first registration means When a starting cluster address is registered in the table, an object number is generated, and a second registering unit that registers the generated object number in the second table in association with the starting cluster address is provided.
また、第2の登録手段は、第2のテーブルにオブジェクト番号を開始クラスタアドレスに関連付けて登録する際に、開始クラスタアドレスに対応するユーザ領域に記録されたデータの属性情報を併せて登録する。 The second registering means also registers the attribute information of the data recorded in the user area corresponding to the start cluster address when registering the object number in the second table in association with the start cluster address.
また、本発明に係るデータ記録システムは、上述した課題を解決するために、ネットワーク上に接続されている一のホスト装置から供給されたデータをデータ記録装置に記録するデータ記録システムにおいて、一のデータ記録装置は、データの記録開始位置である開始クラスタアドレスが登録される第1のテーブルと、開始クラスタアドレスとネットワーク上で規定されているオブジェクト番号が関連付けられて登録される第2のテーブルが格納されてなる第1のシステム領域と、データの連結情報が登録される管理テーブルが格納されてなる第2のシステム領域と、データが格納されてなるユーザ領域とを有する記録媒体と、ホスト装置の要求に応じて、ユーザ領域に記録されているデータにアクセスするために必要なアドレス情報を、第1のシステム領域に格納されてなる第2のテーブルを参照する第1のモードと、第2のシステム領域に格納されてなる管理テーブルを参照する第2のモードを選択するモード選択手段と、モード選択手段により第1のモードが選択されている場合に、ホスト装置からデータが供給されたとき、供給されたデータの記録開始位置である開始クラスタアドレスをユーザ領域の第1のテーブルに登録する第1の登録手段と、第1の登録手段により第1のテーブルに開始クラスタアドレスを登録した場合に、当該開始クラスタアドレスにオブジェクト番号を関連付けて第2のテーブルに登録する第2の登録手段を備える。 In order to solve the above-described problem, the data recording system according to the present invention is a data recording system for recording data supplied from one host device connected on a network in a data recording device. The data recording apparatus includes a first table in which a start cluster address that is a data recording start position is registered, and a second table in which the start cluster address and an object number defined on the network are associated and registered. A recording medium having a first system area stored, a second system area storing a management table in which data connection information is registered, a user area storing data, and a host device In response to the request, the address information necessary for accessing the data recorded in the user area is Mode selection means for selecting a first mode for referring to a second table stored in the system area, a second mode for referring to a management table stored in the second system area, and mode selection When the first mode is selected by the means, when data is supplied from the host device, a first cluster address that is a recording start position of the supplied data is registered in the first table of the user area. And a second registration unit for registering the start cluster address in the second table in association with the start cluster address when the start cluster address is registered in the first table by the first registration unit.
また、第2の登録手段は、第2のテーブルにオブジェクト番号を開始クラスタアドレスに関連付けて登録する際に、開始クラスタアドレスに対応するユーザ領域に記録されたデータの属性情報を併せて登録する。 The second registering means also registers the attribute information of the data recorded in the user area corresponding to the start cluster address when registering the object number in the second table in association with the start cluster address.
さらに、ネットワーク上に接続されている一のホスト装置は、ネットワーク上に複数のデータ記録装置が接続されている場合に、それぞれのデータ記録装置に備えられている記録媒体の第1のシステム領域に格納されている第2のテーブルを読み出す読出手段と、読出手段で読み出された複数の第2のテーブルから、オブジェクト番号が重複しているものを検索する検索手段と、検索手段によりオブジェクト番号が重複していることが発見された場合には、それぞれ異なるオブジェクト番号となるように第2のテーブルに登録されているオブジェクト番号を変更するオブジェクト番号変更手段と、オブジェクト番号変更手段でオブジェクト番号が変更された場合には、当該オブジェクト番号に関連して登録されている属性情報を変更する属性情報変更手段と、オブジェクト番号変更手段及び属性情報変更手段により内容が変更された第2のテーブルを、読出手段で読み出したもとのデータ記録装置に備えられている記録媒体の第1のシステム領域に上書きする上書き手段を備える。 Furthermore, when a plurality of data recording devices are connected on the network, the one host device connected on the network is provided in the first system area of the recording medium provided in each data recording device. Reading means for reading out the stored second table, searching means for searching for duplicate object numbers from the plurality of second tables read out by the reading means, and the object number by the searching means If it is found that there is an overlap, the object number is changed by the object number changing means for changing the object number registered in the second table so that the object numbers are different, and the object number is changed by the object number changing means. Attribute to change the attribute information registered in relation to the object number. The second table whose contents are changed by the information changing means, the object number changing means and the attribute information changing means is overwritten on the first system area of the recording medium provided in the original data recording apparatus read by the reading means. Overwriting means is provided.
本発明では、記録媒体にファイルを書き込む(記録)ときに、ファイルの開始クラスタ番号を第1のテーブルに登録し、かつオブジェクトIDを開始クラスタ番号に関連付けてOITに登録を行う。 In the present invention, when writing (recording) a file on a recording medium, the start cluster number of the file is registered in the first table, and the object ID is registered in the OIT in association with the start cluster number.
したがって、本願発明では、データ記録装置に記録されたファイルに対して、ネットワーク上に接続されている機器から、通常のLBAを指定する方式、ファイルを開始クラスタ番号によって指定する方式、ファイルをオブジェクトIDで指定する方式等によりアクセスすることが可能となる。ゆえに、本願発明をサポートしない装置がファイルにアクセスする場合であっても、高く安定した転送速度を実現できる。 Therefore, in the present invention, for a file recorded in the data recording device, a method for designating a normal LBA from a device connected on the network, a method for designating a file by a start cluster number, and a file with an object ID It is possible to access by the method specified by. Therefore, even when a device that does not support the present invention accesses a file, a high and stable transfer rate can be realized.
また、同時に、ネットワーク上の他の記録装置に対して行われたコピーファイルには、同一のオブジェクトIDが割り当てられるので、その同一性を記憶装置自身が判断することができ、ネットワーク内でデータを永続的に管理することが容易となる。 At the same time, since the same object ID is assigned to copy files made to other recording devices on the network, the storage device itself can determine the identity, and the data can be stored in the network. It becomes easy to manage permanently.
また、外部のネットワークにあるサーバから新しいオブジェクトIDが指定される構成にあっては、ホスト装置は、サーバに対してオブジェクトIDを取得するための要求を行い(所定のコマンドを送信する)、オブジェクトIDを受け取り、OITに登録するので、ファイルをバックアップの目的で外部の記録装置にコピーする場合、関連付けられるオブジェクトIDは、家庭内ネットワークと外部ネットワークとで共通なものとなるので、データを容易に管理することができる。 Further, in a configuration in which a new object ID is designated from a server in an external network, the host device makes a request for acquiring the object ID to the server (transmits a predetermined command), and the object Since the ID is received and registered in the OIT, when copying a file to an external recording device for the purpose of backup, the associated object ID is common between the home network and the external network, so data can be easily Can be managed.
すなわち、元のファイルのコピー(バックアップ)が家庭内ネットワーク及び外部ネットワークにされていれば、たとえ元のファイルが壊れたり、又は失われてしまった場合でも、オブジェクトIDを用いて容易に所望のデータをネットワーク上で探し出すことができる。 That is, if a copy (backup) of the original file is made to the home network and the external network, even if the original file is broken or lost, the desired data can be easily used by using the object ID. Can be found on the network.
また、OSDのような大きなシステムが動作していなくても、アクセスのオブジェクト化が実現しその有用性をシステムが実現でき、また、本発明をサポートしていない装置を本発明をサポートしている装置と同一のネットワーク上に接続して扱うことができる。 Further, even if a large system such as OSD is not operating, the object of access can be realized and the system can realize its usefulness, and the present invention is supported by a device that does not support the present invention. It can be connected to the same network as the device.
以下、本発明を適用した具体的な実施の形態について、図面を参照しながら詳細に説明する。本実施の形態は、本発明を、ホスト装置と、少なくともハードディスクや書換え可能な光ディスクなどの回転記録媒体を有するデータ記録装置とからなり、回転記録媒体上に記録されたデータへアクセスする際のシーク動作や回転待ち時間による遅延があってもデータ転送速度を保障することができる記録再生システムに適用したものである。また、本実施の形態における記録再生システムは、AVデータ等を含む全てのデータをファイルとして管理するファイルシステムを採用する。ここで、本実施の形態におけるデータ転送時間とは、ヘッドのシーク動作及びディスクの回転待ち時間からなる移動時間と、実際にデータを書き込むデータ書き込み時間とを含み、データ転送速度とは、転送データをこのデータ転送時間で除したものとなる。 Hereinafter, specific embodiments to which the present invention is applied will be described in detail with reference to the drawings. In the present embodiment, the present invention comprises a host device and a data recording device having at least a rotating recording medium such as a hard disk or a rewritable optical disc, and seeks when accessing data recorded on the rotating recording medium. The present invention is applied to a recording / reproducing system capable of guaranteeing a data transfer speed even when there is a delay due to operation or rotation waiting time. Further, the recording / reproducing system in the present embodiment employs a file system that manages all data including AV data as files. Here, the data transfer time in the present embodiment includes a movement time composed of a seek operation of the head and a disk rotation waiting time, and a data write time for actually writing data, and the data transfer speed is the transfer data. Is divided by this data transfer time.
また、本実施の形態においては、データ記録装置はハードディスクなどの磁気記録媒体を有するものとして説明するが、他の記録媒体、例えばCD、DVDなどの光ディスクなどであっても同様の処理が可能である。また、本実施の形態においては、記録媒体としてハードディスク装置(HDD)を、また、ファイルシステムとしてMS−DOS互換FATファイルシステムを適用した場合について説明するが、データをファイルとして管理するシステムであればMS−DOS互換FATファイルシステムに限らずどのようなシステムでも適用することができる。例えば、UNIX(登録商標)でよく用いられるextファイルシステムのように存在するファイルについてのみ配置情報(連結情報)を持つ方法に対しても用いることができる。 In this embodiment, the data recording apparatus is described as having a magnetic recording medium such as a hard disk. However, the same processing can be performed on other recording media such as an optical disk such as a CD and a DVD. is there. In this embodiment, a case where a hard disk device (HDD) is applied as a recording medium and an MS-DOS compatible FAT file system is applied as a file system will be described. Any system can be applied without being limited to the MS-DOS compatible FAT file system. For example, it can also be used for a method having arrangement information (concatenation information) only for existing files such as an ext file system often used in UNIX (registered trademark).
ここで、FATファイルシステムとは、PC(Personal Computer)などのホスト装置における、例えばハードディスクドライブ装置(HDD)、又は不揮発性固体メモリを記録媒体としたメディア(ソニー製:メモリースティック(登録商標)、東芝製;スマートメディア(登録商標)、サンディスク製:コンパクトフラッシュ(登録商標)、マルチメディアカード等)などの外部記憶装置で採用されているファイルシステムである。 Here, the FAT file system is, for example, a hard disk drive (HDD) in a host device such as a PC (Personal Computer) or a medium using a nonvolatile solid-state memory as a recording medium (manufactured by Sony: Memory Stick (registered trademark), Toshiba). (Manufactured by SmartMedia (registered trademark), SanDisk: compact flash (registered trademark), multimedia card, etc.)).
図1は、本実施の形態におけるデータ記録システムの一部を示すブロック図である。図1に示すように、データ記録システム1は、例えば、PC又はAV機器等のホスト装置2と、これにIDE(Integrated Drive Electronics)、SCSI(Small Computer System Interface)、FC(Fibre Channel)、USB(Universal Serial Bus)等のインターフェース3を介して接続されたデータ記録装置4とからなる。なお、以下では、ホスト装置2とデータ記録装置4は、インターフェース3としてATA(AT Attachment)が採用されるものとする。また、データ記録装置4は、図2に示すように、PC等のホスト装置2を介して外のネットワークと接続される構成とする。また、図2には、家庭内ネットワーク5(小規模ネットワーク)と外部ネットワーク6(大規模ネットワーク)からなるデータ記録システム1全体の構成が示されており、家庭内ネットワーク5には、テレビ表示装置7と、データ記録装置4(HDD)を2つ有するホスト装置2(PC)が接続されており、外部ネットワーク6には、サーバ8と、ストレージシステム9が接続されており、相互にデータの送受信が行えるシステムである。
FIG. 1 is a block diagram showing a part of the data recording system in the present embodiment. As shown in FIG. 1, a
データ記録装置4は、ホスト装置2より出力される各種のデータをハードディスクなどの磁気記録媒体としてのディスク11に記録するものであり、当該ディスク11を回転駆動するスピンドルモータ12と、ディスク11に対して信号の読出し、書き込みを行う磁気ヘッドをディスク11の半径方向にフィードするボイスコイルモータ13と、スピンドルモータ12及びボイスコイルモータ13の駆動制御を行うサーボ制御部14と、ディスク11へ書き込むデータの符号化及びディスク11から読み出したデータの復号を行うリードライトチャネル部15とを有する。
The
更に、データ記録装置4は、ディスク11上のデータを管理するディスク制御部16と、ディスク11から読出したデータ及びディスク11へ書き込むデータをバッファリングするバッファメモリ17と、ホスト装置2との間で送受信するデータ、制御コマンド等の入出力回路を構成するインターフェース制御部18と、ディスク11上のFAT領域上の内容を記憶するメモリ19と、これらを制御するCPU(Central Processing Unit)20とを有し、これらがバス21を介して接続されている。
Further, the
また、不揮発性固体メモリ22を更に設け、データ記録装置4における記録領域をディスク11及び不揮発性固体メモリ22からなる記録領域とし、ハイブリッド記憶装置として構成してもよい。また、不揮発性固体メモリ22は、ホスト装置2からのデータを一時的に格納するキャッシュとして利用したり、起動時に使用されるプログラムを格納したり、さらに、ユーザデータを格納するユーザ領域の一部として使用したりすることができる。この不揮発性固体メモリ22は、データへのアクセスが速いため、例えばディスク11にデータを書き込むまたはディスク11からデータを読み出す際のシーク動作の間に、不揮発性固体メモリ22に書き込み又は読み出しを行えば、データの転送速度を更に向上することができる。
Further, a nonvolatile solid-
また、データ記録装置4は、インターフェース3を介してホスト装置3より発行されたコマンドをインターフェース制御部18にて受け取り、インターフェース制御部18はその内容を理解してデータ記録装置4内のCPU20に通知する。CPU20は通知内容に基づいてディスク制御部16、リードライトチャンネル部15、サーボ制御部14に対して必要なコマンド及びパラメータを設定して、それらの動作を実行させる。また、ディスクキャッシュ領域における欠陥セクタの代替処理を行う。
Further, the
サーボ制御部14はスピンドルモータ9及びボイスコイルモータ11の駆動制御を行って、ディスク11の所定のトラック、セクタに対してヘッドを移動させる。リードライトチャンネル部15はディスク11への書き込み時、送られてきたユーザデータを記録再生系の特性に適したデジタルビット系列に符号化(変調)する。また読み出し時にはヘッドから読み出された再生信号から高域ノイズを除去してからアナログ信号からデジタル信号への変換を行い、さらに最尤復号法を用いてデータの推定を行った後、復調を行いユーザデータの再生を行う。
The
また、ディスク制御部16は、バッファメモリ17、リードライトチャンネル部15、インターフェース制御部18のそれぞれの間におけるデータのやり取りを管理し、データのフォーマットに係る処理を行う。その際に誤り訂正符号による符号化と誤り検出および誤り訂正に係る処理も併せて行う。
The
これに対応してホスト装置2においては、メモリ31にワークエリアを確保した中央処理ユニット(CPU)32の処理により、上位のコントローラからの指示に応じてデータ記録装置4に種々のコマンド等を送出する。
In response to this, the
この処理においてCPU32は、電源起動時、所定の処理手順の実行により、ディスク11のシステム領域に記録されてなる管理用データであるブート領域、FAT領域、ディレクトリ領域のデータをメモリ31にアップロードし、このアップロードしたデータを基準にしたパラメータの設定により種々のコマンドを送出する。
In this process, the
次に、本実施の形態におけるデータの管理方法について説明する。ディスク11に記録されるデータは、ホスト装置2とデータ記録装置4とでは異なるアドレス空間上で管理される。図3Aの左図は、それぞれホスト装置2からみたアドレス空間を示すLBA空間Pを示す図であり、図3Aの右図は、データ記録装置4からみたアドレス空間を示す論理セクタ空間Qとを示す図である。
Next, a data management method in this embodiment will be described. Data recorded on the disk 11 is managed in different address spaces in the
データ記録装置4においてデータを記録する最小の単位はセクタと呼ばれ、そのサイズは通常512byteである。データ記録装置4では、ディスク11の記録領域を、セクタの単位で、物理アドレス、物理セクタ番号、論理セクタ番号の3つで管理する。物理アドレスは面番号、トラック番号、セクタ番号の3つからなる。ここで、物理セクタ番号とは、全てのセクタをディスク11の外側から内側に向けて順番に番号をつけたものである。また、論理セクタ番号とは、読み書きができない欠陥セクタに対して代替処理によってアドレスを割り当てたものである。
The minimum unit for recording data in the
一方、ホスト装置2は、論理セクタ番号ではなく、論理ブロックアドレス(Logical Block Address:LBA)を使用してディスク11に対してアクセスを行う。また、ファイルを管理するファイルシステムは、複数のセクタ(N個)を1クラスタとして読み書きの最小単位としている。以後の説明ではN=16とし、1クラスタを8KByteとする。したがって、クラスタ番号は、LBAを単純にNで割ったものとなる。
On the other hand, the
また、本実施の形態においては、特にAVデータに対して特別なアクセスサイズを設定する。以下、これをスーパークラスタという。1つのスーパークラスタは複数のクラスタ(クラスタの整数倍)からなり、本願発明では、16クラスタ(128KByte)を1スーパークラスタとして設定する。また、スーパークラスタのアドレスは、クラスタ番号の16分の1、すなわち16進表示で最後の1桁を削除したものとなる。 In the present embodiment, a special access size is set particularly for AV data. Hereinafter, this is referred to as a super cluster. One super cluster is composed of a plurality of clusters (integer multiples of clusters). In the present invention, 16 clusters (128 KBytes) are set as one super cluster. The super cluster address is 1/16 of the cluster number, that is, the last one digit is deleted in hexadecimal notation.
ここで、ディスク11の記録領域は、データ記録装置4用のシステム領域SA_h、システム領域SA、ユーザ領域UAの3つに分けられており、システム領域SAおよびユーザ領域UAのみがホスト装置2から見たLBA空間Pに図3Aの左図に示すように割り当てられる。
Here, the recording area of the disk 11 is divided into three areas: a system area SA_h for the
データ記録装置4用のシステム領域SA_hは、ホスト装置2からはアクセスが不能であり、詳細は後述するAVモード時にユーザ領域UAに記録されるデータに応じて生成(登録)されるSCT(Starting Cluster Address)及びOIT(Object ID Table)が記録される。
The system area SA_h for the
システム領域SAは、マスターブートレコードが記録される領域MBRと、システムのブート時(起動時)に必要なプログラムであるIPL(Initial Program Loader)が記録される領域と、FATが記録されるFAT領域とを有する。マスターブートレコードMBRは、ホスト装置2から見てLBAが0のセクタであり、ここにはブートストラップ・コードやパーティション・テーブルが記録されている。
The system area SA includes an area MBR in which a master boot record is recorded, an area in which an IPL (Initial Program Loader) that is a program necessary for system boot (startup) is recorded, and a FAT area in which FAT is recorded. And have. The master boot record MBR is a sector with an LBA of 0 when viewed from the
ここで、FATについて説明する。FAT(File Allocation Table)は、ファイルがクラスタにどのように格納されているかを示す連結情報が記録してあるテーブルであり、FATを用いて管理を行うファイルシステムがFATファイルシステムと呼ばれるものである。このFATファイルシステムは、個々のファイルが記録媒体上どこに配置されているかを示すのに用いられるFATと、ディレクトリに関する情報とファイルに関する情報を持つディレクトリ項目との2つのデータを使用する。 Here, FAT will be described. The FAT (File Allocation Table) is a table in which concatenation information indicating how files are stored in a cluster is recorded. A file system managed using the FAT is called a FAT file system. . This FAT file system uses two types of data: a FAT used to indicate where individual files are arranged on a recording medium, and directory items having information on directories and information on files.
通常、図3Aに示すように、ディスク11上にFATとルートディレクトリ用の領域Aが専用に設けてあり、ホスト装置2はファイルアクセスに必要なそれらの情報をデータ記録装置4からPCインターフェースを介して(SCSI(Small Computer System Interface),IDE(Integrated Drive Electronics),IEEE1394,USB(Universal Serial Bus)等)受信し、それらを基に記録再生制御を行う。
Normally, as shown in FIG. 3A, a FAT and a root directory area A are provided on the disk 11, and the
例えば、データ記録装置4にファイルを書き込む時には空きクラスタにそのデータを書き込み、書き込みが終了したら、次にどのクラスタが使われるかを示す情報をFAT項目に書き込む。ファイルを消去する場合には、書き込まれているデータはそのままにして、使用されているクラスタに対応するFAT項目を空きクラスタとする。
For example, when writing a file to the
また、読み出し時にはディレクトリ項目からファイルの開始クラスタ番号を探し出して、それに対応するFAT項目を読み出し、どのクラスタに読み出すファイルのデータがあるかを知り、この情報に基づきディスク11からユーザ領域UAに記録されているデータの読み出しを行う。図3BにFATの一例を示す。例えば、図3Aに示すFale1の第1スーパークラスタから第2スーパークラスタは、LBAが連続しておらず1234Fhから32350hへ飛ぶような場合であっても、データ記録装置4は、ディレクトリ情報からFile1の開始クラスタ番号(12340h)を取得し、FATを参照することで、開始クラスタ番号からファイルが終了するクラスタアドレス(EOFまで)を取得して第1スーパークラスタから第5スーパークラスタからなるFile1を読み出すことができる。
Further, at the time of reading, the starting cluster number of the file is searched from the directory item, the FAT item corresponding to the file is read, the cluster to which the file data is read is known, and the data is recorded from the disk 11 to the user area UA based on this information. The data that is being read is read out. FIG. 3B shows an example of FAT. For example, even if the first super cluster from the first super cluster to the second super cluster shown in FIG. 3A does not have continuous LBAs and jumps from 1234Fh to 32350h, the
ユーザ領域UAは、ファイルの情報を管理するディレクトリ領域項目と実際のデータが入る。なお、FAT32以前のFATファイルシステムにおいては、ルートディレクトリはシステム領域SAに属する。ディレクトリ項目には、各ディレクトリ(各ファイル)に関して、ファイル名、拡張子、属性、最新更新時間、開始クラスタ番号、及びファイルサイズなどが格納されている。 The user area UA contains directory area items for managing file information and actual data. In the FAT file system before FAT32, the root directory belongs to the system area SA. The directory item stores the file name, extension, attribute, latest update time, start cluster number, file size, and the like for each directory (each file).
また、システム領域SA_hは、CPU20がブートコードや各種テーブルを格納するため、または2次欠陥の代替処理用の領域として使用される領域であり、図3Aに示す論理セクタ空間Pにおいては、論理セクタ番号で000000hから07FFFFhまでの領域(256MByte)がそれにあたる。したがって、ホスト装置2から見たLBA空間とは異なり、論理セクタ空間では、マスターブートレコードMBRの論理セクタ番号は080000hとなる。この領域に対してホスト装置2は、直接アクセスすることができない。後述するAVモードでデータがユーザ領域UAに記録される際に生成されるSCT及びOITがこの領域に配置される。なお、SCT及びOITは、ホスト装置2から供給される適切に定義されたコマンドにより読み出され得る。
The system area SA_h is an area used by the CPU 20 to store boot codes and various tables or as an area for secondary defect replacement processing. In the logical sector space P shown in FIG. The area from 000000h to 07FFFFh (256 MByte) corresponds to that number. Therefore, unlike the LBA space viewed from the
次に、本実施の形態におけるデータ書込み(記録)方法について説明する。先ず、ディスク11の記録領域について説明する。データを書き込むためのスーパークラスタは、ルートディレクトリ領域などを除き、ユーザ領域UAの先頭から順に隙間をあけることなく配置される。それによって、個々のスーパークラスタの先頭は、円周方向で見てほぼ均等に配置されることになる。なぜなら、近年のデータ記録装置では、内蔵されているディスクを、例えば、複数(10〜20)のゾーンに分け、各ゾーン内で同じ書き込み周波数と記録再生用のパラメータ(波形等価フィルタの係数など)を用いるゾーンビットレコーディングが採用されているためである。 Next, a data writing (recording) method in the present embodiment will be described. First, the recording area of the disk 11 will be described. Super clusters for writing data are arranged in order from the top of the user area UA without a gap except for the root directory area and the like. As a result, the heads of the individual superclusters are arranged substantially evenly when viewed in the circumferential direction. This is because, in recent data recording apparatuses, the built-in disk is divided into, for example, a plurality of (10 to 20) zones, and the same write frequency and recording / reproducing parameters (coefficients of waveform equivalent filters, etc.) in each zone. This is because the zone bit recording using is adopted.
つぎに、上述した記録領域に対するデータの書き込み(記録)動作について図4に示すフローチャートにしたがって説明する。また、ディスク11のユーザ領域UAに記録されているデータにアクセスするために必要なアドレス情報をホスト装置2で管理するモードをPCモードと呼び、データ記録装置4で管理するモードをAVモードと呼ぶ。
Next, the data writing (recording) operation to the recording area described above will be described with reference to the flowchart shown in FIG. A mode in which the
データ記録装置4は、ホスト装置2の要求にしたがってAVモードに移行する(ステップST1)。ホスト装置2は、AVモードに移行する前にデータ記録装置4のディスク11のシステム領域SAに格納されているFATを最新のものに更新し、PCモードからAVモードに移行させるためのコマンドをデータ記録装置4に発行する。
The
データ記録装置4の制御部16は、インターフェース制御部18を介してホスト装置2から供給されるコマンドを受け取り、受け取ったコマンドに応じて、ディスク11のシステム領域SAに格納されているFATを読み出し、読み出したFATをバッファメモリ17上に展開し(ステップST2)、AVモードを示すフラグを立てる。制御部16は、AVモードに移行した旨のコマンドを生成し、生成したコマンドをホスト装置2に通知する(ステップST3)。
The
ホスト装置2は、データ記録装置4に記録するコンテンツデータのファイル名を決定し、新規にディレクトリ項目を作成してデータ記録装置4に供給する。ここで、ファイル名は、「File1」とする。
The
データ記録装置4は、ホスト装置2から供給されたディレクトリ項目をディスク11に書き込む(ステップST4)。なお、ホスト装置2は、現在AVモードになっているため、開始クラスタ番号と最新更新時間が不明なため、ディレクトリ項目は不完全なものとなっている。
The
つぎに、ホスト装置2は、「File1」の書き込みに必要なパラメータの設定を行う。具体的には、「File1」に対する開始クラスタ番号と、状態フラグ等を決定する(ステップST5)。ホスト装置2は、「File1」の記録を開始する開始クラスタ番号を尋ねるコマンドを生成し、生成したコマンドをデータ記録装置4に供給する。ここで、図5(a)に、データ記録装置4に供給されるコマンド(Set Write File Parameter)の一例を示す。また、当該コマンドは、ATのベンダーユニークコマンドとして定義されており、「File1」の書き込みを行う前に一度だけ実行する。
Next, the
データ記録装置4は、供給されたコマンドに応じて、バッファメモリ17に展開されているFATに基づいて、ユーザ領域UAから空きクラスタを検索し、検索により見つかった空きクラスタに付されている番号を記録開始クラスタ番号に決定する。
The
データ記録装置4は、決定した開始クラスタ番号に対応するオブジェクトID(番号)をランダムに生成し(ステップST6)、生成したオブジェクトIDを開始クラスタ番号に関連付けて、ディスク11のシステム領域SA_hに格納されているOITに登録を行い、かつ、決定された開始クラスタ番号をSCTに登録を行う(ステップST7乃至ステップST8)。
The
また、データ記録装置4は、ステップST5の工程により決定された開始クラスタ番号をホスト装置2に知らせるためのコマンドを生成し、生成したコマンドをホスト装置2に供給する(ステップST9)。ここで、図5(b)に、ホスト装置2に供給されるコマンド(Set Write File Parameter)の一例を示す。なお、図5に示すコマンドでは、記録対象のファイルが今回新しく生成されたものか、又はネットワーク上に接続されている他のデータ記録装置等に存在するファイルをコピーするものかを通知するパラメータ「NC」があり、それに合わせてデータ記録装置4は、OITの状態フラグをO(Original)あるいはC(Copy)に設定する。
Further, the
ここで、SCTの構成例を図6(a)に示す。図6(a)では、ステップST5の工程で決定された記録開始クラスタ番号は、「12340h」である旨が示されている。 Here, a configuration example of the SCT is shown in FIG. FIG. 6A shows that the recording start cluster number determined in step ST5 is “12340h”.
つぎに、OITの構成例を図6(b)に示す。図6(b)では、ステップST5の工程で決定された記録開始クラスタ番号は、「12340h」であり、ステップST6の工程で生成されたオブジェクトIDは、「1AA1h」である旨が示されている。また、ファイルが初めて作成されたことをものとして状態フラグを「O」に設定してある。なお、状態フラグは、ファイルの属性を示しており、「O」は、「Original」であり、ファイルが初めて作成されたことを示し、「C」は、「Copy」であり、ネットワーク上に接続されている他の機器からコピーされたファイルであることを示し、「D」は、「Done」であり、状態フラグが変更されたことを示し、「N」は、「Network」であり、ネットワーク上でオブジェクトIDを調整したことを示す。 Next, FIG. 6B shows a configuration example of the OIT. FIG. 6B shows that the recording start cluster number determined in the process of step ST5 is “12340h”, and the object ID generated in the process of step ST6 is “1AA1h”. . In addition, the status flag is set to “O” on the assumption that the file has been created for the first time. The status flag indicates the attribute of the file, “O” is “Original”, indicating that the file was created for the first time, “C” is “Copy”, and connected to the network. "D" is "Done", indicating that the status flag has been changed, and "N" is "Network". The above shows that the object ID has been adjusted.
また、記録開始クラスタ番号を受け取ったホスト装置2は、「File1」の第1スーパークラスタSC1を書き込む。以後、ホスト装置2は、スーパークラスタ単位でデータをデータ記録装置4に対して送る。また、データ記録装置4は、最初の第1スーパークラスタSC1に対して、ステップST5の工程により決定された記録開始クラスタ番号に書き込みを行うが、以後、自ら空きクラスタを検索してディスク11への書き込み動作を行う。なお、空きクラスタの検索においては、データ記憶装置4は、書き込み時間を最小にする、又はリアルタイム性を重視して安定的な転送速度を得られるように空きクラスタを検索するものとする。また、図3Aにおいては、「File1」の残りの第2スーパークラスタSC2乃至第4スーパークラスタSC4は、上述のような方針に基づいて、スーパークラスタ番号3235h、5236h、7237hにそれぞれ書き込まれる。
Further, the
データ記録装置4は、ホスト装置2からのデータ転送が完了した、すなわちファイル1に相当するデータの書き込みがすべて終了した(end of file:EOF)か否かを判断する(ステップS10)。EOFでない場合には、ホスト装置2から転送されて来るデータをスーパークラスタ単位で記録し、その終了ごとにメモリ19上のFATを更新する(ステップS11)。
The
また、EOFである場合には、ホスト装置2は、メモリ19上にあるFATをディスク11上に書き出す処理を行う(ステップS12)。そして、最新更新時間と開始クラスタ番号についてディスク11上のファイル1のディレクトリ項目を更新する(ステップS13)。
If it is EOF, the
また、ホスト装置2は、必要に応じてオブジェクトIDの変更を行う。以下に図7に示すフローチャートにしたがって、オブジェクトIDの変更手順について説明する。
The
ホスト装置2は、データ記録装置4にファイルの書き込みが終了した場合に(ステップST20)、書き込んだファイルに対応する状態フラグをデータ記録装置4のディスク11のOITから読み出す(ステップST21)。
When the
読み出した状態フラグが「C」であるかどうかを判断し(ステップST22)、状態フラグが「C」であった場合には、オブジェクトIDをファイルのコピー元であるデータ記録装置のディスクのOITから読み出す(ステップST23)。オブジェクトIDをファイルのコピー元であるデータ記録装置のディスクのOITから読み出す際に、ホスト装置2は、図8(a)に示すコマンド(Read Attribute)を生成し、生成したコマンドをネットワーク上に接続されているコピー元のデータ記録装置に供給する。データ記録装置は、供給されたコマンドに応じて、自身が有するディスクのOITからデータ記録装置4にコピーされたファイルに対応するオブジェクトID(以下、オリジナルのオブジェクトIDと呼ぶ。)を読み出し、図8(b)に示すコマンドを生成し、生成したコマンドをホスト装置2に供給する。
It is determined whether or not the read status flag is “C” (step ST22). If the status flag is “C”, the object ID is determined from the OIT of the disk of the data recording apparatus that is the file copy source. Read (step ST23). When reading the object ID from the disk OIT of the data recording device that is the file copy source, the
ホスト装置2は、供給されたコマンドに基づいてオリジナルのオブジェクトIDを読み出し、対象となっているファイルに対応するオブジェクトIDをオリジナルのオブジェクトIDに変更し(ステップST24)、状態フラグを「C」から「D」に変更する(ステップST25)。
The
また、コピー元のデータ記録装置が本発明をサポートしない装置であった場合には、ファイルをディスク11に書き込んだときに生成したオブジェクトIDは変更されない。したがって、本発明をサポートしない装置から複数回同一のファイルがコピーされた場合であっても、それぞれ異なったオブジェクトIDが生成され、それぞれ異なったファイルとみなされる。 Further, when the copy source data recording apparatus is an apparatus that does not support the present invention, the object ID generated when the file is written on the disk 11 is not changed. Therefore, even when the same file is copied multiple times from a device that does not support the present invention, different object IDs are generated and regarded as different files.
また、異なるファイルに同じオブジェクトIDが偶然割り当てられてしまった場合には、ファイルの異同を確かめ、オブジェクトIDの変更を行う。以下に、重複しているオブジェクトIDの変更手順について、図9に示すフローチャートを参照して説明する。なお、以下の説明では、図2を参照するものとする。 If the same object ID is accidentally assigned to different files, the difference between the files is confirmed and the object ID is changed. Hereinafter, a procedure for changing the overlapping object ID will be described with reference to the flowchart shown in FIG. In the following description, reference is made to FIG.
ホスト装置(PC)は、ネットワーク上に接続されているすべてのデータ記憶装置(HDD1、HDD2、ストレージシステム9)のディスクからOITを読み出し(ステップST30)、読み出したOITの中から重複しているオブジェクトIDをリストアップする(ステップST31乃至ステップST32)。ホスト装置2は、リストアップされた各オブジェクトIDの状態フラグを参照し、2個以上「O」(Original)があるかどうかを判断し(ステップST33)、2個以上「O」がある場合には、そのオブジェクトIDに対応するファイルのディレクトリ項目を読み出し(ステップST34)、ファイルの属性が一致するかどうかを判断し(ステップST35)、一致する場合にはステップST38の工程に進み、一致しない場合にはステップST36の工程に進む。
The host device (PC) reads the OIT from the disks of all data storage devices (HDD1, HDD2, and storage system 9) connected on the network (step ST30), and duplicate objects from the read OIT The ID is listed (step ST31 to step ST32). The
ホスト装置2は、ファイルの属性が一致しない場合には、新しいオブジェクトIDを生成する(ステップST36)。ホスト装置2は、生成したオブジェクトIDに基づき図10(a)に示すような所定のコマンド(Set Attribute)を生成し、生成したコマンドをデータ記録装置に供給し、オブジェクトIDの変更を行う(ステップST37)。
If the file attributes do not match, the
データ記録装置4は、ホスト装置2から供給されたコマンドにしたがって、対象となっているファイルのOITに登録されているオブジェクトIDを変更する。そして、データ記録装置4は、変更したオブジェクトIDの状態フラグを「D」に変更する(ステップST38)。
The
ホスト装置2は、ステップST32の工程で作成したオブジェクトIDのリストから変更処理の完了したオブジェクトIDを削除し(ステップST39)、ステップST33の工程に戻る。
The
また、作成したファイルが重要なもので、外部のネットワークに接続されているサーバ8から、より普遍的なオブジェクトIDを割り当てる必要があるケースでは、ホスト装置2は、ステップST30の工程で読み出したOITを参照して、オブジェクトIDが重複しているファイルの中からオリジナルのファイルを探し出し、所定のコマンド(Set Attribute)によってサーバ8から要求されたオブジェクトIDに変更する。また、他のファイルのオブジェクトIDも同様に変更し、状態フラグを「N」(Network)に設定する。
Further, in the case where the created file is important and it is necessary to assign a more universal object ID from the
また、ファイルを読み出す時には、図11に示すコマンド(Set Read File Parameter)を用いて、そのファイルを指定して読み出す。また、当該コマンドには、開始クラスタ番号によっても、オブジェクトIDによっても読み出しが可能なようにフラグOIDが設定されている。なお、フラグOIDが1に設定されているときには、「Sector Count Register」などに指定される値はオブジェクトIDとして用いられ、「0」に設定されているときには、ファイルの開始クラスタ番号として用いられる。 When reading a file, the file is designated and read using a command (Set Read File Parameter) shown in FIG. In addition, a flag OID is set in the command so that it can be read by the start cluster number or the object ID. When the flag OID is set to 1, the value specified in “Sector Count Register” or the like is used as the object ID, and when it is set to “0”, it is used as the start cluster number of the file.
ここで、図2を参照してネットワークからみて、ファイルがどのように作成され、またどのように読みだされるかを説明し、その効果を示す。 Here, how the file is created and how it is read from the network will be described with reference to FIG. 2 and its effect will be shown.
ホスト装置2(PC)は、上述で図4のフローチャートを参照して説明した手順にしたがって、テレビ表示装置7で再生されるコンテンツをファイルとしてデータ記録装置(HDD1又はHDD2)にAVモードで書き込みを行う。
The host device 2 (PC) writes the content reproduced on the
HDD1及びHDD2は、別々なパーティションとしてホスト装置2から認識されている。なお、テレビ表示装置7からもネットワークを経由して同様に認識され、選択的にアクセスされる。
The
また、本発明に係るデータ記録装置4は、ディスク11にファイルを書き込む(記録)ときに、ファイルの開始クラスタ番号をSCTに登録し、かつオブジェクトIDを生成し、生成したオブジェクトIDを開始クラスタ番号に関連付けてOITに登録を行う。
Further, when writing (recording) a file on the disk 11, the
したがって、本願発明では、データ記録装置4(HDD1)に作成されたファイルは、家庭内のネットワーク上のホスト装置2又はテレビ表示装置7から、通常のLBAを指定する方式、ファイルを開始クラスタ番号によって指定する方式、ファイルをオブジェクトIDで指定する方式の、何れの方式を用いてもファイルにアクセスすることが可能となる。ゆえに、本願発明をサポートしない装置がファイルにアクセスする場合であっても、高く安定した転送速度を実現できる。
Accordingly, in the present invention, the file created in the data recording device 4 (HDD 1) is stored in the home L2 designation method or file from the
また、同時に、ネットワーク上の他の記録装置(HDD2)に対して行われたコピーファイルには、上述したように同じオブジェクトIDが割り当てられるので、その同一性を記憶装置自身が判断することができるため、ネットワーク内でデータを永続的に管理することが容易となる。 At the same time, since the same object ID is assigned to the copy file made to another recording device (HDD 2) on the network as described above, the storage device itself can determine the identity. Therefore, it becomes easy to manage data permanently in the network.
また、外部ネットワーク6にあるサーバ8から新しいオブジェクトIDが指定される構成にあっては、ホスト装置2(PC)は、サーバ8に対してオブジェクトIDを取得するための要求を行い(所定のコマンドを送信する)、オブジェクトIDを受け取る。したがって、ファイルをバックアップの目的で外部の記録装置(ストレージシステム9)にコピーする場合、関連付けられるオブジェクトIDは、家庭内ネットワーク5と外部ネットワーク6とで共通なものとなるので、データを容易に管理することができる。すなわち、元のファイルのコピー(バックアップ)が家庭内ネットワーク5及び外部ネットワーク6にされていれば、たとえ元のファイルが壊れたり、又は失われてしまった場合でも、オブジェクトIDを用いて容易に所望のデータをネットワーク上で探し出すことができる。また、OSDのような大きなシステムが動作していなくても、アクセスのオブジェクト化が実現しその有用性をシステムが実現でき、また、本発明をサポートしていない装置を本発明をサポートしている装置と同一のネットワーク上に接続して扱うことができる。
In the configuration in which a new object ID is specified from the
また、上述では、データ記憶装置4としてHDDを想定して説明を行ったが、CDやDVD等の光ディスクに対応する記憶憶装置であっても同様の処理が可能である。また、ファイルシステムとして、FATファイルシステムを用いた例を示したが、データをファイルとして管理するシステムであればどのようなものでも良く、例えば、Unixでデータの配置情報の管理を行うために用いられるextファイルシステムであっても良い。
In the above description, the HDD has been described as the
なお、本発明は上述した実施の形態のみに限定されるものではなく、本発明の要旨を逸脱しない範囲において種々の変更が可能であることは勿論である。 It should be noted that the present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the present invention.
1 記録再生システム、2 ホスト装置、3 インターフェース、4 HDD、5 家庭内ネットワーク、6 外部ネットワーク、7 テレビ表示装置、8 サーバ、9 ストレージシステム、11 ディスク、12 スピンドルモータ、13 ボイスコイルモータ、14 サーボ制御部、15 リードライトチャネル部、16 ハードディスク制御部、17 バッファメモリ、18 インターフェース制御部、19 メモリ、20,32 CPU、21 バス、22 不揮発性固体メモリ
1 recording / reproducing system, 2 host device, 3 interface, 4 HDD, 5 home network, 6 external network, 7 TV display device, 8 server, 9 storage system, 11 disk, 12 spindle motor, 13 voice coil motor, 14 servo Control unit, 15 read / write channel unit, 16 hard disk control unit, 17 buffer memory, 18 interface control unit, 19 memory, 20, 32 CPU, 21 bus, 22 nonvolatile solid-state memory
Claims (5)
データの記録開始位置である開始クラスタアドレスが登録される第1のテーブルと、上記開始クラスタアドレスと上記ネットワーク上で規定されているオブジェクト番号が関連付けられて登録される第2のテーブルが格納されてなる第1のシステム領域と、データの連結情報が登録される管理テーブルが格納されてなる第2のシステム領域と、データが格納されてなるユーザ領域とを有する記録媒体と、
上記ホスト装置の要求に応じて、上記ユーザ領域に記録されているデータにアクセスするために必要なアドレス情報を、上記第1のシステム領域に格納されてなる上記第2のテーブルを参照する第1のモードと、上記第2のシステム領域に格納されてなる上記管理テーブルを参照する第2のモードを選択するモード選択手段と、
上記モード選択手段により上記第1のモードが選択されている場合に、上記ホスト装置からデータが供給されたとき、供給されたデータの記録開始位置である開始クラスタアドレスを上記ユーザ領域の上記第1のテーブルに登録する第1の登録手段と、
上記第1の登録手段により上記第1のテーブルに開始クラスタアドレスを登録した場合に、オブジェクト番号を生成し、生成したオブジェクト番号を上記開始クラスタアドレスに関連付けて上記第2のテーブルに登録する第2の登録手段を備えることを特徴とするデータ記録装置。 A data recording device for recording data supplied from one host device connected on a network,
A first table in which a start cluster address which is a data recording start position is registered, and a second table in which the start cluster address and an object number defined on the network are associated and registered are stored. A recording medium having a first system area, a second system area in which a management table in which data connection information is registered is stored, and a user area in which data is stored;
In response to a request from the host device, address information necessary for accessing data recorded in the user area is referred to the second table stored in the first system area. Mode selection means for selecting a second mode referring to the management table stored in the second system area,
When the first mode is selected by the mode selection means, when data is supplied from the host device, a start cluster address which is a recording start position of the supplied data is set to the first area of the user area. First registration means for registering in the table;
When a start cluster address is registered in the first table by the first registration means, an object number is generated, and the generated object number is associated with the start cluster address and registered in the second table. A data recording apparatus comprising the registration means.
上記一のデータ記録装置は、
データの記録開始位置である開始クラスタアドレスが登録される第1のテーブルと、上記開始クラスタアドレスと上記ネットワーク上で規定されているオブジェクト番号が関連付けられて登録される第2のテーブルが格納されてなる第1のシステム領域と、データの連結情報が登録される管理テーブルが格納されてなる第2のシステム領域と、データが格納されてなるユーザ領域とを有する記録媒体と、
上記ホスト装置の要求に応じて、上記ユーザ領域に記録されているデータにアクセスするために必要なアドレス情報を、上記第1のシステム領域に格納されてなる上記第2のテーブルを参照する第1のモードと、上記第2のシステム領域に格納されてなる上記管理テーブルを参照する第2のモードを選択するモード選択手段と、
上記モード選択手段により上記第1のモードが選択されている場合に、上記ホスト装置からデータが供給されたとき、供給されたデータの記録開始位置である開始クラスタアドレスを上記ユーザ領域の上記第1のテーブルに登録する第1の登録手段と、
上記第1の登録手段により上記第1のテーブルに開始クラスタアドレスを登録した場合に、当該開始クラスタアドレスにオブジェクト番号を関連付けて上記第2のテーブルに登録する第2の登録手段を備えることを特徴とするデータ記録システム。 In a data recording system for recording data supplied from one host device connected on a network in a data recording device,
The one data recording apparatus is
A first table in which a start cluster address which is a data recording start position is registered, and a second table in which the start cluster address and an object number defined on the network are associated and registered are stored. A recording medium having a first system area, a second system area in which a management table in which data connection information is registered is stored, and a user area in which data is stored;
In response to a request from the host device, address information necessary for accessing data recorded in the user area is referred to the second table stored in the first system area. Mode selection means for selecting a second mode referring to the management table stored in the second system area,
When the first mode is selected by the mode selection means, when data is supplied from the host device, a start cluster address which is a recording start position of the supplied data is set to the first area of the user area. First registration means for registering in the table;
When a start cluster address is registered in the first table by the first registration means, a second registration means for associating an object number with the start cluster address and registering it in the second table is provided. Data recording system.
上記ネットワーク上に複数のデータ記録装置が接続されている場合に、それぞれのデータ記録装置に備えられている記録媒体の第1のシステム領域に格納されている第2のテーブルを読み出す読出手段と、
上記読出手段で読み出された複数の第2のテーブルから、オブジェクト番号が重複しているものを検索する検索手段と、
上記検索手段によりオブジェクト番号が重複していることが発見された場合には、それぞれ異なるオブジェクト番号となるように第2のテーブルに登録されているオブジェクト番号を変更するオブジェクト番号変更手段と、
上記オブジェクト番号変更手段でオブジェクト番号が変更された場合には、当該オブジェクト番号に関連して登録されている属性情報を変更する属性情報変更手段と、
上記オブジェクト番号変更手段及び上記属性情報変更手段により内容が変更された第2のテーブルを、上記読出手段で読み出したもとのデータ記録装置に備えられている記録媒体の第1のシステム領域に上書きする上書き手段を備えることを特徴とする請求項3記載のデータ記録システム。
One host device connected to the network is
A reading means for reading a second table stored in a first system area of a recording medium provided in each data recording device when a plurality of data recording devices are connected on the network;
Search means for searching for duplicate object numbers from a plurality of second tables read by the reading means;
An object number changing means for changing the object number registered in the second table so that the object number is different when the object number is found to be duplicated by the search means;
When the object number is changed by the object number changing means, the attribute information changing means for changing the attribute information registered in relation to the object number;
Overwriting to overwrite the second table whose contents have been changed by the object number changing means and the attribute information changing means on the first system area of the recording medium provided in the original data recording apparatus read by the reading means 4. The data recording system according to claim 3, further comprising means.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004371988A JP2006178778A (en) | 2004-12-22 | 2004-12-22 | Data recorder and data recording system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004371988A JP2006178778A (en) | 2004-12-22 | 2004-12-22 | Data recorder and data recording system |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006178778A true JP2006178778A (en) | 2006-07-06 |
Family
ID=36732837
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004371988A Pending JP2006178778A (en) | 2004-12-22 | 2004-12-22 | Data recorder and data recording system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006178778A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008117491A (en) * | 2006-11-07 | 2008-05-22 | Sony Corp | Recording device, recording method and program |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10254744A (en) * | 1997-03-11 | 1998-09-25 | Toppan Printing Co Ltd | Printing data managing system and its method |
JP2001057058A (en) * | 1999-08-17 | 2001-02-27 | Sony Corp | Information processing device and method for accessing information recording device |
JP2003030015A (en) * | 2001-07-18 | 2003-01-31 | Sony Corp | Recorder, recording method, recording medium and program |
-
2004
- 2004-12-22 JP JP2004371988A patent/JP2006178778A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10254744A (en) * | 1997-03-11 | 1998-09-25 | Toppan Printing Co Ltd | Printing data managing system and its method |
JP2001057058A (en) * | 1999-08-17 | 2001-02-27 | Sony Corp | Information processing device and method for accessing information recording device |
JP2003030015A (en) * | 2001-07-18 | 2003-01-31 | Sony Corp | Recorder, recording method, recording medium and program |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008117491A (en) * | 2006-11-07 | 2008-05-22 | Sony Corp | Recording device, recording method and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7472219B2 (en) | Data-storage apparatus, data-storage method and recording/reproducing system | |
US6378031B1 (en) | Data processing apparatus and file management method therefor | |
US6735678B2 (en) | Method and apparatus for disc drive defragmentation | |
US8245003B2 (en) | Composite memory device, data processing method and data processing program | |
US7590799B2 (en) | OSD deterministic object fragmentation optimization in a disc drive | |
JP4604806B2 (en) | Recording device | |
KR20050118731A (en) | Format mapping scheme for universal drive device | |
JP2002150699A (en) | Information processor, information processing method, and recording medium with this method recorded thereon | |
US6693754B2 (en) | Method and apparatus for a disc drive adaptive file system | |
JP4802791B2 (en) | Data storage device and data access method | |
KR101072730B1 (en) | Recording/reproducing device and recording method | |
JP4496790B2 (en) | Data storage device and method, and recording / reproducing system | |
JP4066447B2 (en) | Information processing apparatus and data processing method | |
JP2007108853A (en) | Information processor, information processing method, and computer program | |
JP2006178778A (en) | Data recorder and data recording system | |
JP4470471B2 (en) | Recording / reproducing apparatus and method, and recording / reproducing system | |
JP4301026B2 (en) | Data recording apparatus, data recording method, and recording / reproducing system | |
JP4269915B2 (en) | Recording / reproducing apparatus and method, and recording / reproducing system | |
JP2006313514A (en) | Composite storage device, access method and program | |
JP4204433B2 (en) | Recorder and program | |
JP2006054008A (en) | Data recording device and method, and data recording system | |
JP2005353216A (en) | Information recording medium, information recording device and method, information reproducing device and method, and data structure containing computer program and control signal | |
JP2005115696A (en) | File access method and information processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20071120 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100705 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100713 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20101109 |