Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 50923782DAB for <~alpine/users@lists.alpinelinux.org>; Fri, 24 Jan 2020 15:12:40 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 08AF32DE43DD for <~alpine/users@lists.alpinelinux.org>; Fri, 24 Jan 2020 15:12:39 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 45CED2DE437C for <~alpine/users@lists.alpinelinux.org>; Fri, 24 Jan 2020 15:12:38 +0000 (UTC) Date: Fri, 24 Jan 2020 16:12:33 +0100 From: Natanael Copa To: ~alpine/users@lists.alpinelinux.org Subject: Re: why fdisk does not wync and we must need sfdisk or ultil linux at install Message-ID: <20200124161233.136d2b40@ncopa-desktop.copa.dup.pw> In-Reply-To: References: <20200122200113.3iyrsm2wzvrgf6b5@wolfsden.cz> <20200124132922.02b432a2@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, 24 Jan 2020 09:05:58 -0400 PICCORO McKAY Lenz wrote: > El vie., 24 de ene. de 2020 a la(s) 08:48, PICCORO McKAY Lenz ( > mckaygerhard@gmail.com) escribi=F3: >=20 > > last question: whitch command are the proper to put in a documentation > > beetween "mdev -s" and "modprobe" ? > > =20 > now tested better: partprobe does not work and does nothing! bug? mdev -s > perfectly worked! >=20 > so i think it's a bug? partitions list are not updated if i run any of the > "setup-*" commands 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. we actually manually call `mdev -s` in setup-disk script too when modifying partition table. https://gitlab.alpinelinux.org/alpine/alpine-conf/blob/master/setup-disk.in= #L683 https://gitlab.alpinelinux.org/alpine/alpine-conf/blob/master/setup-disk.in= #L701 -nc