Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change raid mode #178

Open
aiastia opened this issue Nov 24, 2024 · 3 comments
Open

How to change raid mode #178

aiastia opened this issue Nov 24, 2024 · 3 comments
Assignees

Comments

@aiastia
Copy link

aiastia commented Nov 24, 2024

I used this script to successfully create an m2 storage space. Now I want to add a new m2 and change this basi to raid1. What do I need to do?

@007revad
Copy link
Owner

Which Synology NAS do you have? And which DSM version?

@007revad 007revad self-assigned this Nov 28, 2024
@aiastia
Copy link
Author

aiastia commented Nov 29, 2024

sy918
DSM 7.2.1-6

@007revad
Copy link
Owner

007revad commented Dec 1, 2024

I was hoping you had a 20 series or later then you could have used Synology_HDD_db

It is possible to run some SSH commands to add a drive to a Basic storage pool and change it to RAID 1, but I've never done it.

I would do the following:

  1. Move any packages installed on the NVMe volume to your HDD volume: https://github.com/007revad/Synology_app_mover
  2. Move any remaining shared folders on the NVMe volume to your HDD volume: https://github.com/007revad/Synology_app_mover/blob/main/images/move_shared_folder.png
  3. Delete the NVMe storage pool.
  4. Create a new RAID 1 storage pool with Synology_M2_volume.
  5. Repeat steps 1 and 2 to move your packages and shared folders to the NVMe volume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants