GPT missing disk

Hello

Tried to install FreeBSD using this http://www.aisecure.net/2012/01/16/rootzfs/ guide. When reached step #9 got an "error" in return which was basically usage of tar so I just assume that this command has some improper parameters or something. However its what my problem really is. After this failing tried to get back to the beginning so I've removed all partitions using bsdinstall. After that evolution somehow I'm missing one drive in /dev/gpt/ even though both of them are visible in gpart.

Any ideas how to fix that?

Very respectfully.
 
Labels assigned to drives appear in /dev/gpt. If you format or otherwise remove the label from a drive, it will not appear any more.
 
Yes I know that. Therefore I tried to reformat it from the beginning and create new label but it reformats and everything but doesbsdinsalge label. Even tried glabel but it can't fix it either.

Any ideas?

Very respectfully.

PS. Is there any way to go through this guide without this label (it stops with using gnop on disk without proper label, however bsdinsall goes through using ufs without any problems)?
 
Let me repeat: glabel(8) and GPT labels are not the same thing. At all. Stop using glabel(8).

If the partition being labeled is mounted, the label will not be visible until it is unmounted.

Code:
# gpart modify -i1 -l disk1 ada1
# gpart show -l ada1
 
Please start a new thread for that different problem. You may want to search these forums, as gkontos posts here.
 
Back
Top