From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35655: Installer: mount error using btrfs on already formatted partition Date: Wed, 15 May 2019 14:36:08 +0200 Message-ID: <8736lfx5c7.fsf@gnu.org> References: <87pnor60ny.fsf@roquette.mug.biscuolo.net> <875zqeowel.fsf@gnu.org> <20190514011757.59db9b9d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQt9b-0005Ls-HL for bug-guix@gnu.org; Wed, 15 May 2019 08:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQt9a-0004TP-EN for bug-guix@gnu.org; Wed, 15 May 2019 08:37:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37880) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQt9a-0004TA-Ab for bug-guix@gnu.org; Wed, 15 May 2019 08:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQt9a-0007Wi-4O for bug-guix@gnu.org; Wed, 15 May 2019 08:37:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190514011757.59db9b9d@scratchpost.org> (Danny Milosavljevic's message of "Tue, 14 May 2019 01:17:57 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 35655-done@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > On Mon, 13 May 2019 23:51:46 +0200 > Ludovic Court=C3=A8s wrote: > >> Giovanni Biscuolo skribis: >>=20 >> > summary: AFAIU the installer lacks "force" formatting when using btrfs, >> > using "mkfs.btrfs -f " solved the problem (see below)=20=20 >>=20 >> I believe the patch at fixes it. >> Danny? > > I haven't tested it but it should work. > > I've pushed that patch to master now. I=E2=80=99ve tested it and I confirm that it successfully creates and mount= s a btrfs partition. Thanks, Ludo=E2=80=99.