mount.cifs command just hangs
Red hat 2.6.32-279.14.1.el6.x86_64
I have successfully mounted 3 different cifs mounts.
One of the windows boxes crashed. If I tried to cd to the direcory it would just hang. I tried to umount and got a device busy error so I used following command.
umount -a -t cifs -l
the share unmounted I then tried to remount using
mount.cifs //192.168.142.148/nfs /dnfs1 -o noperm,user=megasys,pass=xxxxxxxx
This is the same command that worked previously. The windows box is up and another computer running OpenVMS can connect.
I do not know why the mount command just sits there I can not even kill the process.
Any help would be appreciated.
|