From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ALSYNXEG2F5cHgAA0tVLHw (envelope-from ) for ; Wed, 03 Jun 2020 20:22:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id WDhhMXEG2F7WDQAAB5/wlQ (envelope-from ) for ; Wed, 03 Jun 2020 20:22:09 +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 2F97F94066A for ; Wed, 3 Jun 2020 20:22:08 +0000 (UTC) Received: from localhost ([::1]:43436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgZtm-0002xl-P8 for larch@yhetil.org; Wed, 03 Jun 2020 16:22:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39564) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgZtS-0002lj-MK for help-guix@gnu.org; Wed, 03 Jun 2020 16:21:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47913) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgZtS-0000Qy-DW for help-guix@gnu.org; Wed, 03 Jun 2020 16:21:46 -0400 Received: from 84-105-27-186.cable.dynamic.v4.ziggo.nl ([84.105.27.186]:42586 helo=[192.168.178.18]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jgZtS-0000WB-0z for help-guix@gnu.org; Wed, 03 Jun 2020 16:21:46 -0400 Message-ID: Subject: Guix System ext4 index full From: Roel Janssen To: help-guix@gnu.org Date: Wed, 03 Jun 2020 22:21:42 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: jeJaXc+9GyFD Dear Guix, I'm running Guix System and I'm getting the following messages in dmesg: [42457.660237] EXT4-fs warning: 7076 callbacks suppressed [42457.660240] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2335: Directory (ino: 19796947) index full, reach max htree level :2 [42457.660242] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2339: Large directory feature is not enabled on this filesystem [42457.697840] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2335: Directory (ino: 19796947) index full, reach max htree level :2 [42457.697842] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2339: Large directory feature is not enabled on this filesystem [42457.697930] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2335: Directory (ino: 19796947) index full, reach max htree level :2 [42457.697931] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2339: Large directory feature is not enabled on this filesystem [42457.702879] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2335: Directory (ino: 19796947) index full, reach max htree level :2 [42457.702880] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2339: Large directory feature is not enabled on this filesystem [42457.703994] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2335: Directory (ino: 19796947) index full, reach max htree level :2 [42457.703995] EXT4-fs warning (device sdd3): ext4_dx_add_entry:2339: Large directory feature is not enabled on this filesystem I used the graphical installer to install the Guix System. Also, I cannot write to the root filesystem because the system thinks it's full (while df shows it has ~125G free space). Any help would be appreciated. Kind regards, Roel Janssen