From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 14:33:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E8616A4CE for ; Wed, 29 Sep 2004 14:33:41 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7972843D60 for ; Wed, 29 Sep 2004 14:33:41 +0000 (GMT) (envelope-from nkinkade@fastmail.fm) X-Sasl-enc: d9SarPx3JogrGHvBo85YJQ 1096468420 Received: from gentoo-npk.bmp.ub (unknown [206.27.244.136]) by www.fastmail.fm (Postfix) with ESMTP id 0BD43C22B91; Wed, 29 Sep 2004 10:33:36 -0400 (EDT) Received: from nkinkade by gentoo-npk.bmp.ub with local (Exim 4.21) id 1CCfUW-0004Fe-9i; Wed, 29 Sep 2004 08:31:36 -0600 Date: Wed, 29 Sep 2004 08:31:36 -0600 From: Nathan Kinkade To: nicx@ebox.gr Message-ID: <20040929143136.GE3633@gentoo-npk.bmp.ub> Mail-Followup-To: nicx@ebox.gr, freebsd-questions@freebsd.org References: <200409282217.i8SMHQmd008769@hermes.hyperhosting.gr> <1096411549.30508.15.camel@chaucer> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xd7ZVmXU2EjaW0+X" Content-Disposition: inline In-Reply-To: <1096411549.30508.15.camel@chaucer> User-Agent: Mutt/1.5.6i Sender: cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Kinkade List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 14:33:41 -0000 --xd7ZVmXU2EjaW0+X Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 28, 2004 at 06:45:49PM -0400, Mike Jeays wrote: > On Tue, 2004-09-28 at 18:17, Nicx wrote: > > Hi Guy's > >=20 > > I have problem with my floppy > >=20 > > always said me : > >=20 > > Can't open /dev/fd0: > >=20 > > No such file or directory > >=20 > > and my floppy disk is corectly installed at my BIOS > >=20 > > I haven't problem with Linux or Solaris but i don't know why always > > happened this on Free BSD > >=20 > > Thanks! > > ... Nicx >=20 > Try > mount /dev/fd0c /mnt (UFS floopy)=20 > or > mount -t msdos /dev/fd0c /mnt (DOS FAT floppy) >=20 > It may work if your system is an earlier version; I think it was changed > to fd0 in 5.0. >=20 Sounds to me like the device isn't being found at all in the /dev directory. If fd0 doesn't exist then certainly fd0c won't exist either. = =20 What does `ls -l /dev/fd*` reveal? Also, what does `dmesg | grep fd` show? Are you using devfs? Nathan --=20 PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xD8527E49 --xd7ZVmXU2EjaW0+X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBWsdIO0ZIEthSfkkRAk1dAJ4v2xAJxQIa6wJlcEjn94jwTZFCAACgtumj hJNN/owuas5Z7o8z5I2HSXc= =2QW2 -----END PGP SIGNATURE----- --xd7ZVmXU2EjaW0+X--