Skip to content

Instantly share code, notes, and snippets.

@asbachb
Created March 5, 2023 23:29
Show Gist options
  • Save asbachb/67a4bce2584d6f89c1027e7f90343cf8 to your computer and use it in GitHub Desktop.
Save asbachb/67a4bce2584d6f89c1027e7f90343cf8 to your computer and use it in GitHub Desktop.

Migrating my synology raid 5 array to a desktop pc

Environment

admin@data-graveyard:~$ cat /proc/mdstat 
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] 
md2 : active raid5 sda3[4] sdd3[3] sdc3[2] sdb3[5]
      8776632768 blocks super 1.2 level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
      
md1 : active raid1 sda2[0] sdb2[1] sdc2[2] sdd2[3]
      2097088 blocks [4/4] [UUUU]
      
md0 : active raid1 sda1[0] sdb1[1] sdc1[2] sdd1[3]
      2490176 blocks [4/4] [UUUU]
      
unused devices: <none>
ash-4.3# cat /etc/fstab 
none /proc proc defaults 0 0
/dev/root / ext4 defaults 1 1
/dev/md2 /volume1 ext4 usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl,relatime 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment