Re: need floppy based disk imaging tool for Red Hat 9

From: Kevin D. Snodgrass (kdsnodgrass_at_yahoo.com)
Date: 01/16/04


Date: Fri, 16 Jan 2004 13:53:01 -0600

luther wrote:
> Have Red Hat 9 with ext3 and linux-swap partitions.
> Looking for a disk-imaging tool (something like Symantec's Ghost).
>
> Would like to:
> a. Boot off a floppy.

Find Busybox, will seriously cut down on the file size of
utilities. Build your own kernel with the absolute minimum
hardware support for your machine. (Ex: You don't need USB
support for this unless your keyboard is USB.)

Or you can use a Knoppix bootable CD.

> b. Use the imaging tool (on the floppy) to make a hard disk image.

That's what they are used for...

> c. Store the image on another PC via FTP, SMB, etc. (Networking
> support.)

Check. Easiest (MHO) is NFS. Not sure about doing this
with FTP, you have to store the image file someplace before
uploading to FTP server...

If you do the floppy approach when you build the custom
kernel make sure you include your network card as a built
it. (I wouldn't use loadable modules on a floppy boot,
takes more space and is more work to get going)

> d. In case of a disaster, would like to use the image to recreate the
> system on a new hard disk.

That's the general idea..

> e. This disk-imaging tool should be open source or freeware.

man dd

dd if=/dev/hda|gzip>/mnt/nfsmountpoint/image

Note the use of gzip.

When I did this a couple years ago I wrote a little C
program to write huge files of 0x00 first. When you delete
a file all the bits on the disk that make up the file are
left, i.e. a mix of 1s and 0s, the rm command just removes
the entry from the directory and marks the inodes as free.
gzip will compress blocks of 0s much better than blocks of
mixed 1s and 0s.

-- 
Kevin D. Snodgrass
Help our soldiers in the field:
     http://www.operationac.org/
Help our soldiers in the hospital:
     http://www.woundedwarriorhospitalfund.org/


Relevant Pages

  • Re: Booting Older PC from USB Flashdrive
    ... Before booting from a CD became common, you were able to BOOT from a floppy ... If the hardware doesn't support ...
    (microsoft.public.windowsxp.hardware)
  • Re: Cant start Windows after installing new motherboard!!!
    ... Boot using the floppy, and be sure to choose "Boot with ... so you know you can run setup from the CD. ... The computer does have CD-ROM support already. ... Create a boot disk on a floppy. ...
    (microsoft.public.windowsxp.general)
  • Re: Backup needs a floppy?
    ... all you need do is format a floppy, then copy boot.ini, ntdetect.com & ntldr ... if your "boot files" go bad or missing, the floppy will boot you right to ... When you boot the computer with your Windows XP cd and select the F2 option to do an ASR you will be asked to provide the ASR floppy for the restore process, without the floppy the ASR restore process cannot be done. ... XP Home does not support Dynamic Disks and it doesn't support EFS. ...
    (microsoft.public.windowsxp.basics)
  • Re: command line set /p problem
    ... I am trying to boot 'xp' from a floppy with the express purpose of using ... floppy the version of command.com does not support the '/p' switch. ... The boot disk was created using ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: installation problems
    ... RH 9 had trashed my Linux partition and rendered my PC unbootable. ... >you can create the floppy from and can be created on a differnet ... >on the CD as the floppy boot image. ... and since flash drives seem to be listed in /proc as scsi devices, ...
    (comp.os.linux.misc)

Loading