using dd to clone image - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Archlinux (https://forum.pine64.org/forumdisplay.php?fid=25) +---- Thread: using dd to clone image (/showthread.php?tid=810) |
using dd to clone image - jproffer - 04-27-2016 Hi all, I'm trying to burn arch to a microsd via Code: dd if=arch-pine64-bspkernel-20160403-1.img of=/dev/sdg1 bs=1M the image burns fine, but once i eject/reinsert the microsd, my OS cannot mount or recognize the FS on the microsd. Any help? I run arch linux with XFCE here, and my kernel supports all the common FS's up to ext4fs, reiserfs, and ntfs. RE: using dd to clone image - benpope81 - 04-27-2016 (04-27-2016, 06:29 PM)jproffer Wrote: Hi all, You are burning the image to the first partition, but you must burn it to the device, use sdg not sdg1 RE: using dd to clone image - jproffer - 04-27-2016 (04-27-2016, 07:19 PM)benpope81 Wrote:(04-27-2016, 06:29 PM)jproffer Wrote: Hi all, argh.. such a rookie mistake! been a while Thanks! |