JPH05204725A - File managing device - Google Patents
File managing deviceInfo
- Publication number
- JPH05204725A JPH05204725A JP4038687A JP3868792A JPH05204725A JP H05204725 A JPH05204725 A JP H05204725A JP 4038687 A JP4038687 A JP 4038687A JP 3868792 A JP3868792 A JP 3868792A JP H05204725 A JPH05204725 A JP H05204725A
- Authority
- JP
- Japan
- Prior art keywords
- data
- clusters
- external storage
- file
- area
- 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
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、ファイル管理装置に係
り、詳細には、外部記憶装置の使用効率を向上させたフ
ァイル管理装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management device, and more particularly to a file management device with improved efficiency of use of an external storage device.
【0002】[0002]
【従来の技術】ファイル装置は、情報処理システムにお
いて情報を記憶、保存し、また取り出すための装置とし
て必須のものである。オフィスオートメーションシステ
ムにおいても、プログラム、数値データ、文字データ、
画像データなどを記録するためにファイル装置が必要で
ある。ファイル装置には、記憶媒体交換の可否、データ
の追加記録または消去の可否、記憶容量、アクセス時間
について各種のものがあり、用途に応じ使い分けられ
る。例えば、ハードディスク装置(HDD)は記憶媒体
にアルミニウム合金材を主体とする基材を用いたもので
あり、フロッピディスク装置(FDD)は円板状のプラ
スチックフィルム上に磁性記録用を施した記録媒体を用
いる装置である。一般に、FDDのデータの記録用フォ
ーマットは、512Byteなどの一定長を1ブロックとす
るセクタ形式であり、データの読み書きはセクタ単位で
行う。そのためデータの書込みに先立ち、システムによ
りイニシャライズ(フォーマッティングとも言う)を行
う。上記ファイル装置のファイルの管理方法は、データ
領域をクラスタと呼ばれる単位(1トラックをクラスタ
と呼ぶことがある)で分割し、クラスタを単位として、
データの読出し/書込みを行っている。また、FAT
(管理領域テーブル)と呼ばれるテーブルによってそれ
らのクラスタがどのような順につながって、1つのファ
イルを構成しているかが管理されている。一般に、クラ
スタは、1Kbyte、4Kbyteなどの単位で分割されてい
る。例えば、外部記憶装置のデータ領域を4Kbyte単位
のクラスタで分割した例は図4で示され、この分割され
たクラスタを持つ外部記憶装置に所定のファイルが構成
される。なお、図4の管理領域はファイル名/クラスタ
のチェイン情報を管理するデータを格納する領域であ
る。2. Description of the Related Art A file device is essential as a device for storing, storing, and retrieving information in an information processing system. Even in office automation systems, programs, numerical data, character data,
A file device is required to record image data and the like. There are various types of file devices regarding whether a storage medium can be exchanged, whether data can be additionally recorded or erased, a storage capacity, and an access time. For example, a hard disk device (HDD) uses a base material mainly made of an aluminum alloy material as a storage medium, and a floppy disk device (FDD) is a recording medium in which magnetic recording is performed on a disk-shaped plastic film. Is a device that uses. In general, the FDD data recording format is a sector format in which a fixed length such as 512 bytes is one block, and data reading and writing is performed in sector units. Therefore, prior to writing data, the system initializes (also called formatting). In the file management method of the file device, the data area is divided into units called clusters (one track is sometimes called a cluster), and the clusters are used as units.
Data is being read / written. Also, FAT
A table called a (management area table) manages in what order these clusters are connected to form one file. Generally, the cluster is divided in units of 1 Kbyte, 4 Kbyte, and the like. For example, an example in which the data area of the external storage device is divided into clusters of 4 Kbyte units is shown in FIG. 4, and a predetermined file is formed in the external storage device having the divided clusters. The management area in FIG. 4 is an area for storing data for managing file name / cluster chain information.
【0003】[0003]
【発明が解決しようとする課題】しかしながら、このよ
うな従来のファイル管理装置にあっては、データ領域を
同一容量のクラスタ(例えば、1Kbyteあるいは4Kbyt
e)で分割し、クラスタを単位としてデータの読出し/
書込みを行っていたため、例えば、図4に示すように、
4Kbyte単位で分割されたクラスタを持つ外部記憶装置
に5Kbyteのファイルを作成する場合、同図ハッチング
部に示すように2クラスタ使用するため8Kbyteの領域
を取られることとなり、クラスタのうち(8−5=3Kb
yte)は未使用領域となり使用効率が悪くなるという問
題点があった。また、クラスタサイズを小さくして使用
効率を上げようとすると、クラスタを管理するFAT領
域が大きくなり、データの読出し/書込みに有効なデー
タ領域が減少してしまうばかりか、外部記憶装置へのア
クセス回数が多くなるためスピードが落ちてしまうとい
う問題点があった。してみれば、複数種類の容量のクラ
スタを状況に応じて使い分けるようにすれば、無駄な未
使用領域を極力減らして使用効率を高めることができ、
外部記憶装置へのアクセス回数の増大を招くことがなく
なることは明らかである。本発明の課題は、複数種類の
容量のクラスタを状況に応じて使い分けできるようにし
て外部記憶の使用効率を上げるようにすることである。However, in such a conventional file management device, the data area has a cluster of the same capacity (for example, 1 Kbyte or 4 Kbyt).
e) Divide and read data in cluster units
Since writing was performed, for example, as shown in FIG.
When creating a 5 Kbyte file in an external storage device that has clusters divided in units of 4 Kbytes, 2 clusters are used as shown in the hatching part in the figure, which means that an area of 8 Kbytes will be taken and (8-5 = 3 Kb
yte) has a problem that it becomes an unused area and the use efficiency deteriorates. Further, if the cluster size is reduced to increase the usage efficiency, not only the FAT area for managing the cluster becomes large, but the effective data area for reading / writing data is decreased, and the external storage device is accessed. There was a problem that the speed decreased because the number of times increased. If you try to use multiple types of clusters with different capacities according to the situation, you can reduce the unused area as much as possible and improve the usage efficiency.
It is obvious that the number of accesses to the external storage device will not increase. An object of the present invention is to improve the efficiency of use of the external storage by making it possible to properly use a plurality of types of clusters having different capacities.
【0004】[0004]
【課題を解決するための手段】本発明の手段は次の通り
である。 (1)外部記憶装置のデータ記憶領域を複数種類の容量
のクラスタで分割すること。例えば、フロッピディスク
ドライブ装置等の外部記憶装置のデータ領域を所定容量
のクラスタとその容量のクラスタよりも小さい容量のク
ラスタで分割する。この場合、クラスタのサイズ/種類
は、外部記憶の容量/使用目的に合わせて、そのシステ
ムに最も適したものとなるように設定する。 (2)前記複数種類の容量のクラスタの接続情報を管理
してクラスタを管理する手段。例えば、複数種類の容量
のクラスタの空き情報を含む接続情報を記憶する管理領
域を用いて管理する。 (3)前記複数種類の容量のクラスタを組み合わせてフ
ァイルを構成する。例えば、外部記憶装置にデータを書
込む場合、データ記憶領域の未使用領域がなるべく少な
くなり、かつアクセス回数が増大しないように複数種類
の容量のクラスタを組合わせてファイルを構成するよう
に制御するもので、CPU等により実行される。The means of the present invention are as follows. (1) Dividing the data storage area of the external storage device into clusters of a plurality of types of capacities. For example, a data area of an external storage device such as a floppy disk drive device is divided into a cluster having a predetermined capacity and a cluster having a capacity smaller than the cluster of that capacity. In this case, the size / type of the cluster is set to be the most suitable for the system in accordance with the capacity / purpose of use of the external storage. (2) A means for managing the cluster by managing connection information of the clusters of the plurality of types of capacities. For example, management is performed using a management area that stores connection information including free information of clusters having a plurality of types of capacities. (3) A file is constructed by combining clusters of the plurality of types of capacities. For example, when writing data to an external storage device, control is performed so as to configure a file by combining clusters of multiple types of capacities so that the unused area of the data storage area is reduced as much as possible and the number of accesses is not increased. It is executed by the CPU or the like.
【0005】[0005]
【作用】本発明の手段の作用は次の通りである。先ず、
外部記憶装置のデータ記憶領域が複数種類の容量にクラ
スタで分割され、また分割された複数種類の容量のクラ
スタの接続情報は管理手段により管理される。そして、
該複数種類の容量のクラスタが組合わされてファイルに
対してデータの読出し/書込みが実行される。従って、
無駄な未使用領域を極力減らして使用効率を高めること
ができる。The operation of the means of the present invention is as follows. First,
The data storage area of the external storage device is divided into a plurality of types of capacities by clusters, and the connection information of the divided clusters of a plurality of types of capacities is managed by the management means. And
Data reading / writing is performed on a file by combining the clusters of the plurality of types of capacities. Therefore,
It is possible to reduce useless unused areas as much as possible and improve usage efficiency.
【0006】[0006]
【実施例】以下、図1〜図3を参照して一実施例を説明
する。図1〜図3はファイル管理装置の一実施例を示す
図である。先ず、構成を説明する。図1はファイル管理
装置10のブロック図である。この図において、11は
装置全体の制御、並びに後述するデータ書込み処理を含
む各種のデータ処理を行うCPUであり、CPU11は
後述するROM12に格納されているマイクロプログラ
ムに従ってデータ処理装置の各種の動作を制御する。C
PU11には、所定のプログラム及び文字フォントデー
タ等の固定データを記憶するROM12、演算に使用す
るデータや演算結果などを一時的に記憶するRAM1
3、フロッピディスクドライブ装置(FDD)等の外部
記憶装置14を制御する外部記憶制御部15がそれぞれ
接続されている。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment will be described below with reference to FIGS. 1 to 3 are diagrams showing an embodiment of a file management device. First, the configuration will be described. FIG. 1 is a block diagram of the file management device 10. In this figure, reference numeral 11 denotes a CPU that controls the entire apparatus and performs various data processing including data writing processing described later, and the CPU 11 performs various operations of the data processing apparatus according to a micro program stored in a ROM 12 described later. Control. C
The PU 11 includes a ROM 12 that stores fixed data such as a predetermined program and character font data, and a RAM 1 that temporarily stores data used for calculation and calculation results.
3. An external storage controller 15 for controlling an external storage device 14 such as a floppy disk drive device (FDD) is connected to each.
【0007】上記ROM13の記憶領域は所定用途毎
(例えば、ワーク領域、テーブル領域、外部記憶からの
データの読出し/書込み領域)に分割して使用されてい
る。また、外部記憶制御部15は、CPU11の制御に
より外部記憶装置14からデータの読出し/書込み、ス
テータスの読出しなどの制御を行う。The storage area of the ROM 13 is divided and used for each predetermined application (for example, a work area, a table area, and an area for reading / writing data from an external storage). The external storage control unit 15 also controls reading / writing of data from the external storage device 14 and reading of status under the control of the CPU 11.
【0008】図2は外部記憶装置14のデータ領域を複
数容量のクラスタで分割したファイル構成を示す図であ
り、本実施例ではデータ領域を4Kbyte/1Kbyteのクラ
スタで分割するようにしている。図3に示すように、ト
ラック番号0〜2のデータ領域は管理領域(8Kbyte)
と4Kbyteのクラスタ1〜クラスタ10に分割され、ト
ラック番号3のデータ領域は1Kbyteのクラスタ1〜ク
ラスタ12に分割されている。FIG. 2 is a diagram showing a file structure in which the data area of the external storage device 14 is divided into clusters of a plurality of capacities. In this embodiment, the data area is divided into 4 Kbyte / 1 Kbyte clusters. As shown in FIG. 3, the data area of track numbers 0 to 2 is a management area (8 Kbytes).
And a data area of track number 3 is divided into clusters 1 to 12 of 1 Kbyte.
【0009】次に、本実施例の動作を説明する。図3は
上記複数種類の容量のクラスタを有する外部記憶装置1
4にデータを書込む場合のデータ書込み処理を示すフロ
ーチャートであり、符号Cn(n=1,2,…)はフロ
ーの各ステップを示している。ここで、外部記憶装置1
4は、データ領域が、4Kbyteのクラスタが10個、1K
byteのクラスタが12個であるフォーマットとし、4/
1Kbyteのクラスタの空き数を、lr/srとする。ま
た、書き込むデータは、アドレスadrからwdバイト
とする。Next, the operation of this embodiment will be described. FIG. 3 shows an external storage device 1 having the above-mentioned clusters of plural kinds of capacities.
4 is a flow chart showing a data writing process when writing data in No. 4, in which reference numeral Cn (n = 1, 2, ...) Indicates each step of the flow. Here, the external storage device 1
4 has 10 clusters of 4Kbyte data area, 1K
Format with 12 byte clusters 4 /
Let 1r / sr be the number of vacant clusters of 1 Kbyte. The data to be written is wd bytes from the address adr.
【0010】プログラムがスタートすると、先ずステッ
プC1で外部記憶データの空き容量が書込みデータのバ
イト数wd以上か((4×lr+1×Sr)Kbyte≧w
dか)否かをチェックし、外部記憶の空き容量が不足し
ていたら外部記憶装置14へのデータ書込みができない
ときであるからそのまま本フローの処理を終える。外部
記憶データの空き容量がwd以上のときはステップC2
で書込むデータのバイト数(書込みバイト)wdが4Kb
yte以上か(wd≧4Kbyteか)否かを判別し、書込むデ
ータのバイト数wdが4Kbyteより小さいときはこの書
込みデータを4Kbyteのクラスタで分割したデータ領域
に書き込んだのでは未使用領域が発生して使用効率が低
下してしまうと判断してステップC3に進む。ステップ
C3では書込むデータのバイト数wdより1Kbyteのク
ラスタの総容量(1×Sr)Kbyteが小さいか((1×
Sr)Kbyte<wdか)否かを判断し、(1×Sr)Kby
te<wdのときあるいは上記ステップC2でwd≧4Kb
yteのときはステップC4で4Kbyteのクラスタに空きが
あるか否かを判別する。When the program starts, first, at step C1, the free capacity of the external storage data is equal to or larger than the number of bytes of write data wd ((4 × lr + 1 × Sr) Kbyte ≧ w
d)), and if the free space of the external storage is insufficient, it means that the data cannot be written to the external storage device 14, so the processing of this flow is ended. When the free space of the external storage data is wd or more, step C2
The number of bytes of data to be written in (write byte) wd is 4 Kb
It is judged whether it is yte or more (wd ≧ 4Kbyte), and when the number of bytes wd of the data to be written is smaller than 4Kbyte, writing this data into a data area divided by a 4Kbyte cluster causes an unused area. Then, it is determined that the usage efficiency is reduced, and the process proceeds to step C3. At step C3, is the total capacity (1 × Sr) Kbyte of a 1 Kbyte cluster smaller than the number of bytes wd of the data to be written ((1 ×
Sr) Kbyte <wd) is determined, and (1 x Sr) Kby
When te <wd or in step C2 above wd ≧ 4 Kb
If yte, it is determined in step C4 whether or not there is a space in the 4 Kbyte cluster.
【0011】4Kbyteのクラスタに空きがあるときはス
テップC5で4Kbyteの空きクラスタにデータをアドレ
スadrから4Kbyte書込み空きクラスタ−1(lr=
lr−1)とし、ステップC6で書込みアドレスを更新
(adr←adr+4Kbyte)するとともに、書込みバ
イトを更新(wd←wd−4Kbyte)してステップC2
に戻る。上記書込みアドレス更新、書込みバイト更新は
図3の管理領域のデータに対して行われる。ステップC
6で全てのデータの書込みが終了したときは本フローの
処理を終える。When there is a space in the 4 Kbyte cluster, the data is written in the 4 Kbyte free cluster from the address adr to the 4 Kbyte free cluster-1 (lr =
lr-1), the write address is updated in step C6 (adr ← adr + 4Kbyte), and the write byte is updated (wd ← wd-4Kbyte) in step C2.
Return to. The update of the write address and the update of the write byte are performed on the data in the management area shown in FIG. Step C
When the writing of all data is completed in 6, the processing of this flow is completed.
【0012】上記ステップC3で1Kbyteのクラスタの
総容量が書込みバイトwd以上のときは1Kbyteのクラ
スタのデータ領域に書込みできると判断してステップC
7に進み、また、上記ステップC4で4Kbyteのクラス
タに空きがないときは空きのある1Kbyteのクラスタの
データ領域に書込みを行うためにステップC7に進む。
ステップC7では、1Kbyteのクラスタの空き領域にデ
ータをアドレスadrから1Kbyte書込んで空きクラス
タ−1(Sr=Sr−1)とし、ステップC8で書込み
バイトを更新(wd←wd−1Kbyte)してステップC
7に戻り、データを1Kbyteのクラスタに全て書込んで
本フローの処理を終了する。When the total capacity of the 1 Kbyte cluster is equal to or larger than the write byte wd in the step C3, it is judged that the data area of the 1 Kbyte cluster can be written, and the step C
If there is no free space in the 4 Kbyte cluster in step C4, the process goes to step C7 to write in the data area of the free 1 Kbyte cluster.
At Step C7, 1 Kbyte of data is written in the free area of the 1 Kbyte cluster from the address adr to make the free cluster-1 (Sr = Sr-1), and the write byte is updated (wd ← wd-1 Kbyte) at Step C8 and then the step C
Returning to 7, all the data is written in the cluster of 1 Kbyte, and the processing of this flow ends.
【0013】以上説明したように、本ファイル管理装置
10は、外部記憶装置14のデータ記憶領域を複数容量
の(4Kbyteのクラスタ及び1Kbyteのクラスタ)で分割
し、管理領域に記憶された複数の容量のクラスタの接続
情報を管理してクラスタを管理し、複数の容量のクラス
タを組み合わせてファイルを構成するようにしているの
で、図3のデータ書込み処理により5Kbyteのデータを
書き込んだ場合、従来ではデータ領域を4Kbyteのクラ
スタで分割した場合に図4のハッチング部に示したよう
に8Kbyte必要だった領域が、本実施例では図2のハッ
チング部に示すように4Kbyteクラスタと1Kbyteクラス
タの組合せによる5Kbyteでデータを書き込むことがで
き、外部記憶の使用効率を大幅に上げることができる。
この場合、従来のように単にクラスタサイズを小さくし
て使用効率を上げようとするものでは、FAT領域が大
きくなり、また、外部記憶へのアクセス回数が多くなる
ためスピードが落ちていたが、本実施例では複数容量の
クラスタの組合せによりファイルを構成しているので上
記不具合を極力回避することができる。その結果、外部
記憶へのデータの保存を無駄な領域を使用せずに、効率
良く行うことができる。As described above, the file management apparatus 10 divides the data storage area of the external storage device 14 into a plurality of capacities (4 Kbyte clusters and 1 Kbyte clusters) and stores a plurality of capacities stored in the management area. The cluster connection information is managed to manage the clusters, and the clusters of multiple capacities are combined to form a file. Therefore, when 5 Kbytes of data is written by the data writing process of FIG. When the area is divided into 4 Kbyte clusters, 8 Kbytes are required as shown in the hatched portion in FIG. 4, but in this embodiment, as shown in the hatched portion in FIG. 2, 5 Kbytes are obtained by combining 4 Kbyte clusters and 1 Kbyte clusters. Data can be written, and the usage efficiency of the external storage can be significantly improved.
In this case, in the conventional one in which the cluster size is simply reduced to improve the usage efficiency, the FAT area becomes large, and the number of accesses to the external storage increases, which slows down the speed. In the embodiment, since the file is composed of a combination of clusters having a plurality of capacities, the above problems can be avoided as much as possible. As a result, it is possible to efficiently save the data in the external storage without using a useless area.
【0014】なお、本実施例では、複数種類の容量のク
ラスタを4Kbyteと1Kbyteとしているが、勿論これには
限定されず、クラスタのサイズ/種類は、外部記憶の容
量/使用目的に合わせて、そのシステムに最も適したも
のとなるように設定可能である。In the present embodiment, the clusters of a plurality of types of capacities are 4 Kbytes and 1 Kbytes, but of course, the present invention is not limited to this, and the size / type of clusters may be set in accordance with the capacity of the external storage / purpose of use. It can be configured to be the most suitable for the system.
【0015】また、本実施例では、データ書込み処理さ
れた処理結果をデータ記憶領域の管理領域に記憶する例
を示したが、ファイル名/クラスタを管理するものであ
れば管理領域の形態はどのようなものでもよい。Further, in the present embodiment, an example in which the processing result of the data writing processing is stored in the management area of the data storage area is shown. However, the management area is of any form as long as it manages the file name / cluster. It may be something like this.
【0016】また、本実施例では、データ処理の一例と
してデータ書込み処理を行う例を示したが、これに限定
されずデータ処理を行うものであればどのような処理で
もよい。Further, in the present embodiment, an example of performing the data writing process is shown as an example of the data processing, but the present invention is not limited to this, and any process may be performed as long as the data processing is performed.
【0017】[0017]
【発明の効果】本発明によれば、外部記憶装置のデータ
記憶領域を複数種類の容量にクラスタで分割するように
しているので、無駄な未使用領域を極力減らして使用効
率を高めることができ、外部記憶装置へのアクセス回数
の増大を防止することができる。According to the present invention, since the data storage area of the external storage device is divided into a plurality of types of capacities by clusters, useless unused areas can be reduced as much as possible to improve the usage efficiency. It is possible to prevent the number of accesses to the external storage device from increasing.
【図1】本実施例のブロック構成図である。FIG. 1 is a block diagram of the present embodiment.
【図2】外部記憶装置のデータ領域を複数容量のクラス
タで分割したファイル構成を示す図である。FIG. 2 is a diagram showing a file structure in which a data area of an external storage device is divided into clusters of a plurality of capacities.
【図3】ファイル管理装置のデータ書き込み処理を示す
フローチャートである。FIG. 3 is a flowchart showing a data writing process of the file management device.
【図4】従来の外部記憶装置のデータ領域を複数容量の
クラスタで分割したファイル構成を示す図である。FIG. 4 is a diagram showing a file structure in which a data area of a conventional external storage device is divided into clusters having a plurality of capacities.
10 ファイル管理装置 11 CPU 12 RAM 13 ROM 14 外部記憶装置 15 外部記憶制御部 10 File Management Device 11 CPU 12 RAM 13 ROM 14 External Storage Device 15 External Storage Control Unit
Claims (1)
タを単位として分割し、分割されたクラスタの接続情報
を管理してファイルを構成するファイル管理装置におい
て、 前記外部記憶装置のデータ記憶領域を複数種類の容量の
クラスタで分割するとともに、該複数種類の容量のクラ
スタの接続情報を管理してクラスタを管理し、該複数種
類の容量のクラスタを組み合わせてファイルを構成する
ようにしたことを特徴とするファイル管理装置。1. A file management device that divides a data storage area of an external storage device in units of clusters and manages connection information of the divided clusters to form a file, wherein a plurality of data storage areas of the external storage device are provided. It is divided into clusters of different capacities, the connection information of the clusters of plural capacities is managed to manage the clusters, and the clusters of plural capacities are combined to form a file. File management device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4038687A JPH05204725A (en) | 1992-01-28 | 1992-01-28 | File managing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4038687A JPH05204725A (en) | 1992-01-28 | 1992-01-28 | File managing device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05204725A true JPH05204725A (en) | 1993-08-13 |
Family
ID=12532210
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4038687A Pending JPH05204725A (en) | 1992-01-28 | 1992-01-28 | File managing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05204725A (en) |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000357112A (en) * | 1999-06-16 | 2000-12-26 | Nec Corp | File system driver |
JP2004512602A (en) * | 2000-10-16 | 2004-04-22 | トムソン ライセンシング ソシエテ アノニム | Method and apparatus for storing stream data and non-stream data such as digital video |
JP2005352899A (en) * | 2004-06-11 | 2005-12-22 | Canon Inc | Image recording device and control method thereof |
JP2006275857A (en) * | 2005-03-30 | 2006-10-12 | Xanavi Informatics Corp | Navigation device |
US7415572B2 (en) | 2004-05-27 | 2008-08-19 | Canon Kabushiki Kaisha | File system, file recording method, and file reading method |
JP2008269338A (en) * | 2007-04-20 | 2008-11-06 | Hitachi Ltd | Storage device, and management unit setting method |
JP2009116954A (en) * | 2007-11-06 | 2009-05-28 | Canon Inc | Recording device and recording method |
US7932933B2 (en) | 2004-05-18 | 2011-04-26 | Canon Kabushiki Kaisha | Information recording apparatus and control method thereof |
US8964361B2 (en) | 2010-07-21 | 2015-02-24 | Teradyne, Inc. | Bulk transfer of storage devices using manual loading |
US9001456B2 (en) | 2010-08-31 | 2015-04-07 | Teradyne, Inc. | Engaging test slots |
US9459312B2 (en) | 2013-04-10 | 2016-10-04 | Teradyne, Inc. | Electronic assembly test system |
US9779780B2 (en) | 2010-06-17 | 2017-10-03 | Teradyne, Inc. | Damping vibrations within storage device testing systems |
US10725091B2 (en) | 2017-08-28 | 2020-07-28 | Teradyne, Inc. | Automated test system having multiple stages |
US11754622B2 (en) | 2020-10-22 | 2023-09-12 | Teradyne, Inc. | Thermal control system for an automated test system |
US11754596B2 (en) | 2020-10-22 | 2023-09-12 | Teradyne, Inc. | Test site configuration in an automated test system |
US11867749B2 (en) | 2020-10-22 | 2024-01-09 | Teradyne, Inc. | Vision system for an automated test system |
US11899042B2 (en) | 2020-10-22 | 2024-02-13 | Teradyne, Inc. | Automated test system |
US11953519B2 (en) | 2020-10-22 | 2024-04-09 | Teradyne, Inc. | Modular automated test system |
US12007411B2 (en) | 2021-06-22 | 2024-06-11 | Teradyne, Inc. | Test socket having an automated lid |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0219938A (en) * | 1988-07-08 | 1990-01-23 | Mitsubishi Electric Corp | File control system |
JPH03265944A (en) * | 1990-03-15 | 1991-11-27 | Fujitsu Ltd | File control system |
-
1992
- 1992-01-28 JP JP4038687A patent/JPH05204725A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0219938A (en) * | 1988-07-08 | 1990-01-23 | Mitsubishi Electric Corp | File control system |
JPH03265944A (en) * | 1990-03-15 | 1991-11-27 | Fujitsu Ltd | File control system |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000357112A (en) * | 1999-06-16 | 2000-12-26 | Nec Corp | File system driver |
JP2004512602A (en) * | 2000-10-16 | 2004-04-22 | トムソン ライセンシング ソシエテ アノニム | Method and apparatus for storing stream data and non-stream data such as digital video |
US9071789B2 (en) | 2000-10-16 | 2015-06-30 | Thomson Licensing | Method and device for storing stream data such as digital video and non-stream data |
US7932933B2 (en) | 2004-05-18 | 2011-04-26 | Canon Kabushiki Kaisha | Information recording apparatus and control method thereof |
US7415572B2 (en) | 2004-05-27 | 2008-08-19 | Canon Kabushiki Kaisha | File system, file recording method, and file reading method |
JP2005352899A (en) * | 2004-06-11 | 2005-12-22 | Canon Inc | Image recording device and control method thereof |
JP2006275857A (en) * | 2005-03-30 | 2006-10-12 | Xanavi Informatics Corp | Navigation device |
JP2008269338A (en) * | 2007-04-20 | 2008-11-06 | Hitachi Ltd | Storage device, and management unit setting method |
JP2009116954A (en) * | 2007-11-06 | 2009-05-28 | Canon Inc | Recording device and recording method |
US9779780B2 (en) | 2010-06-17 | 2017-10-03 | Teradyne, Inc. | Damping vibrations within storage device testing systems |
US8964361B2 (en) | 2010-07-21 | 2015-02-24 | Teradyne, Inc. | Bulk transfer of storage devices using manual loading |
US9001456B2 (en) | 2010-08-31 | 2015-04-07 | Teradyne, Inc. | Engaging test slots |
US9459312B2 (en) | 2013-04-10 | 2016-10-04 | Teradyne, Inc. | Electronic assembly test system |
US10725091B2 (en) | 2017-08-28 | 2020-07-28 | Teradyne, Inc. | Automated test system having multiple stages |
US11754622B2 (en) | 2020-10-22 | 2023-09-12 | Teradyne, Inc. | Thermal control system for an automated test system |
US11754596B2 (en) | 2020-10-22 | 2023-09-12 | Teradyne, Inc. | Test site configuration in an automated test system |
US11867749B2 (en) | 2020-10-22 | 2024-01-09 | Teradyne, Inc. | Vision system for an automated test system |
US11899042B2 (en) | 2020-10-22 | 2024-02-13 | Teradyne, Inc. | Automated test system |
US11953519B2 (en) | 2020-10-22 | 2024-04-09 | Teradyne, Inc. | Modular automated test system |
US12007411B2 (en) | 2021-06-22 | 2024-06-11 | Teradyne, Inc. | Test socket having an automated lid |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH05204725A (en) | File managing device | |
US6823417B2 (en) | Memory controller for memory card manages file allocation table | |
JP4490917B2 (en) | File management method and information processing apparatus | |
JP3522250B2 (en) | Partition creation method and deletion method, recording medium recording program, and information processing apparatus | |
JP2010102715A (en) | Large block allocation for disk-based file system | |
JPH06110614A (en) | System for managing external storage device | |
JPH05224822A (en) | Collective storage device | |
JP2001265628A (en) | File recording management system | |
JPH08101783A (en) | File system | |
JPH0330034A (en) | Optical disk file managing method | |
JP2000163290A (en) | Data storing method | |
JPS6225345A (en) | Multivolume control processing system | |
JP2784650B2 (en) | Optical disk storage management method | |
JPS6240521A (en) | Disk controlling system | |
JPH02132516A (en) | System and method for write enable type optical disk controlling | |
JPS6162923A (en) | Access system for file | |
JPH1186512A (en) | Data rewriting method for optical disk | |
JP2001101057A (en) | Flash rom control method and recording medium | |
JPH03100742A (en) | File storage system | |
JPH0636579A (en) | Method and device for controlling memory access | |
JPH06124218A (en) | Disk content destruction factor estimation supporting method and information processing system with disk content destruction factor estimation supporting function | |
JPH0528027A (en) | Image data management system | |
JPH04223537A (en) | Image file storing system | |
JPH0883150A (en) | Magnetic disk device | |
JP2005149620A (en) | Storage device and file system |