On Thu, Oct 10, 2002 at 06:50:32PM -0700, ben wrote:
> i am running freebsd 4.6.2 
> i am using this command to mount a windows share from windows xp
> mount_smbfs //user@server/share_name /path/to/mount_point
                ^^^^^^^^^^
This seems to be incorrect for smbfs

Try 
        /server/share /path/to/mount_point \
                username=WindowsUsername,\
                password=WindowsPassword

        or 
                credentials=YourCredentialFile

Take a look at "man smbmount".


The uid and gid parameters for the 'local' view aka unix view.


> and everytime i get this message
> mount_smbfs: can't get server address: ssyerr = operation timed out
> i have also tried this command 
> mount -t smbfs //user@server/share_name /path/to/mount_point
> and get the same message

-- 
Frank Matthie�                                    [EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to