Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2004 05:26:45 -0800
From:      Joshua Lokken <joshua@twobirds.us>
To:        Robert Golovniov <g-r-v@ukr.net>
Cc:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Re: Once again floppy mounting problem
Message-ID:  <20040303132645.GA6612@voyager.swabbies.org>
In-Reply-To: <200403020837.i228b3bS011678@gw.core>
References:  <200403020837.i228b3bS011678@gw.core>

next in thread | previous in thread | raw e-mail | index | archive | help
* Robert Golovniov <g-r-v@ukr.net> [2004-03-02 12:11]:
> Hello,
> 
>   I  tried  to  mount my floppy drive, but it turned out that I do not
>   have  the  device  named  "fd0" at all. I do have "fd" though. Did I
>   miss something?
> 

The fd device represents the kernel floppy driver.  There are a
couple of things I can think of, right off.  It sounds like your
floppy drive is not being detected by the kernel.  You don't 
mention what version of FreeBSD you're running.  If you're using
4.x, you could do:

# cd /dev
# sh MAKEDEV fd0

to create the fd0 device, but you shouldn't have to.  5.x takes
care of the device management for you.  More info would be helpful.

-- 
Joshua

"Get back to your stations!"
"We're beaming down to the planet, sir."
		-- Kirk and Mr. Leslie, "This Side of Paradise",
		   stardate 3417.3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040303132645.GA6612>