Open main menu

CDOT Wiki β

Changes

Fedora Arm Secondary Architecture/NFS Configuration

18 bytes added, 19:28, 21 April 2010
Steps to Perform
[[Category:Fedora ARM Secondary Architecture]][[Category:Winter 2010 SBR600]]
= Goal =
5. Create an fstab entry to mount the <code>/share</code> directory from HongKong:
echo "mount hongkong:/share /share nfs defaults,noauto 0 0" >>/etc/fstab
6. Test that you can successfully mount the share:
ln -s /share/koji /mnt/koji
9. Optional/recommended: Reboot your vm to make sure the nfs share is properly mounted at boot. To restart your vm log into hongkong as root and run the following commands. As an example i will use ''arm-001-002999'', replace this with your VM. First, on the VM:
poweroff
Then on the host (HongKong):
virsh destory ''arm-001-002999'' virsh start ''arm-001-002999''