From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iAVfNhmzHV8lbgAA0tVLHw (envelope-from ) for ; Sun, 26 Jul 2020 16:45:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id SPRKMhmzHV/ZfQAA1q6Kng (envelope-from ) for ; Sun, 26 Jul 2020 16:45:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5CBC294005D for ; Sun, 26 Jul 2020 16:45:13 +0000 (UTC) Received: from localhost ([::1]:55872 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzjlv-0003a9-9S for larch@yhetil.org; Sun, 26 Jul 2020 12:45:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzjlm-0003Zt-25 for bug-guix@gnu.org; Sun, 26 Jul 2020 12:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41826) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jzjll-0003hh-OP for bug-guix@gnu.org; Sun, 26 Jul 2020 12:45:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jzjll-00037A-MP for bug-guix@gnu.org; Sun, 26 Jul 2020 12:45:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42546: error during disk partitioning Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 26 Jul 2020 16:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42546 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alexandrov Anatoly Received: via spool by 42546-submit@debbugs.gnu.org id=B42546.159578187211918 (code B ref 42546); Sun, 26 Jul 2020 16:45:01 +0000 Received: (at 42546) by debbugs.gnu.org; 26 Jul 2020 16:44:32 +0000 Received: from localhost ([127.0.0.1]:53372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzjlI-00036A-3P for submit@debbugs.gnu.org; Sun, 26 Jul 2020 12:44:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzjlE-00035p-S0 for 42546@debbugs.gnu.org; Sun, 26 Jul 2020 12:44:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37712) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzjl9-0003fg-Fa; Sun, 26 Jul 2020 12:44:23 -0400 Received: from [2a01:cb18:832e:5f00:387f:d83e:9705:d871] (port=38298 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzjl8-0002yp-UX; Sun, 26 Jul 2020 12:44:23 -0400 From: Mathieu Othacehe References: <87lfj6a9be.fsf@gnu.org> Date: Sun, 26 Jul 2020 18:44:20 +0200 In-Reply-To: (Alexandrov Anatoly's message of "Sun, 26 Jul 2020 13:18:35 +0000") Message-ID: <877duq9qfv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 42546@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: XBC0pQdr/SI3 Hey, I just pushed basic NTFS support. It does not allow you to create your root file-system as NTFS yet, but I'll see what I can do about that. Anyway, the installer should not crash anymore if you try to edit or create a non root NTFS partition. Once the CI has finished building a new ISO image, it would be great to have your feedback. Concerning the other issue you are referring to ("/dev/sdb" still in use), it can happen if you tried an installation just after an installer crash, because some partitions can be left mounted. In that case, you could restart your machine and see if it solves the problem. Thanks, Mathieu > Hello, I didn=E2=80=99t add a little, if I don=E2=80=99t change ntfs, the= n I still get another error when starting formatting: /dev/sdb is still in = use. I don=E2=80=99t quite understand what it so to solve the problem. > >=20=20 > > =D0=9E=D1=82: Mathieu Othacehe > =D0=9E=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE: 26 July 202= 0 =D0=B2 16:56 > =D0=9A=D0=BE=D0=BC=D1=83: Alexandrov Anatoly > =D0=9A=D0=BE=D0=BF=D0=B8=D1=8F: 42546@debbugs.gnu.org > =D0=A2=D0=B5=D0=BC=D0=B0: Re: bug#42546: error during disk partitioning > >=20=20 > > Hello Alexandrov, > >> Hello, during the graphical installation of guix latest 9660, during the= manual partitioning of the disk, for example, when I want to edit an exist= ing ntfs partition, the error "unhandle ntfs > type" >> appears, it is impossible to install the OS, on the stable version a cra= sh occurs at this time. I have two disks: SAMSUNG SSD, USB HDD. I install t= he OS on a USB HDD, which has two >> partitions, one of them is external. > > Thanks for the report. NTFS partition type is not yet supported by the > installer. I'm working on a patch to fix the issue. > > I'll let you know when it's ready! > > Thanks, > > Mathieu