[Solved] Pool becomes unavailable after reboot

Looks like blkid might still be picking up signatures from the NTFS file system. That is an issue, because zpool import uses that tool for discovery.

Not really ideal behaviour. Maybe we TrueNAS should wipe existing file system markers when adding a new disk.

This commands sounds super scary, but without options only displays the found file system marker (but make sure you have a backup):

  • sudo wipefs /dev/sdb1
1 Like