Results 1 to 4 of 4

Thread: How to Solve fsck problem on my Raspberry Pi 3?

  1. #1
    Join Date
    2015-Oct
    Posts
    11

    Unhappy How to Solve fsck problem on my Raspberry Pi 3?

    I have installed Kali linux on my Raspberry pi 3,after using some time, power failure occurred. Now every time i boot up my Rpi 3 it starts checking disk and gave error that press CTRL+D for default boot and give root password for maintenance?

    I have search a lot of this problem but nothing working?
    All suggestions are highly appreciated.

    snapshot also attached.
    2.jpg
    Last edited by real0001; 2017-01-23 at 17:06. Reason: spelling mistakes in subject

  2. #2
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Hi real0001,

    pop the SD card into a linux machine and run

    sudo fdisk -l

    pick your sdcard (mmcblk1 in my example) and run

    sudo fsck /dev/mmcblk1p1 -y
    sudo fsck /dev/mmcblk1p2 -y

    That should do the trick

    Happy hacking,
    Re4son

  3. #3
    Join Date
    2015-Oct
    Posts
    11
    I Got following error
    Device Boot Start End Sectors Size Id Type
    /dev/sdb1 1 125000 125000 61M c W95 FAT32 (LBA)
    /dev/sdb2 125001 14334047 14209047 6.8G 83 Linux
    root@kali:~# sudo fsck /dev/sdb2 -y
    fsck from util-linux 2.28.2
    e2fsck 1.43.3 (04-Sep-2016)
    /dev/sdb2 is mounted.
    e2fsck: Cannot continue, aborting.

  4. #4
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Try "umount /dev/sdb2"

Similar Threads

  1. How may I solve this problem
    By MHamada in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-08-30, 06:40
  2. running fsck manually and block descriptor problem
    By furi07 in forum Installing Archive
    Replies: 1
    Last Post: 2017-06-02, 01:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •