I brought a ZFS pool from an AMD64 machine over to a Raspberry PI 4 and it wouldn't import the pool, claiming some metadata was corrupted. Pool serves as a backup to my main computer, so I just recreated it and it's physically fine, but I just noticed in system messages
Tried sudo gpart list /dev/da0, and it reports
It would seem the simplest thing to do is destroy the pool, this time zeroing out the partition tables and starting fresh, but there appears to be no gdisk command available to Raspberry PI. What can I do?
the primary GPT table is corrupt or invalid
Tried sudo gpart list /dev/da0, and it reports
gpart: Class 'PART' does not have an instance named '/dev/da0'.
It would seem the simplest thing to do is destroy the pool, this time zeroing out the partition tables and starting fresh, but there appears to be no gdisk command available to Raspberry PI. What can I do?