summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2014-04-26 19:27:00 -0400
committerPhillip Susi <psusi@ubuntu.com>2014-05-22 19:56:36 -0400
commit7cde99849ed321da2712248bc27c14a954d6b481 (patch)
tree9719e12b956186bd92e3af7a12a473c61214076b /NEWS
parentec0b631c43ced29a05557d911bbf57110d0b7ae3 (diff)
downloadparted-7cde99849ed321da2712248bc27c14a954d6b481.tar.gz
libparted: give correct partition device name on loop labels
ped_partition_get_path() was returning "/dev/foo1" instead of "/dev/foo" on loop labels. This caused gparted to run tools like mkfs on a device node that did not actually exist.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40ec2d0..cfda7bf 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ GNU parted NEWS -*- outline -*-
** Bug Fixes
+ libparted: ped_partition_get_path() was returning "/dev/foo1" instead
+ of "/dev/foo" for loop labels.
+
partprobe: when called on a disk that has become a loop label,
remove any partitions left over from a previous label.