Please, do not buy anything with purpose only for Storj, the ROI could take years, use all that you have now.
If you have another HDD, just setup a second node after the first one almost full.
Source: Q3 2019 Town Hall, some information may have changed since time of original answer. Please feel free to chime in
From JT Olio, VP of Engineering:
" the major thing that you want to keep in mind with your storage node maintenance is downtime uptime and the risk that you have with each hard drive failure option two of these options is definitely better because it reduces the amount of downtime for adding a new hard drive and it reduces the amount of risk of one of the hard drives or want some of the data failing and and causing a sort of downtime or loss of data for your other node so it’d be better to have two nodes running on the same ip instead of one node we’re trying to align node IDs basically to each hard drive for so for every hard drive you have you should have one node ID."
Note that option 1 can be performed with zero (or near-zero) downtime using technologies like LVM. If you originally create the volume on top of LVM, you can use pvmove to transfer it from one physical disk to another while it is in use, and then (if the volume type supports on-line resizing, such as ext2/3/4) use lvresize -r to grow the volume into the new space while it is in use.
The only downtime you’d have would be only that required by the hardware changes (which could also be zero if your storage controller supports hotswap – USB does inherently; many SATA controllers do as well).
Is this still correct? I have a nearly full node and an extra 2TB hard drive that I would like to use, would you recommend creating a new node with this 2TB drive? Both nodes would have the same IP
Yes, if your other node is nearly full, now is the time to start the second one. It will take a little while to get vetted, but hopefully that happens before the first one is full and it can take over all incoming traffic!
Ok, thank you for your answer.
What do i need to create a new node? I use my same ETH address and email, but do I have to ask for another “invitation”?
Yes, you must generate a new identity and must request a new authorization token to sign your new identity.
Do not use the old identity for a new node, it will be the same old node but with lost data and will be disqualified within hour.
not in that case. Since the PC (internalip2) is different from the first one, the internal port can be the same and router forwarding 28966 from the external IP to the 28967 on internalip2
Sounds complicated. Isn’t it easier to add a disk to an existing node? If the disk is installed on the same system.
A new line in the configuration file “config.yaml”?
Welcome @KupoMoogle.
Nodes don’t support that: One node has only one storage space.
And anyway, the safest is to spin up a new node: this way if one of the disks fail, only one node dies, whereas if one node spreads its data across several disks, one failing disk would make a high percentage of file lost, resulting in disqualification (in other words, data from all disks gets disqualifed).