hi ya axacheng

> 
> fileserver:/# e2fsck -v -y /dev/hda
> bash: /sbin/e2fsck: Input/output error

you cannot run e2fsck on a "disk"... you need to run e2fsck on
ext2 partitions
        e2fsck /dev/hda1
        e2fsck /dev/hda2 ...

        NOTE... do NOT run e2sck on your mounted "root partition"
        ( read the warnings you would be getting especially root
        partition...

        ( ie... dont do -v -y in your example.... or you'd
        ( be creating major problems on your machines

the error messages may be real or self-induced mis-leading errors...

if you do NOT have any of those seek errors in your logs, than
i'd not worry about your disk yet ...

am assuming that there are no such warnings other than
on Mar 15 03:09.... which is exactly the same time you rand the
erroneous e2fsck command

if yu do have tons of these error at all times of the day and nights
than you have a dying disks...
        - copy off all your data to a new backup disks

        - start replacing the ide cables and wiggle it and see
        if there is good connections or shorts or other whacky stuff

c ya
alvin


> then,i check /var/log/mesagg
> 
> fileserver:/# tail -10 /var/log/messages
> Apr 15 03:09:37 fileserver kernel: ide0: reset: success
> Apr 15 03:09:37 fileserver kernel: hda: set_geometry_intr: status=0x61 { 
> DriveReady DeviceFault Error }
> Apr 15 03:09:37 fileserver kernel: hda: set_geometry_intr: error=0x04 { 
> DriveStatusError }
> Apr 15 03:09:37 fileserver kernel: end_request: I/O error, dev 03:03 (hda), 
> sector 37492776
> Apr 15 03:09:37 fileserver kernel: hda: recal_intr: status=0x61 { DriveReady 
> DeviceFault Error }
> Apr 15 03:09:37 fileserver kernel: hda: recal_intr: error=0x04 { 
> DriveStatusError }
> Apr 15 03:09:37 fileserver kernel: ide0: reset: success
> Apr 15 03:09:37 fileserver kernel: hda: set_geometry_intr: status=0x61 { 
> DriveReady DeviceFault Error }
> Apr 15 03:09:37 fileserver kernel: hda: set_geometry_intr: error=0x04 { 
> DriveStatusError }
> Apr 15 03:09:37 fileserver kernel: ide0: reset: success
> 
> it seems, my harddisk crash?????or my kernel problem?
> 
> anybody knows how to solve this problem?? @_@
> 
> -- 
> Trust & Unique ... 
> axacheng <[EMAIL PROTECTED]>
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to