| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Ubuntu NFS構成」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
21行目: 21行目:
 
<pre>
 
<pre>
 
ubuntu@nfs-client:~$ sudo apt update
 
ubuntu@nfs-client:~$ sudo apt update
 
+
ubuntu@nfs-client:~$sudo apt install nfs-common
 
 
 
</pre>
 
</pre>

2020年11月23日 (月) 13:37時点における版

| Ubuntu |

Ubuntu NFS構成

サーバー

コンポーネントのダウンロードとインストール

$ sudo apt update
$ sudo apt install nfs-kernel-server

クライアント

仮想環境 Multipass にクライアント Ubuntu を作成

$ multipass launch --mem 2G --disk 15G --name nfs-client
$ multipass sh nfs-client
Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-53-generic x86_64)
ubuntu@nfs-client:~$ 

コンポーネントのインストール

ubuntu@nfs-client:~$ sudo apt update
ubuntu@nfs-client:~$sudo apt install nfs-common