-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fsck-root script does not run fsck to check FS #16938
Comments
11 tasks
lguohan
pushed a commit
that referenced
this issue
Dec 20, 2023
Fix the fsck check which is not working. Potentially fixes #16938 Modified fsck script to run on the ext4.fsck on the appropriate disk where SONiC resides Microsoft ADO: 26098631
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this issue
Dec 26, 2023
Fix the fsck check which is not working. Potentially fixes sonic-net#16938 Modified fsck script to run on the ext4.fsck on the appropriate disk where SONiC resides Microsoft ADO: 26098631
11 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this issue
Jan 29, 2024
Fix the fsck check which is not working. Potentially fixes sonic-net#16938 Modified fsck script to run on the ext4.fsck on the appropriate disk where SONiC resides Microsoft ADO: 26098631
11 tasks
mssonicbld
pushed a commit
that referenced
this issue
Jan 29, 2024
Fix the fsck check which is not working. Potentially fixes #16938 Modified fsck script to run on the ext4.fsck on the appropriate disk where SONiC resides Microsoft ADO: 26098631
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
SONiC has a script fsck-root that runs at boot at initramfs stage. It should run fsck to perform FS check and the result of execution is shown later to the syslog.
Steps to reproduce the issue:
sh -x /scripts/init-premount/fsck-rootfs
Describe the results you received:
Describe the results you expected:
FS check executed and reported in syslog.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: