is it possible with this version of dd to image a partition.
at the moment i dont know how partitions are named in opensolaris.
i say it the linux way:
/dev/sda1
/dev/sda2
is it possible to create a image from sda1 to sda2 this way:
dd if=/dev/sda1 of=/dev/sda2/backup.img
when i do it the other way:
dd if/dev/sda2/bakup.img of=/dev/sda1
would the drive be bootable?
because the linux rescue cd cannot access to zfs, i can use the opensolaris
live cd to create restore the image.
This message posted from opensolaris.org