hello.<br><br>I had problem with raid5 on my system. <br>after recovering of the array, I can not mount XFS that resides on it.<br>I've run xfs_check and xfs_repair (which fixed some errors) and now I can run them all day long without any errors.<br>
<br>but, when I try to mount that partition, I get:<br><br><pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">mount: /dev/md0: can't read superblock</pre>
<br>and there's <br><br><pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 98px; text-align: left;">Filesystem "md0": Disabling barriers, not supported by the underlying device<br>
attempt to access beyond end of device<br>md0: rw=0, want=123024384, limit=123023488<br>I/O error in filesystem ("md0") meta-data dev md0 block 0x75533f8 ("xfs_read_buf") error 5 buf count 4096<br>
XFS: size check 2 failed</pre><br><br>in the dmesg.<br><br><br>is there any way to "fix" this wrong size of XFS ?<br><br>thx.<br><br><br>