From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 23:50:36 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 8E7C137B401 for ; Mon, 14 Apr 2003 23:50:36 -0700 (PDT) Received: from thong.s2s.msu.ru (thong.s2s.msu.ru [193.232.119.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0F343F93 for ; Mon, 14 Apr 2003 23:50:35 -0700 (PDT) (envelope-from epbox@yandex.ru) Received: from hq.sectorb.msk.ru (petaflop.lcm.msu.ru [193.232.113.220]) by thong.s2s.msu.ru (Postfix) with ESMTP id 3743846166 for ; Tue, 15 Apr 2003 10:50:35 +0400 (MSD) Received: from vlad.local (vlad.local [172.16.8.9]) by hq.sectorb.msk.ru (Postfix) with ESMTP id 1D2231326B for ; Tue, 15 Apr 2003 10:50:35 +0400 (MSD) Content-Type: text/plain; charset="koi8-r" From: Vladik Kozin Date: Tue, 15 Apr 2003 10:50:47 +0400 User-Agent: KMail/1.4.3 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304151050.47576.epbox@yandex.ru> Subject: Fwd: Re: /dev/... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: epbox@yandex.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 06:50:36 -0000 ---------- Forwarded Message ---------- Subject: Re: /dev/... Date: Tue, 15 Apr 2003 08:42:11 +0200 From: Are-Harald Brenne To: epbox@yandex.ru > 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 t= his > 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 goe= s > fine. I think you need to check out the permissions and owner of /dev/fd0. Cheers, Are. -------------------------------------------------------