From owner-freebsd-questions Tue Apr 16 19:53:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA28027 for questions-outgoing; Tue, 16 Apr 1996 19:53:31 -0700 (PDT) Received: from dfw-ix9.ix.netcom.com (dfw-ix9.ix.netcom.com [206.214.98.9]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA28020 for ; Tue, 16 Apr 1996 19:53:28 -0700 (PDT) Received: from (sbhaskar@ix-rnwk4-21.ix.netcom.com [204.32.198.149]) by dfw-ix9.ix.netcom.com (8.6.13/8.6.12) with SMTP id TAA09571 for ; Tue, 16 Apr 1996 19:53:39 -0700 Date: Tue, 16 Apr 1996 19:53:39 -0700 Message-Id: <199604170253.TAA09571@dfw-ix9.ix.netcom.com> From: sbhaskar@ix.netcom.com (swaminathan bhaskar) Subject: Problem with floppy To: questions@FreeBSD.org Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi BSD Guru's, I mounted the floppy device using the following: mount -t msdos /dev/fdo /tmp/floppy The diskette was a dos formatted disk with some ".tgz" files. when I execute the following command: cp /tmp/floppy/*.tgz /usr/tmp I would get the following messages: fdc0: input ready timeout fd0c: hard error reading from 288 (No status) I keep getting this message quite often. Whats the problem ? Bhaskar