Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Failed dd clone of compact flash: Page 1 of 5 (5 Items)
   
Failed dd clone of compact flash  
I tried using dd to clone the compact flash
dd if=dev/sda  of=/image.img  # copy original compact flash to a file 
dd if=/image.img if=dev/sda    #copy file to target compact flash

but when I use the cloned compact flash I get an error that it can't read(?) the mounted drive:
mount -tgnx6 /dev/hd0t179 /d0
  mount: can't mount /d0 (type qnx6)
  mount: possible reason: read only file system.

What am I missing when making the clone?