1753307 Members
6245 Online
108792 Solutions
New Discussion юеВ

Re: FSCK ERROR

 
SOLVED
Go to solution
Miguel Carabano_1
Regular Advisor

FSCK ERROR

Hi,
#mount /dev/vgb_01/sgcind01 /fs01
vxfs mount: /dev/vgb_01/bdgmov is corrupted. needs checking

after:
#fsck -F vxfs /dev/vga_04/rsgcind01
log replay in progress
vxfs fsck: fsck read failure bno = 6357236, off = 0, len = 1024
file system check failure, aborting ...

Thanks

MC
3 REPLIES 3
Bill Hassell
Honored Contributor
Solution

Re: FSCK ERROR

The disk is damaged. fsck fixes logical problems with the directory and inode structures but cannot fix disk crashes or other I/O errors. You can verify that the disk contains errors by looking in /var/adm/syslog/syslog.log or testing the disk with:

dd if=/dev/vga_04/rsgcind01 of=/dev/null bs=128k

You'll an error where the first unreadable sector is located. You'll need to replace the disk and restore the volume group and logical volumes from your backup tapes.


Bill Hassell, sysadmin
Miguel Carabano_1
Regular Advisor

Re: FSCK ERROR

Hi,

That's right!

I have one controller bad on VA7100

Thanks
Miguel Carabano_1
Regular Advisor

Re: FSCK ERROR

Thanks!