Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: john3568541 on April 06, 2004, 05:54:09 AM

Title: mounting SME shares on linux PC is slow
Post 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
Title: mounting SME shares on linux PC is slow
Post by: Anonymous on April 06, 2004, 09:19:22 AM
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
Title: mounting SME shares on linux PC is slow
Post by: Anonymous on April 08, 2004, 01:12:44 PM
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