public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* CCopying the floppy's structure into an image file with Linux
@  Victor Tsaran
   ` Kirk Reiser
   ` Jacob Schmude
  0 siblings, 2 replies; 4+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: Speakup List

Hello, listers!
Do any of you know whether it is possible to copy the image of a floppy disk
into an image file with Linxu? Say, I have a floppy and I would like to have
its image stored into a file onto hard drive. How would I do this with
Linux?
Regards,
Vic




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CCopying the floppy's structure into an image file with Linux
   CCopying the floppy's structure into an image file with Linux Victor Tsaran
@  ` Kirk Reiser
     ` Victor Tsaran
   ` Jacob Schmude
  1 sibling, 1 reply; 4+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup; +Cc: Speakup List

If you wish to copy an image of a disk in Linux you use 'dd'.  The
syntax is something like this:

dd if=/dev/fd0 of=filename

There are many other option you can give 'dd' to specify the block
size and how many block to copy and the like.  Do a mn on 'dd' for
more information.

  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CCopying the floppy's structure into an image file with Linux
   CCopying the floppy's structure into an image file with Linux Victor Tsaran
   ` Kirk Reiser
@  ` Jacob Schmude
  1 sibling, 0 replies; 4+ messages in thread
From: Jacob Schmude @  UTC (permalink / raw)
  To: speakup

Absolutely, and it's as easy as dd it. For example:
dd if=/dev/fd0 of=file.img ; sync
Rather than using dd to write it, you use dd to read it. The command at
the end, sync, tells linux to close the file buffers so nothing's left
open that shouldn't be.

On Thu, 25 May 2000, Victor Tsaran wrote:

> Hello, listers!
> Do any of you know whether it is possible to copy the image of a floppy disk
> into an image file with Linxu? Say, I have a floppy and I would like to have
> its image stored into a file onto hard drive. How would I do this with
> Linux?
> Regards,
> Vic
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

Jacob Schmude
mailto:jacobs@ncinter.net
ICQ: 53401220



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CCopying the floppy's structure into an image file with Linux
   ` Kirk Reiser
@    ` Victor Tsaran
  0 siblings, 0 replies; 4+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: speakup

Thanks.
Vic

----- Original Message ----- 
From: "Kirk Reiser" <kirk@braille.uwo.ca>
To: <speakup@braille.uwo.ca>
Cc: "Speakup List" <speakup@speech.braille.uwo.ca>
Sent: Thursday, May 25, 2000 3:25 AM
Subject: Re: CCopying the floppy's structure into an image file with Linux


> If you wish to copy an image of a disk in Linux you use 'dd'.  The
> syntax is something like this:
> 
> dd if=/dev/fd0 of=filename
> 
> There are many other option you can give 'dd' to specify the block
> size and how many block to copy and the like.  Do a mn on 'dd' for
> more information.
> 
>   Kirk
> 
> -- 
> 
> Kirk Reiser The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca University of Western Ontario
> phone: (519) 661-3061
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 CCopying the floppy's structure into an image file with Linux Victor Tsaran
 ` Kirk Reiser
   ` Victor Tsaran
 ` Jacob Schmude

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).