[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:24:23 UTC 2020


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

--- Comment #2 from Sjack <jac at sjakio.com> ---
Again some additional info.

I decided to bite the bullet and chanced the /etc/fstab to use the labels.
And rebooted, system came up and now the labels are there.

[root at atomic04 ~]# cat /etc/fstab
# Device        Mountpoint      FStype  Options Dump    Pass#
#/dev/da1p2     /               ufs     rw      1       1
/dev/gpt/root0  /               ufs     rw      1       1
#/dev/da1p3     none            swap    sw      0       0
/dev/gpt/swap0  none            swap    sw      0       0
[root at atomic04 ~]# ls -al /dev/gpt/
total 1
dr-xr-xr-x   2 root  wheel      512 Aug 23 17:17 .
dr-xr-xr-x  12 root  wheel      512 Aug 23 17:17 ..
crw-r-----   1 root  operator  0x93 Aug 23 17:17 efi0
crw-r-----   1 root  operator  0x96 Aug 23 17:17 root0
crw-r-----   1 root  operator  0x99 Aug 23 17:17 swap0
[root at atomic04 ~]# 


So my issue is resolved.
Question is is this behaviour as designed?

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


More information about the freebsd-bugs mailing list