Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 29E28782DC0 for <~alpine/users@lists.alpinelinux.org>; Fri, 24 Jan 2020 15:32:44 +0000 (UTC) Received: from webmail.gandi.net (webmail20.sd4.0x35.net [10.200.201.20]) (Authenticated sender: michel.piquemal@ipik.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id EE2D760009; Fri, 24 Jan 2020 15:32:42 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 24 Jan 2020 16:32:42 +0100 From: macmpi To: Natanael Copa Cc: ~alpine/users@lists.alpinelinux.org Subject: Re: why fdisk does not wync and we must need sfdisk or ultil linux at install In-Reply-To: <20200124161233.136d2b40@ncopa-desktop.copa.dup.pw> References: <20200122200113.3iyrsm2wzvrgf6b5@wolfsden.cz> <20200124132922.02b432a2@ncopa-desktop.copa.dup.pw> <20200124161233.136d2b40@ncopa-desktop.copa.dup.pw> Message-ID: X-Sender: spam@ipik.org User-Agent: Roundcube Webmail/1.3.8 > I think partition list is updated (check /proc/partitions), but for > some reason either kernel does not send new uevent for new block device > (sda1) or mdev is not picking it up. I faced similar kind of problems with CD insertion recently as reported in Gitlab issue[1]. Checked it seems Alpine specific (tested with kernel 4.19, 5.4), as 4.19 kernel shipped with Raspbian does not have the problem. Kernel config, or could be busybox uevent? [1]https://gitlab.alpinelinux.org/alpine/aports/issues/11139