October 13, 2025Oct 13 Hi everyone,I'm planning to remove a data disk from my array using the parity-preserve method and want to validate my procedure before proceeding. I'll be doing a physical disk swap (not just logical reassignment).Current situation:Unraid 7.1.4disk11 (10TB) needs to be removedI have a spare 20TB drive (already zeroed via Unassigned Devices) to replace itAll data from disk11 will be moved to other disks firstAll drives are healthyMy planned procedure:Phase 1: Data Migration1. Move all data from disk11 to other array disks2. Verify disk11 is completely empty du -sh /mnt/disk11)Phase 2: Zeroing disk11 (Official method)1. Stop array2. Start array in Maintenance Mode → Click disk11 → Erase button → Stop array3. Start array in Normal Mode (disk11 won't mount but stays in array)4. Identify disk11 device: check Main → disk11 → "Device" field5. Zero out the disk: dd if=/dev/zero of=/dev/sdX bs=1M status=progress6. Wait for completionPhase 3: Physical Swap1. Stop array2. Shutdown Unraid3. Physically remove disk11 (10TB)4. Connect spare drive (20TB) to the same SATA port5. Boot UnraidPhase 4: New Config & Reassignment1. Do NOT start array2. Tools → New Config (Preserve current assignments ?)3. Check both: - ✓ "Yes, I want to do this" - ✓ "Parity is already valid"4. Apply5. Main → Reassign ALL drives: - Parity disk → same as before (critical!) - disk1-disk10, disk12+ → same assignments - disk11 → new 20TB drive6. Triple-check parity disk assignment7. Verify "Parity is already valid" is still checked8. Start arrayMy questions:1. Is this procedure correct for a physical disk swap?2. Since I zeroed the 20TB spare via Unassigned Devices (outside the array), and disk11 will be zeroed using the official method (inside the array), will "Parity is already valid" work correctly?3. Do I need to do anything specific because I'm upgrading from 10TB to 20TB in the same slot?I'm following the official documentation here:https://docs.unraid.net/unraid-os/using-unraid-to/manage-storage/array-configuration/#removing-data-disks (Parity-preserve method - Advanced)But the doc doesn't explicitly cover the physical swap scenario with a pre-zeroed replacement drive.Thanks in advance for your help!
October 13, 2025Oct 13 Community Expert Solution 51 minutes ago, Arturia said:1. Is this procedure correct for a physical disk swap?2. Since I zeroed the 20TB spare via Unassigned Devices (outside the array), and disk11 will be zeroed using the official method (inside the array), will "Parity is already valid" work correctly?Yes, if the new disk has been precleared.52 minutes ago, Arturia said:3. Do I need to do anything specific because I'm upgrading from 10TB to 20TB in the same slot?Nope
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.