Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 20:40:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 275960] The "Partition Editor" dialog in BSDINSTALL(8) should list hard drive identifiers
Message-ID:  <bug-275960-227-qcWwA7B842@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275960-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275960-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=3D275960

--- Comment #1 from Yuri Victorovich <yuri@freebsd.org> ---
To be precise, these 2 fields should be present for each listed hard drive:
1. Model number
2. Serial number

This script, for example, lists both:
> $ grep -E 'ada[0-9]' /var/run/dmesg.boot | grep -E ": <|Serial"

If someone would have several disks of the same model, only serial numbers
would be different between them.

--=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-275960-227-qcWwA7B842>