From owner-freebsd-newbies@FreeBSD.ORG Tue Apr 15 00:30:59 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E6637B401 for ; Tue, 15 Apr 2003 00:30:59 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7831143F93 for ; Tue, 15 Apr 2003 00:30:57 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h3F7bW1d013785; Tue, 15 Apr 2003 09:37:32 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id <24R4JCB0>; Tue, 15 Apr 2003 09:28:01 +0200 Received: from intra241.intrasoft.lu (212.190.217.170 [212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id 24R4JCB9; Tue, 15 Apr 2003 09:28:00 +0200 From: CARTER Anthony To: epbox@yandex.ru, freebsd-newbies@freebsd.org Organization: Intrasoft Date: Tue, 15 Apr 2003 09:31:24 +0200 User-Agent: KMail/1.5.1 References: <200304141536.05035.a.carter@intrasoft.lu> <200304150900.59043.epbox@yandex.ru> <200304151058.41895.epbox@yandex.ru> In-Reply-To: <200304151058.41895.epbox@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304150931.24484.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-130.9 required=4.2 tests=ASCII_FORM_ENTRY,EMAIL_ATTRIBUTION,IN_REP_TO, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: /dev/... X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 07:30:59 -0000 You have to be owner (not group owner) of the mount point from what I can work out. Anthony On Tuesday 15 April 2003 08:58, Vladik Kozin wrote: > > Hi! What if I'd like ordinary users to be able to mount /dev/fd0, for > > instance, onto a common dir located in /mnt (/mnt/floppy)? > > I made mkdir -m 755 /mnt/floppy as root. When I try to mount fd0 onto > > this dir as an ordinary user I get "msdos: /dev/fd0: Operation not > > permitted" while when doing the same onto a dir that this user owns > > everything goes fine. _______________________________________________ > > Of course I checked the FAQ & did everything as said there. Specifically: > #su > # sysctl -w vfs.usermount=1 > # chmod 666 /dev/fd0 > #mkdir -m 755 /mnt/floppy > bash$ mount -t msdos /dev/fd0 /mnt/floppy > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"