Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: john3568541 on April 06, 2004, 05:54:09 AM
-
--------
a SME ibay
/bin/mount -t smbfs -o username=john,password=secret //local/data /home/john/local/data
works, but it takes 5+ minutes
-------
a windows share
/bin/mount -t smbfs -o username=john,password=secret //x26-john/win4lin /home/john/local/win4lin
works in 2 seconds
----------
why is it so slow
can it be speeded up
-
What happens if you use an IP address rather than a name.
Like
mount -t smbfs -o username=jason,password=secret //10.0.0.21/myob /mnt/share
Regards Duncan
-
mount -t smbfs -o username=jason,password=secret //10.0.0.21/myob /mnt/share
thanks but same result
works, but it takes 5+ minutes