How do you migrate one hd to another hd on the same computer?

to migrate from one hd to another hd on the same computer, do i need to create a new identity or can i use the old one from the other hd?

how do you migrate one hd to another hd on the same computer?

Hello,

You can use as a base the following procedure :

https://documentation.storj.io/resources/faq/migrate-my-node

Then remove and reload the container with modified parameters pointing to the new HDD and new drive size. You can keep the same identity.

Best regards

1 Like

correct comand in same pc robocopy X:/soragenode M:/storage /MIR

?

If your current storage.path: X:\storagenode in the config.yaml - then yes.
You can consider to do it in subfolder for easy use, like

mkdir M:/storagenode

and then copy:

robocopy X:/storagenode M:/storagenode/storage /MIR

I also would recommend to copy your identity to the disk too. You will need to modify paths in the config.yaml for your identity keys after that.
The new path to data on the new disk would be storage.path: M:\storagenode\storage\