Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] how to control "forcefsck"
Date: Mon, 14 Dec 2020 01:21:34
Message-Id: 63474cbf-46db-3ff3-8590-4233eda4df8e@sys-concept.com
In Reply to: [gentoo-user] how to control "forcefsck" by thelma@sys-concept.com
1 On 12/13/2020 05:56 PM, thelma@×××××××××××.com wrote:
2 >
3 > After running in "/" directory:
4 > touch forcefsck
5 >
6 > The file is gone now, but every time I reboot the system the root
7 > partition goes into force check:
8 >
9 > fstab:
10 > /dev/nvme0n1p4 / ext4 noatime 0 1
11 >
12
13 If I'm not mistaken it should be:
14
15 tune2fs -c -1 /dev/nvme0n1p4
16
17 but why was the setting reset when I run "touch forcefsck"

Replies

Subject Author
Re: [gentoo-user] how to control "forcefsck" Michael <confabulate@××××××××.com>