From owner-freebsd-questions Mon Jul 30 17:34:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.43.52]) by hub.freebsd.org (Postfix) with ESMTP id 76D5A37B401 for ; Mon, 30 Jul 2001 17:34:28 -0700 (PDT) (envelope-from mjmiller@uclink.berkeley.edu) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.11.4/8.11.4) with ESMTP id f6V0YS942937 for ; Mon, 30 Jul 2001 17:34:28 -0700 (PDT) (envelope-from mjmiller@uclink.berkeley.edu) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Mon, 30 Jul 2001 17:34:28 -0700 (PDT) From: X-X-Sender: To: Subject: fdformat - input/output error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've been trying to do a couple tasks with floppy disks and I've come up short every time. I've tried fdformat, fdisk, disklabel, mounting and unmounting, and very little seems to work. I've tried various disks, flicked the write-protect switch up and down, and no results. Is there a problem w/ ioctl? I'm running 4.2-RELEASE. As far as I can tell my drive works alright, I was able to update my BIOS using one of the same disks I'm using now (though I created the BIOS floppy on a friend's machine). [ROOT@jobuki:51] fdformat usage: fdformat [-y] [-q] [-n | -v] [-f #] [-c #] [-s #] [-h #] [-r #] [-g #] [-i #] [-S #] [-F #] [-t #] devname [ROOT@jobuki:52] fdformat fd0 Format 1440K floppy `/dev/fd0'? (y/n): y Processing fdformat: ioctl(FD_FORM): Input/output error [ROOT@jobuki:53] fdformat -f1440 fd0.1440 Format 1440K floppy `/dev/fd0.1440'? (y/n): y Processing fdformat: ioctl(FD_FORM): Input/output error [ROOT@jobuki:54] mount /dev/fd0 /floppy mount: Input/output error [ROOT@jobuki:55] damn damn: Command not found. [ROOT@jobuki:56] Any advice? TIA, Mark Miller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message