Sunday, April 14, 2013

How to Fix a Linux file system error on backtrack Error: UNEXPECTED inconsistency; RUN fsck MANUALLY

This time my post would give dil inux how to resolve the message " Error: UNEXPECTED inconsistency; RUN fsck MANUALLY "on Linux during startup. This occurs because the file system on the hard drive or korupt error, the cause because there are already ente hard or too bad because the computer mematikkan correct procedure.

Simply follow the steps - these steps below:
  • Press the M button
  • Then enter the root password
  • Input code below

    root@root:~# fsck -f (Lokasi partisi file system yang error)
    
    Contoh :
    
    root@root:~# fsck -f /dev/sda5 
    /dev/sda5 contains a file system with errors, check forced. 
    Pass 1: Checking inodes, blocks, and sizes 
    Pass 2: Checking directory structure 
    Pass 3: Checking directory connectivity 
    Pass 4: Checking reference counts 
    Pass 5: Checking group summary information Free blocks count wrong 
    /dev/sda5: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sda5: ***** REBOOT *****
    root@root:~# reboot
    
    
  • If not successful, and the following message appears,

    root@root:~# fsck -f /dev/sda5 
    fsck from util-linux-ng 2.17.2 
    e2fsck 1.41.11 (14-Januari-2013) 
    fsck.ext2: No such file or directory while trying to open
     /dev/sda5
    
    The superblock could not be read or does not describe a correct 
    ext2 filesystem.  If the device is valid and it really contains an ext2 
    filesystem (and not swap or ufs or something else), then the 
    superblock is corrupt, and you might try running e2fsck 
    with an alternate superblock:     
    e2fsck -b 8193 
    
    
  • Then type the following command:

    root@root:~# e2fsck -b 8193 /dev/sda5
    e2fsck 1.41.11 (14-Januari-2012) 
    One or more block group descriptor checksums are invalid.  
    Fix? yes
    
    
    Group descriptor 0 checksum is invalid.  FIXED. 
    Group descriptor 1 checksum is invalid.  FIXED. 
    Group descriptor 2 checksum is invalid.  FIXED. 
    Group descriptor 3 checksum is invalid.  FIXED. 
    Group descriptor 4 checksum is invalid.  FIXED. 
    Group descriptor 5 checksum is invalid.  FIXED. 
    Group descriptor 6 checksum is invalid.  FIXED. 
    Group descriptor 7 checksum is invalid.  FIXED.
    ..
    .
    .
    .
    .
    .
    .
    /dev/sda5 contains a file system with errors, check forced. 
    Pass 1: Checking inodes, blocks, and sizes 
    Pass 2: Checking directory structure 
    Pass 3: Checking directory connectivity 
    Pass 4: Checking reference counts 
    Pass 5: Checking group summary information Free blocks count wrong 
    /dev/sda5: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sda5: ***** REBOOT *****
    root@root:~# reboot
    
Trick of me so good luck if it has not succeeded in the only way possible just reinstall your hard drive and bad,

Ditulis Oleh : Bagus Keren // 5:52 AM
Kategori:

0 komentar :

Post a Comment