JPH07281938A - File system - Google Patents
File systemInfo
- Publication number
- JPH07281938A JPH07281938A JP6068316A JP6831694A JPH07281938A JP H07281938 A JPH07281938 A JP H07281938A JP 6068316 A JP6068316 A JP 6068316A JP 6831694 A JP6831694 A JP 6831694A JP H07281938 A JPH07281938 A JP H07281938A
- Authority
- JP
- Japan
- Prior art keywords
- file
- identifier
- field
- stored
- file system
- 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
- Multi Processors (AREA)
- 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 method in a system in which a plurality of computers of different types are connected by a communication network.
【0002】[0002]
【従来の技術】計算機のデータを磁気ディスクなどの記
憶装置に記憶する場合、記憶装置内にファイルシステム
を作成し、データのまとまりごとにファイルに分割して
記憶し、おのおののファイルを識別するためにファイル
名をつけて管理する。このようなファイルシステムとし
てモーリス・ジェー・バッハ(Maurice J.Bach)著,坂
本文,多田好克,村井純訳「UNIXカーネルの設計
(共立出版株式会社)」の5から6ページに記載の局所
ファイルシステムでは、ファイルをディレクトリ名とフ
ァイル名によって識別していた。2. Description of the Related Art When storing computer data in a storage device such as a magnetic disk, a file system is created in the storage device, and the data is divided into files for storage and is used to identify each file. Manage by assigning a file name to. As such a file system, the locals described on pages 5 to 6 of "Design of UNIX Kernel (Kyoritsu Publishing Co., Ltd.)" by Maurice J. Bach, Sakamoto, Yoshikatsu Tada, Jun Murai In the file system, files are identified by directory names and file names.
【0003】また、複数の計算機が通信ネットワークで
接続されたシステムではネットワークファイルシステム
が利用可能である。ハル・スターン(Hal Stern)著,倉
骨彰訳,砂原秀樹監訳,「NFS&NIS(アスキー出
版局)」の178から184ページに記述のネットワー
クファイルシステムでは、サーバ計算機の有する局所フ
ァイルシステムを複数のクライアント計算機から遠隔フ
ァイルシステムとして共有する。サーバ計算機上のファ
イルはサーバ計算機によってつけられたファイル名によ
って識別され、クライアント計算機からアクセスする際
にも、同じ方法で識別していた。A network file system can be used in a system in which a plurality of computers are connected by a communication network. In the network file system described by Hal Stern, translated by Akira Kurahoshi, translated by Hideki Sunahara, pages 178 to 184 of “NFS & NIS (Ascii Publishing),” the local file system of the server computer is used by multiple client computers. Share as a remote file system from. The file on the server computer is identified by the file name given by the server computer, and is also identified by the same method when accessed from the client computer.
【0004】[0004]
【発明が解決しようとする課題】記憶装置が単一の計算
機だけに接続され複数の計算機から共有されない場合
は、従来の局所ファイルシステム技術によって、ファイ
ルの使用目的ごとにファイル名をつける管理方法が可能
であった。When a storage device is connected to only a single computer and is not shared by a plurality of computers, a conventional local file system technique provides a management method of giving a file name to each purpose of use of a file. It was possible.
【0005】しかし、複数のクライアント計算機がサー
バ計算機のファイルシステムを共有する場合は、使用目
的によっては共有できないファイルがある。例えば、C
PU(プロセッサ)に対する命令データなどを含むプロ
グラムファイルは、CPUの異なる計算機では共有不可
能である。However, when a plurality of client computers share the file system of the server computer, some files cannot be shared depending on the purpose of use. For example, C
A program file including instruction data for a PU (processor) cannot be shared by computers with different CPUs.
【0006】従来のネットワークファイルシステム技術
では、サーバ計算機の有するファイルをクライアント計
算機からアクセスする際にも、サーバ計算機によって付
けられたファイル名で識別するため、ファイルとファイ
ル名の対応が一対一に制限され、プログラムファイルの
ように使用目的が同じであっても内容が異なるファイル
に、同じファイル名をつけることが不可能であった。In the conventional network file system technology, even when a file owned by the server computer is accessed from the client computer, the file name assigned by the server computer identifies the file, so that the correspondence between the file and the file name is limited to one-to-one. Therefore, it is impossible to give the same file name to files such as program files that have different contents even if they have the same purpose of use.
【0007】このため、利用者は計算機種別ごとに異な
るファイル名をつける、または、計算機種別ごとに異な
るディレクトリ名をつける、ことで管理せねばならず、
管理作業が繁雑になっていた。For this reason, the user must manage by giving a different file name for each computer type or a different directory name for each computer type.
The management work was complicated.
【0008】あるいは、管理作業を簡単にするため、異
なるディレクトリ名で同じファイル名をもつファイルを
サーバ計算機上に作成していた。この方法では、共有可
能なファイルであってもクライアント計算機数だけの複
製が存在し、記憶装置を浪費していた。Alternatively, in order to simplify the management work, files having the same file name but different directory names have been created on the server computer. In this method, even if the file is sharable, there are as many copies as there are client computers, and the storage device is wasted.
【0009】[0009]
【課題を解決するための手段】上記目的を達成するた
め、本発明のファイル制御方法は、(1)種別の異なる
複数のクライアント計算機と、ファイルシステムを記憶
する記憶装置をもつサーバ計算機が、通信ネットワーク
で接続されたシステムにおいて、クライアント計算機の
種別ごとに種別に対応する識別子を割り当て、クライア
ント計算機のおのおのに識別子記憶部を設けて識別子を
記憶し、ファイルシステムに記憶されたファイルを識別
するためのキーとしてファイル名と識別子をファイルシ
ステムに記憶し、クライアント計算機がファイルをアク
セスする際に、ファイル名と識別子記憶部に記憶された
識別子とファイルシステムに記憶された識別子とからア
クセスするファイルを選択する。In order to achieve the above object, the file control method of the present invention comprises: (1) communication between a plurality of client computers of different types and a server computer having a storage device for storing a file system. In a system connected by a network, an identifier corresponding to each type is assigned to each type of client computer, each client computer is provided with an identifier storage unit to store the identifier, and the file stored in the file system is identified. The file name and the identifier are stored in the file system as a key, and when the client computer accesses the file, the file to be accessed is selected from the identifier stored in the file name and the identifier storage unit and the identifier stored in the file system. .
【0010】また、(2)上記(1)に記載のファイル
システムにおいて、クライアント計算機の種別が複数の
種別要素から構成される場合に、識別子をおのおのの種
別要素ごとに分割し、ファイルの内容と種別要素の依存
関係をファイルシステムに記憶し、ファイル名とクライ
アント計算機の有する識別子とファイルシステムに記憶
された前記依存関係から、アクセスするファイルを選択
する。(2) In the file system described in (1) above, when the client computer type is composed of a plurality of type elements, the identifier is divided for each type element, and the file contents and The dependency relationship of the type elements is stored in the file system, and the file to be accessed is selected from the file name, the identifier of the client computer, and the dependency relationship stored in the file system.
【0011】また、(3)上記(1)または(2)のい
ずれかに記載のファイルシステムにおいて、クライアン
ト計算機がファイルをアクセスする際に、識別子をファ
イル名とともにサーバ計算機へ送信し、サーバ計算機で
アクセスするファイルを選択する。(3) In the file system described in (1) or (2) above, when the client computer accesses the file, the identifier is transmitted to the server computer together with the file name, and the server computer Select the file to access.
【0012】[0012]
【作用】本発明では、共有されたファイルシステムにお
いて、ファイルをファイル名だけでなく、アクセスする
クライアント計算機のCPU,OS(オペレーティング
システム),文字種などの計算機種別によっても識別す
る。これにより、計算機種別が異なっていても同じ目的
に使用するファイルに、同じディレクトリ名,ファイル
名をつけることができ、記憶装置を浪費することなく、
管理作業の繁雑さが低減できる。According to the present invention, in the shared file system, the file is identified not only by the file name but also by the computer type such as the CPU, OS (operating system) and character type of the client computer to be accessed. As a result, even if the computer type is different, the files used for the same purpose can be given the same directory name and file name, without wasting the storage device.
The complexity of management work can be reduced.
【0013】[0013]
【実施例】図1は本発明を適用したファイルシステムの
一実施例を示すブロック図であり、クライアント計算機
100および200,サーバ計算機300と、これらの
計算機を接続する通信ネットワーク90から構成される
システムが示されている。サーバ計算機300は記憶装
置1を有し、計算機100および200のそれぞれのア
プリケーション110および210は通信ネットワーク
90を経由して記憶装置1をアクセスする。FIG. 1 is a block diagram showing an embodiment of a file system to which the present invention is applied, a system comprising client computers 100 and 200, a server computer 300, and a communication network 90 connecting these computers. It is shown. The server computer 300 has the storage device 1, and the respective applications 110 and 210 of the computers 100 and 200 access the storage device 1 via the communication network 90.
【0014】計算機100,200はそれぞれ、CPU
101,201とメモリ102,202を有する。メモ
リ内にはアプリケーション110,210とOS12
0,220が置かれ、アプリケーション内にはアプリケ
ーションプログラム111,211とファイルバッファ
112,212が、OS内にはクライアント側遠隔ファ
イル制御121,221が置かれる。さらにクライアン
ト側遠隔ファイル制御は、識別子記憶部130,230
と通信制御140,240を有する。Each of the computers 100 and 200 is a CPU
It has 101, 201 and memories 102, 202. Applications 110 and 210 and OS 12 are stored in the memory.
0, 220 are placed, application programs 111, 211 and file buffers 112, 212 are placed in the application, and client side remote file controls 121, 221 are placed in the OS. Further, the client side remote file control is performed by the identifier storage units 130 and 230.
And communication controls 140 and 240.
【0015】本実施例では、識別子はCPU,OS,文
字種種別からなるものとしている。In this embodiment, the identifier consists of CPU, OS, and character type classification.
【0016】識別子記憶部130,230は計算機のC
PU,OS,文字種種別を表す識別子を記憶する。それ
ぞれ識別子CPUフィールド131,231、識別子O
Sフィールド132,232、識別子文字種フィールド
133,233に分割されている。識別子記憶部130
はクライアント計算機100のCPUがCPU−p,O
SがOS−a,文字種がSJIS、識別子記憶部230
はクライアント計算機200のCPUがCPU−q,O
SがOS−b,文字種がSJISであることを示してい
る。The identifier storage units 130 and 230 are C of the computer.
The PU, the OS, and the identifier indicating the character type classification are stored. Identifier CPU fields 131 and 231 and identifier O, respectively
It is divided into S fields 132 and 232 and identifier character type fields 133 and 233. Identifier storage unit 130
Is the CPU of the client computer 100 is CPU-p, O
S is OS-a, character type is SJIS, identifier storage unit 230
Is the CPU of the client computer 200 is CPU-q, O
It is indicated that S is OS-b and the character type is SJIS.
【0017】記憶装置1は、管理テーブル2を有し、O
S−a用ファイル71,OS−b用ファイル72,共通
ファイル70を記憶する。管理テーブル2はディレクト
リ10とファイルテーブル30からなる。ディレクトリ
10は、ファイル名フィールド11,識別方法フィール
ド12,リンクフィールド13を有し、識別方法フィー
ルド12はさらに識別方法CPUフィールド14,識別
方法OSフィールド15,識別方法文字種フィールド1
6に分割されている。ファイル名フィールド11はファ
イル名を記憶する。識別方法フィールド12は識別子と
ファイルの依存関係を記憶する。本実施例では、依存関
係は表で示され、ファイルがCPU,OS,文字種種別
に依存するか否かをそれぞれ、CPUフィールド,OS
フィールド,文字種フィールドに記憶する。リンクフィ
ールド13はファイルテーブルへのリンクを記憶する。The storage device 1 has a management table 2 and O
The S-a file 71, the OS-b file 72, and the common file 70 are stored. The management table 2 includes a directory 10 and a file table 30. The directory 10 has a file name field 11, an identification method field 12, and a link field 13. The identification method field 12 further includes an identification method CPU field 14, an identification method OS field 15, and an identification method character type field 1.
It is divided into six. The file name field 11 stores the file name. The identification method field 12 stores the dependency relationship between the identifier and the file. In the present embodiment, the dependency relationship is shown in a table, and whether the file depends on the CPU, OS, or character type classification is determined by the CPU field and OS, respectively.
Store in the field and character type field. The link field 13 stores a link to the file table.
【0018】ファイルテーブル30は、識別子値フィー
ルド31,ポインタフィールド32,リストフィールド
33を有し、識別子値フィールド31はさらに識別子値
CPUフィールド34,識別子値OSフィールド35,識
別子値文字種フィールド36に分割されている。ポイン
タフィールド32はファイルへのポインタを記憶する。The file table 30 has an identifier value field 31, a pointer field 32 and a list field 33, and the identifier value field 31 further includes an identifier value.
It is divided into a CPU field 34, an identifier value OS field 35, and an identifier value character type field 36. The pointer field 32 stores a pointer to the file.
【0019】図1では、ファイル名prog.src はディレ
クトリエントリ17によって識別子のうちの文字種識別
子のみに依存し、リンク80によって示されるファイル
テーブルエントリ37によって、文字種識別子SJIS
に対応するファイルがポインタ85の指す共通ファイル
70であることを示している。In FIG. 1, the file name prog. src depends only on the character type identifier of the identifier by the directory entry 17, and by the file table entry 37 indicated by the link 80, the character type identifier SJIS
The file corresponding to is the common file 70 pointed to by the pointer 85.
【0020】また、ファイル名prog.obj はディレクト
リエントリ18によって識別子のうちのCPU識別子と
OS識別子のみに依存し、リンク81によって示される
ファイルテーブルエントリ38から始まるファイルテー
ブルエントリ群が対応するファイルを示す。図中ではリ
スト82によって、ファイルテーブルエントリ38,3
9が対応している。ファイルテーブルエントリ38によ
って、CPU−p,OS−aに対応するファイルがポイ
ンタ86の指すOS−a用ファイル71であり、ファイ
ルテーブルエントリ39によって、CPU−q,OS−
bに対応するファイルがポインタ87の指すOS−b用
ファイル72であることを示している。The file name prog. obj depends on only the CPU identifier and the OS identifier among the identifiers by the directory entry 18, and indicates a file to which the file table entry group starting from the file table entry 38 indicated by the link 81 corresponds. In the figure, the file table entries 38, 3 are represented by the list 82.
9 corresponds. The file corresponding to the CPU-p and OS-a by the file table entry 38 is the OS-a file 71 pointed to by the pointer 86, and the file table entry 39 indicates the CPU-q and OS-a.
This indicates that the file corresponding to b is the OS-b file 72 pointed to by the pointer 87.
【0021】図2は識別子記憶部の初期化動作を示すフ
ローチャートである。まず、CPU命令の実行結果によ
り判定した値、または、リードオンリメモリ,スイッ
チ,不揮発メモリなどに設定されている値、または、O
Sにあらかじめ設定されている値、または、種別を定義
するためのファイルに格納されている値、などの判定値
を得る(1000)。判定値をもとに、CPU,OS,
文字種の種別を判別する(1001)。判別結果を識別
子として、識別子CPUフィールド,識別子OSフィー
ルド,識別子文字種フィールドに設定する(100
2)。FIG. 2 is a flow chart showing the initialization operation of the identifier storage section. First, the value determined by the execution result of the CPU instruction, the value set in the read-only memory, the switch, the nonvolatile memory, or the like, or O
A determination value such as a value preset in S or a value stored in a file for defining the type is obtained (1000). Based on the judgment value, CPU, OS,
The type of character type is determined (1001). The discrimination result is set as an identifier in the identifier CPU field, the identifier OS field, and the identifier character type field (100
2).
【0022】図3はディレクトリへのファイル名登録動
作を示すフローチャートである。登録するファイル名を
受けとると(1100)、新しいエントリを確保し(11
01)、各フィールドを設定する。ファイル名フィール
ドにはファイル名を設定する(1102)。識別方法フ
ィールドにはファイル内容がCPU識別子,OS識別
子,文字種識別子に依存するか否かを設定する(110
3)。リンクフィールドには空を設定する(110
4)。FIG. 3 is a flow chart showing the operation of registering a file name in the directory. When the file name to be registered is received (1100), a new entry is secured (11
01), set each field. A file name is set in the file name field (1102). In the identification method field, it is set whether the file contents depend on the CPU identifier, the OS identifier, and the character type identifier (110).
3). Set the link field to empty (110
4).
【0023】図4はファイルテーブルへのファイル登録
動作を示すフローチャートである。登録するファイル名
と識別子を受けとり(1200)、新しいエントリを確
保する(1201)。ファイル名に一致するディレクト
リエントリがあるかディレクトリを検索して、識別方法
とリンクを得る(1202)。FIG. 4 is a flow chart showing a file registration operation in the file table. The file name and identifier to be registered are received (1200) and a new entry is secured (1201). The directory is searched for a directory entry that matches the file name to obtain the identification method and link (1202).
【0024】リンクが空かどうかを判定し(120
3)、空なら、確保したファイルテーブルエントリをリ
ンクフィールドが指すように設定する(1204)。デ
ィレクトリエントリ17はこの場合の一例である。Determine whether the link is empty (120
3) If it is empty, the secured file table entry is set so that the link field points (1204). The directory entry 17 is an example of this case.
【0025】リンクが空でなければ、リンクが指すファ
イルテーブルエントリから始まるリストの最後に、確保
したファイルテーブルエントリをつなぐ(1205)。
ファイルテーブルエントリ39はこの場合の一例であ
る。If the link is not empty, the secured file table entry is connected to the end of the list starting from the file table entry pointed to by the link (1205).
The file table entry 39 is an example of this case.
【0026】ディレクトリエントリの識別方法フィール
ドで非依存になっているフィールドに対応する識別子の
内容をマスクする(1206)。図中では、識別子値フ
ィールド内のフィールドで“−”になっているフィール
ドはマスクされていることを示す。確保したファイルテ
ーブルエントリの識別子値フィールドにマスクされた識
別子を設定する(1207)。The contents of the identifier corresponding to the field that is independent of the identification method field of the directory entry are masked (1206). In the figure, the field in the identifier value field that is "-" is masked. The masked identifier is set in the identifier value field of the secured file table entry (1207).
【0027】新しいファイルを作成し(1208)、確
保したファイルテーブルエントリのポインタフィールド
が新しいファイルを指すように設定する(1209)。A new file is created (1208), and the pointer field of the reserved file table entry is set to point to the new file (1209).
【0028】確保したファイルテーブルエントリのリス
トフィールドは空に設定する(1210)。The list field of the reserved file table entry is set to empty (1210).
【0029】図5,図6,図7,図8,図9は、図1に
おける、アプリケーション110から記憶装置1内のフ
ァイルprog.obj に対するファイルアクセス動作を示す
フローチャートである。以下、順に説明する。FIG. 5, FIG. 6, FIG. 7, FIG. 8 and FIG. 9 show the file prog. It is a flowchart which shows the file access operation with respect to obj. Hereinafter, they will be described in order.
【0030】図5は、ファイルアクセスにおけるアプリ
ケーション110の動作を示すフローチャートである。
アプリケーションプログラム111は、アクセス方法,
アクセスするファイル名prog.obj ,ファイルバッファ
のメモリ位置、をクライアント側遠隔ファイル制御12
1へ渡し(1300)、アクセス結果をクライアント側
遠隔ファイル制御121から得る(1301)。FIG. 5 is a flowchart showing the operation of the application 110 in file access.
The application program 111 uses an access method,
File name to access prog. obj, memory location of file buffer, remote file control on client side 12
1 (1300), and the access result is obtained from the client side remote file control 121 (1301).
【0031】図6は、ファイルアクセスにおけるクライ
アント側遠隔ファイル制御121の動作を示すフローチ
ャートである。アクセス方法,アクセスするファイル
名,ファイルバッファのメモリ位置を受けとり(140
0)、アクセス方法を通信制御140を経由してサーバ
計算機300のサーバ側遠隔ファイル制御321へ送信
する(1401)。FIG. 6 is a flow chart showing the operation of the client side remote file control 121 in file access. It receives the access method, the name of the file to be accessed, and the memory location of the file buffer (140
0), the access method is transmitted to the server side remote file control 321 of the server computer 300 via the communication control 140 (1401).
【0032】アクセス方法を調べ(1402)、読み出
しの場合はファイル名と識別子を通信制御140を経由
してサーバ計算機300のサーバ側遠隔ファイル制御3
21へ送信し(1410)、データとアクセス結果を受
けとり(1411)、データをファイルバッファに格納
する(1412)。The access method is checked (1402), and in the case of reading, the file name and identifier are passed through the communication control 140 and the remote file control 3 on the server side of the server computer 300
21 (1410), receives the data and the access result (1411), and stores the data in the file buffer (1412).
【0033】アクセス方法が書き込みの場合は、ファイ
ル名と識別子とファイルバッファの内容である書き込み
データを通信制御140を経由してサーバ計算機300
のサーバ側遠隔ファイル制御321へ送信し(142
0)、アクセス結果を受けとる(1421)。When the access method is write, the write data, which is the file name, the identifier, and the contents of the file buffer, is sent to the server computer 300 via the communication control 140.
To the remote file control 321 on the server side (142
0), the access result is received (1421).
【0034】最後に、アクセス結果をアプリケーション
プログラムへ返す(1430)。Finally, the access result is returned to the application program (1430).
【0035】図7,図8は、ファイルアクセスにおける
サーバ側遠隔ファイル制御321の動作を示すフローチ
ャートである。7 and 8 are flowcharts showing the operation of the server side remote file control 321 in file access.
【0036】アクセス方法を受けとる(1500)。ア
クセス方法を調べ(1501)、読み出しなら、ファイ
ル名と識別子を受けとる(1502)。書き込みなら、
ファイル名,識別子,書き込みデータを受けとる(15
03)。Receive an access method (1500). The access method is checked (1501), and if read, the file name and identifier are received (1502). If you write
Receives file name, identifier, and write data (15
03).
【0037】ファイル名に一致するディレクトリエント
リを検索し、識別方法フィールドとリンクフィールドを
参照して識別方法とリンクを得る(1504)。ファイ
ルprog.obj の場合、検索でディレクトリエントリ18
を得、リンク81を得る。The directory entry that matches the file name is searched, and the identification method and the link are obtained by referring to the identification method field and the link field (1504). File prog. For obj, search directory entry 18
And get the link 81.
【0038】前記図4の(1206)と同じ方法で、デ
ィレクトリエントリの識別方法フィールドで非依存にな
っているフィールドに対応する識別子の内容をマスクす
る(1505)。By the same method as (1206) in FIG. 4, the contents of the identifier corresponding to the field that is independent of the identification method field of the directory entry are masked (1505).
【0039】リンクが指すファイルテーブルエントリか
ら始まるリストについて、(1505)でマスクして生成し
た識別子と識別子値が一致するファイルテーブルエント
リを検索し、ポインタフィールドを参照してポインタを
得る(1506)。クライアント計算機100からファ
イルprog.obj をアクセスする場合、リンク81が指す
ファイルテーブルエントリ38から始まるリストを検索
してファイルテーブルエントリ38を得、ポインタ86
を得る。In the list starting from the file table entry pointed to by the link, a file table entry whose identifier value matches the identifier generated by masking in (1505) is searched and a pointer is obtained by referring to the pointer field (1506). From the client computer 100 to the file prog. When accessing obj, the list starting from the file table entry 38 pointed to by the link 81 is searched to obtain the file table entry 38, and the pointer 86
To get
【0040】アクセス方法を局所ファイル制御350に
渡す(1510)。アクセス方法を調べ(1511)、
読み出しなら、ポインタを局所ファイル制御350に渡
して(1520)、データとアクセス結果を受けとり
(1521)、データとアクセス結果を通信制御340
を経由してクライアント計算機100上のクライアント
側遠隔ファイル制御121に返す(1522)。The access method is passed to the local file control 350 (1510). Check the access method (1511),
For reading, the pointer is passed to the local file control 350 (1520), the data and the access result are received (1521), and the data and the access result are controlled by the communication control 340.
It returns to the client side remote file control 121 on the client computer 100 via (1522).
【0041】アクセス方法が書き込みなら、書き込みデ
ータとポインタを局所ファイル制御350に渡して(1
530)、アクセス結果を受けとり(1531)、アク
セス結果を通信制御340を経由してクライアント計算
機100上のクライアント側遠隔ファイル制御121に
返す(1532)。If the access method is write, the write data and pointer are passed to the local file control 350 ((1
530), receives the access result (1531), and returns the access result to the client-side remote file control 121 on the client computer 100 via the communication control 340 (1532).
【0042】図9は、ファイルアクセスにおける局所フ
ァイル制御350の動作を示すフローチャートである。
アクセス方法を受けとる(1600)。アクセス方法を
調べ(1601)、読み出しなら、ポインタを受けとり
(1610)、ポインタが指すファイルの内容を読み出
し(1611)、読み出しデータとアクセス結果を返す
(1612)。アクセス方法が書き込みなら、ポインタ
と書き込みデータを受けとり(1620)、ポインタが
指すファイルに書き込みデータを書き込み(162
1)、アクセス結果を返す(1622)。クライアント
計算機100からのファイルprog.obj のアクセスの場
合、対象となるポインタはポインタ86である。FIG. 9 is a flow chart showing the operation of the local file control 350 in file access.
Receive an access method (1600). The access method is checked (1601), and if read, a pointer is received (1610), the content of the file pointed to by the pointer is read (1611), and the read data and the access result are returned (1612). If the access method is write, the pointer and the write data are received (1620), and the write data is written to the file pointed to by the pointer (162).
1), the access result is returned (1622). File prog. From client computer 100. In the case of accessing obj, the target pointer is the pointer 86.
【0043】[0043]
【発明の効果】本発明によれば、CPU,OS,文字種
などの種別の異なる計算機で共有されるファイルを同じ
ディレクトリ名,ファイル名で扱えるようになるので、
ファイル管理の繁雑さを低減できる。According to the present invention, files shared by computers having different types such as CPU, OS, and character type can be handled with the same directory name and file name.
The complexity of file management can be reduced.
【図面の簡単な説明】[Brief description of drawings]
【図1】本発明の一実施例を示すブロック図。FIG. 1 is a block diagram showing an embodiment of the present invention.
【図2】識別子記憶部初期化を示すフローチャ−ト。FIG. 2 is a flow chart showing initialization of an identifier storage unit.
【図3】ディレクトリ初期化を示すフローチャ−ト。FIG. 3 is a flowchart showing directory initialization.
【図4】ファイルテーブル初期化を示すフローチャ−
ト。FIG. 4 is a flowchart showing file table initialization.
To.
【図5】アプリケーション処理の一実施例を示すフロー
チャ−ト。FIG. 5 is a flow chart showing an example of application processing.
【図6】クライアント側遠隔ファイル制御処理を示すフ
ローチャ−ト。FIG. 6 is a flow chart showing a client side remote file control process.
【図7】サーバ側遠隔ファイル制御処理を示すフローチ
ャ−ト。FIG. 7 is a flowchart showing a remote file control process on the server side.
【図8】サーバ側遠隔ファイル制御処理を示すフローチ
ャ−ト。FIG. 8 is a flowchart showing a server-side remote file control process.
【図9】局所ファイル制御処理を示すフローチャ−ト。FIG. 9 is a flow chart showing a local file control process.
1…記憶装置、2…管理テーブル、70,71,72…
ファイル、90…通信ネットワーク、100,200,
300…計算機、121,221…クライアント側遠隔
ファイル制御、130,230…識別子記憶部、14
0,240,340…通信制御、321…サーバ側遠隔フ
ァイル制御。1 ... Storage device, 2 ... Management table, 70, 71, 72 ...
File, 90 ... Communication network, 100, 200,
300 ... Computer, 121, 221 ... Client side remote file control, 130, 230 ... Identifier storage unit, 14
0,240,340 ... Communication control, 321 ... Server side remote file control.
Claims (3)
と、ファイルシステムを記憶する記憶装置をもつサーバ
計算機が、通信ネットワークで接続されたシステムにお
いて、前記クライアント計算機の種別ごとに種別に対応
する識別子を割り当て、前記クライアント計算機のおの
おのに識別子記憶部を設けて前記識別子を記憶し、前記
ファイルシステムに記憶されたファイルを識別するため
のキーとしてファイル名と前記識別子を前記ファイルシ
ステムに記憶し、前記クライアント計算機が前記ファイ
ルをアクセスする際に、ファイル名と前記識別子記憶部
に記憶された前記識別子と前記ファイルシステムに記憶
された前記識別子とからアクセスするファイルを選択す
ることを特徴とするファイルシステム。1. In a system in which a plurality of client computers of different types and a server computer having a storage device for storing a file system are connected by a communication network, an identifier corresponding to the type is assigned to each type of the client computer. An identifier storage unit is provided for each of the client computers to store the identifier, and a file name and the identifier are stored in the file system as a key for identifying a file stored in the file system. When accessing the file, the file system selects a file to be accessed from a file name, the identifier stored in the identifier storage unit, and the identifier stored in the file system.
機の種別が複数の種別要素から構成される場合に、前記
識別子をおのおのの種別要素ごとに分割し、前記ファイ
ルの内容と種別要素の依存関係を前記ファイルシステム
に記憶し、ファイル名と前記クライアント計算機の有す
る前記識別子と前記ファイルシステムに記憶された前記
依存関係から、アクセスするファイルを選択するファイ
ルシステム。2. In claim 1, when the type of the client computer is composed of a plurality of type elements, the identifier is divided for each type element, and the contents of the file and the type element dependency relationship are determined. A file system which is stored in the file system and selects a file to be accessed from a file name, the identifier of the client computer, and the dependency relationship stored in the file system.
ライアント計算機が前記ファイルをアクセスする際に、
前記識別子をファイル名とともに前記サーバ計算機へ送
信し、前記サーバ計算機でアクセスするファイルを選択
するファイルシステム。3. The method according to claim 1, wherein when the client computer accesses the file,
A file system for transmitting the identifier together with a file name to the server computer and selecting a file to be accessed by the server computer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6068316A JPH07281938A (en) | 1994-04-06 | 1994-04-06 | File system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6068316A JPH07281938A (en) | 1994-04-06 | 1994-04-06 | File system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH07281938A true JPH07281938A (en) | 1995-10-27 |
Family
ID=13370302
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6068316A Pending JPH07281938A (en) | 1994-04-06 | 1994-04-06 | File system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH07281938A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11316746A (en) * | 1998-02-06 | 1999-11-16 | Ncr Internatl Inc | Data communication method in extensible parallel processing computer system |
-
1994
- 1994-04-06 JP JP6068316A patent/JPH07281938A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11316746A (en) * | 1998-02-06 | 1999-11-16 | Ncr Internatl Inc | Data communication method in extensible parallel processing computer system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6205466B1 (en) | Infrastructure for an open digital services marketplace | |
KR100359670B1 (en) | Method and system for organizing internal structure of file | |
USRE42859E1 (en) | File server that allows an end user to specify storage characteristics with ease | |
US4862349A (en) | Method for extracting and/or replacing control system information in a computer operating system | |
US6065065A (en) | Parallel computer system and file processing method using multiple I/O nodes | |
US5761672A (en) | Distributed data base system | |
JPH0765035A (en) | Structured document retrieving device | |
JP2005502096A5 (en) | ||
US6685090B2 (en) | Apparatus and method for multi-profile managing and recording medium storing multi-profile managing program | |
US20080109908A1 (en) | Reverse Name Mappings In Restricted Namespace Environments | |
WO1996010224A2 (en) | Mechanism for linking together the files of emulated and host system for access by emulated system users | |
US6370545B1 (en) | Method of accessing removable storage media | |
JP2002268933A (en) | Cluster system | |
CN1326062C (en) | Multi-languages user interface for operating system | |
JPH11110236A (en) | Method and device for large memory allocation | |
US6446129B1 (en) | Method and apparatus for synchronizing function values in a multiple protocol system | |
JPH07281938A (en) | File system | |
US20040148365A1 (en) | System and method for vectored sendfile | |
US20070198464A1 (en) | Data processing apparatus, data processing system, data processing method, and recording medium | |
JPH04177441A (en) | System program loading system | |
JPH05274208A (en) | Information filing device | |
JPH05181735A (en) | Method for managing storage device to be shared among plural information processors | |
US11226990B2 (en) | System and method for operating a digital storage system | |
JP3118348B2 (en) | Program cache method | |
JP3087274B2 (en) | File exclusion control system |