From owner-freebsd-newbies@FreeBSD.ORG Mon Apr 14 22:00:49 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 9792C37B401 for ; Mon, 14 Apr 2003 22:00:49 -0700 (PDT) Received: from thong.s2s.msu.ru (thong.s2s.msu.ru [193.232.119.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C1543FB1 for ; Mon, 14 Apr 2003 22:00:48 -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 4E9EE461B0; Tue, 15 Apr 2003 09:00:47 +0400 (MSD) Received: from vlad.local (vlad.local [172.16.8.9]) by hq.sectorb.msk.ru (Postfix) with ESMTP id 9B7431326B; Tue, 15 Apr 2003 09:00:46 +0400 (MSD) Content-Type: text/plain; charset="koi8-r" From: Vladik Kozin To: Johnson David Date: Tue, 15 Apr 2003 09:00:59 +0400 User-Agent: KMail/1.4.3 References: <200304141536.05035.a.carter@intrasoft.lu> <200304141104.52180.DavidJohnson@Siemens.com> In-Reply-To: <200304141104.52180.DavidJohnson@Siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304150900.59043.epbox@yandex.ru> cc: freebsd-newbies@FreeBSD.org Subject: Re: /dev/... X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: epbox@yandex.ru 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 05:00:49 -0000 On Monday 14 April 2003 22:04, Johnson David wrote: > On Monday 14 April 2003 06:36 am, CARTER Anthony wrote: > > How do I allow users to mount devices from /dev/* (eg /dev/fd0). Do I > > just need to change the permissions etc, or is there a "better" way > > by adding a flag or something? > > There's an answer to this in the FAQ! See question 9.22 in the FAQ, > either on your system at /usr/share/doc/faq/disks.html if you installed > the docs, or at http://www.freebsd.org/doc/faq/disks.html. > > David Hi! What if I'd like ordinary users to be able to mount /dev/fd0, for=20 instance, onto a common dir located in /mnt (/mnt/floppy)?=20 I made mkdir -m 755 /mnt/floppy as root. When I try to mount fd0 onto thi= s dir=20 as an ordinary user I get "msdos: /dev/fd0: Operation not permitted" whil= e=20 when doing the same onto a dir that this user owns everything goes fine.