0

This question duplicated with this. I asked for answer this question. Because I cannot answer the original question because I don't have 10 reputations.

After hard reset I've encountered with:

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)
efkan
  • 1,389
  • You do have more than 10 reputation points. – M. Becerra Dec 15 '16 at 15:51
  • Yes you're right. However, 100 reputations have already come automatically because of I member of other stack sites. I guess, after 111 rep I can answer the questions :) – efkan Dec 15 '16 at 16:33

1 Answers1

3

Actually the solution is easy just write the command of fsck /dev/sdax like the below and give Y if the console ask for fixing something:

(initramfs) fsck /dev/sda1

or

(initramfs) fsck /dev/sdaX

X specifies mounted disk part number.

efkan
  • 1,389