sharing NFS directory with multiple boxes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



With help from this list, I've installed NFS and opened the appropriate
ports on the server. I can mount the shared directory on more than one
machine as long as I use this mount command on each one:
mount -t nfs 192.168.1.14:/home/magnusg/music /mnt/music

I'd like to make this mount automatic whenever the client machines boot.
But when I add this line to the /etc/fstab files on each machine:
192.168.1.14:/home/magnusg/music  /mnt/music    nfs  rw,hard,intr,bg 0 0

I find only one of the clients can access the shared directory.
Do I have this fstab file line coded incorrectly?
Also, what and where are the NFS log files in case there are some
interesting error messages?
  
Thanks for the help! --Jerry




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux