NFS issues

Joe Zeff joe at zeff.us
Sun Oct 23 01:12:56 UTC 2011


On 10/22/2011 04:42 PM, Gerhard Magnus wrote:
> Is this the right mount command?
> mount -t nfs 192.168.1.14:/home/magnusg/Music /home/magnusg/Music
>

If this partition is listed in /etc/fstab, you should be able to get 
away with this:

mount /home/magnusg/Music

or, if you really want to avoid typing errors:

mount -a

will mount everything in /etc/fstab.  As far as the timeout goes, can 
you ping the machine?


More information about the users mailing list