[Bug 248970] gpart missing the ability to fix partition order in MBR disk

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 28 13:48:29 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248970

            Bug ID: 248970
           Summary: gpart missing the ability to fix partition order in
                    MBR disk
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: bourne.identity at hotmail.com

I often come up the situation that a couple of slices in my MBR disk need to be
deleted and created afresh. Deleting the slices with gpart is not a problem,
but recreating the two slices often leads to wrong partition order:

Slice 1 > Slice 4 -> Slice 2 -> Slice 3

gpart should have a fixorder subcommand to fix the partition order as:

Slice 1 > Slice 2 -> Slice 3 -> Slice 4

Linux fdisk has the ability, so gpart should as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list