[Bug 257071] sysutils/linuxfdisk usage hints should be for fdisk-linux, not for fdisk
Date: Fri, 09 Jul 2021 09:05:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257071
Alexey Dokuchaev <danfe@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
CC| |danfe@FreeBSD.org
Assignee|ports-bugs@FreeBSD.org |danfe@FreeBSD.org
--- Comment #1 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
Indeed, it also uses old adX for ATA disks and enumerates SCSI ones incorrectly
in the example:
> Usage: fdisk [-l] [-b SSZ] [-u] device
> E.g.: fdisk /dev/ad0 (for the first IDE disk)
> or: fdisk /dev/da0 (for the third SCSI disk)
Third SCSI disk is not da0, but da2. I'll see what I can do.
--
You are receiving this mail because:
You are the assignee for the bug.