Jump to content

Question

Posted

Hi, I keep getting this error on my main drivepool hard drive.ย 

I'm unsure how to fix. There is data I would like to delete off the drive as running out of space, but unsure if it will delete correctly and lower my storage volume.

ย 

Any ideas?

ย 

Thanks ๐Ÿ˜Š ๐Ÿ‘ย 

Screenshot_2025-03-06-11-08-22-41_40deb401b9ffe8e1df2f1cc5ba480b12.jpg

1 answer to this question

Recommended Posts

  • 1
Posted

Hi, to delete the Recycle Bin on the pool so Window can recreate it, you can try the following from a command prompt run as an Administrator:

net stop "stablebit drivepool service"
rmdir /q /s P:\$RECYCLE.BIN
net start "stablebit drivepool service"

Where P is the drive letter of the pool.

If that doesn't work, then replace the middle line with lines consisting of:

rmdir /q /s X:\PoolPart.guid\$RECYCLE.BIN

Where X is the letter of each drive that is in the pool andย PoolPart.guid is the hidden poolpart folder on that drive used by DrivePool (protip: once you've typed up to the full stop hit the tab key and it should fill out the rest), so if you had five disks in the pool you'd end up with five lines of rmdir.

If that doesn't work, let us know what it had trouble with!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...