From owner-freebsd-current Wed Oct 21 13:37:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07651 for freebsd-current-outgoing; Wed, 21 Oct 1998 13:37:26 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA07644 for ; Wed, 21 Oct 1998 13:37:22 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0zW4zy-000030-00; Wed, 21 Oct 1998 13:36:50 -0700 Date: Wed, 21 Oct 1998 13:36:47 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: slpalmer@email.com cc: John Sconiers , freebsd-current@FreeBSD.ORG Subject: Re: Riva TNT Patch (Re: Newbie (to development) would like to help In-Reply-To: <9810211605510W.28561@webc02.globecomm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Oct 1998 slpalmer@email.com wrote: > Actualy, > I was just reading the question about > mounting a NT (SMB) Share like a NFS Mount. > Linux has a utility (smbmount) to do exactly > this. I looked in the -current ports and > could not find an existing port. I have not > yet looked at the source to smbmount, so I > don't know how involved it would be to port > it. If I feel it's doable though, I'm > prepared to start on it. > > I'll get the source to smbmount tonight > and look at it. > > Stephen L. Palmer > slpalmer@email.com smbmount and smbfs code is probably one of the most difficult projects you can attempt. You would have to understand filesystem operation in FreeBSD very well, and understand CIFS (SMB) very well too. The client side of CIFS is the most difficult because it requires kernel support. The server side (samba) is easy in comparison. FreeBSD users typically use Rhumba, which translates SMB to NFS, so it SMB shares can be mounted as if they were NFS. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message