On 20/03/24 at 09:15, Jesper Dybdal wrote:
[Sorry for the accidental Danish-language subject line :-( ]

On 2024-03-19 21:47, Franco Martelli wrote:
On 19/03/24 at 15:43, Jesper Dybdal wrote:


My plan is to boot a rescue disk and mount that partition read-only. Then: * If the file looks ok after reboot, then I'll strongly suspect the RAM - and run memtest.
* Otherwise, I'll have to run fsck and see what happens.

kernel version:
root@nuser:~# uname -a
Linux nuser 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64 GNU/Linux

The partition in question is a RAID 1 controlled by md.

Another check you can perform it is on the RAID array, by default it runs on the first Sunday of each month at 00:57. You should have this file /etc/cron.d/mdadm that takes care to run this check monthly.
Good idea!  That should of course be done first.  It's running now.

Before you reboot, does it look OK /proc/mdstat ?
Yes, it seems ok.

I would suggest you to mount the filesystem yes read-only but also with the noload option ( … -o ro,noload … ) see "man mount" for a brief explanation.

Cheers

--
Franco Martelli

Reply via email to