タグ

NFSに関するmasa7351のブックマーク (2)

  • Manpage of exportfs

    Section: Maintenance Commands (8) Updated: 18 July 2003 Index JM Home Page roff page 名前 exportfs - NFS エクスポートするファイルシステムのリストを管理する 書式 /usr/sbin/exportfs [-avi] [-o options,..] [client:/path ..] /usr/sbin/exportfs -r [-v] /usr/sbin/exportfs [-av] -u [client:/path ..] /usr/sbin/exportfs [-v] /usr/sbin/exportfs -f 説明 exportfs コマンドは、現在 NFS でエクスポートしているファイルシステムの テーブルを管理するために使うコマンドである。 このリストは /var/lib/nfs/

  • はじめての自宅サーバ構築 - Fedora/CentOS - ファイルサーバの構築(nfs)

    ■ nfsとは・・・ nfsとは(Network File System)の略で、nfsサーバにあるパス(ディレクトリ)を他のLinux/UNIXで参照や更新できます。 クライアントがWindows等であれば「sambaサーバ『ファイルサーバの構築(Samba)』」、Linux/UNIXであれば「nfsサーバ」という位置付けになっている様です。 ■ nfsのインストール ■ nfsの設定 上記の図のように、nfsサーバに「/export/www」「/export/mail」「/export/common」ディレクトリを共有してnfsクライアントにそのディレクトリへの権限を設定します。 図内の表が、その共有ディレクトリへの対応表を示しており、ヘッダ部分はnfsクライアントのホスト名となっています。 ■ nfsサーバの共有ディレクトリ作成 共有ディレクトリを作成 # mkdir -p /exp

  • 1