"Thomas T. Veldhouse" wrote:
> 
> I have not used the command in a long time, but the windows world is
> backwards -- so you should try:
> 
> smbmount \\DRC3225\d /mnt/work
> 
> Notice the direction of the slashes.

The windows world is backwards, but the UNIX world isn't. Even though it's a
windows machine the slashes still go forward (//host/share)

Try mount -t smbfs -o
username=XXXXX,password=YYYYY,netbiosname=whatever,ip=ipofhostyouremounting,workgroup=workgroup
//server/share /mnt/whatever

You must do the above as root. smbmount is intended to be called from mount,
just use the options you need. If you want to mount things as a normal user
they have to be in fstab, or just use smbclient.

--
Andy Zbikowski, Sys Admin   | (WEB) http://www.ltiflex.com
LTI Flexible Products, Inc. | (PH)  763-428-9119 (EX) 132
21801 Industrial Blvd       | (FX)  763-428-9126
Rogers, MN  55374           | (PCS) 612-306-6055