On Mon, 2004-05-03 at 22:58, me@xxxxxxxxxxxxxxxxxxx wrote: > I'm having a bear of a time doing this. All I want to do is to write to some Win2k3 SMB shares. > Anyone done this yet? I can't figure out how to do this. I use: mount -t smbfs -o username=domain\username,gid=500,uid=500 //windowsIP/share /mnt/point (all on one line) (will prompt for password) from the CLI and it works great. > Preston -Craig