Re: [gentoo-user] how to control "forcefsck"

2020-12-14 Thread Michael
On Monday, 14 December 2020 01:21:34 GMT the...@sys-concept.com wrote:
> On 12/13/2020 05:56 PM, the...@sys-concept.com wrote:
> > After running in "/" directory:
> > touch forcefsck
> > 
> > The file is gone now, but every time I reboot the system the root
> > partition goes into force check:
> > 
> > fstab:
> > /dev/nvme0n1p4  /   ext4noatime 
0 1
> 
> If I'm not mistaken it should be:
> 
> tune2fs -c -1 /dev/nvme0n1p4
> 
> but why was the setting reset when I run "touch forcefsck"

Use 'tune2fs -l /dev/nvme0n1p4' to see what settings the fs superblock 
contains and in particular check the 'Maximum mount count' and 'Check 
interval' values.  These can be set to your liking.

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] how to control "forcefsck"

2020-12-13 Thread thelma
On 12/13/2020 05:56 PM, the...@sys-concept.com wrote:
> 
> After running in "/" directory:
> touch forcefsck
> 
> The file is gone now, but every time I reboot the system the root
> partition goes into force check:
> 
> fstab:
> /dev/nvme0n1p4/   ext4noatime 0 1
> 

If I'm not mistaken it should be:

tune2fs -c -1 /dev/nvme0n1p4

but why was the setting reset when I run "touch forcefsck"



[gentoo-user] how to control "forcefsck"

2020-12-13 Thread thelma


After running in "/" directory:
touch forcefsck

The file is gone now, but every time I reboot the system the root
partition goes into force check:

fstab:
/dev/nvme0n1p4  /   ext4noatime 0 1