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
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
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.
sudo blkid
, and the output of sudo nano /etc/fstab
(you could also do sudo cat /etc/fstab
. Do your device UUID's match? If not, edit /etc/fstab
so they do match.
– Ben
Jun 30 '14 at 12:52
sudo
. Type ls -l /etc/fstab
and post output.
– Ben
Jun 30 '14 at 13:51
[sudo] blkid
and[sudo] cat /etc/fstab
please. – Pabi Jun 30 '14 at 11:59