On 09/07/2011 01:20 PM, Frank Murphy wrote:
> On 07/09/11 12:32, Bryn M. Reeves wrote:
> <snip>
>>> If not mounted:
>>> mount /home/users/Net01 (remote files will show on in filemanager)
>>> if already mounted:
>>> mount.nfs: /home/users/Net01 is busy or already mounted
>>>
>>> Hope thahs what you wanted.
>>
>> Output of mount (or /proc/mounts) while it's mounted.
>>
>> Regards,
>> Bryn.
>>
> 
> mount:
> http://fpaste.org/rRHz/
> 
> as root:
> /proc/mounts
> -bash: /proc/mounts: Permission denied

It's a file - needs to be cat'ed not executed but the output of mount on its own
should be fine.

So the fstab has:

mynas://nfs/store01  /home/users/Net01     nfs
rw,users,noauto,hard,intr         0 0

But the mount output shows:

storage01.usersly3d.local://nfs/store01/ on /home/users/Net01 type nfs
(rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.0.0.2,mountvers=3,mountport=925,mountproto=udp,local_lock=none,addr=10.0.0.2)

So mynas appears to be getting resolved to "storage01.usersly3d.local".

Could you see what happens if you use the full domain name in fstab?

Regards,
Bryn.
-- 
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