Simple Samba question

Simple Samba question

Post by Chris W » Mon, 01 Jul 2002 20:07:59



I understand I can connect to my BSD box from Windows once Samba is
installed.  My question is can I go the other way?  Will Samba allow me
to mount a Windows share?

Thanks,

Chris

 
 
 

Simple Samba question

Post by Magnu » Mon, 01 Jul 2002 22:23:13




Quote:

> I understand I can connect to my BSD box from Windows once Samba is
> installed.  My question is can I go the other way?  Will Samba allow me
> to mount a Windows share?

> Thanks,

> Chris

add kernel support for samba fs and use mount_smbfs.

M

 
 
 

Simple Samba question

Post by Arctic Wol » Tue, 02 Jul 2002 04:45:30


Quote:> I understand I can connect to my BSD box from Windows once Samba is
> installed.  My question is can I go the other way?  Will Samba allow me
> to mount a Windows share?

If you have Samba installed on your FreeBSD 4.6, there are two ways to
connect to Windows shares.  I assume you have either GNOME or KDE.  If
you have KDE 3, launch the Konqueror file browser, and in the Location
field, enter smb://192.168.1.1/SharedDirectory/, assuming that the
server has the address 192.168.1.1.  The "better" way is to mount the
share.  For example, create a directory called /mnt/SambaMount and use
mount_smbfs command.
 
 
 

Simple Samba question

Post by Chris W » Tue, 02 Jul 2002 05:20:22



>add kernel support for samba fs and use mount_smbfs.

>M

Thanks.  I'll look into that.

Chris

 
 
 

Simple Samba question

Post by Chris W » Tue, 02 Jul 2002 05:22:18


On Sun, 30 Jun 2002 19:45:30 GMT, Arctic Wolf


>> I understand I can connect to my BSD box from Windows once Samba is
>> installed.  My question is can I go the other way?  Will Samba allow me
>> to mount a Windows share?

>If you have Samba installed on your FreeBSD 4.6, there are two ways to
>connect to Windows shares.  I assume you have either GNOME or KDE.  If
>you have KDE 3, launch the Konqueror file browser, and in the Location
>field, enter smb://192.168.1.1/SharedDirectory/, assuming that the
>server has the address 192.168.1.1.  The "better" way is to mount the
>share.  For example, create a directory called /mnt/SambaMount and use
>mount_smbfs command.

Yes, I would prefer to mount the share so I can make use of the extra
disk space I have available under Windows.

Thanks for the reply.

Chris

 
 
 

Simple Samba question

Post by Jean-Yves Avenar » Tue, 02 Jul 2002 13:34:19


Hello


> add kernel support for samba fs and use mount_smbfs.

But don't you have to disable the encrypted password option in samba?

Jean-Yves

 
 
 

Simple Samba question

Post by Magnu » Tue, 02 Jul 2002 21:28:05




> Hello




Quote:> > add kernel support for samba fs and use mount_smbfs.

> But don't you have to disable the encrypted password option in samba?

> Jean-Yves

encrypt passwords = yes

M