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.
Asked
Active
Viewed 1,565 times
1 Answers
0
Let's check your file system...
- boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode
- open a
terminalwindow 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, replacingsdXXwith the number you found earliersudo fsck -f /dev/sda9
- repeat the
fsckcommand if there were errors - type
reboot
heynnema
- 73,649