After copying with the robocopy command Error

Hello.
After copying with the robocopy command to another disk from F to disk E, I get such errors:

''Start-Service : Failed to start service “Storj V3 Storage Node (storagenode)”.
line:1 sign:1

  • Start-Service storagenode
  •   + CategoryInfo          : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
     ServiceCommandException
      + FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand''
    
    

Even if you return to the old F drive, the error is similar. I’ve had power outages lately:
LogFIle (old disk F):
2022-09-27T08:53:36.163+0300 FATAL Unrecoverable error {“error”: “Error starting master database on storagenode: group:\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\blobs: The system cannot find the path specified.\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\temp: The system cannot find the path specified.\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\garbage: The system cannot find the path specified.\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\trash: The system cannot find the path specified.”, “errorVerbose”: “Error starting master database on storagenode: group:\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\blobs: The system cannot find the path specified.\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\temp: The system cannot find the path specified.\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\garbage: The system cannot find the path specified.\n— CreateFile F:\Storj-1-3Tb\Storj-1-3Tb\trash: The system cannot find the path specified.\n\tmain.cmdRun:195\n\tstorj.io/private/process.cleanup.func1.4:378\n\tstorj.io/private/process.cleanup.func1:396\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfigAndLogger:93\n\tstorj.io/private/process.ExecWithCustomConfig:75\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:61\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

LogFile (new disk E:
2022-09-27T09:09:47.524+0300 FATAL Unrecoverable error {“error”: “Error starting master database on storagenode: group:\n— CreateFile E:\Storj-1-3Tb\blobs: The system cannot find the path specified.\n— CreateFile E:\Storj-1-3Tb\temp: The system cannot find the path specified.\n— CreateFile E:\Storj-1-3Tb\garbage: The system cannot find the path specified.\n— CreateFile E:\Storj-1-3Tb\trash: The system cannot find the path specified.”, “errorVerbose”: “Error starting master database on storagenode: group:\n— CreateFile E:\Storj-1-3Tb\blobs: The system cannot find the path specified.\n— CreateFile E:\Storj-1-3Tb\temp: The system cannot find the path specified.\n— CreateFile E:\Storj-1-3Tb\garbage: The system cannot find the path specified.\n— CreateFile E:\Storj-1-3Tb\trash: The system cannot find the path specified.\n\tmain.cmdRun:195\n\tstorj.io/private/process.cleanup.func1.4:378\n\tstorj.io/private/process.cleanup.func1:396\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfigAndLogger:93\n\tstorj.io/private/process.ExecWithCustomConfig:75\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:61\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

Im FIX it

  1. Uninstall your Storgenode service
  2. Repeat to install
  3. Done
2 Likes