-
Posts
11642 -
Joined
-
Last visited
-
Days Won
380
Christopher (Drashna) last won the day on January 5
Christopher (Drashna) had the most liked content!
About Christopher (Drashna)
- Birthday 06/25/1983
Contact Methods
-
MSN
drashna@live.com
-
Website URL
https://drashna.net/blog/
-
Jabber
christopher@covecube.com
-
Skype
drashnajaelre
Profile Information
-
Gender
Male
-
Location
San Diego, CA, USA
Christopher (Drashna)'s Achievements
-
andsoitgoes reacted to an answer to a question: PC - XBOX app support
-
Christopher (Drashna) started following 2012R2 no longer supported. , Request to shorten poolpart name and 3 digits , Windows 2025 Support and 7 others
-
Request to shorten poolpart name and 3 digits
Christopher (Drashna) replied to cwspod's question in General
Unfortunately, shorting the name isn't likely something that is gonna happen. This ID is actually a GUID/UUID, and is used internally for ID'ing the poolpart. For reference: https://en.wikipedia.org/wiki/Universally_unique_identifier As for the 260 character path limit, depending on the software, you can bypass that by using the UNC naming for the folder. Eg, instead of "D:\PoolPart.xxxx\path", use "\\?\D:\PoolPart.xxxx\path". However, in general, you shouldn't use the poolpart folders directly. Doing so can cause issues/conflicts down the line. And the UNC path trick works for the pool itself too. -
Only adding files to single drive in pool
Christopher (Drashna) replied to phhowe17's question in General
Correct, it doesn't effect realtime placement, unfortunately. -
lhartje reacted to an answer to a question: Windows 2025 Support
-
Mike_B reacted to an answer to a question: Windows 2025 Support
-
Yes, it is supported.
-
Drive Pool 2.3.10.1661_x64 on WHS2011 - Failing to start.
Christopher (Drashna) replied to IanR's question in General
To clarify here, the main issue is with the signing of the driver for the pool driver. Unfortunately, this is something that is outside of our control, if we want to have signed drivers. The newer signing requirements/type is not compatible with older OS's, so to continue updating the drivers, it look like compatibility is broken with older versions of Windows. There isn't a lot that we can do about this, so maintaining backwards compatilbity isn't something we have control over. It may be posssible to use newer versions if test signing mode is enabled, but we DO NOT recommend this. -
Only adding files to single drive in pool
Christopher (Drashna) replied to phhowe17's question in General
Volume equalization works between volumes on the same disk. You want "Drive Space Equalizer" specifically. It should be disabled by default. -
covefs.sys causing my computer to crash?
Christopher (Drashna) replied to Fox01's question in General
Yeah, BSOD's shouldn't happen at all. If they are, and especially with covefs.sys, that's likely a bug or bad interaction. I think you already have, but opening a ticket is always the best bet in this type of case. -
There are some driver changes recently, and it sounds like that may be the cause here. Rolling back is okay, but if you haven't already, open a ticket at https://stablebit.com/Contact, as BSODs shouldn't happen.
-
Performance Issue while transfer file with Drivepool
Christopher (Drashna) replied to RockmanXX's question in General
I'm glad to hear that, but I'm sorry to hear about the bad drive. As for StableBit Scanner not finding it, unfortunately, this is one of those "weird" issues that isn't straight forward to diagnose. Eg, it's not something that it may pick up. Slowing down the drive or other drives on the same controller wouldn't cause scans to fail, nor file system scans to fail. This is the sort of issue that you'd have to look for or to set up performance profiling for. And while that would be sure cool to have.... that stuff isn't exactly lightweight, and integrating it would be ... not simple. -
Drive Pool 2.3.10.1661_x64 on WHS2011 - Failing to start.
Christopher (Drashna) replied to IanR's question in General
I'm glad to hear it! The 1600 version is the last release version that appears to work on WHS2011, per my testing. So yes, I would recommend grabbing it from the link and installing that (the 1557 version will likely prompt for newer versions after installing it) -
This can happen when a drive is having issues. But that isn't the sole cause of this. More than likely, this is a networking issue. Which you appear to have stumbled upon. That said, it may be worth disabling or fine tuning the network auto-tuning, as that usually causes issues. On both server and client, run: netsh interface tcp set global autotuninglevel=disabled or netsh interface tcp set global autotuninglevel=highlyrestricted And then reboot the system. Also, in the network adapter settings, jumbo frames can cause issues. And settings with "checksum" or "offload" can also cause issues.
-
Drive Pool 2.3.10.1661_x64 on WHS2011 - Failing to start.
Christopher (Drashna) replied to IanR's question in General
uninstalling doesn't remove or reset the settings, so you should be fine with just uninstalling and reinstalling. Specifically, no need to delete the ProgramData folder. The "covefs failed to start" is the crux of the issue here, and is the driver for the pool. Without this, the pool can't run. And if it's not started/installed, then the service will generate a version mismatch, and stall out. Specifically this version should work: https://dl.covecube.com/DrivePoolWindows/release/download/StableBit.DrivePool_2.3.8.1600_x64_Release.exe -
Performance Issue while transfer file with Drivepool
Christopher (Drashna) replied to RockmanXX's question in General
Have you checked the Event Viewer, and the "System" entry? A lot of the time, disk and controller errors do show up here. In fact, it's one of the first places I look when I suspect disk/hardware related issues (and yes, that includes in tickets). "logical block address" retries, ntfs errors, "resets on raid port" errors, and the like show up here. Also, for testing the disk/controller, the burst test may be useful for that (in StableBit Scanner). -
Thronic reacted to an answer to a question: 2012R2 no longer supported.
-
withwolf1987 reacted to an answer to a question: SSD Optimizer kind of pointless? Can we copy to multiple HDD's at once?
-
2.3.5.1557 is probably the last version that will work. If not that one, then the release reight before it. (2.3.4.1542)
-
Namely, that Microsoft's support for the OS's ended October 2023, and we generally keep in lockstep with that. That's primarily due to the lack of updates and fixes that may negetively impact our software. It may continue to operate without issues, but we don't guarantee that.