Im completely new to this so I don't know anything.
As of 2 days ago I wasn't able to boot up normally anymore, it sent me straight to the emergency mode. I did research and found my way into the shell where I entered mount -c
to check where the problem is (line 18, the one I wrote as a code line), then I entered vi /etc/fstab
to try to solve it and again, I'm new to this, so I don't see anything wrong with it, feel free to tell me if I'm being too vague or I phrased something wrong, english isn't my first language, thx in advance.
/dev/md3 /media/DATOS ext3 realtime, errors=remount-ro 0 1
realtime
as in "real time", should be insteadrelatime
, as in, "relative time" – Levente Feb 13 '21 at 17:44relatime,
anderrors=remount-ro
there should NOT be a space. It should be continuous like this:relatime,errors=remount-ro
– Levente Feb 13 '21 at 17:48