Creating images in linux

  6:59 pm  Linux

To create the image:


sudo dd if=/dev/sda of=card-new.sd bs=32M status=progress

To load image on device:


sudo dd of=/dev/sda if=card-new.sd bs=32M status=progress

 

Reply
Share a link to this topic
close

Be the first one to reply