-1

i am getting this type of problem,when i open my computer(continue to wait or press s to skip mounting or m for manual recovery)

please help me regarding this

1 Answers1

0

From observing your short question, I'm led to believe one of your UUID's are incorrect in /etc/fstab

What you could do as Step 1, is to type:

    sudo blkid

then for Step 2 type:

    sudo nano /etc/fstab

and compare the UUID's of all listed devices between the blkid output and your fstab file.

If any information does not match, edit fstab as root and correct the discrepancies.

Ben
  • 1,476