Imrank Asked: 2017-10-02 03:08:53 +0800 CST2017-10-02 03:08:53 +0800 CST 2017-10-02 03:08:53 +0800 CST Emergency Mode due to disk corruption [duplicate] 772 I am writing to save others time if they get into an issue and end up in Emergency Mode due to a corrupt entry in /etc/fstab. This has already been asked, but I couldn't get the resolution quickly and had to dig a lot. fstab 1 Answers Voted Best Answer Imrank 2017-10-02T03:08:53+08:002017-10-02T03:08:53+08:00 I simply edited the /etc/fstab using sudo nano /etc/fstab and removed the recently added partition entry from the file. Mine was /dev/sda2 which I removed. Then I rebooted using sudo systemctl reboot and it worked. Taken from this answer to the question “Welcome to emergency mode!” Think it is a fsck problem.
I simply edited the
/etc/fstab
usingand removed the recently added partition entry from the file. Mine was
/dev/sda2
which I removed.Then I rebooted using
sudo systemctl reboot
and it worked.Taken from this answer to the question “Welcome to emergency mode!” Think it is a fsck problem.