bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43362: SOLVED


From: Bureau
Subject: bug#43362: SOLVED
Date: Sun, 13 Sep 2020 17:51:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.1.1


Hello,

After digging in the kernel, it is a new kernel feature.

In kernel source files :

block/partitions/core.c

have been changed.

To get parted-3.3 working again, in the source code of parted-3.3, modify the file:

libparted/arch/linux.c

in the function :

static int _disk_sync_part_table()

line 3203, replace :

if (ok [i - 1] || errnums [i - 1] == ENXIO
by
if (ok [i - 1] || errnums [i - 1] == ENOMEM

Accordingly to the changes made in block/partitions/core.c
That is making parted working again.

Alain







reply via email to

[Prev in Thread] Current Thread [Next in Thread]