elwolv
Posts: 5
Joined: Wed Apr 24, 2013 3:23 pm

Could we copy SD written Raspbian

Thu Apr 25, 2013 7:53 am

the SD delivered by the vendor, works fine on 4GB card

when copy the contents on PC to a 16 GB SD
/ microSD Samsung Class 10 (part No: X000BF2LOX from amazon)

formatted properties/quick format/ Fat32
the 16GB SD give error on start
not finding the correct files!!!

1- could we make copy of the functioning SD to another SD?
2- does SD have to be same size or different size does not matter?

!!what the correct way to make a copy of the vendor SD or back up purpose

User avatar
cyrano
Posts: 714
Joined: Wed Dec 05, 2012 11:48 pm
Location: Belgium

Re: Could we copy SD written Raspbian

Thu Apr 25, 2013 9:34 am

How did you copy?

A copy in Windows explorer won't work. Windows doesn't even see the second partition, because it's EXT4 format.

You need to use a disk imaging program, such as Win32imager. Have a look here:

http://www.raspberrypi.org/phpBB3/viewt ... =26&t=9963

User avatar
Jim JKla
Posts: 2218
Joined: Sun Jan 29, 2012 11:15 pm
Location: Newcastle upon Tyne UK

Re: Could we copy SD written Raspbian

Thu Apr 25, 2013 9:48 am

This is a duplicate thread that may have been generated accidentaly this one's been flagged to the Mods
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek ;)

If you find a solution please post it in the wiki the forum dies too quick

Joe Schmoe
Posts: 4277
Joined: Sun Jan 15, 2012 1:11 pm

Re: Could we copy SD written Raspbian

Thu Apr 25, 2013 9:50 am

Or you could do it the sensible way, on the Pi itself.

Boot up the Pi, put the new (target) SD card into a USB SD card reader/writer (plugged into the USB port on the Pi), then do:

dd bs=1M if=/dev/mmcblk0 of=/dev/sda

(assuming the USB SD writer comes up as /dev/sda, which it should do)
And some folks need to stop being fanboys and see the forest behind the trees.

(One of the best lines I've seen on this board lately)

Return to “Beginners”