We have been using Ubuntu 22.04 LTS on a custom build PC. It had two hdd, one is primary where OS and other packages are installed and the second is for taking backup and storing big data files. Yesterday, we removed the secondary hdd to install it on another system. In the process we somehow damaged the connector (physical), so now it is sitting on the desk, waiting for a repair. But the problem we are concerned about came when we started out system (with primary disk still there). I booted into Emergency Mode directly.
Even rebooting the system into Advanced Options and selecting one of the recovery options, didn't give us the desired result i.e. a normal boot. We searched on the forum and fount this and we also think that we have fstab related problem. Here are the screenshots of the output that we get for sudo blkid
and cat /etc/fstab/
:
Can anybody please point out what the problem is with our system?
OR
At least what to do in order to find out the cause of this problem?
man fstab
tells me that it may be thenofail
option. Seemingly this might enable you to reactivate the line —while equipping it with this option— and then temporarily remove additional external disks at ease, without having to edit fstab each time. – Levente Jan 15 '24 at 00:41