Koozali.org: home of the SME Server

mounting SME shares on linux PC is slow

john3568541

mounting SME shares on linux PC is slow
« 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

Anonymous

mounting SME shares on linux PC is slow
« Reply #1 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

Anonymous

mounting SME shares on linux PC is slow
« Reply #2 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