View Single Post
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#209
Originally Posted by MohammadAG View Post
dd to /dev/sdc then, it should have a partition table in the image (ala MeeGo).
You can mount the image though, mount -t ext3 -o loop image.raw /mnt, then just browse /mnt
yeah now i can make rootfs from raw image... thanks