bug#26464: Can not use mklabel filesystem specification feature

2017-04-19 Thread Phil Susi
On 4/12/2017 6:43 AM, maze...@free.fr wrote: > I'm trying to use the possibility of mkpart to specify the file system type, > with the non interactive interface (--script) > > First point is pure documentary : > https://www.gnu.org/software/parted/manual/parted.html#mkpart indicates : > mkpart [

bug#26393: Found a bug

2017-04-19 Thread Phil Susi
On 4/7/2017 5:30 AM, Joshua Nelson wrote: > Hello, sorry to bother you. > I ran into a bug in parted this morning when trying to label an > encrypted partition. Does parted support LUKS partitions? > Thanks for your time. > Details: > > version: 3.2 > error message: *Assertion (disk != NULL) at ..

bug#26216: Bug in bug reporting system

2017-04-19 Thread Phil Susi
On 3/22/2017 4:47 AM, Bjørn Forsman wrote: > Hi Parted developers, > > The "Reporting Bugs" page at > https://www.gnu.org/software/parted/bugs.shtml contains a "bug > reporting system" link[1] that, when followed, gives a python The web site has been updated and no longer refers to this broken li

bug#25134: bugs

2017-04-19 Thread Phil Susi
On 12/7/2016 11:19 PM, Nor Azmeir Shamsudin wrote: > hi. i have this result when trying to use GNU Parted 3.2 > please help,Thanks! In the future, please just paste the log into the email instead of attaching it as a binary encoded file. Your disk simply has no partition table.

bug#25756: [systemd-devel] systemd mucking with partition tables ( was: bug#25756: Problems using "parted ... print" on nvme devices )

2017-04-19 Thread Phil Susi
On 4/19/2017 12:17 PM, Lennart Poettering wrote: > This isn't precisely new functionality, it has been doing that since > years. It will synthesize "change" udev events when a process closes a block > device after writing, so that the changed superblock/partition > information is properly propagate

bug#25756: [systemd-devel] systemd mucking with partition tables ( was: bug#25756: Problems using "parted ... print" on nvme devices )

2017-04-19 Thread Lennart Poettering
On Wed, 19.04.17 09:01, Phil Susi (ps...@ubuntu.com) wrote: > On 2/16/2017 12:32 PM, Brian C. Lane wrote: > > I think the tricky part of that is going to be that when we open the > > device we don't really know what commands are going to be issued so it > > needs to be RDWR to allow for all the ot

bug#25198: closed (Re: bug#25198: bug: assertion (metadata_length > 0) failed)

2017-04-19 Thread Rauno Viskus
Used fdisk or gparted to remove partition. Partition itself was created by install process of debian. Rauno On Tue, Apr 18, 2017 at 6:16 PM, GNU bug Tracking System < help-debb...@gnu.org> wrote: > Your bug report > > #25198: bug: assertion (metadata_length > 0) failed > > which was filed agains

bug#25103: partition alignment

2017-04-19 Thread Phil Susi
On 12/4/2016 3:14 PM, Volta wrote: > On 4 December 2016 at 01:55, Josep Lladonosa wrote: >> Maybe this value is not drive related but usb bus related. Is that a usb >> drive? I guess so. Found similar cases. One of them: >> >> https://www.mail-archive.com/search?l=linux-...@vger.kernel.org&q=subje

bug#16134: [PATCH 1/2] libparted:tests: Move get_sector_size() to common.c

2017-04-19 Thread Phil Susi
Patches need to stay on parted-devel only; the bug tracker mangles them.

bug#25006: Non-interactively extending a GPT disklabel to cover all disk

2017-04-19 Thread Phil Susi
On 12/1/2016 5:08 AM, Yann Dirson wrote: > In fact, this issue and the "command parameters ignored when parted sees > need to fix GPT" I also reported work together in a surprising way: > > If the GPT needs to be extended, then th

bug#24930: Parted fails after reordering of partitions with fdisk

2017-04-19 Thread Phil Susi
On 11/12/2016 4:55 AM, Hans Peter Würmli wrote: > > My system is Debian testing and kernel version "Linux version 4.7.0-1- > amd64 (debian-ker...@lists.debian.org) (gcc version 5.4.1 20160904 > (Debian 5.4.1-2) ) #1 SMP Debian 4.7.8-1 (2016-10-19)". > > GNU Parted has version 3.2. > > I reorder

bug#24915: alignment not working

2017-04-19 Thread Phil Susi
On 11/9/2016 7:02 PM, Sobel-Sorenson, Chandler - (scar) wrote: > I'm trying to make a new partition but the alignment isn't working. I've > started parted with: parted -a optimal /dev/sda. Then: > > (parted) mkpart > Partition name? [

bug#25813: parted should tell which partition is misaligned

2017-04-19 Thread Phil Susi
retitle 25813 Alignment check should not be done to the end of the partition thanks On 2/20/2017 10:50 AM, Harald Dunkel wrote: > Hi folks, > > parted 3.2-17 (Debian Unstable) doesn't tell which partition > is misaligned. Sample session: > (parted) mkpart export 671088640s -2049s > Warning: The

bug#25756: systemd mucking with partition tables ( was: bug#25756: Problems using "parted ... print" on nvme devices )

2017-04-19 Thread Phil Susi
On 2/16/2017 12:32 PM, Brian C. Lane wrote: > I think the tricky part of that is going to be that when we open the > device we don't really know what commands are going to be issued so it > needs to be RDWR to allow for all the other possibilities. I'm sure I have seen a patch floating around some