Drive Replacement

TKMTech

Cadet
Joined
Feb 14, 2022
Messages
9
I am trying to replace a dead drive, however when I try to do this I keep getting "member disk required" even though I have selected the new disk. I am able to create a new pool with the disk I entered so the disk is visible to the system.

1644840814833.png
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Do a Wipe on the new drive first.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
what does Storage - Disks look like ?
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
what disk is da6 ?
Is truenas running baremetal?
How are the disks attached ?
 

Norlig

Explorer
Joined
Jul 13, 2013
Messages
59
Try this in the CLI:

dd if=/dev/zero of=/dev/da6 bs=1m count=1
dd if=/dev/zero of=/dev/da6 bs=1m oseek=`diskinfo da6| awk '{print int($3 / (1024*1024)) - 4;}'`
 

TKMTech

Cadet
Joined
Feb 14, 2022
Messages
9
I can add this drive possibly as a hot spare and let the system then add it to the pool? However this is a work around and not a solution to the problem.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
no RAID. I disabled this to allow TrueNas to manage the RAID

So it is NOT flashed to IT mode? This is pretty bad. Please refer to the article


which specifically applies to your H710 unless it has been crossflashed to IT mode.
 

TKMTech

Cadet
Joined
Feb 14, 2022
Messages
9
So it is NOT flashed to IT mode? This is pretty bad. Please refer to the article


which specifically applies to your H710 unless it has been crossflashed to IT mode.
So if I do this, will truenas lose it's raid configuration on the drives?
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
So if I do this, will truenas lose it's raid configuration on the drives?
yes. You will need to restore from your backup.
 
Top