vote up 0 vote down star

Hi,

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

flag
belongs on serverfault.com – Paul Dixon Aug 3 at 9:34

migrated from stackoverflow.com

2 Answers

vote up 1 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.