From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 02:31:53 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 D40EA37B401 for ; Tue, 3 Jun 2003 02:31:53 -0700 (PDT) Received: from mail.destar.net (240-7-237-24.gci.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 0175943F3F for ; Tue, 3 Jun 2003 02:31:53 -0700 (PDT) (envelope-from jonr@destar.net) Received: (qmail 43995 invoked by uid 85); 3 Jun 2003 09:23:07 -0000 Received: from jonr@destar.net by mail.destar.net by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 1.438579 secs); 03 Jun 2003 09:23:07 -0000 Received: from unknown (HELO ?192.168.1.111?) (192.168.1.1) by 192.168.1.20 with SMTP; 3 Jun 2003 09:23:04 -0000 From: Jon Reynolds To: FreeBSD Content-Type: text/plain Organization: Message-Id: <1054632364.1508.138.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 03 Jun 2003 01:26:04 -0800 Content-Transfer-Encoding: 7bit Subject: setting uid,gid on samba share 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: Tue, 03 Jun 2003 09:31:54 -0000 I used to be able to issue the command: mount -t smbfs -o username=jonr,password=password,uid=jon,gid=jon //server/share /mnt/shared This has always worked before but now on freebsd4.8 the -o is no longer an option. How can I connect and set the uid,gid? I have read the mount_smbfs man page and see an -O option but I don't understand how to make it do what I want. Can someone help me finger this out? -- Jon Reynolds