From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 03:41:04 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 5CA7C16A4CE for ; Tue, 22 Feb 2005 03:41:04 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF7543D39 for ; Tue, 22 Feb 2005 03:41:04 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1109.wanadoo.fr (SMTP Server) with ESMTP id C89EA1C0008D for ; Tue, 22 Feb 2005 04:41:02 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1109.wanadoo.fr (SMTP Server) with ESMTP id B240C1C0008C for ; Tue, 22 Feb 2005 04:41:02 +0100 (CET) X-ME-UUID: 20050222034102730.B240C1C0008C@mwinf1109.wanadoo.fr Date: Tue, 22 Feb 2005 04:41:02 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <1292549780.20050222044102@wanadoo.fr> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Why can't I access my floppy disk? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 03:41:04 -0000 I put a diskette (MS-DOS) into my floppy drive and try mount -t msdosfs /dev/fd0 /floppy mount -o ro -t msdosfs /dev/fd0 /floppy and various other variations, but all I get is "Operation not permitted" fsck works okay. I'm logged in as root. What am I overlooking? -- Anthony