udisks icon indicating copy to clipboard operation
udisks copied to clipboard

Cannot create new partition with offset 0

Open vojtechtrefny opened this issue 2 years ago • 0 comments

A partition starting at offset 0 doesn't really make sense, but we currently have a code that should allow it (see udiskslinuxpartitiontable.c#L434). It looks like this no longer works with libblockdev 3.0 (which switched from libparted to libfdisk), see https://github.com/FedoraQt/MediaWriter/issues/644 so this needs to be fixed either here or in libblockdev and a test case should be added to udisks to cover this.

vojtechtrefny avatar Sep 15 '23 12:09 vojtechtrefny