[Bug 248857] GPT-labeled slizes do not appear in /dev/gpt/

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 23 22:13:43 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248857

--- Comment #1 from Sjack <jac at 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
=>       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 at atomic04 ~]# gpart show da1
=>       40  125045344  da1  GPT  (60G)
         40     409600    1  efi  (200M)
     409640  119128064    2  freebsd-ufs  (57G)
  119537704    5507680    3  freebsd-swap  (2.6G)

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

[root at 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

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


More information about the freebsd-bugs mailing list