this post was submitted on 31 Oct 2023
1 points (100.0% liked)

Data Hoarder

221 readers
1 users here now

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

founded 2 years ago
MODERATORS
 

I've read that changing the name of data disks in Snapraid is tolerated. However to my understanding changing the order of data drives in the Snapraid config will cause issues with parity.

For example when replacing two smaller disks for one larger 18TB HDD, I run into the issue:

Data Disks:

d1-Exos10tb (this drive to be replaced with larger HDD)

d2-Exos-8tb (drive also to be replaced with same large HDD from above)

d3-Exos20tb

d4-Exos16tb

d5-Exos14tb

I wish to replace d1 and d2 with one large HDD. How would I go about this operation?

If I just assign the new larger data disk as d1, what would happen to d2 and the the drives listed after it? Should I comment out the d2 line until I utilize that position with another drive, preserving the following disk's order? Or is there a better way to go about this?

you are viewing a single comment's thread
view the rest of the comments
[–] RileyKennels@alien.top 1 points 2 years ago

To clarify if replace d1 with the new larger disk as d1 what will I do with the following drive order? Especially d2. Because by adding d1 as the new larger drive am I going to throw the following drives out of order causing a mandatory recalculation on my checksums. Or is d2 to be commented out or skipped entirely in my config. A step by step might help me more.

P.s. I have referenced the manual and FAQ and it doesn't go into specifics regarding drive order in the config.

Thanks