1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

NFSとは?

Posted at

NFSとは?

Network File Systemの略。
ネットワーク上のコンピュータが持つストレージを共有するための仕組み。

NFSの特長は、ネットワークファイルシステムという名前のとおり、ネットワークを介してサーバ上のストレージ領域をローカルストレージと同様にマウントして使える点です。このためNFSであることを意識する必要がなく、ローカルストレージと同様に読み書きすることが可能なため、幅広い用途で使える利点があります。

image.png
画像引用:知っておきたいNFSの基本と活用法

具体的に利用したいときはこちらの記事のようにコマンドを打って実装する。

yum -y install nfs-utils

NFS v3とv4で何が違うの?

細かいことはよく分からないがこちらの記事のようなアップデートがあった模様。
ちなみにEFSはNFSv4を満たしている。

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?