From owner-freebsd-questions Sun Nov 26 3:11:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.intercom.es (relay1.intercom.es [212.66.160.19]) by hub.freebsd.org (Postfix) with ESMTP id 4B78937B479 for ; Sun, 26 Nov 2000 03:11:54 -0800 (PST) Received: from lix.intercom.es (root@lix.intercom.es [212.66.160.2]) by relay1.intercom.es (8.11.1/8.11.1) with ESMTP id eAQ9vZL11009; Sun, 26 Nov 2000 10:57:35 +0100 Received: from intercom.es (iv1-209.intercom.es [212.66.168.209]) by lix.intercom.es (8.9.3/8.9.3) with ESMTP id LAA24142; Sun, 26 Nov 2000 11:43:24 +0100 Received: (from megarcia@localhost) by intercom.es (8.11.0/8.11.0) id eAQBBnj00942; Sun, 26 Nov 2000 12:11:49 +0100 (CET) (envelope-from megarcia) Date: Sun, 26 Nov 2000 12:11:49 +0100 From: Manuel Enrique Garcia Cuesta To: bwolter@thesadmachine.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot mount floppy (Was: No subject) Message-ID: <20001126121149.B621@ilex.kicelo.org> References: <20001126111411.507.qmail@linux.thesadmachine.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20001126111411.507.qmail@linux.thesadmachine.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG === bwolter@thesadmachine.org escribia (Sun, Nov 26, 2000 at 11:14:11AM -0000): > i'm having trouble mounting a floppy drive... > > the command "mount /floppy" produces the error message: > mount: /dev/fd0.1440 on /floppy: incorrect super block > > my fd0 entry in fstab is as follows: > /dev/fd0.1440 /floppy ufs rw,noauto 1 1 > > anyone have any idea what i'm doing wrong? Looks like the floppy has no filesystem on it, or maybe it's not a ufs one. If the floppy has been formatted under some sort of MS/DOS you should have 'msdos' instead of 'ufs' as the filesystem type. Manuel Garcia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message