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! > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
