[Armadillo:04774] Re: armadillo-500 のNFSができない
Chris McHarg
email@hidden
2009年 11月 30日 (月) 11:58:17 JST
マカーグです。
t_shibata さんは書きました:
> Armadillo-500にnfsをマウントすることができません。
ATDE2とArmadillo-500を使って以下の手順でマウントできました。
参考にして頂ければと思います。
サーバ側(ATDE2)の設定
----------------------
# apt-get update
# apt-get upgrade
# apt-get install nfs-kernel-server
$ mkdir public
# vi /etc/exports
/home/atmark/public *(rw,sync,no_root_squash)
# exportfs -a
Armadillo-500の設定
-------------------
NFSクライアントのサポートが有効になっているカーネルイメージを作成して書
き込みます。
File systems --->
[*] Network File Systems --->
[*] NFS file system support
[*] Provide NFSv3 client support
NFSの動作確認のためにfirewall設定を初期化します。
# iptables -F INPUT
# iptables -F OUTPUT
# iptables -P INPUT ACCEPT
# iptables -P OUTPUT ACCEPT
マウントします。
# mkdir nfs
# mount -t nfs -o nolock <server-ipaddr>:/home/atmark/public nfs
armadillo メーリングリストの案内