From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB644138330 for ; Sat, 13 Jan 2018 10:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2128CE0AD5; Sat, 13 Jan 2018 10:58:45 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0DAFE09AE for ; Sat, 13 Jan 2018 10:58:44 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id EEB2020BD8 for ; Sat, 13 Jan 2018 05:58:43 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Sat, 13 Jan 2018 05:58:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raindev.io; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=I7YR8idMnTKqyqvfUFgz7Dt5pr54Hh7tzAIvLBbY7A4=; b=yzGRc gGo+gyBkaDiRvX7FuuRi1jN2YpgPCJ/E+550nu7xyistMQduov9Y0VXl1cLmYaub 9101mtcITYEK8FdhHtdRWTum8Mty76rQDYwGM6WdJmQWhNEzUwFubrou6XAMr4HE 1ib+a+XxwNxOwbji2q7qT0eJ/92N7msuFAkfcQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=I7YR8idMnTKqyqvfUFgz7Dt5pr54H h7tzAIvLBbY7A4=; b=Mkoh5p1an57SrmE6v35Y8Uaa6C3MzxHCmKHeHhHe/gmm8 qB+Wzsp/1ImgOSold8ln1JFJ8lIKlanQ8poZhVPu0gNssVH12MDM6rjPq1MJBB5C PP0XH6nTv3LAUbguQLbCU38aA/h5O20HbKrh8rQg0+kabzVIfK5FYBffgCYGwIPL XLiTMIWk6gQwN7wiqi5N9xlOBRHFcp+5ciUVDWZC32BXj6JHtbjSxms8LkVdmtwF 3KUP3TVuAGdr+u3w/v3HWY9ZVrAyJh+sbOKNCL3pPGwXRV/v21sLgdUXGd6vhIuj i28YAR3r1r6hQuSCf0Qq/GrxXSF4yS9RMzROp3XzA== X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id CC5B69E4AA; Sat, 13 Jan 2018 05:58:43 -0500 (EST) Message-Id: <1515841123.569865.1234053704.79666D14@webmail.messagingengine.com> From: Andrew Barchuk To: gentoo-user@lists.gentoo.org Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-75de3051 Subject: [gentoo-user] fsck check of /usr on a separate partition fails during boot Date: Sat, 13 Jan 2018 11:58:43 +0100 X-Archives-Salt: 7118e9c4-d9ab-4b7a-97d0-f0b92bfd9bec X-Archives-Hash: 7fe281c18be47b9ecdc61de0d86e45c0 Hi folks, I've posted about this problem to the forums[1] without luck despite getting more than a thousand views so I thought I'll try here. My system boots successfully but filesystem check fails for /usr which is on a separate partition: * Checking local filesystems ... /dev/mapper/MacVg-gentoo--root: clean, 2390/65536 files, 30938/262144 blocks /dev/mapper/MacVg-gentoo--usr is mounted. e2fsck: Cannot continue, aborting. /dev/mapper/MacVg-gentoo--var: clean, 22647/65536 files, 59083/262144 blocks /dev/mapper/MacVg-gentoo--home: clean, 8080/917504 files, 243397/3670016 blocks /dev/mapper/MacVg-data: clean, 5293/3145728 files, 8945157/12582912 blocks * Operational error [ !! ] I use LVM on LUKS container for my partitions and an initramfs built with genkernel. My fstab: /dev/MacVg/gentoo-root / ext4 defaults 0 1 /dev/MacVg/gentoo-usr /usr ext4 defaults 0 2 /dev/MacVg/gentoo-var /var ext4 nodev,nosuid 0 2 /dev/MacVg/gentoo-home /home ext4 nodev,nosuid 0 2 /dev/MacVg/data /data ext4 nodev,nosuid,noexec 0 2 LABEL=EFI /boot vfat noauto,umask=0022 0 2 /dev/MacVg/swap none swap defaults 0 0 tmpfs /tmp tmpfs nosuid,nodev,size=1G,mode=1777 0 0 tmpfs /var/tmp tmpfs nosuid,nodev,size=8G,mode=1777 0 0 Any ideas what is going on and how do I make the fsck check succeed? Maybe I should file it as an OpenRC bug but I'm not completely sure if it's not me doing something wrong. Thanks in advance for any help. 1. https://forums.gentoo.org/viewtopic-t-1075174-highlight-.html --- Andrew