Re: Accessing Windows Share

2002-11-29 Thread John P. Campbell
On Fri, Nov 29, 2002 at 10:12:42PM -0500, Jason Hunt wrote: > On Fri, 29 Nov 2002, Jason Hunt wrote: > two ago mount_smbfs was not available on FreeBSD, so this might have been > a recent development. SMBFS has been part of the kernel for a few months now. A tutorial can be found here. http://ez

Re: Accessing Windows Share

2002-11-29 Thread Jason Hunt
On Fri, 29 Nov 2002, Jason Hunt wrote: > > Hrmm, I've never even heard of smbfs before :) > Oops, I meant I have not heard of smfs before. Unless, that was a typo for smbfs. Either way, I had heard of smbfs before. I remember a year or two ago mount_smbfs was not available on FreeBSD, so this

Re: Accessing Windows Share

2002-11-29 Thread Jason Hunt
On Fri, 29 Nov 2002, Chris Brotherton wrote: > I tried to install smbfs with ports and received the following message: > > smbfs-1.4.1 OS versions subsequent to 440002 include smfs > > I was under the impression that smfs is part of the base system, but > that I had to include options in the kerne

Re: Accessing Windows Share

2002-11-29 Thread Chris Brotherton
I tried to install smbfs with ports and received the following message: smbfs-1.4.1 OS versions subsequent to 440002 include smfs I was under the impression that smfs is part of the base system, but that I had to include options in the kernel config. If I try and use mount_smbfs, I get: Comman

Re: Accessing Windows Share

2002-11-29 Thread Tim Kellers
If you want to mount Windows shares without Samba, though, you need SMBFS and a comman like: mount_smbfs -W [Workgroup or Domain] -I [IP address of Windows server] //windowsuser@netbiosname/sharename /FreeBSD mount point This prompts you for a password. The docs say that a -N arguement may co

Re: Accessing Windows Share

2002-11-29 Thread Jason Hunt
On Fri, 29 Nov 2002, Chris Brotherton wrote: > I want to mount a windows share on my FreeBSD box (alpha 500au running > 4.7). I added the following options to my kernel configuration file: > > options NETSMB > options NETSMBCRYPTO > options LIBMCHAIN > options LIBICONV > options SMBFS > > When I

Accessing Windows Share

2002-11-29 Thread Chris Brotherton
I want to mount a windows share on my FreeBSD box (alpha 500au running 4.7). I added the following options to my kernel configuration file: options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV options SMBFS When I compile my kernel, I get the following error: unknown option "