warri
Guru
- Joined
- Jun 6, 2011
- Messages
- 1,193
Hello,
I decided to set up a small NAS and tested FreeNAS 8 for a while. For that purpose I was using 3x 2TB in a raidz1, which worked really good!
So I upgraded the NAS with another 3x 2TB, but one of the HDDs is not showing in the GUI:
All 6 HDDs are listed in the dmesg.boot and seem to be online.
View attachment dmesg.txt
However, when creating a zpool manually via shell (zpool create -m /mnt/tank tank raidz ada0 ada1 ada2 ada3 ada4 ada5), everything works fine:
But I can't access this manually created tank via the GUI.. Obviously FreeNAS recognizes all HDDs, but the GUI somehow doesn't.
So my questions:
Can I somehow add the manually created pool to the GUI?
If not, how can I get the GUI to show all of my hdds?
Any help is really appreciated, I think FreeNAS is a nice system and I'd rather like to keep it on my NAS.
I decided to set up a small NAS and tested FreeNAS 8 for a while. For that purpose I was using 3x 2TB in a raidz1, which worked really good!
So I upgraded the NAS with another 3x 2TB, but one of the HDDs is not showing in the GUI:
All 6 HDDs are listed in the dmesg.boot and seem to be online.
View attachment dmesg.txt
However, when creating a zpool manually via shell (zpool create -m /mnt/tank tank raidz ada0 ada1 ada2 ada3 ada4 ada5), everything works fine:
Code:
freenas# zfs list NAME USED AVAIL REFER MOUNTPOINT tank 10.6M 8.92T 10.5M /mnt/tank freenas# zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT tank 10.9T 12.8M 10.9T 0% ONLINE - freenas# zpool status pool: tank state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ada0 ONLINE 0 0 0 ada1 ONLINE 0 0 0 ada2 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0 errors: No known data errors
But I can't access this manually created tank via the GUI.. Obviously FreeNAS recognizes all HDDs, but the GUI somehow doesn't.
So my questions:
Can I somehow add the manually created pool to the GUI?
If not, how can I get the GUI to show all of my hdds?
Any help is really appreciated, I think FreeNAS is a nice system and I'd rather like to keep it on my NAS.