mount: //10.52.0.102/Jim/dpc is not a valid block device
When I try to mount this XP share:
sudo mount -t cifs //$n.102/Jim/dpc mnt/mp2 -o username=user,password=pass
I get this error:
mount: //10.52.0.102/Jim/dpc is not a valid block device
When I mount its parent:
sudo mount -t cifs //$n.102/Jim mnt/mp2 -o username=user,password=pass
The mount is successful and I can view the 'dpc' folder I tried to mount before.
I shared the directory in XP even though its parent is shared, but that didn't help. The username and password are correct for the XP machine because I am able to mount the parent.
I am using Ubuntu 10. Any ideas?
|