PiconetからNFSサーバーへのアクセス方法の検討 NFSサーバーをインストールしてNFSドライブをPiconetへexportsしようとしたが失敗した。 物理ドライブ以外exportsに追加することが出来ないようです。 $ ssh k1script1 # su # apt -y install nfs-kernel-server # emacs /etc/exports /opt/rtcds 10.68.160.0/24(sync,rw,no_root_squash,no_all_squash,no_subtree_check) # systemctl restart nfs-server 現状は、nfs-serverは停止状態としている。 # systemctl stop nfs-server Yamamoto-sanと相談して別の方法で対応を検討することにした。 来週、次回再度検討する予定です。 1.NFSサーバーとなっているk1boot(site), k1nfs0(解析棟)を物理的にLANケーブルでPiconetのVLANに接続してNFSを参照できるようにする。 2.k1script1上に/exportディレクトリを作成してNFSマウントできるように設定する --- Figuring out how to access the NFS server from Piconet I installed an NFS server and tried to export an NFS drive to Piconet, but it failed. It seems that only physical drives can be added to exports. $ ssh k1script1 # su # apt -y install nfs-kernel-server # emacs /etc/exports /opt/rtcds 10.68.160.0/24(sync,rw,no_root_squash,no_all_squash,no_subtree_check) # systemctl restart nfs-server Currently, nfs-server is assumed to be stopped. # systemctl stop nfs-server After discussing with Yamamoto-san, we decided to consider another way to handle the issue. We plan to discuss it again next time next week. 1.k1boot(site) and k1nfs0(analysis building), which are NFS servers, should be physically connected to Piconet's VLAN by LAN cable so that they can refer to NFS. 2. Create /export directory on k1script1 and configure it to be NFS mountable.