-
-
Notifications
You must be signed in to change notification settings - Fork 502
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
dietpi-drive_manager - Check & Repair - "cat: /run/initramfs/fsck.log: No such file or directory" #3398
Comments
@maartenlangeveld You mix up fsck done as part of initramfs (which is neither present on our RPi images, nor active on Raspbian) and fsck initiated by systemd (as in your case):
|
Thanks, I do not understand to be honest, my knowledge of Linux is very limited. I just followed the instructions given by dietpi-drive_manager. So it's not a fault but standard behaviour?
|
@maartenlangeveld
This means systemd-fsck is skipped of the flag file (hence log file as well) exists from fsck during initramfs. |
I mark this as closed, feel free to reopen if required. |
Creating a bug report/issue
Required Information
cat /DietPi/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=28
G_DIETPI_VERSION_RC=0
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
echo $G_DISTRO_NAME
orcat /etc/debian_version
10.3
uname -a
Linux DietPi 4.19.97+ DietPi-Software | Node-RED: Run under nodered? #1294 Thu Jan 30 13:10:54 GMT 2020 armv6l GNU/Linux
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)RPi Zero W (armv6l)
Additional Information (if applicable)
sed -n 5p /DietPi/dietpi/.hw_model
856b64d4-3c82-4841-b86d-3c65ad2b91eb
Steps to reproduce
Expected behaviour
Actual behaviour
cat: /run/initramfs/fsck.log: No such file or directory
The text was updated successfully, but these errors were encountered: