TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:17743] More Samba mounting woes....




| mount -t smbfs -o username=xxxxxx,password=passsssss,workgroup=wwwww
| file://host/directory /mnt/localdir
|

should be
mount -t smbfs -o username=xxxxxx,password=passsssss,workgroup=wwwww
file://host/directory /mnt/localdir

See also:
smbmnt
smbmount