Hi all!
I have been experimenting with 3TB drives, so as far as I know, I have to use GPT.
Now, I usually use gmirror on the complete, raw disk. This makes replacing a failed disk an extremely fast operation (only one command to insert it, instead of partitioning it)
Only, with GPT I have noticed a little problem. At boot, the boot loader gives me the warning: gptboot: invalid backup GPT header.
The system seems to be fine. But before I go any further, could this mean trouble?
I *think* it's not a big deal for me. I really installed the GPT *within* the gmirror volume. So it's actually a bit smaller than the whole disk, since some gmirror metadata is in the last sectors. Something like this:
So, it seems to me, since the boot loader is not gmirror aware, it just looks for the GPT backup in the last sector of the physical disk.
In which case there should be no problem, because as the OS takes over, the GPT backup is where the tools will expect to find it, and if needed I can do a restore.
Are my assumptions correct? Or is there possibility for trouble later?
Thanks!
I have been experimenting with 3TB drives, so as far as I know, I have to use GPT.
Now, I usually use gmirror on the complete, raw disk. This makes replacing a failed disk an extremely fast operation (only one command to insert it, instead of partitioning it)
Only, with GPT I have noticed a little problem. At boot, the boot loader gives me the warning: gptboot: invalid backup GPT header.
The system seems to be fine. But before I go any further, could this mean trouble?
I *think* it's not a big deal for me. I really installed the GPT *within* the gmirror volume. So it's actually a bit smaller than the whole disk, since some gmirror metadata is in the last sectors. Something like this:
Code:
+-------------------------------------------------------+
| ad11 |
| |
| +--------------------------------------------+----+ |
| | mirror/home gpt|meta| |
| | bak|data| |
| +--------------------------------------------+----+ |
| |
+-------------------------------------------------------+
So, it seems to me, since the boot loader is not gmirror aware, it just looks for the GPT backup in the last sector of the physical disk.
In which case there should be no problem, because as the OS takes over, the GPT backup is where the tools will expect to find it, and if needed I can do a restore.
Are my assumptions correct? Or is there possibility for trouble later?
Thanks!