Results 1 to 6 of 6

Thread: Duplicate Compact Flash

  1. #1
    Join Date
    Nov 2008
    Posts
    240

    Duplicate Compact Flash

    Hello,
    I try to duplicate Compact Flash. I seek a method or application which can copy each sector a Disk on another disk. With two card readers in USB I would like to be able to perform copy of "/ dev / sda" to "/ dev / sdb" respecting partition table (ie: sda1 and sda2) and the system boot (grub). Thank you in advance for your help.
    Last edited by Fragman; 25-12-2009 at 11:56 AM.

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

    Re: Duplicate Compact Flash

    Hi
    I think you can do this to perform your task
    Code:
    rfa-cp / media / sda / * / media / sdb
    To copy the partition table, etc. is another thing, I do not know. Try a program like gparted. I think it will work by selecting the entire disk. (copy and paste function). Hope this will help you.

  3. #3
    Join Date
    May 2008
    Posts
    1,812

    Re: Duplicate Compact Flash

    Hey
    If you need you can use the following command in your terminal as a root user
    Code:
    dd
    This might be an appropriate command. It copies the entire disk.
    If not, you can use partition tables partimage. Need more help, then do post back.

  4. #4
    Join Date
    Nov 2008
    Posts
    240

    Re: Duplicate Compact Flash

    Hi
    Thank you all for your quick responses.
    rfa-cp / media / sda / * / media / sdb
    To copy the partition table, etc. is another thing, I do not know. Try a program like gparted. I think it will work by selecting the entire disk. (copy and paste function)
    I installed gparted (gnome) on my Fedora Core 6, but the options "Copy" And "Stick" Remain gray (inactive). I also tried with kparted (kde): unsuccessfully.
    if not, partition tables partimage
    I'll try to find and install this application.

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

    Re: Duplicate Compact Flash

    Hello,
    If you need a complete copy and safe to use is "dd" and especially between different media (otherwise it should not complain afterward)
    Code:
    dd if = / dev / foo of = / dev / foo
    and optional:
    bs = leblocksize count = sometext
    dd of course also works to create image files or to back down.
    Typically like this
    Code:
    dd if = / dev / sda of = testimage.iso bs = 512 count = 1
    Hope this will help you and you solve your problem soon.

  6. #6
    Join Date
    Nov 2008
    Posts
    240

    Re: Duplicate Compact Flash

    Hey
    If you need a complete copy and safe to use is "dd"
    and especially between different media (otherwise it should not complain afterward)
    Just bought the second card reader and use "dd", this suits me for the duplication of Compact Flash (same size)! I will try to further explore how to use the ISO images. Thanks for your help guys.

Similar Threads

  1. Boot Windows XP from Compact Flash Card
    By absolute55 in forum Guides & Tutorials
    Replies: 3
    Last Post: 15-09-2011, 03:56 PM
  2. What file system should be used on the Compact Flash Card?
    By Ro-Man in forum Hardware Peripherals
    Replies: 5
    Last Post: 03-07-2011, 10:46 AM
  3. Error after formatting a compact Flash card with Mac
    By Gaia in forum Portable Devices
    Replies: 5
    Last Post: 05-01-2011, 06:50 PM
  4. Compact Flash VS. Hard Drive. Which one is faster?
    By Chang2 in forum Hardware Peripherals
    Replies: 6
    Last Post: 25-09-2010, 12:36 PM
  5. What is a Compact Flash card ?
    By Tahseen Shahzad in forum Hardware Peripherals
    Replies: 1
    Last Post: 28-11-2008, 04:02 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,750,011,117.42263 seconds with 16 queries