Tuesday, September 24, 2013

How do I create a backup image of an SD card Ubuntu Linux

How to make a image of a SD card ubuntu Linux

Step-1
Insert the SD card/USB stick in your computer
Now give the following command to find out the SD card in your system
# df –h

you will get a response like /dev/XXXXX  e.g  /dev/sdb1

Step 2
We must unmunt the Device whose image we want to make .So give the following command to unmount the device
# umount /dev/XXXXX 

Step-3
Now we are ready to make the image
give the following command to make the image called sdimage.img in you designated folder.
# sudo dd if=/deve/XXX of=~/sdimage.img 
 
The image can take few minutes(10 to 20 min.) to be fully ready .So wait for some time and don't worry if you don't see any response for some time.

Now your image of SD card is ready.

Step-4
If you want to transfer the image you have to another SD card follow the commands below
1.) change SD CARD !!!!!
2.) # umount /dev/XXXXX
3.) # sudo dd if=~/sdimage.img of= /deve/XXX 







-------------------------------------------------------------------
 image to SD card from Ubuntu
SD card clone using dd command
Create SD Card image 
Creating a copy of an SD image with Ubuntu
Searches related to make image of sd card ubuntu
create bootable sd card ubuntu
create sd card image windows
create sd card image mac
Step-by-step Ubuntu SD Card Setup 
IT Certification Category (English)640x480

Partner Sites

VideoToGifs.com

EasyOnlineConverter.com

SqliteTutorials.com


Top Online Courses From ProgrammingKnowledge

Python Course http://bit.ly/2vsuMaS
Java Coursehttp://bit.ly/2GEfQMf
Bash Coursehttp://bit.ly/2DBVF0C
Linux Coursehttp://bit.ly/2IXuil0
C Course http://bit.ly/2GQCiD1
C++ Coursehttp://bit.ly/2V4oEVJ
PHP Coursehttp://bit.ly/2XP71WH
Android Coursehttp://bit.ly/2UHih5H
C# Coursehttp://bit.ly/2Vr7HEl
JavaFx Coursehttp://bit.ly/2XMvZWA
NodeJs Coursehttp://bit.ly/2GPg7gA
Jenkins Course http://bit.ly/2Wd4l4W
Scala Coursehttp://bit.ly/2PysyA4
Bootstrap Coursehttp://bit.ly/2DFQ2yC
MongoDB Coursehttp://bit.ly/2LaCJfP
QT C++ GUI Coursehttp://bit.ly/2vwqHSZ