From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 03:23:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A2BFC16A4DA for ; Thu, 10 Aug 2006 03:23:52 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D2843D4C for ; Thu, 10 Aug 2006 03:23:51 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so432328nfe for ; Wed, 09 Aug 2006 20:23:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jTLMLRIEQctLZLqnDMqeLCCDsgJakSJfGf9cltwQAkn/P9gl6cmWJGUuKX5skuzQyyB06Gwx+aGm9gdPJNuNjmO/gphMyN1cKtOtwB7hPQFajcE9+02fBlUecpMQbEvodTk3q4MnOUEq5HEZN1F8hBkAViw1Ol4Z4jR0mJ8YdvA= Received: by 10.78.140.17 with SMTP id n17mr991381hud; Wed, 09 Aug 2006 20:23:38 -0700 (PDT) Received: by 10.78.159.3 with HTTP; Wed, 9 Aug 2006 20:23:37 -0700 (PDT) Message-ID: Date: Thu, 10 Aug 2006 11:23:37 +0800 From: Jahilliya To: "Bob Richards" In-Reply-To: <200608092304.22781.bob@tania.servebbs.org> MIME-Version: 1.0 References: <200608071755.57239.bob@tania.servebbs.org> <200608092304.22781.bob@tania.servebbs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Mount Point permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 03:23:52 -0000 On 8/10/06, Bob Richards wrote: Yeah.... I noticed that. If I become root, and chown the mounted floppy to > bob:bob, then on all subsequent mounts of that particular media bob has > write > access; but ONLY after root intervention. > > What this means however, is that I can NOT set up a work-station where the > user has no root access, and expect that user to effectively use the > floppy > drive. What a pain! The user can format, mount, and read; but until the > media > is choned to her/him, by root, they can't write. I didn't have this > problem > with Linux. > > What about chowning the permissions on /dev/fd0 to be root:floppyusers, add a group floppyusers to /etc/group and make bob a member of that group. Chmod 664 /dev/fd0 See if that works. Unfortunately I don't have any machines with floppy drives to test with.