Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 11:37:06 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Wayne Lubin <wayneclubin@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: floppy not mounting
Message-ID:  <20021017103706.GB88261@happy-idiot-talk.infracaninophi>
In-Reply-To: <20021016225521.23532.qmail@web14701.mail.yahoo.com>
References:  <20021016225521.23532.qmail@web14701.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 16, 2002 at 03:55:21PM -0700, Wayne Lubin wrote:
 
> As I discussed in an earlier email that the fd0
> device is not showing up on dmesg. Can it be that I
> burnt out the floppy drive and now at boot up the
> floppy is not being detected?

It's possible that your floppy has indeed bitten the dust.  Certainly
you won't be able to use it from FreeBSD until the kernel probes for
it at boot time.  You should see both fdc0 and fd0, like this:

    happy-idiot-talk:~:% grep fdc /var/run/dmesg.boot
    fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
    fdc0: FIFO enabled, 8 bytes threshold
    fd0: <1440-KB 3.5" drive> on fdc0 drive 0

However, to confirm that it has actually blown up, beg, borrow or
steal a bootable floppy from somewhere and see if the box can be
persuaded to boot from it.  One of the FreeBSD installer disk images
would be a good choice, or a memtest86 disk from
http://www.memtest86.com/.

If the drive is still working, it suggests that somehow it's got into
an inconsistent state and can't respond to the kernel's probe
attempts.  That shouldn't happen --- the kernel should be able to
interface with the hardware and put it into a consistent state however
it was left.

You might find that simply booting from a floppy image resets the
drive and that the next time you reboot into FreeBSD it starts working
again.  Otherwise you should try completely powering down your system
--- not just hitting the power switch on the front, but unplug it from
the wall and leave it for at least 10 minutes so that any internal
capacitance can discharge.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

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?20021017103706.GB88261>