1 Answer
The reason for this error was an entry in /etc/fstab that pointed to partition UUID that was no longer exists.
The solution was to remove the unwanted fstab entry or uncommand the fstab entry.
for example,
#vim /etc/fstab
Remove the entry of the device that no longer exists
Your Answer