Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 03:52:32 +0000
From:      Harry Woodward-Clarke <Harry.Woodward-Clarke@S1.com>
To:        Uriel Ash <unmash@earthlink.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Cannot mount /dev/fd0
Message-ID:  <38CDB780.1AE823DB@S1.com>
References:  <38CDB5F6.3D77D75D@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38CDB780.1AE823DB>