Results 1 to 5 of 5

Thread: Clone a USB flash drive

  1. #1
    Join Date
    Jun 2009
    Posts
    105

    Clone a USB flash drive

    Hi everyone,
    I have a computer which has Windows XP operating system. I wanted to know that can i make a backup of my usb drive. From few days i am trying to make a backup of the USB drive and i this usb which contains software. When i try to simply copy all the files to another flash drive, the software does not work. I wanted to clone the entire usb drive to the another one. So is it possible to do it. If it is possible then please help me...

  2. #2
    Join Date
    Nov 2005
    Posts
    2,327

    Re: Clone a USB flash drive

    Yes it is possible. To do this you need to go to the hard drive's manufacturers web site and there you can find the software which is available for free, and you can do what you want. I have used the Maxtor maxblast which can help you to clone any of the usb drive and also it has Acronis which is builtin that can helpful for making a compressed image so that by it you can restore the any of the drive back to the way as it was when you first made the image.

  3. #3
    Join Date
    Nov 2005
    Posts
    2,483

    Re: Clone a USB flash drive

    There is also another way by which you can have the solution for your problem. You can use WinRAR.
    1. Simply you need to select all the files on the pendrive, and then do the right click on the selection and then press "Add to archive".

    2. Then on the option window there you need to select a path where you want to store the archive, and then select the compression ration.

    3. Note the most important thing that you need to select the "Put recovery record" option, which will help you to insert in the archive some kind of data which can help to recover the archive contents if the RAR file becomes corrupted.

  4. #4
    Join Date
    Nov 2005
    Posts
    2,496

    Re: Clone a USB flash drive

    To clone a usb drive i think you need to use the linux which can help you to do it without any of the problem. I always use and found that the dd on the Linux is the best tool by which you can make byte to byte copies of the drives to the another drive.

    dd if=/dev/sdX of=driveimage.img

    This will copy the entire drive including the boot sector to the file called driveimage.img Replace X with the correct device numbers.

  5. #5
    Join Date
    May 2006
    Posts
    2,812

    Re: Clone a USB flash drive

    Thanks killen, it really helped me. I have another option that to get a much smaller dd image backup file, with this you can write a dummy zero file to the flash drive, and then erase it, after that make a new backup and then compress it, here is how it represents:

    cd /media/DRIVE_NAME (your drive name)
    dd if=/dev/zero of=test.bin
    rm test.bin

    Now, after this you can repeat the procedure and then compress the output file.

Similar Threads

  1. Can a bootable clone drive for OS/System drive be created?
    By Bhaanumuarti in forum Operating Systems
    Replies: 6
    Last Post: 28-05-2011, 10:21 AM
  2. How can i flash the nokia n97 clone
    By mullerakos in forum Portable Devices
    Replies: 1
    Last Post: 18-11-2010, 09:51 AM
  3. Replies: 4
    Last Post: 26-10-2010, 12:52 PM
  4. Clone of hard drive?
    By maria.sizer in forum Operating Systems
    Replies: 3
    Last Post: 02-08-2010, 11:29 AM
  5. Replies: 3
    Last Post: 30-07-2009, 11:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,152,917.67860 seconds with 17 queries