diskpart deleting EWF partition

  • Thread starter Thread starter Huang Sheng-Chi
  • Start date Start date
H

Huang Sheng-Chi

Does anyone know how to delete the EWF partition using
diskpart? So far, I am not having any success, unless I
use FDISk from DOS. Thanks.
 
I would assume the issue you are hitting is that diskpart tells you
that it cannot delete the partition because it is in use by the OS.
To get around this just add the magic word "override" to your
delete command. For example:

Select disk 0
select partition 1
delete partition override

- Nandini

This posting is provided "AS IS" with no warranties, and confers no rights
 
nice,

thanks for info, I can't believe that I always missed that info in doc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top