Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 22:13:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248857] GPT-labeled slizes do not appear in /dev/gpt/
Message-ID:  <bug-248857-227-R6P48VMYo2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248857-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248857-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248857

--- Comment #1 from Sjack <jac@sjakio.com> ---
Additional info:
When I start the system in Single user mode the labels are in the gpt
directory.

# uname -a
FreeBSD atomic04 12.1-RELEASE-p8 FreeBSD 12.1-RELEASE-p8 GENERIC  amd64
# gpart show da1
=3D>       40  125045344  da1  GPT  (60G)
         40     409600    1  efi  (200M)
     409640  119128064    2  freebsd-ufs  (57G)
  119537704    5507680    3  freebsd-swap  (2.6G)

# gpart list da1 | grep label
   label: efi0
   label: root0
   label: swap0

# ls -al /dev/gpt/
total 2
dr-xr-xr-x   2 root  wheel      512 Aug 23 17:02 .
dr-xr-xr-x  17 root  wheel      512 Aug 23 17:02 ..
crw-r-----   1 root  operator  0x99 Aug 23 17:02 efi0
crw-r-----   1 root  operator  0x99 Aug 23 17:02 root0
crw-r-----   1 root  operator  0x99 Aug 23 17:02 swap0

When I then exit and continue the boot results are.

[root@atomic04 ~]# gpart show da1
=3D>       40  125045344  da1  GPT  (60G)
         40     409600    1  efi  (200M)
     409640  119128064    2  freebsd-ufs  (57G)
  119537704    5507680    3  freebsd-swap  (2.6G)

[root@atomic04 ~]# gpart list da1 | grep label
   label: efi0
   label: root0
   label: swap0

[root@atomic04 ~]# ls -al /dev/gpt/
total 2
dr-xr-xr-x   2 root  wheel      512 Aug 23 17:02 .
dr-xr-xr-x  17 root  wheel      512 Aug 23 17:02 ..
crw-r-----   1 root  operator  0x99 Aug 23 17:02 efi0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248857-227-R6P48VMYo2>