Cache Keeps Deactivating on Start-up

FAQ, getting help, user experience about FancyCache
Post Reply
EvvL
Level 1
Level 1
Posts: 2
Joined: Fri May 18, 2012 1:23 am

Cache Keeps Deactivating on Start-up

Post by EvvL »

I'm running the Volume edition and I have three volumes I'm trying to setup with caching. The
first two seem to work fine both but the third one keeps deactivating each time I reboot the
system. The working volumes are both basic windows volumes and the one that resets is a
dynamic disk running in raid 0 (striped).

When i enable it, it seems to be working fine and i can see everything in the performance
monitor. Then when I reboot it doesn't come up as active. I get no error or anything. I originally
thought it was the fact i was mounting the drive to a directory but I've since removed the
mount point and given it a drive letter and I'm still getting the same thing.

Has anyone worked with raid 0 and fancy cache.
User avatar
Support
Support Team
Support Team
Posts: 3627
Joined: Sun Dec 21, 2008 2:42 am

Re: Cache Keeps Deactivating on Start-up

Post by Support »

What's your Windows OS? I think the problem is related to the dynamic disks. Can you find the event log "FancyCcV" in the Windows Event Viewer?

Thanks.
EvvL
Level 1
Level 1
Posts: 2
Joined: Fri May 18, 2012 1:23 am

Re: Cache Keeps Deactivating on Start-up

Post by EvvL »

I'm running windows 7 pro.

In the even log I found a Event ID 3 "Failed to start FancyCache filter for the device."

Code: Select all

Log Name:      System
Source:        FancyCcV
Date:          5/18/2012 6:17:11 PM
Event ID:      3
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      GUMI
Description:
Failed to start FancyCache filter for the device.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="FancyCcV" />
    <EventID Qualifiers="57350">3</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-05-19T01:17:11.543603600Z" />
    <EventRecordID>3431</EventRecordID>
    <Channel>System</Channel>
    <Computer>GUMI</Computer>
    <Security />
  </System>
  <EventData>
    <Data>
    </Data>
  <Binary>000008000100000000000000030006E003000000100000C0000000000000000000000000000000004005EE0D80FAFFFF</Binary>
  </EventData>
</Event>
right after that there seems to be a volmgr error with the same timestamp

Code: Select all

Log Name:      System
Source:        volmgr
Date:          5/18/2012 6:17:11 PM
Event ID:      46
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      GUMI
Description:
Crash dump initialization failed!
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="volmgr" />
    <EventID Qualifiers="49156">46</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-05-19T01:17:11.559203600Z" />
    <EventRecordID>3432</EventRecordID>
    <Channel>System</Channel>
    <Computer>GUMI</Computer>
    <Security />
  </System>
  <EventData>
    <Data>\Device\HarddiskVolume2</Data>
    <Binary>0000000001000000000000002E0004C001100000010000C000000000000000000000000000000000</Binary>
  </EventData>
</Event>
User avatar
Support
Support Team
Support Team
Posts: 3627
Joined: Sun Dec 21, 2008 2:42 am

Re: Cache Keeps Deactivating on Start-up

Post by Support »

Thank you for your information.
danic
Level 1
Level 1
Posts: 1
Joined: Thu Feb 14, 2013 6:11 am

Re: Cache Keeps Deactivating on Start-up

Post by danic »

I have this problem as well. I have striped volume using windows dynamic disks and it does not activate on boot up. I see the same Event ID:3 in my event log but I do not have similar event ID:46. Is there a way I could turn on Read-Only Cache for the device by delayed command line script? It would be easy work-around until this is fixed.
Post Reply