Re: copying a disk image to restore on linux
From: stefmit (stefmit@starband.net)
Date: 12/24/02
- Previous message: Old Ben: "Windows Network Audit Tool Question"
- In reply to: phani@myrealbox.com: "copying a disk image to restore on linux"
- Next in thread: Sebastian : "Re: copying a disk image to restore on linux"
- Reply: Sebastian : "Re: copying a disk image to restore on linux"
- Reply: Johannes Ullrich: "Re: copying a disk image to restore on linux"
- Reply: Kevin Currie: "Re: copying a disk image to restore on linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: stefmit <stefmit@starband.net> To: security-basics@securityfocus.com Date: Tue, 24 Dec 2002 16:21:02 -0600
Are you saying that:
# df -h ==> used MB or GB
then:
# dd if=/dev/hda1 bs=1M count=<used MB or GB> | gzip > hda1-image.gz
then, on the new drive:
# zcat hda1-image.gz | dd of=/dev/hda1 >& /dev/null
won't cut it for you?!?
On Tuesday 24 December 2002 04:12 am, phani@myrealbox.com wrote:
> hi all,
> I would like to know if there are any utilities on linux (preferably
> freeware) which can create a complete image of the hard-drive. I know dd
> exists, but that would create the image of the entire drive. If the drive
> was (say) 40 GB and the free space is 20 GB then that would be a waste of
> space. Is there a tool which would let me create the image of the used
> space on the drive ?
>
> thank you
> gangadhar
- Next message: oobs3c02@attbi.com: "Odd files"
- Previous message: Old Ben: "Windows Network Audit Tool Question"
- In reply to: phani@myrealbox.com: "copying a disk image to restore on linux"
- Next in thread: Sebastian : "Re: copying a disk image to restore on linux"
- Reply: Sebastian : "Re: copying a disk image to restore on linux"
- Reply: Johannes Ullrich: "Re: copying a disk image to restore on linux"
- Reply: Kevin Currie: "Re: copying a disk image to restore on linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|