Hashstore Error- Drive out of spaced

I have an issue where my node is down due to running out of space. Is there anything I can do to free up space?

The log is showing this:

hashstore.(*Store).writeHintFile.func2:1301\n\tstorj.io/storj/storagenode/hashstore.(*Store).writeHintFile:1318\n\tstorj.io/storj/storagenode/hashstore.(*Store).Close:482\n\tstorj.io/storj/storagenode/hashstore.NewStore.func2:119\n\tstorj.io/storj/storagenode/hashstore.NewStore:137\n\tstorj.io/storj/storagenode/hashstore.New:96\n\tstorj.io/storj/storagenode/piecestore.(*HashStoreBackend).getDB:252\n\tstorj.io/storj/storagenode/piecestore.NewHashStoreBackend:117\n\tstorj.io/storj/storagenode.New:604\n\tmain.cmdRun:84\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:283"}
2026-01-22T08:10:21Z ERROR failure during run {“Process”: “storagenode”, “error”: “Failed to create storage node peer: hashstore: unable to flock: platform: open config/storage/hashstore/121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6/s0/meta/flock-test-1699297311.tmp: no space left on device\n\tstorj.io/storj/storagenode/hashstore.NewStore:137\n\tstorj.io/storj/storagenode/hashstore.New:96\n\tstorj.io/storj/storagenode/piecestore.(*HashStoreBackend).getDB:252\n\tstorj.io/storj/storagenode/piecestore.NewHashStoreBackend:117\n\tstorj.io/storj/storagenode.New:604\n\tmain.cmdRun:84\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:283”, “errorVerbose”: “Failed to create storage node peer: hashstore: unable to flock: platform: open config/storage/hashstore/121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6/s0/meta/flock-test-1699297311.tmp: no space left on device\n\tstorj.io/storj/storagenode/hashstore.NewStore:137\n\tstorj.io/storj/storagenode/hashstore.New:96\n\tstorj.io/storj/storagenode/piecestore.(*HashStoreBackend).getDB:252\n\tstorj.io/storj/storagenode/piecestore.NewHashStoreBackend:117\n\tstorj.io/storj/storagenode.New:604\n\tmain.cmdRun:84\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:283\n\tmain.cmdRun:86\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.InitBeforeExecute.func1.2:389\n\tstorj.io/common/process.InitBeforeExecute.func1:407\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tmain.main:34\n\truntime.main:283”}
Error: Failed to create storage node peer: hashstore: unable to flock: platform: open config/storage/hashstore/121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6/s0/meta/flock-test-1699297311.tmp: no space left on device

Let me guess… Windows node?

No running in docker on Unraid.

Have you completed the migration from piecestore to hashstore? If so, check the folders inside piecestore and trash. If there are any files, you can delete them.

I’m not really sure how to check. Today was the first I’d heard of hashstore and looking through the migration guide it confused the hell out of me. Is there a command I need to run to confirm if everything has migrated?

If you did not initiated migration by yourself - and you didn’t as you are not aware - you are not migrated. And as you have no space on disk, starting it is not a way either.
As you are not migrated - take a look into storage/trash directory.
You can check how much is occupied by trash there by:

du -d 0 -h

If you use 2 instead of 0you will see it on sattelite/date level.
I’m not 100% sure (someone else will confirm or denny), but I think you can safely delete those older than 7 days.
Again not sure, but another candidate is orders/archive content

Thank you for your reply.

My trash folder looks as follows:

I have deleted a folder which had the date of the 14th Jan 2026 which has got my node back online but i’m not sure how long this will last.

The orders/archive folder has quite a lot files in it as well.

Reduce storage.allocated-disk-space to something slightly smaller, or it will happen again.

i was just looking at that as we speak. I’ll get it lowered and monitor it for awhile.