True enough, I think I'm missing part of the conversation where someone told him to do a mount -t nfs, I figured it must have been in the fstab (it isn't).

If you can't do:

sudo mount -t nfs serverip:/path/to/snd /var/snd

e.g.

sudo mount -t nfs 192.168.1.100:/var/snd /var/snd

Then you need to look at the /etc/exports file on the server and/or check to see if nfs-kernel-server is installed (not sure of the Centos package name).

Wayne Merricks
The Voice Asia

On 25/05/15 12:18, Cowboy wrote:
On Monday 25 May 2015 07:10:31 am Graham Wilman wrote:
Hi Wayne
Output from nano /etc/fstab
#
# /etc/fstab
# Created by anaconda on Sun Apr  5 17:36:55 2015
#
# Modified HL to include /var/snd  06/04/2015
#
  Personally, I would NOT go modifying fstab until I had
  it working from the command line.
  But, that's me.


_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to