JPH04106643A - System for managing file area of floppy disk - Google Patents

System for managing file area of floppy disk

Info

Publication number
JPH04106643A
JPH04106643A JP2224896A JP22489690A JPH04106643A JP H04106643 A JPH04106643 A JP H04106643A JP 2224896 A JP2224896 A JP 2224896A JP 22489690 A JP22489690 A JP 22489690A JP H04106643 A JPH04106643 A JP H04106643A
Authority
JP
Japan
Prior art keywords
floppy disk
fat
file system
file area
control information
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
Application number
JP2224896A
Other languages
Japanese (ja)
Inventor
Juichi Kouchi
古内 寿一
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Ibaraki Ltd
Original Assignee
NEC Ibaraki Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Ibaraki Ltd filed Critical NEC Ibaraki Ltd
Priority to JP2224896A priority Critical patent/JPH04106643A/en
Publication of JPH04106643A publication Critical patent/JPH04106643A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To prevent the occurrence of such a case that writing and reading on and from a floppy disk become impossible due to the hardware error of a file area management table (FAT) by providing two FATs having the same control information in the file system of the floppy disk. CONSTITUTION:The file system 2 of a floppy disk controlling section 1 manages control information corresponding to all clusters on a floppy disk medium 6 in accordance with a directory 5 on the medium 6 and two file area management tables FAT A 3 and FAT B 4 in order to manage names and all information of files. Thus two FATs A 3 and B 4 having the same control information are provided. Therefore, even when a hardware error occurs in the FAT A 3, the file system 2 can make data reading and writing from and on the floppy disk by reading the FAT B 4.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置におけるフロッピーディスクのフ
ァイル領域管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a file area management system for a floppy disk in an information processing apparatus.

〔従来の技術〕[Conventional technology]

従来、この種のフロッピーディスクのファイル領域管理
方式では、フロッピーディスクのファイルシステムがひ
とつのファイル領域管理テーブル(以下FATと記す)
により管理していた。
Conventionally, in this type of floppy disk file area management method, the floppy disk file system consists of one file area management table (hereinafter referred to as FAT).
It was managed by

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のフロッピーディスクのファイル領域管理
方式では、フロッピーディスクのファイルシステムがた
だひとつのFATによりファイル領域を管理しているの
で、FATにハードウェアエラーが発生するとフロッピ
ーディスクの読み書きができない(復旧できない)とい
う欠点がある。
In the conventional floppy disk file area management method described above, the floppy disk file system manages the file area using only one FAT, so if a hardware error occurs in the FAT, the floppy disk cannot be read or written (it cannot be recovered). ).

〔課題を解決するための手段〕[Means to solve the problem]

本発明のフロッピーディスクのファイル領域管理方式は
、フロッピーディスクのファイルシステムが同一の制御
情報を持つ2つのFATを備えることを特徴とする。
The floppy disk file area management method of the present invention is characterized in that the floppy disk file system includes two FATs having the same control information.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

情報処理装置におけるフロッピーディスク制御部1のフ
ァイルシステム2はファイル名とそのフアイルのすべて
の情報を管理するために、フロッピーディスク媒体6上
のディレクトリ5とファイル領域管理テーブル(以下F
ATA3及びFATB4と記す)という2つの管理表に
より、ディスク上の全クラスタ(領域の確保・解放また
は使用・未使用の最小単位)に対応した制御情報を管理
している。ディレクトリ5はディスクに格納されている
すべてのファイルの名前、属性、格納されている場所(
先頭のクラスタ番号)を示し、FATA3及びFATB
4はディスクの領域が使用されているか使用されていな
いかの状態を示すとともにそれぞれのファイルがどの領
域を使用しているかを示している。ファイルシステム2
はディスクに対する最初のアクセスでFATA3を読み
込み、FATを更新する際に必要に応じてFATA3及
びFATB4に書き戻す。本実施例では、同一の制御情
報をもつ2つのFATA3とFATB4を設けることに
より、FATA3にハードウェアエラーが発生したとし
てもファイルシステム2はFATB4を読み込むことに
よりフロッピーディスクのデータの読み書きに支障を来
たさないこととなる。
The file system 2 of the floppy disk control unit 1 in the information processing device uses a directory 5 and a file area management table (hereinafter F) on the floppy disk medium 6 to manage file names and all information about the files.
Two management tables called ATA3 and FATB4 manage control information corresponding to all clusters (minimum unit of area reservation/release, used/unused area) on the disk. Directory 5 contains the names, attributes, and locations of all files stored on the disk (
(first cluster number), FATA3 and FATB
4 indicates whether the disk area is used or not, and also indicates which area is used by each file. File system 2
reads FATA3 when the disk is first accessed, and writes back to FATA3 and FATB4 as necessary when updating the FAT. In this embodiment, by providing two FATA3 and FATB4 that have the same control information, even if a hardware error occurs in FATA3, the file system 2 will read FATB4 so that reading and writing of data on the floppy disk will be prevented. It will not be possible.

〔発明の効果〕 以上説明したように本発明は、FATのハードウェアエ
ラーによりフロッピーディスクの読み書きができなくな
ることを防ぐことができるという効果を有する。
[Effects of the Invention] As explained above, the present invention has the effect of being able to prevent a floppy disk from becoming incapable of being read or written due to a FAT hardware error.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック図である。 1・・・フロッピーディスク制御部、2・・・ファイル
システム、3,4・・・ファイル領域管理テーブル(F
ATA、FAFB)、5・・・ディレクトリ、6・・・
フロッピーディスク媒体。
FIG. 1 is a block diagram showing one embodiment of the present invention. 1... Floppy disk control unit, 2... File system, 3, 4... File area management table (F
ATA, FAFB), 5...Directory, 6...
floppy disk medium.

Claims (1)

【特許請求の範囲】[Claims] フロッピーディスクのファイルシステムが同一の制御情
報をもつ2つのファイル領域管理テーブルを備えること
を特徴とするフロッピーディスクのファイル領域管理方
式。
A floppy disk file area management method characterized in that a floppy disk file system is provided with two file area management tables having the same control information.
JP2224896A 1990-08-27 1990-08-27 System for managing file area of floppy disk Pending JPH04106643A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2224896A JPH04106643A (en) 1990-08-27 1990-08-27 System for managing file area of floppy disk

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2224896A JPH04106643A (en) 1990-08-27 1990-08-27 System for managing file area of floppy disk

Publications (1)

Publication Number Publication Date
JPH04106643A true JPH04106643A (en) 1992-04-08

Family

ID=16820857

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2224896A Pending JPH04106643A (en) 1990-08-27 1990-08-27 System for managing file area of floppy disk

Country Status (1)

Country Link
JP (1) JPH04106643A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007132931A1 (en) * 2006-05-16 2007-11-22 Buffalo Inc. Data memory device and method for initializing same
WO2007135967A1 (en) * 2006-05-18 2007-11-29 Buffalo Inc. Data memory device and data memorizing method
JP2011118623A (en) * 2009-12-02 2011-06-16 Canon Inc Data synchronization apparatus

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007132931A1 (en) * 2006-05-16 2007-11-22 Buffalo Inc. Data memory device and method for initializing same
JP2007310447A (en) * 2006-05-16 2007-11-29 Buffalo Inc Data storage device and initializing method thereof
WO2007135967A1 (en) * 2006-05-18 2007-11-29 Buffalo Inc. Data memory device and data memorizing method
US8364730B2 (en) 2006-05-18 2013-01-29 Buffalo Inc. Data storage apparatus and data storage method
JP2011118623A (en) * 2009-12-02 2011-06-16 Canon Inc Data synchronization apparatus

Similar Documents

Publication Publication Date Title
JPH03160534A (en) Access control system for shared file
JPH04105143A (en) File sharing system
JP4394467B2 (en) Storage system, server apparatus, and preceding copy data generation method
JPH04106643A (en) System for managing file area of floppy disk
US7873262B2 (en) Data processing method, device thereof and program
JPH06124239A (en) Resident data controller for cache memory
JPH1198448A (en) Video server system and access processing method therefor
JP2005316697A (en) Disk array system and method for data backup
JPH11120056A (en) Saving and restoring method for project data
JP2002369133A (en) Disk sharing system and program storage medium
US20070260816A1 (en) RAID management apparatus, RAID management method, and computer product
JPS63301336A (en) Storing system for data managing information
JPH01255028A (en) Method for making access to external storage device
JPH04242843A (en) Subfile management system
JPS63168751A (en) Hierarchical recording control system
JPH0337748A (en) External storage accessing system utilizing main storage
JPH0330033A (en) File copying processor
KR970029150A (en) How to store distributed transaction processing information
JPH03257521A (en) Medium copy system
JPS6368960A (en) Sequential access controller for shared storage medium
KR20190048737A (en) Apparatus for implementing virtual space
JPH07225706A (en) Method and device for mirroring control
JPH04310143A (en) Automatic recomposition processor for multi-index order composition file
JP2002032253A (en) Open system backup system
JPH05313976A (en) Computer data preservation system