"Tedi Tejo Yuwono" <[EMAIL PROTECTED]> wrote on 12/12/2003 03:48:25 PM:
> Hi, > Linux saya (Redhat 9) kena kernel panic setelah saya iseng2 coba perintah > :((:(( e2fsck -ncvf /etc/hda3. > Apakah saya bisa perbaiki ya??? soalnya males install segalanya dari awal > lagi :(( > katanya filesystemnya rusak jadi nggak bisa dimount. saya coba pakai > installer terus rescue .. dia juga nggak bisa menemukan existing > file system :(( > BIsakah diselamatkan ?? > > REgards, > > TEdi To use e2fsck to check a file system, issue the command with the device name and the options a (automatically correct errors) and v (verbose output): e2fsck -av /dev/hda1 This command checks and repairs any problems on the /dev/hda1 (or whatever device driver you specify) partition. If any corrections are made to a partition, you should reboot the machine as soon as possible to allow the system to resync its tables. Whenever possible, it is a good idea to unmount the file system before checking it, because this can prevent problems with open files. Of course, you canât unmount the primary root partition while running from it, but you can boot from a boot floppy which contains the check utilities and start them from the floppy. Best Regards, Jhon Ramawi Putra
