On 2013-05-31 12:06, ionmich wrote:
>
> My backup server (192.168.0.103) is configured in Yast>Network
> Services>NFS Server as follows:-
>
>
> Directories to Export — /mnt/SERVER
>
> Host Wild Card — *
> Options —
> fsid=0,crossmnt,rw,no_root_squash,sync,no_subtree_check
Please, instead of description, just paste the contents of the export
file, like this:
> cer@Telcontar:~> cat /etc/exports
> /data/storage_c/repositorios_zypp/ 192.168.1.0/24(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure) 172.16.108.0/24(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure) 192.168.74.0/24(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure) 127.0.0.1(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure)
> cer@Telcontar:~>
Please use code tags for printouts and commands. Advanced editor, ‘#’
button. Posting in Code Tags - A Guide
> Yet when as root in my client box (192.168.0.171) I invoke…
>
>
> mount 192.168.0.103:/mnt/SERVER /mnt/SERVER
>
> …nothing happens. The command does not complete, I get no error
> message and “top” does not show mount as running. I have to CTL-C to get
> out. This used to work until a recent software update.
Again, instead of description, just paste the terminal contents,
including the “^C” and next prompt
I suggest you add an “-v” to the command for verbose output and let it
run for 2 minutes or more, 5 perhaps, to see if it times out.
You can also run in another terminal “tailf /var/log/messages” and paste
here the new lines after the mount command.
And all those inside code tags blocks, please
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)