Issue with mounting non-boot partition after installing ubuntu image

Created 2 partitions: boot and filesystem.

Followed syntax of https://wiki.ubuntu.com/ARM/OMAPMaverickInstall

‘zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+.img.gz >/dev/’

also tried

dd bs=4M if=ubuntu-netbook-10.10-preinstalled-netbook-armel+.img of=/dev/

used both dd and zcat options to /dev/card-partition2

  • sync

After which, was unable to mount on host PC (tried various filesystem types: ext3, ext2, ext4)

Thanks,

David

Hi David,

I had the same issue and what I was doing is setting of=/dev/sdc2
instead of /dev/sdc (where sdc is my SD card). Are you setting it to
a partition on the device instead of the device itself as well?

Shannon