Menu="UNRAID-OS" Title="New Config" Icon="icon-config" Tag="cog" --- $newarray = $var['mdState']=='NEW_ARRAY'; $disabled = $var['fsState']=="Started"; $width = [166,300]; if ($newarray) { @unlink('/boot/config/smart-one.cfg'); @unlink('/boot/config/smart-all.cfg'); @unlink('/boot/config/plugins/dynamix/monitor.ini'); foreach ($pools as $pool) @unlink("/var/tmp/$pool.log.tmp"); } ?> :newconfig_plug: This is a utility to reset the array disk configuration so that all disks appear as "New" disks, as if it were a fresh new server. This is useful when you have added or removed multiple drives and wish to rebuild parity based on the new configuration. Use the *'Preserve current assignments'* selection to populate the desired disk slots ***after*** the array has been reset. By default **no** disk slots are populated. **DO NOT USE THIS UTILITY THINKING IT WILL REBUILD A FAILED DRIVE** - it will have the opposite effect of making it ***impossible*** to rebuild an existing failed drive - you have been warned! :end