JPH06110809A - Mounting system for network file system - Google Patents

Mounting system for network file system

Info

Publication number
JPH06110809A
JPH06110809A JP4262116A JP26211692A JPH06110809A JP H06110809 A JPH06110809 A JP H06110809A JP 4262116 A JP4262116 A JP 4262116A JP 26211692 A JP26211692 A JP 26211692A JP H06110809 A JPH06110809 A JP H06110809A
Authority
JP
Japan
Prior art keywords
client computer
computer
file system
architecture
mount
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
JP4262116A
Other languages
Japanese (ja)
Inventor
Masahiko Yoshimura
政彦 吉村
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP4262116A priority Critical patent/JPH06110809A/en
Publication of JPH06110809A publication Critical patent/JPH06110809A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To attain the use of any client computer with the mounting of the same position by deciding a fixed position to mount a server computer regardless of the types of client computers. CONSTITUTION:A file system 13 of a server computer 11 includes the link tables 14-17 which store the pairs of architecture identifiers of a client computer 19 and path names of the file systems mounted onto the computer 19. Then the computer 11 reads the architecture information on the computer 19 based on the mounting request received from the computer 19. Then the computer 11 refers to the tables 14-17 and mounts the directory of the path name corresponding to the designated architecture to a file system 21 of the computer 19 as a directory to be mounted.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はネットワークファイルシ
ステムのサーバに於いて異なるアーキテクチャの複数ク
ライアント計算機からのマウント要求に対するサーバ計
算機のマウント処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a mount processing system for a server computer of a network file system in response to a mount request from a plurality of client computers having different architectures.

【0002】[0002]

【従来の技術】アーキテクチャの異なる計算機では、プ
ログラム実行モジュールのファイル等、アーキテクチャ
に依存するファイルは共有できず、それぞれ専用のファ
イルが必要である。
2. Description of the Related Art Computers having different architectures cannot share files that depend on the architecture such as files of program execution modules, and require dedicated files for each.

【0003】アーキテクチャの異なる複数のクライアン
ト計算機が同一のファイルサーバ計算機上のファイルシ
ステムをマウントし、各クライアント計算機のアーキテ
クチャに依存したファイルをサーバ計算機で提供する場
合、各クライアント計算機のアーキテクチャに依存した
ファイルが収められた別々のディレクトリを参照する必
要がある。
When a plurality of client computers having different architectures mount the file system on the same file server computer and the server computer provides a file dependent on the architecture of each client computer, a file dependent on the architecture of each client computer You need to refer to the separate directories that contain.

【0004】図4は、従来の異なるアーキテクチャのク
ライアント計算機が同一のサーバ計算機上のファイルシ
ステムをマウントする場合のファイルシステムのディレ
クトリの木構造とマウント状況の一例を示す図である。
FIG. 4 is a diagram showing an example of a tree structure of a file system directory and a mounting state when a conventional client computer having a different architecture mounts a file system on the same server computer.

【0005】クライアント計算機Aのアーキテクチャは
SPARC、クライアント計算機Bのアーキテクチャは
68000、クライアント計算機Cのアーキテクチャは
i368であり、サーバ計算機に於いてSPARCに依
存したファイルは/usr.sparcに、68000
に依存したファイルは/usr.68000に、i36
8に依存したファイルは/usr.i386に置かれて
いる。
The architecture of the client computer A is SPARC, the architecture of the client computer B is 68000, the architecture of the client computer C is i368, and the file dependent on SPARC in the server computer is / usr. 68000 for sparc
Files that depend on / usr. 68000, i36
The file that depends on 8 is / usr. It is located at i386.

【0006】クライアント計算機Aのアーキテクチャは
SPARCなので、/usrに/usr.sparcを
マウントする。クライアント計算機Bのアーキテクチャ
は68000なので、/usrに/usr68000を
マウントする。クライアント計算機Cのアーキテクチャ
はi368なので、/usrに/usri368をマウ
ントする。
Since the architecture of the client computer A is SPARC, / usr. Mount the sparc. Since the architecture of the client computer B is 68000, / usr68000 is mounted on / usr. Since the architecture of the client computer C is i368, mount / usri368 on / usr.

【0007】通常、クライアント計算機毎にディレクト
リの構成を変えておくことはせず、上記のようにプログ
ラムはどの計算機でも/usrというパスに置くように
する。このようにしないと、利用するクライアント計算
機毎にプログラムの存在するディレクトリが異なるた
め、利用者は自分が今利用している計算機のアーキテク
チャを意識して、その計算機用のプログラムがどこに存
在するか知らなければならない。このようなことを避け
るため、パスが同一になるようにクライアント計算機は
サーバ計算機上のファイルシステムをマウントする。
Normally, the directory structure is not changed for each client computer, and the program is placed in the path of / usr on any computer as described above. If you do not do this, the directory where the program exists will differ for each client computer you use, so the user should be aware of the architecture of the computer he is currently using and know where the program for that computer is. There must be. To avoid this, the client computer mounts the file system on the server computer so that the paths are the same.

【0008】これにより、ユーザは利用中のクライアン
ト計算機のアーキテクチャを意識する必要はないが、シ
ステム管理者はサーバ計算機のどのディレクトリをマウ
ントしなければならないか把握していなければならな
い。クライアント計算機のアーキテクチャの種類毎に管
理者は各々のクライアント計算機に適したマウントすべ
き位置を把握し、各クライアント計算機のセットアップ
を行なわなければならない。
As a result, the user does not need to be aware of the architecture of the client computer being used, but the system administrator must know which directory of the server computer should be mounted. For each architecture of the client computer, the administrator must know the mount position suitable for each client computer and set up each client computer.

【0009】このように従来のシステムでは、異なるア
ーキテクチャのクライアント計算機が同一のファイルサ
ーバ計算機上のファイルシステムをマウントする際、ク
ライアント計算機のシステム管理者はそのクライアント
計算機に適したファイルの存在するサーバ計算機のファ
イルシステムのディレクトリを把握してマウントするよ
う各クライアント計算機をセットアップしなければなら
ない。同一のサーバ計算機に対して、クライアント計算
機は多数接続され得る。また、地理的にもサーバ計算機
から離れた位置に設置され得る。
As described above, in the conventional system, when a client computer having a different architecture mounts a file system on the same file server computer, the system administrator of the client computer has a server computer having a file suitable for the client computer. Each client computer must be set up so that it knows and mounts the directory on the file system. Multiple client computers can be connected to the same server computer. Also, it can be installed geographically at a position distant from the server computer.

【0010】従来のシステムの場合、システム管理者は
サーバ計算機とクライアント計算機の両方の管理を行な
わなければならない。あるいは、サーバ計算機のシステ
ム管理者とクライアント計算機のシステム管理者が異な
る場合、サーバ計算機のシステム管理者はクライアント
計算機のシステム管理者にクライアント計算機がマウン
トすべき位置を伝えなければならない。
In the conventional system, the system administrator must manage both the server computer and the client computer. Alternatively, when the system administrator of the server computer and the system administrator of the client computer are different, the system administrator of the server computer must inform the system administrator of the client computer of the position where the client computer should be mounted.

【0011】[0011]

【発明が解決しようとする課題】このように従来のシス
テムでは、クライアント計算機の管理において、システ
ム管理者はそのアーキテクチャを調べ、それに適するサ
ーバ計算機のファイルの位置を調べて適当な位置にマウ
ントするよう各計算機を、アーキテクチャが異なるクラ
イアント計算機毎にセットアップしなければならない。
従って、クライアント計算機のコンフィギュレーション
に必要な設定情報を格納するファイル等をクライアント
計算機のアーキテクチャの種類の数だけ用意し、管理し
なければならないという問題があった。
As described above, in the conventional system, in managing the client computer, the system administrator should check the architecture, check the file position of the server computer suitable for it, and mount it at an appropriate position. Each computer must be set up for each client computer with a different architecture.
Therefore, there is a problem in that files and the like for storing the setting information necessary for the configuration of the client computer must be prepared and managed by the number of types of the architecture of the client computer.

【0012】本発明は上記実情に鑑みなされたもので、
その目的とするところは、クライアント計算機の種類に
よらずサーバ計算機のマウントすべき位置を一か所に固
定することにより、どのクライアント計算機でも同じ位
置をマウントすれば済むようにして、クライアント計算
機毎にマウントすべき位置を考慮しなくともよいように
することで、クライアント計算機の管理の負荷を軽減
し、又、クライアント計算機に依存するファイルの位置
などの管理をサーバ計算機だけで行なうことが可能とな
り、クライアント計算機のシステム管理者へマウントす
べき位置を伝える必要がなくなることから、クライアン
ト計算機とサーバ計算機の管理が独立して行なえ、管理
の容易化、省力化が可能となる、ネットワークファイル
システムのマウント方式を提供することを目的とする。
The present invention has been made in view of the above situation,
The purpose is to fix the position where the server computer should be mounted in one place regardless of the type of client computer, so that all client computers only need to mount the same position, and mount it for each client computer. By eliminating the need to consider the power location, the management load on the client computer can be reduced, and the location of files dependent on the client computer can be managed only by the server computer. Since there is no need to notify the system administrator of the mounting position, the client computer and the server computer can be managed independently, providing a network file system mount method that facilitates management and saves labor. The purpose is to do.

【0013】[0013]

【課題を解決するための手段】本発明は、ネットワーク
ファイルシステムのマウントを要求するクライアント計
算機と、ネットワークファイルシステムのマウント処理
を行なうサーバ計算機と、ファイルシステムを保持する
二次記憶装置とをもつシステムに於いて、前記サーバ計
算機のファイルシステムにて前記クライアント計算機の
アーキテクチャを識別する識別子と前記サーバ計算機の
ファイルシステムにて前記クライアント計算機にマウン
トさせるファイルシステムのパス名を対にして記憶する
リンクテーブルと、前記サーバ計算機とクライアント計
算機との間の通信路とを備え、前記クライアント計算機
が前記サーバ計算機に対してマウント要求を出す際、自
クライアント計算機のアーキテクチャ情報をパラメータ
に付加して前記サーバ計算機に要求を出し、前記サーバ
計算機は前記クライアント計算機から受けたマウント要
求に従い当該クライアント計算機のアーキテクチャ情報
を読取り、前記リンクテーブルを参照して指定されたア
ーキテクチャに相当するパス名のディレクトリをマウン
ト対象のディレクトリとしてクライアント計算機のファ
イルシステムにマウントさせることを特徴とする。
SUMMARY OF THE INVENTION The present invention is a system having a client computer for requesting mounting of a network file system, a server computer for mounting a network file system, and a secondary storage device for holding a file system. In the above, a link table for storing the identifier for identifying the architecture of the client computer in the file system of the server computer and the path name of the file system to be mounted on the client computer in the file system of the server computer as a pair , A communication path between the server computer and the client computer, and when the client computer issues a mount request to the server computer, the architecture information of the own client computer is added to the parameter to support the server. The server computer reads the architecture information of the client computer according to the mount request received from the client computer and refers to the link table to mount the directory with the path name corresponding to the specified architecture. It is characterized in that it is mounted on the file system of the client computer as the directory of.

【0014】[0014]

【作用】本発明では、マウントによりネットワークファ
イルシステムを通じてリモートファイルをマウントする
際、マウント要求側(クライアント計算機)の計算機ア
ーキテクチャ情報をパラメータとして付加して被マウン
ト要求側(サーバ計算機)でそのアーキテクチャ情報を
解釈し、ディレクトリ構造上にアーキテクチャ毎に実際
にアーキテクチャに適するファイルの置かれているディ
レクトリを示す情報を付加しておき、クライアントがマ
ウントするディレクトリをその情報により示されたディ
レクトリに置き換えることで、クライアント計算機側で
はサーバ計算機上のディレクトリは常に一か所であるよ
うに見えているにもかかわらず、実際にはサーバ側で別
のディレクトリを参照してマウントすることでクライア
ントからは一か所だけのマウント位置に見えるようにす
る。
According to the present invention, when mounting a remote file through the network file system by mounting, the computer architecture information of the mount request side (client computer) is added as a parameter, and the architecture information is attached to the mount request side (server computer). By interpreting and adding information indicating the directory where the file actually suited to the architecture is placed for each architecture on the directory structure and replacing the directory mounted by the client with the directory indicated by that information, the client On the computer side, the directory on the server computer always seems to be in one place, but in reality, by referring to another directory on the server side and mounting it, there is one place from the client. To appear in only the mount position.

【0015】[0015]

【実施例】以下、本発明の実施例を図面を参照して説明
する。図1は本発明によるネットワークファイルシステ
ムマウント方式の一実施例の構成を示す図である。図1
に於いて、11はサーバ計算機、12はサーバ計算機1
1の二次記憶装置、13は二次記憶装置12上に構築さ
れたファイルシステムである。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing the configuration of an embodiment of a network file system mounting method according to the present invention. Figure 1
, 11 is a server computer and 12 is a server computer 1.
A secondary storage device 1 and a file system 13 are constructed on the secondary storage device 12.

【0016】14乃至17はこのファイルシステム13
の構成要素をなすもので、14はファイルシステム13
のルートディレクトリ、15はパス名/usrで表され
るディレクトリ、16はパス名/usr.arc1で表
されるディレクトリ、17はパス名/usr.arc2
で表されるディレクトリである。
Reference numerals 14 to 17 denote the file system 13
14 is a file system 13
Root directory, 15 is a directory represented by pathname / usr, and 16 is pathname / usr. directory represented by arc1, 17 is pathname / usr. arc2
It is a directory represented by.

【0017】18はサーバ計算機11とクライアント計
算機19との間の通信路、19はクライアント計算機、
20はクライアント計算機19の二次記憶装置、21は
二次記憶装置20上に構築されたファイルシステムであ
る。
Reference numeral 18 is a communication path between the server computer 11 and the client computer 19, 19 is a client computer,
Reference numeral 20 is a secondary storage device of the client computer 19, and 21 is a file system constructed on the secondary storage device 20.

【0018】22及び23はファイルシステム21の構
成要素をなすもので、22はファイルシステム21のル
ートディレクトリ、23はパス名/usrで表されるデ
ィレクトリである。
Reference numerals 22 and 23 are components of the file system 21, 22 is a root directory of the file system 21, and 23 is a directory represented by a path name / usr.

【0019】又、ファイルシステム13内に於いて、1
01はルートディレクトリ14を構成するファイル制御
テーブル、106はパス名/usrで表されるディレク
トリ15を構成するファイル制御テーブル、114はパ
ス名/usr.arc1で表されるディレクトリ16を
構成するファイル制御テーブル(FCTーc )、117
はパス名/usr.arc2で表されるディレクトリ1
7を構成するファイル制御テーブル(FCTーd )であ
り、これらファイル制御テーブルの詳しい構成は図2に
示す。
In the file system 13, 1
01 is a file control table constituting the root directory 14, 106 is a file control table constituting the directory 15 represented by pathname / usr, 114 is pathname / usr. File control table (FCT-c) 117 that constitutes the directory 16 represented by arc1
Is the path name / usr. directory 1 represented by arc2
7 is a file control table (FCT-d), and the detailed structure of these file control tables is shown in FIG.

【0020】図2は、上記マウント処理に於いて参照さ
れるサーバ計算機11のファイルシステム13に於ける
ディレクトリの構成内容を表わすファイル制御テーブル
である。
FIG. 2 is a file control table showing the contents of the directory structure in the file system 13 of the server computer 11 referred to in the mount process.

【0021】図2に於いて、101はサーバ計算機11
のファイルシステム12のルートディレクトリ14に対
するファイル制御テーブル(FCTーa )、102はル
ートディレクトリ14に含まれるファイルのファイル名
を入れるファイル名入力欄、103はファイル名入力欄
102のファイル名に対するファイル制御テーブルへの
ポインタを入れるポインタ入力欄、104はパス名/u
srで表されるディレクトリ15に対するエントリ、1
05はパス名/usrで表されるディレクトリ15のフ
ァイル制御テーブルを指すポインタ、106はポインタ
105によって指されたファイル制御テーブル(FCT
ーb )、107はファイル制御テーブル(FCTーb )
106によって表されるファイルのリンク情報を格納す
るリンクテーブル、108はアーキテクチャの識別子を
入れる識別子入力欄、109はリンク先のパス名を入れ
るパス名入力欄、110はarc1というアーキテクチ
ャに対するエントリ、111はarc1というアーキテ
クチャの場合のリンク先パス名、112は/usr.a
rc1に対するエントリ、113は/usr.arc1
のファイル制御テーブル(FCTーc )へのポインタ、
114は/usr.arc1に対するファイル制御テー
ブル(FCTーc )である。115は/usr.arc
2に対するエントリ、116は/usr.arc2のフ
ァイル制御テーブル(FCTーd )へのポインタ、11
7は/usr.arc2に対するファイル制御テーブル
(FCTーd )である。
In FIG. 2, 101 is a server computer 11.
File control table (FCT-a) for the root directory 14 of the file system 12 of the above, 102 is a file name input field for entering the file name of a file included in the root directory 14, 103 is a file control for the file name of the file name input field 102 Pointer input field for inputting pointer to table, 104 is path name / u
entry for directory 15 represented by sr, 1
05 is a pointer that points to the file control table of the directory 15 represented by pathname / usr, and 106 is the file control table (FCT) pointed to by the pointer 105.
-B), 107 is a file control table (FCT-b)
A link table storing the link information of the file represented by 106, 108 is an identifier input field for entering the architecture identifier, 109 is a path name input field for entering the path name of the link destination, 110 is an entry for the architecture arc1, and 111 is The link destination path name in the case of the architecture of arc1, 112 is / usr. a
entry for rc1, 113 is / usr. arc1
To the file control table (FCT-c) of
114 is / usr. It is a file control table (FCT-c) for arc1. 115 is / usr. arc
2, an entry for / usr. Pointer to the file control table (FCT-d) of arc2, 11
7 is / usr. It is a file control table (FCT-d) for arc2.

【0022】図3は上記実施例に於けるネットワークフ
ァイルシステムのマウント処理手順を示すフローチャー
トであり、クライアント計算機がサーバ計算機上のアー
キテクチャ毎に異なるファイルシステムをマウントする
際の処理の流れを示している。ここで図1乃至図3を参
照して本発明の実施例に於ける動作を説明する。ここで
はクライアント計算機19がサーバ計算機11のファイ
ルシステムをマウントする処理について説明する。クラ
イアント計算機19がそのファイルシステム21の/u
srにサーバ計算機11のファイルシステム13をマウ
ントする場合を考える。
FIG. 3 is a flow chart showing the procedure for mounting the network file system in the above embodiment, and shows the flow of processing when the client computer mounts a different file system for each architecture on the server computer. . The operation of the embodiment of the present invention will be described with reference to FIGS. Here, a process in which the client computer 19 mounts the file system of the server computer 11 will be described. The client computer 19 is / u of the file system 21.
Consider a case where the file system 13 of the server computer 11 is mounted on sr.

【0023】クライアント計算機19のアーキテクチャ
はarc1とする。サーバ計算機11のファイルシステ
ム13には、アーキテクチャarc1に依存するファイ
ルが/usr.arc1に、アーキテクチャarc2に
依存するファイルが/usr.arc2にまとめられて
いる。サーバ計算機11のファイルシステム13の/u
srにはアーキテクチャarc1、及びarc2毎にリ
ンク先のパス名が設定されている。
The architecture of the client computer 19 is arc1. In the file system 13 of the server computer 11, a file that depends on the architecture arc1 is / usr. A file that depends on the architecture arc2 is /usr.arc1. It is summarized in arc2. / U of the file system 13 of the server computer 11
The path name of the link destination is set in sr for each of the architectures arc1 and arc2.

【0024】クライアント計算機19は、そのファイル
システム21のディレクトリ/usrにサーバ計算機の
ディレクトリ/usrをマウントするようマウント要求
をサーバ計算機11に送信する際、パラメータとして自
身のアーキテクチャを示す情報も合わせて送信する(図
3ステップS1 )。サーバ計算機11では、マウント要
求を受信しパラメータの解釈を行なう(図3ステップS
11,S12)。
When the client computer 19 sends a mount request to the server computer 11 to mount the directory / usr of the server computer on the directory / usr of the file system 21, the client computer 19 also sends information indicating its own architecture as a parameter. (Step S1 in FIG. 3). The server computer 11 receives the mount request and interprets the parameters (step S in FIG. 3).
11, S12).

【0025】ここで、サーバ計算機11は、マウント要
求のディレクトリ/usrのファイル制御テーブルを調
べる。まずルートディレクトリのファイル制御テーブル
(FCTーa )101を調べ、そこにusrを見つけ、
それより/usrのファイル制御テーブル(FCTーb
)106が見つかる(図3ステップS13〜S15)。
Here, the server computer 11 checks the file control table of the mount request directory / usr. First, check the file control table (FCT-a) 101 in the root directory, find usr there,
Than / usr file control table (FCT-b
) 106 is found (steps S13 to S15 in FIG. 3).

【0026】次にファイル制御テーブル(FCTーb )
106のリンクテーブルの中にマウント要求元のアーキ
テクチャarc1に対するエントリ110を探しだし、
リンク先パス名を得る(図3ステップS16〜S18)。
Next, the file control table (FCT-b)
Find the entry 110 for the architecture arc1 of the mount request source in the link table 106,
The link destination path name is obtained (steps S16 to S18 in FIG. 3).

【0027】ここではリンク先が/usr.arc1な
ので、ルートディレクトリのファイル制御テーブルを調
べ、usr.acr1に対するエントリを探す。この検
索で/usr.arc1に対するエントリ112を見つ
ける。それより/usr.arc1に対するファイル制
御テーブル114を得る。
Here, the link destination is / usr. Since it is arc1, the file control table of the root directory is checked, and usr. Find the entry for acr1. With this search / usr. Find the entry 112 for arc1. Than that / usr. Get the file control table 114 for arc1.

【0028】このようにして/usr.arc1に対す
るファイル制御テーブルが見つかると、以後はそのディ
レクトリをマウント処理対象として通常のネットワーク
・ファイルシステムマウント処理(NFSマウント処
理)を行なう(図3ステップS19)。
In this way, / usr. When the file control table for arc1 is found, a normal network file system mount process (NFS mount process) is performed thereafter for that directory as a mount process target (step S19 in FIG. 3).

【0029】このように、クライアント計算機19がサ
ーバ計算機11に対してマウント要求を出す際、自クラ
イアント計算機のアーキテクチャ情報をパラメータに付
加してサーバ計算機11に要求を出し、サーバ計算機1
1はクライアント計算機19から受けたマウント要求に
従い当該クライアント計算機のアーキテクチャ情報を読
取り、リンクテーブルを参照して指定されたアーキテク
チャに相当するパス名のディレクトリをマウント対象の
ディレクトリとしてクライアント計算機19のファイル
システムにマウントさせることにより、クライアント計
算機の種類によらずサーバ計算機のマウントすべき位置
を一か所に固定することができ、クライアント計算機毎
にマウントすべき位置を考慮しなくともよいことから、
クライアント計算機の管理の負荷を軽減し、又、クライ
アント計算機に依存するファイルの位置などの管理をサ
ーバ計算機だけで行なうことが可能となり、クライアン
ト計算機のシステム管理者へマウントすべき位置を伝え
る必要がなくなることから、クライアント計算機とサー
バ計算機の管理が独立して行なえ、管理の容易化、省力
化が可能となる。
As described above, when the client computer 19 issues a mount request to the server computer 11, the architecture information of the own client computer is added to the parameter to issue a request to the server computer 11, and the server computer 1
1 reads the architecture information of the client computer according to the mount request received from the client computer 19, refers to the link table, and sets the directory having the path name corresponding to the specified architecture as the mount target directory in the file system of the client computer 19. By mounting, it is possible to fix the mounting position of the server computer in one place regardless of the type of client computer, and it is not necessary to consider the mounting position for each client computer,
It reduces the management load on the client computer, and the location of files that depend on the client computer can be managed only by the server computer, eliminating the need to inform the system administrator of the client computer of the mount location. Therefore, the client computer and the server computer can be managed independently, which facilitates the management and saves labor.

【0030】上記した実施例に於いては、クライアント
計算機のアーキテクチャ情報をクライアント計算機がマ
ウント要求を出す際にアーキテクチャ情報をパラメータ
に追加してサーバ計算機にマウント要求元のクライアン
ト計算機のアーキテクチャを知らせているが、クライア
ント計算機がマウント要求時にアーキテクチャ情報をパ
ラメータに追加しない場合には、マウント要求を受けた
サーバ計算機がマウント要求元のクライアント計算機に
アーキテクチャを問い合わせてマウント要求元のクライ
アント計算機のアーキテクチャ情報を得ることも可能で
ある。
In the above-described embodiment, when the client computer issues a mount request, the architecture information of the client computer is added to the parameter to notify the server computer of the architecture of the client computer which is the mount request source. However, if the client computer does not add the architecture information to the parameter at the time of mount request, the server computer receiving the mount request queries the client computer of the mount request source for the architecture and obtains the architecture information of the client computer of the mount request source. Is also possible.

【0031】[0031]

【発明の効果】以上説明したように本発明によれば、ク
ライアント計算機の種類にたよらずサーバ計算機上のフ
ァイルシステムのマウントすべき位置を一か所に固定す
ることにより、どのクライアント計算機でも同じ位置を
マウントすればすむようになる。その結果、サーバ計算
機上のファイルシステムをクライアント計算機がマウン
トする際に、クライアント計算機毎にマウントすべき位
置を考慮する必要がなく、このためクライアント計算機
の管理が軽減できる。またクライアント計算機に依存す
るファイルの位置などの管理をサーバ計算機だけで行な
うことが可能であることからクライアント計算機とは独
立にサーバ計算機のファイルシステムの管理ができる。
また、オートマウントのように、アクセスのあったとき
に自動的にネットワークファイルシステムのマウントを
行なう機構の場合、どこをアクセスしたとき、どのサー
バ計算機のどのディレクトリをマウントすべきかを表わ
すファイルを用意しなければならないが、この際、従来
ではアーキテクチャが異なれば異なるディレクトリをマ
ウントする必要があったためアーキテクチャ毎にこのフ
ァイルを用意しなければならなかったのに対して、この
発明によりマウント先が一か所に限定できるので一つの
ファイルですむ。以上のように本発明によればサーバ計
算機、クライアント計算機の管理の容易化、省力化が可
能となる。
As described above, according to the present invention, regardless of the type of the client computer, by fixing the mount position of the file system on the server computer to one place, the same position can be obtained on any client computer. Mount it and you're done. As a result, when the client computer mounts the file system on the server computer, it is not necessary to consider the position to be mounted for each client computer, and therefore the management of the client computer can be reduced. Further, since it is possible to manage the position of files depending on the client computer only by the server computer, the file system of the server computer can be managed independently of the client computer.
In addition, in the case of a mechanism that automatically mounts a network file system when there is access, such as automount, prepare a file that indicates which directory on which server computer should be mounted when accessed. In this case, it is necessary to mount a different directory for different architectures in the past, so this file had to be prepared for each architecture. Since it can be limited to, only one file is required. As described above, according to the present invention, the management of the server computer and the client computer can be facilitated and the labor can be saved.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例に係るネットワークファイル
システムのマウント方式を適用して構成されるシステム
の構成を示す図。
FIG. 1 is a diagram showing a configuration of a system configured by applying a mount method of a network file system according to an embodiment of the present invention.

【図2】上記実施例のシステムに於けるファイル制御テ
ーブルの構成と関係を示す図。
FIG. 2 is a diagram showing the configuration and relationship of a file control table in the system of the above embodiment.

【図3】上記実施例のシステムに於けるネットワークフ
ァイルシステムのマウント処理手順を示すフローチャー
ト。
FIG. 3 is a flowchart showing a procedure for mounting a network file system in the system of the above embodiment.

【図4】従来の一般的なシステムに於けるマウントの関
係を示す図。
FIG. 4 is a diagram showing a relationship of mounts in a conventional general system.

【符号の説明】[Explanation of symbols]

11…サーバ計算機、12…サーバ計算機11の二次記
憶装置、13…二次記憶装置12上に構築されたファイ
ルシステム、14…ファイルシステム13のルートディ
レクトリ、15…パス名/usrで表されるディレクト
リ、16…パス名/usr.arc1で表されるディレ
クトリ、17…パス名/usr.arc2で表されるデ
ィレクトリ、18…通信路、19…クライアント計算
機、20…クライアント計算機19の二次記憶装置、2
1…二次記憶装置20上に構築されたファイルシステ
ム、22…ファイルシステム21のルートディレクト
リ、23…パス名/usrで表されるディレクトリ、1
01…ルートディレクトリ14を構成するファイル制御
テーブル(FCTーa )、102…ルートディレクトリ
14に含まれるファイルのファイル名を入れるファイル
名入力欄、103…ファイル名入力欄102のファイル
名に対するファイル制御テーブルへのポインタを入れる
ポインタ入力欄、104…パス名/usrで表されるデ
ィレクトリ15に対するエントリ、105…パス名/u
srで表されるディレクトリ15のファイル制御テーブ
ルを指すポインタ、106…パス名/usrで表される
ディレクトリ15を構成するファイル制御テーブル(F
CTーb )、107…ファイル制御テーブル(FCTー
b )106によって表されるファイルのリンク情報を格
納するリンクテーブル、108…アーキテクチャの識別
子を入れる識別子入力欄、109…リンク先のパス名を
入れるパス名入力欄、110…アーキテクチャarc1
に対するエントリ、111…アーキテクチャarc1の
リンク先パス名、112…/usr.arc1に対する
エントリ、113…/usr.arc1のファイル制御
テーブル(FCTーc )へのポインタ、114…パス名
/usr.arc1で表されるディレクトリ16を構成
するファイル制御テーブル(FCTーc )、115…/
usr.arc2に対するエントリ、116…/us
r.arc2のファイル制御テーブル(FCTーd )へ
のポインタ、117…パス名/usr.arc2で表さ
れるディレクトリ17を構成するファイル制御テーブル
(FCTーd )。
11 ... Server computer, 12 ... Secondary storage device of server computer 11, 13 ... File system constructed on secondary storage device 12, 14 ... Root directory of file system 13, 15 ... Represented by path name / usr Directory, 16 ... Path name / usr. directory represented by arc1, 17 ... Path name / usr. directory represented by arc2, 18 ... communication path, 19 ... client computer, 20 ... secondary storage device of client computer 19, 2
1 ... A file system constructed on the secondary storage device 22, 22 ... A root directory of the file system 21, 23 ... A directory represented by a path name / usr, 1
01 ... File control table (FCT-a) constituting the root directory 14, 102 ... File name input field for entering file names of files included in the root directory 14, 103 ... File control table for file name in file name input field 102 Pointer input field for inputting pointer to 104, entry for directory 15 represented by path name / usr, 105 ... path name / u
A pointer to the file control table of the directory 15 represented by sr, 106 ... A file control table (F that constitutes the directory 15 represented by pathname / usr
CT-b), 107 ... File control table (FCT-)
b) A link table storing the link information of the file represented by 106, 108 ... an identifier input field for entering the architecture identifier, 109 ... a path name input field for entering the link destination path name, 110 ... architecture arc1
, 111 ... Link destination path name of architecture arc1, 112 ... / usr. entry for arc1, 113 ... / Usr. Pointer to the file control table (FCT-c) of arc1, 114 ... Path name / usr. File control table (FCT-c) constituting the directory 16 represented by arc1, 115 ... /
usr. entry for arc2, 116 ... / us
r. Pointer to the file control table (FCT-d) of arc2, 117 ... Path name / usr. A file control table (FCT-d) that constitutes the directory 17 represented by arc2.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークファイルシステムのマウン
トを要求するクライアント計算機と、 ネットワークファイルシステムのマウント処理を行なう
サーバ計算機と、 ファイルシステムを保持する二次記憶装置と、 前記サーバ計算機のファイルシステムに於いて前記クラ
イアント計算機のアーキテクチャを識別する識別子と前
記クライアント計算機にマウントさせるファイルシステ
ムのパス名を対にして記憶するリンクテーブルと、 前記サーバ計算機とクライアント計算機との間の通信路
とを具備し、 前記クライアント計算機が前記サーバ計算機に対してマ
ウント要求を出す際、自クライアント計算機のアーキテ
クチャ情報をパラメータに付加して前記サーバ計算機に
要求を出し、 前記サーバ計算機は前記クライアント計算機から受けた
マウント要求に従い当該クライアント計算機のアーキテ
クチャ情報を読取り、前記リンクテーブルを参照して指
定されたアーキテクチャに相当するパス名のディレクト
リをマウント対象のディレクトリとしてクライアント計
算機のファイルシステムにマウントさせることを特徴と
するネットワークファイルシステムのマウント方式。
1. A client computer requesting a mount of a network file system, a server computer performing a mount process of a network file system, a secondary storage device holding a file system, and a file system of the server computer, wherein: A link table for storing an identifier for identifying the architecture of the client computer and a path name of a file system to be mounted on the client computer; and a communication path between the server computer and the client computer, the client computer When the mount request is issued to the server computer, the architecture information of the client computer itself is added to the parameter to issue a request to the server computer, and the server computer receives the request received from the client computer. A network characterized by reading the architecture information of the client computer in accordance with a request and mounting a directory having a path name corresponding to the architecture specified by referring to the link table as a mount target directory in the file system of the client computer. File system mount method.
【請求項2】 ネットワークファイルシステムのマウン
トを要求するクライアント計算機と、 ネットワークファイルシステムのマウント処理を行なう
サーバ計算機と、 ファイルシステムを保持する二次記憶装置と、 前記サーバ計算機のファイルシステムに於いて前記クラ
イアント計算機のアーキテクチャを識別する識別子と前
記クライアント計算機にマウントさせるファイルシステ
ムのパス名を対にして記憶するリンクテーブルと、 前記サーバ計算機とクライアント計算機との間の通信路
とを具備し、 前記サーバ計算機は前記クライアント計算機からマウン
ト要求を受けると、当該マウント要求元のクライアント
計算機よりアーキテクチャ情報を取得し、前記リンクテ
ーブルを参照して前記取得したアーキテクチャに相当す
るパス名のディレクトリをマウント対象のディレクトリ
としてクライアント計算機のファイルシステムにマウン
トさせることを特徴とするネットワークファイルシステ
ムのマウント方式。
2. A client computer requesting a mount of a network file system, a server computer performing a mount process of a network file system, a secondary storage device holding a file system, and a file system of the server computer, wherein: A link table for storing an identifier for identifying the architecture of the client computer and a path name of a file system to be mounted on the client computer; and a communication path between the server computer and the client computer, the server computer Receives a mount request from the client computer, acquires architecture information from the client computer that is the source of the mount request, refers to the link table, and acquires the path name directory corresponding to the acquired architecture. Mounting scheme of the network file system, characterized in that to mount the file system of the client computer as a mounted object directory directory.
JP4262116A 1992-09-30 1992-09-30 Mounting system for network file system Pending JPH06110809A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4262116A JPH06110809A (en) 1992-09-30 1992-09-30 Mounting system for network file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4262116A JPH06110809A (en) 1992-09-30 1992-09-30 Mounting system for network file system

Publications (1)

Publication Number Publication Date
JPH06110809A true JPH06110809A (en) 1994-04-22

Family

ID=17371272

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4262116A Pending JPH06110809A (en) 1992-09-30 1992-09-30 Mounting system for network file system

Country Status (1)

Country Link
JP (1) JPH06110809A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0706129A1 (en) * 1994-04-25 1996-04-10 Sony Corporation Information memory processor
US6711559B1 (en) 1999-12-27 2004-03-23 Fujitsu Limited Distributed processing system, apparatus for operating shared file system and computer readable medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0706129A1 (en) * 1994-04-25 1996-04-10 Sony Corporation Information memory processor
EP0706129A4 (en) * 1994-04-25 1999-09-22 Sony Corp Information memory processor
US6711559B1 (en) 1999-12-27 2004-03-23 Fujitsu Limited Distributed processing system, apparatus for operating shared file system and computer readable medium

Similar Documents

Publication Publication Date Title
US8055706B2 (en) Transparent request routing for a partitioned application service
US7035931B1 (en) Volume location service for a distributed file system
US8195627B2 (en) Storage policy monitoring for a storage network
US7392261B2 (en) Method, system, and program for maintaining a namespace of filesets accessible to clients over a network
US5778384A (en) System and method for automounting and accessing remote file systems in Microsoft Windows in a networking environment
US5745752A (en) Dual namespace client having long and short filenames
US8190741B2 (en) Customizing a namespace in a decentralized storage environment
JP4671332B2 (en) File server that converts user identification information
US6301617B1 (en) Selection of resources utilizing virtual uniform resource locators
US20050086192A1 (en) Method and apparatus for improving the integration between a search engine and one or more file servers
US5758334A (en) File system remount operation with selectable access modes that saves knowledge of the volume path and does not interrupt an executing process upon changing modes
CN112148678B (en) File access method, system, device and medium
JP2000020678A (en) Virtual geographical space object generating system and recording medium thereof
US6883020B1 (en) Apparatus and method for filtering downloaded network sites
JP2901081B2 (en) How to rename non-leaf entries in OSI directory
WO2000055722A2 (en) Lightweight global distribution mechanism
JP3290801B2 (en) Resource location detection method
US6952699B2 (en) Method and system for migrating data while maintaining access to data with use of the same pathname
JPH06110809A (en) Mounting system for network file system
JPH08235112A (en) Decentralized job management system of computer system
JPH11345125A (en) System and method for downloading files
JPH0454634A (en) Software resources distribution management system
JPH05233417A (en) Directory control method for distributed filing system
JPH05158894A (en) Distributed resource access device
JPH11175451A (en) Information distributing device