question?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

last time, I succeed in creating ewf partition to protect c:
I delete the image on disk c:directly.then copy the new imgae to disk c:
FBAlog file shows as follows
ConfigureEwf() Start

10:48:17 AM - Getting EWF config parameters from registry

10:48:17 AM - EWF Partition Size = 0 (KBytes), Levels = 1, Volumes = 1

10:48:17 AM - Protected Volume Config #0

10:48:17 AM - Disk= 0,Part= 1,DiskType= IDE,Type= RAM

10:48:17 AM - Enable= Disabled, Optimize= 0, LazyWrite= N

10:48:17 AM - Found 2 Hard Disks

10:48:17 AM - Searching for El Torito disk

10:48:17 AM - Disk0 signature = 0x1FD31FD2

10:48:17 AM - Disk1 signature = 0xF986F986

10:48:17 AM - Checking Start value in System\CurrentControlSet\Services\redbook key

10:48:17 AM - Checking Start value in System\CurrentControlSet\Services\Imapi key

10:48:17 AM - Deleting EWF Partition #3, disk#=0, type=6

10:48:17 AM - Disk #0 layout info

10:48:17 AM - PRIMARY partition,start=0x0000000000007e00, len=0x0000000007d7a200, type= 11

10:48:17 AM - EXTENDED partition,start=0x0000000007d82000, len=0x0000000465286e00, type= 15

10:48:17 AM - LOGICAL partition,start=0x0000000007d82000, len=0x0000000445c7ee00, type= 11

10:48:17 AM - EXTENDED_FREE partition,start=0x000000044da00e00, len=0x000000001f608000, type= 0

10:48:17 AM - FREE partition,start=0x000000046d008e00, len=0x000000003b527200, type= 0

10:48:17 AM - Allocating EWF in LOGICAL partition, start=0x000000044da00e00, len=0x000000000000fc00.

10:48:18 AM - Created EWF partition on Disk = 0, partition = 3,size = 0x0000000000007e00

10:48:18 AM - ewfOpen

10:48:18 AM - ewfOpen returned invalid file handle

10:48:18 AM - Deleting EWF Partition #3, disk#=0, type=6

10:48:18 AM - ConfigureEwf() End, status = 0x2

there is some error
The way I delete the images is wrong
Before I create a new image , is it necessory to delete the ewf partiton last time
How should I do
 
use diskpart from command line.

you should select disk and EWF partition.

Select disk x
select partition y
and use "delete partition override" command

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ninihapyy said:
last time, I succeed in creating ewf partition to protect c:.
I delete the image on disk c:directly.then copy the new imgae to disk c:.
FBAlog file shows as follows:
ConfigureEwf() Start.

10:48:17 AM - Getting EWF config parameters from registry.

10:48:17 AM - EWF Partition Size = 0 (KBytes), Levels = 1, Volumes = 1.

10:48:17 AM - Protected Volume Config #0 :

10:48:17 AM - Disk= 0,Part= 1,DiskType= IDE,Type= RAM.

10:48:17 AM - Enable= Disabled, Optimize= 0, LazyWrite= N.

10:48:17 AM - Found 2 Hard Disks.

10:48:17 AM - Searching for El Torito disk.

10:48:17 AM - Disk0 signature = 0x1FD31FD2.

10:48:17 AM - Disk1 signature = 0xF986F986.

10:48:17 AM - Checking Start value in
System\CurrentControlSet\Services\redbook key.
10:48:17 AM - Checking Start value in
System\CurrentControlSet\Services\Imapi key.
10:48:17 AM - Deleting EWF Partition #3, disk#=0, type=69

10:48:17 AM - Disk #0 layout info:

10:48:17 AM - PRIMARY partition,start=0x0000000000007e00,
len=0x0000000007d7a200, type= 11
10:48:17 AM - EXTENDED partition,start=0x0000000007d82000,
len=0x0000000465286e00, type= 15
10:48:17 AM - LOGICAL partition,start=0x0000000007d82000,
len=0x0000000445c7ee00, type= 11
10:48:17 AM - EXTENDED_FREE partition,start=0x000000044da00e00,
len=0x000000001f608000, type= 0
10:48:17 AM - FREE partition,start=0x000000046d008e00,
len=0x000000003b527200, type= 0
10:48:17 AM - Allocating EWF in LOGICAL partition,
start=0x000000044da00e00, len=0x000000000000fc00.
 
Thanks a lot
Can you give me some example of these commands
I don't know how to use them.
 
slobodan Brcin and KM
Thank you for giving me so much help
It is very good for me to study and to understand ewf in xpe

form ninihapp
 

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