Hi,
I'd like to access a samba share from my Ubuntu machine using the name of the server rather than the IP address because the server has not got a static IP address. I'm doing the mount using the /etc/fstab file. The following works fine:
However, given the lack of static IP on the server, I actually need to do it using the following:Code://192.168.1.3/pandrom /home/me/pandrom cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
But doing it like this and then doing a 'sudo mount -a' throws up the following error message:Code://otter/pandrom /home/me/pandrom cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
The server is running Angstrom Linux if that makes any difference.mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Where am I going wrong?
Thanks in advance.



Adv Reply




Bookmarks