<div dir="ltr"><div>Thanks Martijn for your answer.</div>
<div>&nbsp;</div>
<div>I tried fsdump but it did not work I got a FileStorageFormatError...</div>
<div>&nbsp;</div>
<div>Is there any other way&nbsp;I can obtain&nbsp;the needed paramater (position)&nbsp;for the truncate function where the CorruptedDataError occured?</div>
<div>&nbsp;</div>
<div>Another question, is there a way of extracting all data or transaction between two dates?<br><br></div>
<div class="gmail_quote">On Thu, Jul 31, 2008 at 4:21 PM, Martijn Pieters <span dir="ltr">&lt;<a href="mailto:mj@zopatista.com">mj@zopatista.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Thu, Jul 31, 2008 at 10:48 PM, Remy Pinsonnault<br>&lt;<a href="mailto:remypinsonnault@gmail.com">remypinsonnault@gmail.com</a>&gt; wrote:<br>&gt; For an unknown reason, it seems our data.fs got corrupted last night. In the<br>
&gt; event.log I can see the following:<br><br></div>
<div class="Ih2E3d">&gt; CorruptedDataError: Error reading oid 0x086540. &nbsp;Found<br>&gt; &#39;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&#39;<br>
&gt; at 10020462<br><br></div>You have 2 pieces of info there, the oid and the file position. You<br>could use fsdump to verify the oid and position, then truncate the<br>file at that position. Short recipe (may be outdated a bit) of the<br>
procedure:<br><br>&nbsp;<a href="http://kelpi.com/script/018315" target="_blank">http://kelpi.com/script/018315</a><br><br>I certainly have performed truncations like that in the past.<br><br>--<br><font color="#888888">Martijn Pieters<br>
</font></blockquote></div><br></div>