From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzNpo-0006BB-6P for guix-patches@gnu.org; Tue, 03 Oct 2017 10:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzNpi-0003De-BM for guix-patches@gnu.org; Tue, 03 Oct 2017 10:06:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37668) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzNpi-0003DL-5U for guix-patches@gnu.org; Tue, 03 Oct 2017 10:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzNph-0002NV-Qa for guix-patches@gnu.org; Tue, 03 Oct 2017 10:06:01 -0400 Subject: [bug#28638] [PATCH] doc: Suggest decreasing bytes per inode. Resent-Message-ID: Date: Tue, 3 Oct 2017 19:35:13 +0530 (IST) From: Mohammed Sadiq Message-ID: <587759055.67303.1507039513640@webmail.mailhostbox.com> In-Reply-To: <87tvzg74qs.fsf@gnu.org> References: <2026981815.9444.1506655757552@webmail.mailhostbox.com> <87tvzg74qs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28638@debbugs.gnu.org > On October 3, 2017 at 6:44 PM Ludovic Court=C3=A8s wrote: >=20 >=20 > Hello, Hello, > I=E2=80=99ve used ext4 partitions much bigger than this but I=E2=80=99ve = never needed to > pass =E2=80=9C-i 8192=E2=80=9D or similar. >=20 The issue happens when lots of small files are stored in store. It may be possible to reproduce this by creating a separate partition for /gnu/store with size around 5-10 GiB (I haven't tried that way though). > Could it be that the ENOSPC you experienced was due to something else, > or on some other partition? Idk. This same error was shown when downloading a file in icecat or copying a file in nautilus in home dir. But of course, this patch can wait, until some others have the same issue. Anyway, note that if no space error is shown, it can either be disk space filled (df -h) or inode space filled (df -hi). Thanks