Hezke odpoledne,<br><br>neni to mozne uz jen proto ze ext3 je zurnalovaci souborovy system . Nekde doporucuji mount ext3 jako ext2 a pouzit undeletovaci utility pro ext2 jako je &quot;unrm&quot; , ale to nefunguje . Jedina sance je ty data vytahnout pomoci GREPu , ale to je asi taky osemetne . Taky se mi to stalo a nekolik hodin jsem hledal na netu jak na to . <br>
<br>Osobne mi pomohlo tohle :<br><br><br>To recover anything from ext3, first umount the partition !<br>
Here is the line that helped me recover some web scripts:<br> <br>
grep --binary-files=text -30 &quot;&lt;\%&quot; /dev/hda6 &gt;output<br> <br>
where:<br>
30  is the context to display (how many lines before/after)<br>
&quot;&lt;%&quot;  is the script delimiter, present in all the files I wanted to recover<br>
/dev/hda6 is the partition where the files resided<br> <br>
Then simply browse through output and select what you want.<br><br><br>PS. Potom mi jeste jeden kamarad , ktery je linuxovy guru poradil program v nize napsanem odkazu , ale to je akorat komfortnejsi grep.<br><br><a href="http://sourceforge.net/projects/giis/">http://sourceforge.net/projects/giis/</a><br>
<br>s pozdravem<br><br><br>snehulak<br><br><div class="gmail_quote">2008/5/2 Radim Götz &lt;<a href="mailto:palm_konf@geso.cz">palm_konf@geso.cz</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dobry den,<br>
neznate nejakou moznost jak u ext3 udělat undelete ?<br>
Zajima mne pouze osobní zkušenosti .<br>
<font color="#888888">Radim<br>
</font></blockquote></div><br>