From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 18:32:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F53237B401 for ; Thu, 5 Jun 2003 18:32:49 -0700 (PDT) Received: from claygirl.org (ip68-101-207-85.sd.sd.cox.net [68.101.207.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD6A743FA3 for ; Thu, 5 Jun 2003 18:32:46 -0700 (PDT) (envelope-from yussef@claygirl.org) Received: from marathon.claygirl.org ([192.168.1.2]) by claygirl.org with smtp (Exim 4.14) id 19O67J-00059N-4I for freebsd-questions@freebsd.org; Thu, 05 Jun 2003 18:34:05 -0700 From: yussef To: freebsd-questions@freebsd.org In-Reply-To: <33423.24.237.6.229.1054853104.squirrel@www.destar.net> References: <33423.24.237.6.229.1054853104.squirrel@www.destar.net> X-Mailer: Sylpheed version 0.9.1 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: Date: Thu, 05 Jun 2003 18:34:05 -0700 Subject: Re: Mount command...again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 01:32:49 -0000 this isnt a a direct solution, but have you considered using nfs instead? it seems to be the better tool between unix systems. yussef On Thu, 05 Jun 2003 14:45:04-0800(AKDT) jonr@destar.net wrote: > Ok, here is what I am trying to do. I am trying to mount a samba > served directory on a remote system onto my local system. Both servers > are running freebsd4.8. I want to mount the remote directory with the > priveliges of the remote owner of the directory onto my local system. > > In Linux I can do it this way: > mount -t smbfs -o username=,password=, > uid=jonr,gid=jonr //sambaserver/ /path/to/mount/point > > This will send my username and password then mount the share with the > remote users uid and gid. > > Is there a way to do this on FreeBSD? I have been reading the man > pages for mount and mount_smbfs and can't find out how to do this. > -- > Jon Reynolds > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >