From owner-freebsd-questions@FreeBSD.ORG Thu Sep 1 14:06:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D977716A41F for ; Thu, 1 Sep 2005 14:06:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBF143D48 for ; Thu, 1 Sep 2005 14:06:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 1220 invoked from network); 1 Sep 2005 14:06:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Sep 2005 14:06:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 664CE50; Thu, 1 Sep 2005 10:06:08 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Ronald Klop" References: From: Lowell Gilbert Date: 01 Sep 2005 10:06:08 -0400 In-Reply-To: Message-ID: <44irxknar3.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: mount_msdosfs gives read-only error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 14:06:10 -0000 "Ronald Klop" writes: > I'm running 6.0-BETA3 and this is happening on all my floppies. > > # fdformat /dev/fd0 > fdformat: open(/dev/fd0): Read-only file system I would interpret that as /dev being the read-only file system. Something funny with devfs? > > # ls -l /dev/fd0 > crw-rw-rw- 1 root operator 14, 103 Aug 31 13:14 /dev/fd0 > > (It was chmod 660 first and I changed it to 666 without benefit.) Well, devfs is accepting the writes, then. Sorry, I haven't tried 6.0 yet...