up vote 0 down vote favorite
share [g+] share [fb]

When I ran this command

mount -t cifs //192.168.10.1/ycw /mnt -o rw,user=testuser,password=testpass

I got mount error 112 "Host is Down" when tried to do directory mount from Debian machine to Centos machine.

Can anyone have idea to resolving this mount problem?

Waiting for the reply.

Jaby

link|improve this question
feedback

migrated from stackoverflow.com Aug 3 '09 at 9:47

This question came from our site for professional and enthusiast programmers.

2 Answers

Some questions:

  • Can you ping 192.168.10.1?
  • Can you access the share using smbclient?
  • As mentioned by Kyle, is there anything in your logs?
link|improve this answer
feedback

Did you umount and then mount again? When you do this does mount give any errors or are there any error messages from the command 'dmesg' or in /var/log/messages?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown