From owner-freebsd-questions@FreeBSD.ORG Tue Sep 28 22:45:51 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 9E49416A4CE for ; Tue, 28 Sep 2004 22:45:51 +0000 (GMT) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 177AE43D39 for ; Tue, 28 Sep 2004 22:45:51 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: from unknown (HELO ?192.168.2.100?) (mjeays2551@24.43.95.82 with plain) by smtp104.rog.mail.re2.yahoo.com with SMTP; 28 Sep 2004 22:45:50 -0000 From: Mike Jeays To: nicx@ebox.gr In-Reply-To: <200409282217.i8SMHQmd008769@hermes.hyperhosting.gr> References: <200409282217.i8SMHQmd008769@hermes.hyperhosting.gr> Content-Type: text/plain; charset=ISO-8859-1 Organization: Message-Id: <1096411549.30508.15.camel@chaucer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 28 Sep 2004 18:45:49 -0400 Content-Transfer-Encoding: 8bit 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 22:45:51 -0000 On Tue, 2004-09-28 at 18:17, Nicx wrote: > Hi Guy's > > I have problem with my floppy > > always said me : > > Can't open /dev/fd0: > > No such file or directory > > and my floppy disk is corectly installed at my BIOS > > I haven't problem with Linux or Solaris but i don't know why always > happened this on Free BSD > > Thanks! > ... Nicx > ---- www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr > Apokty%ste to diko' sa*s web site µe dw%ro to domain name! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Try mount /dev/fd0c /mnt (UFS floopy) or mount -t msdos /dev/fd0c /mnt (DOS FAT floppy) It may work if your system is an earlier version; I think it was changed to fd0 in 5.0.