You can use the command-line interface (CLI) to migrate data to an image mode volume.
Use the migratetoimage CLI command to migrate the data from an existing volume onto a different managed disk (MDisk).
The MDisk specified as the target must be in an unmanaged state at the time the command is run. Using this command results in the inclusion of the MDisk into the user specified storage pool.
migratetoimage -vdisk source_vdisk_name -mdisk unmanaged_target_mdisk_name -mdiskgrp managed_disk_group_name
where source_vdisk_name is the name of the image mode volume, unmanaged_target_mdisk_name is the name of the new MDisk, and managed_disk_group_name is the name of the new storage pool. For example, the following command migrates data from the vdisk0 image mode volume to the mdisk5 target in the mdgrp2 storage pool:migratetoimage -vdisk vdisk0 -mdisk mdisk5 -mdiskgrp mdgrp2