[Bug 275960] The "Partition Editor" dialog in BSDINSTALL(8) should list hard drive identifiers
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275960] The "Partition Editor" dialog in BSDINSTALL(8) should list hard drive identifiers"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275960] The "Partition Editor" dialog in BSDINSTALL(8) should list hard drive identifiers"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 09:33:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275960
Bug ID: 275960
Summary: The "Partition Editor" dialog in BSDINSTALL(8) should
list hard drive identifiers
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: bugs@FreeBSD.org
Reporter: yuri@freebsd.org
Created attachment 247283
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247283&action=edit
screenshot.png
The "Partition Editor" dialog only shows device names and sizes.
In cases when the system has many devices, especially of the same size - it
might be difficult to choose the device.
This script:
> grep -E 'ada[0-9]' /var/run/dmesg.boot | grep ": <"
lists hard drives with identifiers, like "<INTEL SSDSC2BF180A4H LH6i>".
I am suggesting that the "Partition Editor" dialog is improved in 2 ways:
1. It should list hard drive identifiers in addition to device names and sizes
2. The missing word should be fixed, see the question mark on the screenshot.
--
You are receiving this mail because:
You are the assignee for the bug.