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?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to