-
Posts
11422 -
Joined
-
Last visited
-
Days Won
346
Everything posted by Christopher (Drashna)
-
Windows reinstall - Drive is encrypted
Christopher (Drashna) replied to aSoldiersHavok's topic in General
For the encryption key used here, there should be what you used and a hex variant that starts with a H. And it won't be the same as your Activation ID. If you do not have this, the drive cannot be unlocked. There is no way for us to help unlock the drive. You have to have the unlock key here. -
Error trying to update from version 1.1.7.1391 resolved
Christopher (Drashna) replied to Mav1986's question in General
It's a good idea to update, yeah. As for why it's not updating, if it's an old enough version, there was a switch between http and https that may be causing issues. The newer versions shouldn't run into the issue. -
I'm sorry to hear about the drive failure! And yeah, any drives that were only on the drive that failed would no longer show up in the pool.
-
Is it possible to control read priority?
Christopher (Drashna) replied to opcode's question in General
If read striping is enabled, it should automatically handle that. https://stablebit.com/Support/DrivePool/2.X/Manual?Section=Performance Options -
There are no plans on adding support for this, at this time.
-
Stablebit scanner and Storage spaces
Christopher (Drashna) replied to acdcking12345's question in General
Unfortunately, no. -
Sabrent external enclosure (semi thread necro).
Christopher (Drashna) replied to fleggett1's question in Hardware
It's a good question. It depends on if the enclosure does anything weird with the drives. It's not too common, but it happens. Assuming that it doesn't do anything weird, you should be able to power off the system, pull the drives, and then move them over to the new enclosure. No issues, no fuss. -
Would this work for file placement and balancer?
Christopher (Drashna) replied to sfalexi's question in General
There isn't a simple way to handle this, I don't think. If you only have three drives, then this would be pretty simple. You could enable file placement rules and only select one drive for the folder. This should work, but isn't ideal. -
Was about to ask, the amount of storae on the provider matters, as it will be checked against before creating the drive. If the account is unlimited, you may need to create a smaller drive and expand it out, IIRC.
-
Windows Package Manager (aka winget) support?
Christopher (Drashna) replied to antgiant's question in General
Most likely, no. But I'll flag a request, just in case. https://stablebit.com/Admin/IssueAnalysis/28742 -
Well, file system errors can be caused by a whole bunch of reasons. But if DrivePool is also evacuating a drive, then it's likely because Scanner also marked that drive as bad. So, if this is all the same drive, it could be that the drive in question is actively trying to fail. And sometimes, new hardware isn't a bad idea. If you do, I recommend something that supports ECC memory.
-
I think you posted a ticket about this, as well? If not, could you open one at https://stablebit.com/contact Though, a quick guess is that the SMART data itself is the issue here, and it may be rolling over.
-
Hold hostage, no. But if there was a file system error, the repair process may take the volume offline to fix it. This is normal, and part of how CHKDSK (and related API) works. The disk scan from windows, CHKDSK and the file system check in StableBit Scanner all use the same API/method, and can do this.
-
I don't see a record of a ticket from you. Could you email me directly at christopher@covecube.com then?
-
Chkdsk reports DrivePool drive as RAW so will not chkdsk it, but...
Christopher (Drashna) replied to JustinH's question in General
You are very welcome! -
Drivepool and Scanner license warnings
Christopher (Drashna) replied to pjakesson's question in General
hmm. Could you open a ticket at https://stablebit.com/contact about this? -
please open a ticket at https://stablebit.com/contact if you have not already. All licensing issues are handled there.
-
Chkdsk reports DrivePool drive as RAW so will not chkdsk it, but...
Christopher (Drashna) replied to JustinH's question in General
You also opened a ticket for this. But to repeat what I said there, and echo what vapechiK said, This is perfectly normal, and expected. In all cases, here. the pool drive itself is fully virtual, but doesn't have any blocks/data on the drive. All of the data is "reverse proxied" to the underlying disks, and handled invisible. So CHKDSK won't work on the drive, and it does not appear in StableBit Scanner. And the size is normal, as Windows needs a size before that can be properly read, so the 2TB size is a placeholder. -
Also, could you open a ticket at https://stablebit.com/Contact Also, as shane mentioned, if this is a USB drive, they can ... behave oddly sometimes. Especially if you have them in the pool. Also, if you have duplication enabled on the pool, and one of the drives is having issues, it can cause this sort of behavior, too.
-
Latest Drivepool update not downloading
Christopher (Drashna) replied to Patriot666's question in General
If you're using an older version of StableBit DrivePool, it may not properly download the updates due to some hosting config (https vs http). You can always find the latest release version here: Index of /DrivePoolWindows/release/download -
After Migrating to Drivepool, network access to pool VERY slow.
Christopher (Drashna) replied to crankycowboy's question in General
Mostly, because this is a complicated issue, and there isn't a "one size fits all" type solution. There are a number of things to try: Run "netsh interface tcp set global autotuninglevel=highlyrestricted" on both systems, from an elevated command prompt, and reboot the system. On the Network Adapter properties, disable any setting with "offload", or "checksum". Disable "green" features, and Interrupt Moderation, if present. Enable flow control, and disable jumbo packets (or toggle them, as they can help in some cases) Update the drivers for the network adapters Check for any antivirus software, and (temporarily) remove them Disable Windows Search on both systems. -
The Performance panel only shows activity that happens through the pool driver. Balancing and duplication activity is not reflected here. The reason for this is how Windows handles the performance counters, and that we don't want to use any hacks to try to make it reflect duplication/balancing, since those can lead to a lot more issues, than what it solves.