May 22, 20251 yr Hi,i added 4x 28TB, so 2 of them are set as new parity. Starting the array resulted in a bunch of unmountable disks that contained data from old disk setup. Big issue because this would mean big data loss.What are the next steps before i lose 4 disks ?old disk arrangement:Diagnostic fileunraid-diagnostics-20250522-1324.zipnew disk arrangement:
May 22, 20251 yr Community Expert With the array running, post the output fromwipefs /dev/md#p1Replace # with all the disk numbers that are not mounting, and note that the command as written won't wipe anything, despite the name.
May 22, 20251 yr Author root@Unraid:~# wipefs /dev/md#p1wipefs: error: /dev/md#p1: probing initialization failed: No such file or directoryp1 as disk1 not correct ?
May 22, 20251 yr Author root@Unraid:~# wipefs /dev/md#p1wipefs: error: /dev/md#p1: probing initialization failed: No such file or directoryroot@Unraid:~# wipefs /dev/md1#p1wipefs: error: /dev/md1#p1: probing initialization failed: No such file or directoryroot@Unraid:~# wipefs /dev/md1p1DEVICE OFFSET TYPE UUID LABELmd1p1 0x0 xfs 8baf08db-eb09-4d11-8679-28345a1b1cd1 md1p1 0x105efff44000 zfs_member 1436321885595498112 disk1md1p1 0x105efff84000 zfs_member 1436321885595498112 disk1root@Unraid:~#
May 22, 20251 yr Author root@Unraid:~# wipefs /dev/md1p1DEVICE OFFSET TYPE UUID LABELmd1p1 0x0 xfs 8baf08db-eb09-4d11-8679-28345a1b1cd1 md1p1 0x105efff44000 zfs_member 1436321885595498112 disk1md1p1 0x105efff84000 zfs_member 1436321885595498112 disk1root@Unraid:~# wipefs /dev/md3p1DEVICE OFFSET TYPE UUID LABELmd3p1 0x0 xfs 21f17d02-e56d-4f88-ad50-4d010aa90764 md3p1 0x105efff44000 zfs_member 17208599687362965281 disk3md3p1 0x105efff84000 zfs_member 17208599687362965281 disk3root@Unraid:~# wipefs /dev/md4p1DEVICE OFFSET TYPE UUID LABELmd4p1 0x0 xfs afeb9d46-e58e-4553-95a2-488086cb2bec md4p1 0x105efff44000 zfs_member 6186790056179969331 disk4md4p1 0x105efff84000 zfs_member 6186790056179969331 disk4root@Unraid:~# wipefs /dev/md5p1DEVICE OFFSET TYPE UUID LABELmd5p1 0x0 xfs da9fe415-3d8c-40b3-8066-fb3d7f3a3bf6 md5p1 0x105efff44000 zfs_member 1428139698925851645 disk5md5p1 0x105efff84000 zfs_member 1428139698925851645 disk5root@Unraid:~#
May 22, 20251 yr Community Expert Just now, Grobalt said:md1p1 0x105efff44000 zfs_member 1436321885595498112 disk1md1p1 0x105efff84000 zfs_member 1436321885595498112 disk1This is the problem, quick fix is to stop the array, click on each disk and change the filesystem from auto to xfsPermanent fix it to wipe the old zfs signature, you can use:wipefs -a -t zfs_member /dev/md#p1This should be perfectly safe, and I've used it multiple times myself and with other users, but always good to make sure backups are up to date, just in case.
May 22, 20251 yr Author okay, i first stopped, clicked the 4 disks and changed auto to xfsafter that i tried the permanent fix but that was not possible, the zfs assignment was already gonearray seem to start correct and is building parity
May 22, 20251 yr Community Expert 1 hour ago, Grobalt said:after that i tried the permanent fix but that was not possible, the zfs assignment was already goneNot sure I follow
May 22, 20251 yr Author i changed filesystem (stopped) to xfs and after that i run the command wipefs -a -t zfs_member /dev/md1p1 without success.i ran again wipefs /dev/md1p1 which showed no more zfs assignements etc.so i started the array and all is looking good, parity is created on the new 28db drives. Edited May 22, 20251 yr by Grobalt
May 22, 20251 yr Author sorry .. i think it was just empty line without error message ...closed the CLI window already
May 22, 20251 yr Community Expert If you only did it for disk1, post the listing output for another disk, e.g. wipefs /dev/md3p1
May 22, 20251 yr Author i did for all, otherwise array would not start correctly, sorry. now i let the parity build on the new 28tb drives and after that replace the 18 with 28 one by one.but every time i did too - new config - it did not detect xfs on the existing disks .. had to set it manually every time.
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.