How to get freebsd-boot partition size and partition lable?

I find the -p flag useful too. It shows the partition names instead of an index number.
gpart show -lp ada0
Especially when MBR/Slices are in use:
gpart show -lp ada0s1
GPT is much less complicated in this regard.
 
Back
Top