「Ubuntu NFS構成」の版間の差分
ナビゲーションに移動
検索に移動
4行目: | 4行目: | ||
==コンポーネントのインストール== | ==コンポーネントのインストール== | ||
===サーバー=== | ===サーバー=== | ||
− | ==== | + | ====コンポーネントのインストール==== |
<pre> | <pre> | ||
$ sudo apt update | $ sudo apt update |
2020年11月23日 (月) 13:40時点における版
| 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 矢木浩人