Minggu, 29 Juli 2012

0

"Don't Panic" Fix System Error di Linux

  • Minggu, 29 Juli 2012
  • AcehCyber
  • #Kasus
    Mungkin buat linuxer enggk asing lagi dengan Fix System di Linux, saya sendiri pernah beberapa kali mengalami hal seperti ini, pas ketika mou boot ke linux ada proses checking disk tapi enggk sampe seratus 100% checkingnya berjalan, linuxnya kembali restart


    #Solusi
    • Gunakan CD Debian atau bisa juga menggunakan Debian live 
    • Booting dan masuk ke menu recover debian 
    • Ketik Perintah fdisk -l  untuk melihat tabel partisi ext3 dari partisi utama linux
    • Misalnya di partisi : /dev/sda7 linux
    • Kemudian untuk memperbaiki sistem utama linux ketikan perintah  : fsck /dev/sda7


    #Result dari perbaikan system utama linux

       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1       12735   102293856    7  HPFS/NTFS
    /dev/sda2           12736       60560   384148066    f  W95 Ext'd (LBA)
    /dev/sda5           12736       25483   102398278+   7  HPFS/NTFS
    /dev/sda6           25484       50979   204796588+   7  HPFS/NTFS
    /dev/sda7           50980       60317    74999808   83  Linux
    /dev/sda8           60317       60560     1951744   82  Linux swap / Solaris

    Disk /dev/sdb: 2000 MB, 2000683008 bytes
    16 heads, 32 sectors/track, 7632 cylinders
    Units = cylinders of 512 * 512 = 262144 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xc3072e18

       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *          16        7632     1949760    b  W95 FAT32
    root@debian:~# fsck -h
    fsck from util-linux-ng 2.17.2
    root@debian:~# fsck /dev/sda7
    fsck from util-linux-ng 2.17.2
    e2fsck 1.41.12 (17-May-2010)
    /dev/sda7 contains a file system with errors, check forced.
    Pass 1: Checking inodes, blocks, and sizes
    Inodes that were part of a corrupted orphan linked list found.  Fix<y>? yes

    Inode 2023445 was part of the orphaned inode list.  FIXED.
    Inode 2023446 was part of the orphaned inode list.  FIXED.
    Inode 2023447 was part of the orphaned inode list.  FIXED.
    Inode 2023448 was part of the orphaned inode list.  FIXED.
    Inode 2023479 was part of the orphaned inode list.  FIXED.
    Inode 2023480 was part of the orphaned inode list.  FIXED.
    Inode 2023486 was part of the orphaned inode list.  FIXED.
    Inode 2023487 was part of the orphaned inode list.  FIXED.
    Inode 2023489 was part of the orphaned inode list.  FIXED.
    Inode 2023490 was part of the orphaned inode list.  FIXED.

    0 Responses to “"Don't Panic" Fix System Error di Linux”


    *Important - If you want to be informed of any replies to your comment, check the "Subscribe By Email" before submitting. Please Do Not Spam

    Posting Komentar