Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 13:32:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248857] GPT-labeled slizes do not always appear in /dev/gpt/
Message-ID:  <bug-248857-227-2LqafQDm3T@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

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org

--- Comment #3 from Mark Johnston <markj@FreeBSD.org> ---
Yes, I believe this is basically "works as intended".  It's a problem with =
the
aliasing mechanism in GEOM which allows one to refer to a device by multiple
names (/dev/da1pN, /dev/gpt/foo, /dev/ufs/bar, /dev/diskid/baz, etc.).  Once
something opens a device by one of the names, it obtains exclusive access to
the underlying device and causes the aliases to wither away.

My understanding is that the aliasing code has been reworked in head to avo=
id
this problem, but I'm not completely certain.

--=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-2LqafQDm3T>