Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, I installed Ubuntu 10.10 on an 8G USB thumb drive. I spent an hour or so getting updates and tweaking the desktop the way I like it. Is there ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2

    How to Image a USB Drive

    Hello, I installed Ubuntu 10.10 on an 8G USB thumb drive. I spent an hour or so getting updates and tweaking the desktop the way I like it. Is there a way I could take an image of the USB thumb drive ? BTW, the Dell has a failed SSD so I'm booting up Ubuntu with just the USB drive. There is something I tried but it didn't work out:

    I placed the USB in a desktop PC running Ubuntu and used dd to copy the contents of the USB drive to a file. Like this: sudo dd if=/dev/sdb of=/home/ubuntu/minidump/backup

    Then I placed a different empty 8G USB in that same pc and reversed the process. When I placed the new USB drive back in the Dell mini, I got the "grub rescue" prompt. So that didn't work for some reason. I'm trying to image what's on the original USB so I can run it on other Dell Mini's without taking the time to install Ubuntu 10.10 each time. Anyone do this before ?

    RDL

  2. #2
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2
    Ok, I was able to copy my original USB drive successfully. I think the problem was I didn't make sure I had the drive unmounted. I got a good copy of the USB this way:

    sudo dd if=/dev/sdb of=/dev/sdc bs=1k

    sdb is my original USB drive, sdc is the blank one. After doing this, I placed sdc in my Dell Mini and it booted up ok.

    RDL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...