[CLUE-Tech] RFI Duplicating floppies

grant grant at amadensor.com
Tue Nov 28 10:05:25 MST 2000


I have a good "mostly" answer.  It is a two step process.  This will,
however, copy any type of floppies, DOS, Mac, Linux, whatever, and the
filesystem does not have to be supported by the kernel.  Depending on your
settings, you may have to be logged in as root.

dd if=/dev/fd0 of=/tmp/floppy.img

******Switch diskettes******

dd if=/tmp/floppy.img of=/dev/fd0
rm /tmp/floppy.img


Hope that helps.


Received: from perth.fpcc.net (IDENT:root at perth.fpcc.net [207.174.142.141])
	by clue.denver.co.us (8.9.3/8.9.3) with ESMTP id HAA28304
	for <clue-tech at clue.denver.co.us>; Tue, 28 Nov 2000 07:05:02 -0700
Received: from fpcc.net (IDENT:calvin at 01-018.026.popsite.net [64.24.105.18])
	by perth.fpcc.net (8.9.3/8.9.3) with ESMTP id HAA20355;
	Tue, 28 Nov 2000 07:08:07 -0700
Message-ID: <3A23BCF1.4BD2132E at fpcc.net>
Date: Tue, 28 Nov 2000 07:10:57 -0700
From: Calvin Dodge <caldodge at fpcc.net>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.16-22 i686)
X-Accept-Language: en,pdf
MIME-Version: 1.0
To: lug at lug.boulder.co.us
CC: "clue-tech at clue.denver.co.us" <clue-tech at clue.denver.co.us>
References: <3A23B9C8.CC2D933B at americanisp.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [CLUE-Tech] Re: [lug] RFI Duplicating floppies
Sender: clue-tech-admin at clue.denver.co.us
Errors-To: clue-tech-admin at clue.denver.co.us
X-BeenThere: clue-tech at clue.denver.co.us
X-Mailman-Version: 2.0beta2
Precedence: bulk
Reply-To: clue-tech at clue.denver.co.us
List-Id: CLUE technical discussions, questions and answers. <clue-tech.clue.denver.co.us>

B O'Fallon wrote:
> 
> Is there a way to duplicate a floppy disk under Linux, similar to the
> old MS-DOS diskcopy command that would copy a disk by swapping between
> the source and target disks until the duplicate was made?

Do you have at least 1.44 megs of spare hard drive space? If so, then you can
avoid lots of disk swapping with the following:
(insert source floppy)
dd if=/dev/fd0 of=diskimage
(insert destination floppy)
dd if=diskimage of=/dev/fd0

Does that help, or do you really need to swap floppies back and forth?

Calvin



More information about the clue-tech mailing list