0

I am new in Ubuntu and I have a problem to boot my system. I was running a program that my system was locked so I decided to shut down my system physically, actually the other keys didn't work. Then when I tried to start it again, I found myself in the emergency mood and I can't quit from this mood. I searched the net and I found that I should edit the etc/fstab. But my problem is that any command that I run here is known as wrong. Here you can see a screenshot of my labtop. Any help is appreciated.

heynnema
  • 73,649

1 Answers1

0

Let's check your file system...

  • boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode
  • open a terminal window by pressing Ctrl+Alt+T
  • type sudo fdisk -l
  • identify the /dev/sdXX device name for your "Linux Filesystem"
  • type sudo fsck -f /dev/sdXX, replacing sdXX with the number you found earlier
    • sudo fsck -f /dev/sda9
  • repeat the fsck command if there were errors
  • type reboot
heynnema
  • 73,649