Date: Sun, 23 Aug 2020 22:24:23 +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-ZldXUkH2Ru@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 #2 from Sjack <jac@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@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@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@atomic04 ~]#=20 So my issue is resolved. Question is is this behaviour as designed? --=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-ZldXUkH2Ru>