Felix Miata wrote:
I upgraded my SUSE 10.0 server to the Suse Projects 3.0.23c rpms. When I try to 
use cifs to mount, I get the error:

        mount error 112: Host is down

by using this syntax:

        # mount -t cifs -o ro //p-t18/G /mnt/test

What do I need to do to make this work?

Try it using the IP address of the server instead of the name.

mount -t cifs -o ro //192.168.1.35/G /mnt/test

Mark

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to