[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: making a disk image



On Sat, 2003-10-04 at 10:46, Vikki Roemer wrote:
> Hi,
> I'm working on putting together a floppy-based distro, and I want to back up
> my floppies as disk images.  What's the quickest and easiest way to do that?
> 

I think 'dd' might work for that.  Try man dd or info dd for more
information.  You use it for writing disk images, so I guess it should
work backwards too.

dd if=/dev/fd0 of=filename.img

Good luck.

Marshal



Reply to: