![]() |
| | #1 (permalink) |
| Is there a write filter driver similar to EWF, able to repeatedly and immediately commit the changes when requested? The -live option in EWF commits immediately, but it's very slow and also disables EWF until the next reboot, and this isn't good for me. Actually I would need more a very lazy disk cache rather than a filter driver, something that commits the disk writes every ten seconds or so; can I tweak the XPE cache manager changing some registry keys to make it lazier? ![]() -- emboliaschizoide.splinder.com | Guest
Posts: n/a
|
|
| | #2 (permalink) | |
| Have you looked at the new FBWF that is part of FP 2007?: http://www.seanliming.com/Docs/FBWF.pdf Regards, Sean Liming www.sjjmicro.com / www.seanliming.com XP Embedded Book Author - XP Embedded Advanced, XP Embedded SupplementalToolkit "dalai lamah" <antonio12358@hotmail.com> wrote in message news:14uux4l91rb82.opmgp167trnr$.dlg@40tude.net... Quote:
| Guest
Posts: n/a
| |
|
| | #3 (permalink) | |
| Sounds like you may need to look at the new component of FP2007 - FBWF: http://msdn2.microsoft.com/en-us/library/aa940926.aspx I don't think disk cache can be used instead of a write filter. But you can read more info about 2K/XP caching here: http://doc.sch130.nsc.ru/www.sysinte...cacheman.shtml Basically you can control the cache size with the tool from sysinternals.com (MS): CacheSet (http://www.microsoft.com/technet/sys.../CacheSet.mspx). KM "dalai lamah" <antonio12358@hotmail.com> wrote in message news:14uux4l91rb82.opmgp167trnr$.dlg@40tude.net... Quote:
| Guest
Posts: n/a
| |
|
| | #4 (permalink) | |||
| Un bel giorno KM digiṭ: Quote:
clear what kind of license it has; is it free (for registered Embedded Studio users) or is it just an evaluation? Quote:
OS cache; sure, you have far less control with the cache, for example you can't prevent every possible write. But if you just need to reduce the number of writes to increase the CF lifespan, it's just fine. Quote:
CcIdleDelay and CcDirtyPageThreshold, which control the threshold (in time and size) after that the lazy writer kicks in. Unfortunately this kind of utilities use very undocumented kernel structures, for example Russinovich's CacheMan runs just under NT. Some interesting informations about CacheMan and lazy writes: http://www.microsoft.com/technet/pro.../wperfch7.mspx I think that the dirty page threshold could be set through the registry (it's in HKLM\System\CurrentControlSet\Control\SessionManag er\MemoryManagement). I don't know how to set the idle delay though. -- emboliaschizoide.splinder.com | Guest
Posts: n/a
| |||
|
| | #5 (permalink) | ||||
| Doh.. The link you posted was the one I wanted to post but accidentally copied the CacheMan link :-) CacheMan was developed for NT4 and won't run on 2K/XP. FP 2007 is a free update for current XP Embedded users. You are probably trying to compare RAM mode of the EWF/FBWF to the disk cache "engine". Write Filter is more common component that allows you to redirect disk writes to either RAM or disk overlay. Also, with he WF you are in control when the overlay gets flushed to the disk and hence you are responsible for making the commit operation graceful. With the disk cache, regardless of what flush timeout you set up, the OS is doing the data flushing in background and this may potentially lead you to a damage in FS structure or some data when an accidental power off happened in the middle of such flush. Also, I was under impression the lazy disk cache writer in XP works not by timeout period but rather always runs in a low (idle) priority thread flushing whatever got in its buffer that can be set small or large. I might be wrong here since I didn't read enough about the lazy writer algorithms implemented in XP. -- ========= Regards, KM "dalai lamah" <antonio12358@hotmail.com> wrote in message news:1rjqba2lww1q.1ll9gl595z0v1.dlg@40tude.net... Quote:
| Guest
Posts: n/a
| ||||
|
![]() |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EWF Commit not working | Tim | Windows XP Embedded | 12 | 04-21-2005 08:57 PM |
| RAM EWF commit question | Doug G | Windows XP Embedded | 3 | 11-15-2004 06:34 PM |
| EWF commit | FilterChallenged | Windows XP Embedded | 4 | 10-25-2004 03:17 PM |
| EWF - commit | Mario Dambauer | Windows XP Embedded | 2 | 07-29-2003 09:18 AM |
| Is there a way to automatically commit EWF? | Mark K Vallevand | Windows XP Embedded | 1 | 07-28-2003 08:03 PM |