--- author: Sam White toc-title: Contents toc-depth: 5 toc-location: left layout: post title: Data Management - Data Migration and Drive Expansion on Gannet date: '2019-03-04 07:04' tags: - gannet categories: - 2019 - Miscellaneous --- A little while ago, we installed some additional hard drives in Gannet (Synology RS3618XS) with the intention of expanding the total storage space. However, the original set of HDDs were set up as RAID10. As it turns out, RAID10 configurations cannot be expanded! So, the new set of HDDs were configured as a separate volume (Volume 2) in a RAID6 configuration. After backing up the ```/volume1/web``` directory (via ```rsync```) to our UW Google Drive, I begane the data migration. Synology provides a simple interface for this: 1. Select Shared Folders 2. Select the folder you want to move. 3. Edit - Change "Location" from Volume1 to Volume2. ![](https://github.com/RobertsLab/sams-notebook/blob/master/images/screencaps/20190304_gannet_migration_01.png?raw=true) This process took a couple of days. After the data migration, then I removed Volume1 and Storage Pool1. Then, restarted the Synology and used Storage Manager to add the unused disks, formerly part of Volume 1, to the only remaining storage pool, Storage Pool2. Re-installed and started the Web Station app to re-enable access to the folder indexes for our web folders and now we're up and running again! The expansion of the storage pool to include the "newly added" disks will take quite a bit of time, but, in the end, we should end up with ~78TB of total storage space, in a RAID6 configuration. In theory, this change of volume will not be noticeable for most of our regular usage. However, for ```rsync/ssh```, a user will now have to specify ```/volume2/web``` instead of ```/volume1/web``` like we previously did. There does not appear to be a way to change the name of the volume.