Skip site navigation (1)Skip section navigation (2)
Date:      28 Sep 2004 18:45:49 -0400
From:      Mike Jeays <Mike.Jeays@rogers.com>
To:        nicx@ebox.gr
Cc:        freebsd-questions@freebsd.org
Subject:   Re: freebsd-questions@freebsd.org
Message-ID:  <1096411549.30508.15.camel@chaucer>
In-Reply-To: <200409282217.i8SMHQmd008769@hermes.hyperhosting.gr>
References:  <200409282217.i8SMHQmd008769@hermes.hyperhosting.gr>

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




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