1828219 Members
1992 Online
109975 Solutions
New Discussion

msa1000 disk fault log

 
SOLVED
Go to solution
mark.M
Frequent Advisor

msa1000 disk fault log

show dmesg ........

SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 1656756488
EXT3-fs error (device sda1): ext3_find_entry: reading directory #103547075 offset 0

SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 1656756488
EXT3-fs error (device sda1): ext3_readdir: directory #103547075 contains a hole at offset 0
SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 646976344
EXT3-fs error (device sda1): ext3_find_entry: reading directory #40435812 offset 0

SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 646976344
EXT3-fs error (device sda1): ext3_find_entry: reading directory #40435812 offset 0

SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 646976344
EXT3-fs error (device sda1): ext3_find_entry: reading directory #40435812 offset 0
SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 646976344
EXT3-fs error (device sda1): ext3_readdir: directory #40435812 contains a hole at offset 0
SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 14686456
SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 14190584
SCSI error : <0 0 0 1> return code = 0x10000
end_request: I/O error, dev sda, sector 14190584
SCSI error : <0 0 0 1> return code = 0x10000

what is mean?
arrary disk fault change worked of new disk
but directory read error.... why? why?
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: msa1000 disk fault log

You have a bad disk.

This may be a disk array being mis-detected as a disk, but more likely is a bad disk or inaccessible LUN allocated to this machine via world wide name.

The disk needs to be replaced, or the LUN needs to be properly configured.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: msa1000 disk fault log

I think that could be an inode missing reference, pointing to an inaccesible disk block (EXT3-fs error - directory #40435812 contains a hole at offset 0).

Umount the filesystem and run fsck -f to check filesytem inconsistences.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
mark.M
Frequent Advisor

Re: msa1000 disk fault log

i will method of recovery Data?
please....
Ivan Ferreira
Honored Contributor

Re: msa1000 disk fault log

I didn't understood your last question.

If fsck do not fix the problem, the best way to recover data is from a backup. You MUST have always good backup plan.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?