Upgrading from 3 drives to 1 for the array


Recommended Posts

If you anticipate needing more storage than 6TB in future, you could add the 6TB as another drive in your array (after preclearing) and copy from each 2TB drive using rsync, or your choice of other method.  You could use

rsync -av --progress --remove-source-files /mnt/disk[1-3]/* to /mnt/disk4

to move everything in sequence to disk4.

 

This way your parity is always maintained during the move operation. You can eliminate your 2TB drives from your array after the moving is done without losing parity, if that concerns you; Check https://lime-technology.com/wiki/index.php/Shrink_array for details.

 

When I replace a good drive with a larger one I only erase the smaller drive after the rebuild has been successful.  As each drive is its own intact mountable volume in linux you can keep the 2TB drives as backup as long as you need (provided you DO NOT use the --remove-source-files switch I mentioned above, of course).

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.