「Ubuntu NFS構成」の版間の差分
ナビゲーションに移動
検索に移動
| 24行目: | 24行目: | ||
ubuntu@nfs-client:~$sudo apt install nfs-common | ubuntu@nfs-client:~$sudo apt install nfs-common | ||
</pre> | </pre> | ||
| + | ==マウントポイントの作成== | ||
2020年11月23日 (月) 13:41時点における版
| 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
マウントポイントの作成
© 2006 矢木浩人