EWF multiple volume problem

P

Podi

Hi,

I am trying to protect partitions 1 & 4 on disk 0 with
C,E,F,G,unallocated. Please tell me what might be the cause of failing
ConfigureEwf(). See FBA log file below.

Thanks so much.


18:55:37 PM - [FBADoReboot] Sleeping...
18:55:47 PM - [FBADoReboot] Exiting process...
18:58:33 PM - ConfigureEwf() Start.

18:58:33 PM - Getting EWF config parameters from registry.

18:58:33 PM - Non El Torito disk configuration.

18:58:33 PM - EWF Partition Size = 24567 (KBytes), Levels = 1,
Volumes = 2.

18:58:33 PM - Protected Volume Config #0 :

18:58:33 PM - Disk= 0,Part= 1,DiskType= IDE,Type= Disk.

18:58:33 PM - Enable= Enabled, Optimize= 0, LazyWrite= N.

18:58:33 PM - Protected Volume Config #1 :

18:58:33 PM - Disk= 0,Part= 4,DiskType= IDE,Type= Disk.

18:58:33 PM - Enable= Enabled, Optimize= 0, LazyWrite= N.

18:58:33 PM - Found 1 Hard Disks.

18:58:33 PM - Disk #0 layout info:

18:58:33 PM - PRIMARY partition,start=0x0000000000007e00,
len=0x000000014588b200, type= 7

18:58:33 PM - PRIMARY partition,start=0x0000000145893000,
len=0x00000000c02f1000, type= 7

18:58:33 PM - PRIMARY partition,start=0x0000000205b84000,
len=0x00000000c02f1000, type= 7

18:58:33 PM - PRIMARY partition,start=0x00000002c5e75000,
len=0x00000000c02f1000, type= 7

18:58:33 PM - FREE partition,start=0x0000000386166000,
len=0x000000013ac00400, type= 0

18:58:33 PM - Failed to create EWF partition.

18:58:33 PM - ConfigureEwf() End, status = 0x80070057.

18:58:33 PM - [CallEntryPointThread] G:\WINDOWS\system32\ewfdll.dll,
ConfigureEwf
18:58:33 PM - [FBASetProgressText] Resetting Setup Flag...
18:58:52 PM - [FBADoReboot] Sleeping...
18:59:02 PM - [FBADoReboot] Rebooting system...
 
S

Sean Liming \(eMVP\)

You can only have 4 primary partitions on a drive. The EWF volume wants to
setup a 5th, but it can't because you can only have 4. 3 partition and
unallocted space will work fine. If C, E,F,G are critical, you could add
another drive with a single partition and unpartitioned space so the EWF
volume can be setup.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.
 
P

Podi

Sean said:
You can only have 4 primary partitions on a drive. The EWF volume wants to
setup a 5th, but it can't because you can only have 4. 3 partition and
unallocted space will work fine. If C, E,F,G are critical, you could add
another drive with a single partition and unpartitioned space so the EWF
volume can be setup.

Thanks Sean. I reduced the disk to 3 partitions and it works now!

I have another question: would EWF RAM Reg mode work if I have 4
primary partitions on a single disk?

Regards.
 

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

Similar Threads


Top