I built my own NAS using FreeNAS version 0.7 and an old computer. It filled up, I copied the files to a standard external hard drive, and got to work wiping the NAS for further use. But on booting, my old computer said that my hardware RAID setup was "critical." I guess that means one or both of the drives have gone bad. (I have 2 of them, and they were set for RAID 1 mirroring.) But how do I tell which drive is messed up? I wanted to upgrade to FreeNAS 9 anyway and don't mind starting over. But the readout from my computers BIOS utility didn't tell me which of the two drives needs replacing. I don't get a serial number, just a model number. Since they're both the same model of drive, that's no help.
In a bid to fix the problem, I went into the BIOS and told it to delete the array. I then changed the BIOS setting to boot the machine as if it had just two plain hard drives. That worked. In this mode, I booted Ubuntu Linux from a thumb drive. It recognized the drives as working. The drives passed a SMART test. I formatted them as ext4 then dragged and dropped files onto them. They worked just fine. I honestly think there's nothing wrong with them. But my hardware RAID BIOS says that one of them has failed. I just want to wipe them and start over. Why can't I do this with two (apparently) perfectly good hard drives? Help!
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
[SOLVED] Can't rebuild my RAID array!
-
watha
- NewUser

- Posts: 5
- Joined: 28 Sep 2013 04:12
- Status: Offline
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Can't rebuild my RAID array!
post the smart values of the drives.
and you dont want to use hardware raid.
use zfs
and you dont want to use hardware raid.
use zfs
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
-
watha
- NewUser

- Posts: 5
- Joined: 28 Sep 2013 04:12
- Status: Offline
Re: Can't rebuild my RAID array!
will post SMART later. Decided to run Darik's Boot and Nuke on both drives, and they won't be done till tomorrow morning! I did run SMART tests on the drives after shutting off hardware RAID and booting them in Ubuntu Linux. Both drives passed. I also formatted them as ext4 drives and tried copying files to them under Linux. They worked just fine. I wonder if there's something wrong with my hardware RAID BIOS that's causing the problem. How can I set up a software RAID? Do I just boot into NAS4Free with the hardware RAID turned off, or what? Thanks much!
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Can't rebuild my RAID array!
put your hardware Raid card in IT mode ( or bypass mode), so your disk are detected by BSD as individual disk.
Once done, go to ZFS and create a raid-Z1 pool , but better if read something about ZFS: http://forums.freenas.org/threads/slide ... oobs.7775/
Once done, go to ZFS and create a raid-Z1 pool , but better if read something about ZFS: http://forums.freenas.org/threads/slide ... oobs.7775/
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
watha
- NewUser

- Posts: 5
- Joined: 28 Sep 2013 04:12
- Status: Offline
Re: Can't rebuild my RAID array!
Sounds like a plan. I went with hardware RAID formatted as UFS before; it worked fine till just now, and I figured hardware would give faster performance. But I have read that ZFS is superior, and that software RAID works as fast as hardware for a small RAID 1 setup. So I'll give it a try as soon as I've finished nuking my disks.
-
watha
- NewUser

- Posts: 5
- Joined: 28 Sep 2013 04:12
- Status: Offline
Re: Can't rebuild my RAID array!
It looks like things are coming together. I ran Darik's Boot & Nuke and completely wiped my two drives. It took exactly one day, three minutes and 35 seconds. Then I ran ZFS volume manager and tried to create a volume. It worked. Just like that. I guess even after reformatting the disks, they contained some polluted files from the previous RAID setup. Now I just have to learn how to set up a ZFS software RAID. BTW, is software RAID as good as hardware? Just asking...
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Can't rebuild my RAID array!
Yes, It's better.watha wrote: is software RAID as good as hardware? Just asking...
If in the future, your Hardware raid is broken, in ZFS soft Raid, is not a problem, you can connect disk to other Raid controller or other SATA in other board, and your ZFS pool is possible to import and work , this can't be possible on a hardware raid.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
watha
- NewUser

- Posts: 5
- Joined: 28 Sep 2013 04:12
- Status: Offline
Re: Can't rebuild my RAID array!
Good to know. I've got ZFS software RAID up and running. So far, so good. Thanks.