Hello folks! This weird error happen today on my remote bare metal device installed on site for supervisor/heating control, it impossible from me fix remotely lol
It is old acer pc with old hdd inside it, hope hdd isnât hard damaged, but my qusetion is if I can teach remote folk by phone to launch fsck manually⌠very big trouble indeed cause on remote site Linux knowdledge is absolute nothing
Anyway I try to speaking for something like âyou need to type fsck /dev/sda1 ad press enterâ of course, but I dontâknow why happen next, maybe âyou need to type exit and press enterâ ahahah lol keep finger crossed guysâŚ
Yes @dalto , thank for your kind reply.
I called the guy on remote site and it do the job, now Itâs fixed an system is now up an running again.
Arch is very solid error proof system. I love it
With Systemd there is an easy way to do this on every startup. With certain server stories this is probably not always feasible which is due to the long runtimes.
Source:https://www.freedesktop.org/software/systemd/man/systemd-fsck@.service.html
So you can also do everything at startup automatically:
sudo nano /etc/kernel/cmdline
So you can also do everything at startup automatically.
Add at the end of the line:
fsck.mode=preen
At each restart now automatically file system errors are fixed if they are possible.
Well, thank for your kind advice Sir, Is much cool trigger an automatic fsck on every boot for my server too.
So Iâm apply this change absolutely yes. Also Iâm bookmarked this for reference.
Thank you again and welcome to EnOS community as well.