Results 1 to 3 of 3
Hi there,
I'm looking for an utility that allow disk/partition cloning over any kind of file systems, or at least FAT, FAT32, NTFS, ext an Linux native...
I actually use ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2004 #1Just Joined!
- Join Date
- Jun 2004
- Location
- Leiria - Portugal
- Posts
- 72
How to disk cloning?
Hi there,
I'm looking for an utility that allow disk/partition cloning over any kind of file systems, or at least FAT, FAT32, NTFS, ext an Linux native...
I actually use ghost for windows, and partimage for Linux, but with partimage you have to maintain an exactly structure of your destination disk like your source disk.
I want to clone partitions almost, including the mbr, is there any nice tool!?
Thanks...
- 07-21-2004 #2The dd command should work for normal partitions, but I'm not sure about mbr cloning, though.Code:
dd if=/dev/hda3 of=/dev/hda4
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 07-21-2004 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
"cloneing" the MBR seems a bit pointless tbh..
Proud to be a GNU/Gentoo Linux user!


Reply With Quote
