From owner-freebsd-current@FreeBSD.ORG Wed Jan 7 06:47:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DADC516A4D0; Wed, 7 Jan 2004 06:47:29 -0800 (PST) Received: from mhub-w5.tc.umn.edu (mhub-w5.tc.umn.edu [160.94.160.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505743D3F; Wed, 7 Jan 2004 06:47:27 -0800 (PST) (envelope-from ryans@gamersimpact.com) Received: from [24.107.70.120] by mhub-w5.tc.umn.edu with ESMTP; Wed, 7 Jan 2004 08:47:27 -0600 From: Ryan Sommers To: Fabrizio Parrella In-Reply-To: <200401070938.20125.fabrizio@nldesign.com> References: <200401061059.54892.fabrizio@nldesign.com> <3FFBF475.2070300@freebsd.org> <200401070938.20125.fabrizio@nldesign.com> Content-Type: text/plain Message-Id: <1073486835.650.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 07 Jan 2004 08:47:16 -0600 Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: Tim Robbins Subject: Re: mount / umount X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 14:47:30 -0000 On Wed, 2004-01-07 at 08:38, Fabrizio Parrella wrote: > If I try to mount the floppy when I am root, everything works fine!! > > I tried to chmod 766 /dev/fd* , but as soon as I reboot I have the problem > again. > > I have notice now that I cannot use also the /dev/apm when I am not the root, > but I can use /dev/dsp. > > fabry With 5.x the device node tree moved onto devfs(5). In order for permissions to survive after reboot take a look at /etc/devfs.conf. It's fairly well documented. -- Ryan Sommers ryans@gamersimpact.com