summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2011-11-29 14:05:48 -0500
committerPhillip Susi <psusi@ubuntu.com>2014-06-15 14:32:06 -0400
commitf09ca967a0bc443b869a6fad5b5ffe8e95c3fe9a (patch)
treed45ba1771d7ffa42400f22cf7e455ca607d804a8 /NEWS
parent33fd692cb14045fdc13306cd57cfe2040328daa8 (diff)
downloadparted-f09ca967a0bc443b869a6fad5b5ffe8e95c3fe9a.tar.gz
libparted: Add support for partition resize
When resizing a partition ( same partition number, same start sector, different end sector ), try to use the new BLKPG_RES_PARTITION request to update the kernel partition table with the new size. Also handle resizing devmapper targets.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7069020..ad2fea1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ GNU parted NEWS -*- outline -*-
** New Features
- Add resizepart command to resize a partition
+ Add resizepart command to resize a partition. This works even on
+ mounted partitions.
Add support for EAV DASD partitions, which are ECKD's with more than
65520 cylinders.