[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Help! I need to undelete files on EXT3
- From: "Stephen C. Tweedie" <sct redhat com>
- To: Yves Crespin <Crespin Quartz Wanadoo fr>
- Cc: "Stephen C. Tweedie" <sct redhat com>, ext3-users redhat com
- Subject: Re: Help! I need to undelete files on EXT3
- Date: Wed, 5 Jun 2002 13:55:29 +0100
Hi,
On Wed, Jun 05, 2002 at 01:38:08PM +0200, Yves Crespin wrote:
> I have found in debugfs the following command : ls -d which list deleted
> entries
> deleted entries inode :
> <inode> (???) filename
>
> how can I link those inode to a new filename?
"modify_inode <nr>" will let you set the i_nlink to 1 and the dtime to
zero, then fsck will find the inode and place it into /lost+found.
> how can I know with block are used by those inodes?
That's the problem --- you can't. It does not use any blocks.
> do ext3 use contigues block?
It tries to but there is no guarantee.
--Stephen
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]