Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2021 14:16:01 -0700
From:      "Russell L. Carter" <rcarter@pinyon.org>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        questions@freebsd.org
Subject:   Re: Partitioning 1T HDD
Message-ID:  <bf8ee700-d694-d6d9-bd9e-3896fe356853@pinyon.org>
In-Reply-To: <24661.4421.382772.880149@jerusalem.litteratus.org>
References:  <20210319102649.2bace327e17eca8602877618@gmail.com> <24660.54990.961632.559429@jerusalem.litteratus.org> <CAFbbPugGMR1%2Bfwqbn3QFwkh62W9GJsRvbkQ%2BV2bQFi6-ckUXbw@mail.gmail.com> <c16b4d61-b0d7-a7ad-262d-b742cc64d280@pinyon.org> <24661.4421.382772.880149@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/19/21 2:01 PM, Robert Huff wrote:
> 
> "Russell L. Carter" <rcarter@pinyon.org> writes:
> 
>>    $ gpart list | grep label
>>        label: gptboot0
>>        label: swap0
>>        label: zfs0
>>        label: ssd1
>>        label: m.2_ssd1
> 
> 	On one system:
> 
>     label: (null)
>     label: root
>     label: (null)
>     label: usr
>     label: (null)
>     label: (null)
>     label: data
>     label: backup
>     label: (null)
>     label: var
>     label: backup

You have to set the labels yourself using gpart(8).
Maybe this is how the installer configured them?  It's
certainly valid to have no label, which is what (null)
is.

I have to confess that when I ran away from systemd
about 7 years ago I had little to no interest in
gpart partition labels.  But in the last year or two
I finally groked the underlying idea and now I am pretty
careful to make them and keep them up-to-date.  I guess I
was default highly allergic to messing around with partition
tables, but gpart has been really smooth.

Warren Block's disk setup page helped me see the light:

http://wonkity.com/~wblock/docs/html/disksetup.html

Russell




> 	Not quite sure why there are two "backup".
> 	The "(null)"s are swap space.
> 
> 
> 			Respectfully,
> 
> 
> 				Robert Huff
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bf8ee700-d694-d6d9-bd9e-3896fe356853>