Tag: nfs

  • Proxmox 3.2: Enabling NFS on a container (CT) VM

      If you’re trying to figure out why you are getting NFS errors despite having NFS set up properly on the host machine and client VM, this may be the answer. With the VM powered off, run at the Proxmox terminal:   vzctl set [VM ID] –features “nfs:on” –save   The next time the VM…

  • How to install the NFS client packages on Fedora 20 and automatically mount NFS shares

    How to install the NFS client packages on Fedora 20 and automatically mount NFS shares

      We were asked how to set up a Fedora 20 virtual machine to access folders on an already-set-up Ubuntu Server machine using NFS. A folder has been created on the Fedora VM to mount the NFS share to (/opt/documents in this case). First we install the relevant packages on Fedora:   sudo yum install…

  • How to restart NFS server on Ubuntu

    How to restart NFS server on Ubuntu

      Once you set up your NFS exports by adding lines to /etc/exports you need to restart your NFS server; do this with the following:   sudo /etc/init.d/nfs-kernel-server restart   You should see output along the lines of:  * Stopping NFS kernel daemon                 [ OK ] * Unexporting directories for NFS kernel daemon…           [ OK…