A problem I'm having...
- Trying to access a share on winxp home machine named leyre
have tried:
sudo mount.cifs //leyre/share /leyre/test/
sudo mount.cifs //leyre/share /leyre/test/ -o servern=LEYRE
sudo mount.cifs //leyre/share /leyre/test/ -o servern=<router/DHCP server's IP>
these return:
mount error: could not resolve address for leyre: Name or service not known
No ip address specified and hostname not found
"smbclient //leyre/share" has no problems though.
If I use the IP address in the mount.cifs call then everythign is fine but this is not desirable. How do I get leyre resolved to an IP as it does with smbclient?
Thanks for any insight!
chris
- Trying to access a share on winxp home machine named leyre
have tried:
sudo mount.cifs //leyre/share /leyre/test/
sudo mount.cifs //leyre/share /leyre/test/ -o servern=LEYRE
sudo mount.cifs //leyre/share /leyre/test/ -o servern=<router/DHCP server's IP>
these return:
mount error: could not resolve address for leyre: Name or service not known
No ip address specified and hostname not found
"smbclient //leyre/share" has no problems though.
If I use the IP address in the mount.cifs call then everythign is fine but this is not desirable. How do I get leyre resolved to an IP as it does with smbclient?
Thanks for any insight!
chris
Comment