On 24/04/07, Mathieu Arnold <mat_(_at_)_mat_(_dot_)_cc> wrote:
+-Le 24/04/07 14:17 +1000, David N a dit : | Hi, | | I'm just wondering if its possible to mount the _.disk.full or | _.disk.image? Yes, just use mdconfig, something like mdconfig -a -t vnode -f _.disk.full, you'll have a /dev/mdX with it in. | Also, is it possible to dd the images to a slice or partition on a HDD | as i dont have any Memory Cards to test it on at the moment. | | such as | dd if=_.disk.image of=/dev/ads2 bs=64k You can, but you'll loose a lot of space :) -- Mathieu Arnold
Thanks Mathieu, the mdconfig worked =) For the hdd dd if=_.disk.image of=/dev/ad0s2 bs=64k worked but had to modify the /etc/fstab of the image and create a /dev/ad0s3 and newfs it for the /cfg. But works great =) David _______________________________________________ freebsd-small_(_at_)_freebsd_(_dot_)_org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-small To unsubscribe, send any mail to "freebsd-small-unsubscribe_(_at_)_freebsd_(_dot_)_org"