OK I'm tracking CURRENT, where I have this issue. But I don't think it has anything to do with the fact that it's CURRENT. As writing the headers/tables on an 11 box, results in the same error after rebooting with the drive in the CURRENT box.
Specifics;
Only occurs on USB connected drives -- flash, or pata / sata (with adapter)
reboot with drive still attached, but not mounted. Results in the following error during the final boot stage:
So I simply issue a
But the problem is, why or how is / does this happen? Or perhaps better; how can I make this stop?
I mean it's fine, as long as the primary header/table is good. But if it ever has a problem, I'm screwed.
Thank you for all your time, and consideration.
--Chris
Specifics;
Only occurs on USB connected drives -- flash, or pata / sata (with adapter)
[man=8]gpart[/man] destroy -F da0
[man=8]gpart[/man] create -s GPT da0
[man=8]gpart[/man] add -t freebsd-ufs -l external da0
[man=8]newfs[/man] -U -o time /dev/gpt/external
reboot with drive still attached, but not mounted. Results in the following error during the final boot stage:
Code:
kernel: GEOM: da0: the secondary GPT table is corrupt or invalid.
kernel: GEOM: da0: using the primary only -- recovery suggested.
kernel: GEOM: new disk ada0
[man=8]gpart[/man] recover da0
. Which returns fine.But the problem is, why or how is / does this happen? Or perhaps better; how can I make this stop?
I mean it's fine, as long as the primary header/table is good. But if it ever has a problem, I'm screwed.
Thank you for all your time, and consideration.
--Chris