From owner-freebsd-questions Mon Mar 13 19:52:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 6BF7637B6C1 for ; Mon, 13 Mar 2000 19:52:24 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA15CF for ; Tue, 14 Mar 2000 04:52:18 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 673; Tue, 14 Mar 2000 14:55:26 +1100 Message-ID: <38CDB780.1AE823DB@S1.com> Date: Tue, 14 Mar 2000 03:52:32 +0000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Uriel Ash Cc: freebsd-questions@freebsd.org Subject: Re: Cannot mount /dev/fd0 References: <38CDB5F6.3D77D75D@earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Uriel, > I tried to mount my floppy drive with the following: > mount /dev/fd0 /mnt > I got the follwoing error: > Incorrect super block > How can I correct this??? Any suggestions. > I read the man page and I tried : > > mount -o nodev /dev/fd0 /mnt > > but I got the same error. > Any help is greatly appreciated. > try # mount -t msdos /dev/fd0 /mnt if that fails, then the diskette either isn't formatted, or it has been formatted in something other than MS-DOG or UFS. hth, haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message