From owner-freebsd-questions Mon Sep 1 21:16:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA12439 for questions-outgoing; Mon, 1 Sep 1997 21:16:48 -0700 (PDT) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA12432 for ; Mon, 1 Sep 1997 21:16:43 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id XAA11952; Mon, 1 Sep 1997 23:16:35 -0500 (CDT) Message-ID: <19970901231634.34093@emsphone.com> Date: Mon, 1 Sep 1997 23:16:34 -0500 From: Dan Nelson To: Edwin Culp Cc: Wes Peters , Doug White , "Jonathan E. Lyons" , questions@FreeBSD.ORG Subject: Re: Mounting Remote Fat & NTFS partions in FreeBSD 2.2.2 References: <34073EF2.500C@midwest.net> <199709012221.QAA06094@obie.softweyr.ml.org> <340B771D.7F7CDBA6@mexcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.82e In-Reply-To: <340B771D.7F7CDBA6@mexcom.net>; from "Edwin Culp" on Mon Sep 1 21:17:01 GMT 1997 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the last episode (Sep 01), Edwin Culp said: > Wes Peters wrote: > > On Fri, 29 Aug 1997, Jonathan E. Lyons wrote: > > % Is it possible to mount a remote Fat/NTFS partion in Freebsd > > % 2.2.2? I've used samba to map BSD partions to my Win95/NT > > % machines, but I'm wondering can samba map a remote Fat/NTFS > > % volume under say /usr/home/? > > > > I remember seeing somebody mention an LKM for this a month or two > > ago. Any help? > > Does smbmount exist in FreeBSD? I've used it in linux successfully > although not in a mission critical situation. There is a SMB client in ports called rumba (/ports/net/rumba). It is implemented as a user-level NFS server, and works okay for occasional file access. You run "rumba //machine/share /mountpoint", and it mounts the remote share. There are commandline options for specifying who you log in as, and what owner/permissions to display on the Unix side. -Dan Nelson dnelson@emsphone.com