Date: Sun, 19 Oct 1997 10:55:46 -0700 (PDT) From: Joerg Wunsch <joerg@FreeBSD.ORG> To: rb@gid.co.uk, joerg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4806 Message-ID: <199710191755.KAA04824@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: 360k floppy support is broken State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Oct 19 19:53:37 MEST 1997 State-Changed-Why: It seems to me like you're trying to use a 1.44 MB drive for 360 KB media? Sorry, this has never been supported, and yields the error message you're quoting: uriah # mount -t msdos /dev/fd0.360 /mnt msdos: /dev/fd0.360: Device not configured 360 KB on 1.2 MB drives works: uriah # mount -t msdos /dev/fd1.360 /mnt uriah # ls /mnt command.com* ibmbio.com* ibmdos.com* sys/ uriah # umount /mnt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710191755.KAA04824>