Tero Mäntyvaara wrote:
Is there a way to recover single file at ext3 file system? Is it usable
in Debian Etch, if there is a way?
If you mean recovering a deleted file, then no. The ext3 file system
does not allow for recovery of deleted files.
George.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
04-21-2008, 11:56 AM
Tero Mäntyvaara
Ext3 file recovery
George Borisov wrote:
Tero Mäntyvaara wrote:
Is there a way to recover single file at ext3 file system? Is it
usable in Debian Etch, if there is a way?
If you mean recovering a deleted file, then no. The ext3 file system
does not allow for recovery of deleted files.
George.
Yes, I meant file deletion.
Tero Mäntyvaara
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
04-21-2008, 12:14 PM
Ron Johnson
Ext3 file recovery
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 04/21/08 06:56, Tero Mäntyvaara wrote:
> George Borisov wrote:
>> Tero Mäntyvaara wrote:
>>> Is there a way to recover single file at ext3 file system? Is it
>>> usable in Debian Etch, if there is a way?
>>
>> If you mean recovering a deleted file, then no. The ext3 file system
>> does not allow for recovery of deleted files.
>>
>>
>> George.
>>
>>
>
> Yes, I meant file deletion.
If you unmounted the volumed quickly after the deletion, then Google
for ext3grep. It *may* recover your file. If you did *not* quickly
unmount the partition, then all is lost.
- --
Ron Johnson, Jr.
Jefferson LA USA
We want... a Shrubbery!!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
04-21-2008, 12:16 PM
George Borisov
Ext3 file recovery
Tero Mäntyvaara wrote:
Yes, I meant file deletion.
From http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
---
Q: How can I recover (undelete) deleted files from my ext3 partition?
Actually, you can't! This is what one of the developers, Andreas Dilger,
said about it:
In order to ensure that ext3 can safely resume an unlink after a crash,
it actually zeros out the block pointers in the inode, whereas
ext2 just marks these blocks as unused in the block bitmaps and marks
the inode as "deleted" and leaves the block pointers alone.
Your only hope is to "grep" for parts of your files that have been
deleted and hope for the best.
---
:-(
George.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
04-21-2008, 12:25 PM
Sven Joachim
Ext3 file recovery
On 2008-04-21 13:40 +0200, George Borisov wrote:
> Tero Mäntyvaara wrote:
>> Is there a way to recover single file at ext3 file system? Is it
>> usable in Debian Etch, if there is a way?
>
> If you mean recovering a deleted file, then no. The ext3 file system
> does not allow for recovery of deleted files.
That's the official position, but read the following fascinating story
by somebody who had not deleted a single file, but rather his whole home
directory:
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
04-21-2008, 12:39 PM
George Borisov
Ext3 file recovery
Sven Joachim wrote:
That's the official position, but read the following fascinating story
by somebody who had not deleted a single file, but rather his whole home
directory: