From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 04:42:38 2005 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 9B7B116A4CE for ; Tue, 22 Feb 2005 04:42:38 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA4643D5C for ; Tue, 22 Feb 2005 04:42:38 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j1M4gbrj038172 for freebsd-questions@freebsd.org; Mon, 21 Feb 2005 22:42:37 -0600 (CST) (envelope-from dan) Date: Mon, 21 Feb 2005 22:42:37 -0600 From: Dan Nelson To: freebsd-questions@freebsd.org Message-ID: <20050222044237.GC253@dan.emsphone.com> References: <1292549780.20050222044102@wanadoo.fr> <20050222034933.GB253@dan.emsphone.com> <1357657649.20050222052929@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357657649.20050222052929@wanadoo.fr> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i Subject: Re: Why can't I access my floppy disk? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 04:42:38 -0000 In the last episode (Feb 22), Anthony Atkielski said: > Dan Nelson writes: > > Is it write-protected? Securelevel too high? Check your console > > or dmesg output; the kernel may be printing more info there. > > No console messages that I've seen, but securelevel=3. Does > securelevel=3 prevent me from mounting floppies?? A quick look at the source says it shouldn't stop you, but there are a lot of calls within vfs_domount that may return EPERM. You may need to add printfs to figure out which one is failing. -- Dan Nelson dnelson@allantgroup.com