About Linux FAQ

Browse More FAQs:

Make an exact duplicate of a NTFS filesystem partition under Linux

Posted by Vivek Gite [Last updated: December 15, 2006]

Q. How do I make an exact duplicate of a partition using Linux? I have brought a new hard disk and I would like make an exact duplicate of a NTFS filesystem located at /dev/hda1 to /dev/hdb1.

A. You can copy a file, converting and formatting using a dd command. Use same tool to make an exact copy of NTFS filesystem partition under Linux.

First make sure you have created /dev/hdb1 using Linux fdisk program. /dev/hdb1 partitions must be the exact same size of /dev/hda1 so that you create a direct raw copy of source.

Use fdisk -l command to view current /dev/hda1 partition size (cylinders).
# fdisk -l

Now use dd command as follows:
# dd if=/dev/hda1 of=/dev/hdb1

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Discussion on This FAQ

  1. Chris Says:

    Remember that the first sector in an NTFS partition has a copy of the “special hidden sectors” - so if you’re thinking os “starting” your copied partition on a different cylinder to the original, you’ll need to modify this too.

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.