On Jun 9, 2005, at 2:39 PM, Michael O'Keefe wrote:

mount -t smbfs \\server\folder \mnt\share -o USERNAME=username

To eliminate naming as an issue, address the server by IP.  Try:
mount -t smbfs \\10.10.10.1\folder /mnt/share -o USERNAME=blah


Isn't it //10.10.10.1/folder ?
Otherwise the shell will pass '\10.10.10.1folder' to the mount command

Yep, you're absolutely right. I fixed the /mnt but not the // :) Thanks.

--
Joshua Penix                                http://www.binarytribe.com
Binary Tribe           Linux Integration Services & Network Consulting


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to