"Error EC950006: Destination drive is not valid" occurs when attempting to restore an image to a smaller drive than the original source drive, or to a drive with limited unallocated space
book
Article ID: 100029761
calendar_today
Updated On:
Description
Error Message
Error EC950006: Destination drive is not valid
(example:)

Cause
This error message occurs if the unallocated space on the destination drive is not large enough to store the metadata of the file system ((Master File Table), Journal Log Files, File Attribute Lists, etc. ), as well as the image data. This error can also occur the drive is large enough, but pre-existing data is present on the disk, resulting in not enough unallocated space to perform the restore. If the existing partitions are not needed, they can be deleted and wiped from the drive to make all space on the drive available for restore operations.
Resolution
In addition, the error can occur if pre-existing partitions are present on the disk which causes there to not be enough unallocated space to perform the restore. If the existing partitions are not needed, they can be deleted and wiped from the drive to make all space on the drive available for restore operations.
How to delete a partition from the Veritas Recovery Environment
(***Warning - the below steps will permanently delete data and is irreversible. Double-check before choosing to delete!)
From the console, click ANALYZE, then OPEN COMMAND SHELL WINDOW.
- Type:
diskpart
- At the DISKPART prompt, type:
list disk
Make note of the disk number of the disk from which you want to delete the partition.
- At the DISKPART prompt, type:
select diskn
Select the disk n from which you want to delete the partition.
- At the DISKPART prompt, type:
list partition
Make note of the number of the partition that you want to delete.
- At the DISKPART prompt, type:
select partition n
Select the partition n that you want to delete.
- At the DISKPART prompt, type:
delete partition
How to wipe an entire drive in the Veritas Recovery Environment
(***Warning - the below steps will permanently delete data and is irreversible. Double-check before choosing to delete!)
From the console, click ANALYZE, then OPEN COMMAND SHELL WINDOW.
- Type:
diskpart
- At the DISKPART prompt, type:
list disk
Make note of the disk number of the disk from which you want to delete the partition.
- At the DISKPART prompt, type:
select disk n
(where n is the drive number you want to wipe clean)
- At the DISKPART prompt, type:
clean
- The data on the selected drive will be destroyed.
Issue/Introduction
"Error EC950006: Destination drive is not valid" occurs when attempting to restore an image to a smaller drive than the original source drive, or to a drive with existing partitoins and limited unallocated space
Was this article helpful?
thumb_up
Yes
thumb_down
No