git: fdisk - Add storage expansion option
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 2 13:01:56 PDT 2020
commit 0b9204869b3132ae8528b805014cb92d5e82975b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 2 13:00:56 2020 -0700
fdisk - Add storage expansion option
* Add the -x option to fdisk. This will expand the last valid
slice for an existing dos label to fit the storage.
fdisk will refuse to expand an EFI GPT label, use 'gpt expand ...'
instead.
Summary of changes:
sbin/fdisk/fdisk.8 | 10 +++++++-
sbin/fdisk/fdisk.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 77 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0b9204869b3132ae8528b805014cb92d5e82975b
--
DragonFly BSD source repository
More information about the Commits
mailing list