Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

With fsck at startup, how can I check its log ?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Aarick
Posts: 17
Joined: 2021-03-31 14:27
Has thanked: 3 times
Been thanked: 1 time

With fsck at startup, how can I check its log ?

#1 Post by Aarick »

I've added fsck to the "Linux" line of /etc/default/grub , like so

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet fsck.mode=force"
Does this leave a trace somewhere so that I could check what is done to my disks ?

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2029
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 139 times
Been thanked: 206 times

Re: With fsck at startup, how can I check its log ?

#2 Post by Hallvor »

Is this what you are looking for?

Code: Select all

# cat /run/initramfs/fsck.log
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Aarick
Posts: 17
Joined: 2021-03-31 14:27
Has thanked: 3 times
Been thanked: 1 time

Re: With fsck at startup, how can I check its log ?

#3 Post by Aarick »

Precisely.

Post Reply