Re: Recovering deleted file by editing inode..

2009-05-27 Thread Manish Katiyar
On Wed, May 27, 2009 at 1:18 PM, Siddharth Chandra wrote: > > > On Mon, May 25, 2009 at 9:04 AM, ranjith kannikara < > ranjithkannik...@gmail.com> wrote: > >> >> Hi, >> We are a team of prefinal year computer science engineering students from >> kerala.We are trying to design an application which

Re: Recovering deleted file by editing inode..

2009-05-27 Thread Siddharth Chandra
On Mon, May 25, 2009 at 9:04 AM, ranjith kannikara < ranjithkannik...@gmail.com> wrote: > > Hi, > We are a team of prefinal year computer science engineering students from > kerala.We are trying to design an application which can recover deleted data > from the ext3 filesystem. And we are doing i

Re: Recovering deleted file by editing inode..

2009-05-25 Thread Manish Katiyar
On Tue, May 26, 2009 at 8:03 AM, ranjith kannikara < ranjithkannik...@gmail.com> wrote: > Hi, > First we were using the tool logdump in debugfs, and now we use the jls and > jcat. The recovery works fine now it shows the recover file atonce and is > available also. Can you post what was the pro

Re: Recovering deleted file by editing inode..

2009-05-25 Thread ranjith kannikara
Hi, First we were using the tool logdump in debugfs, and now we use the jls and jcat. The recovery works fine now it shows the recover file atonce and is available also. rgards ranju. -- http://www.ranjithkannikara.blogspot.com/

Re: Recovering deleted file by editing inode..

2009-05-25 Thread Mulyadi Santosa
Hi all Just sharing thoughts maybe we need to do fsync() here? regards, Mulyadi. On Mon, May 25, 2009 at 1:05 PM, SandeepKsinha wrote: > On Mon, May 25, 2009 at 11:27 AM, ranjith kannikara > wrote: >> Hi, >> Meanwhile there is another problem that if we delete a file and then unmount >>

Re: Recovering deleted file by editing inode..

2009-05-24 Thread ranjith kannikara
Hi, Meanwhile there is another problem that if we delete a file and then unmount the device. Re-mount it and try debugfs, the journal entries doesn't show the details of the deleted file. -- http://www.ranjithkannikara.blogspot.com/

Re: Recovering deleted file by editing inode..

2009-05-24 Thread SandeepKsinha
On Mon, May 25, 2009 at 11:47 AM, ranjith kannikara wrote: > > > On Mon, May 25, 2009 at 11:35 AM, SandeepKsinha > wrote: >> >> On Mon, May 25, 2009 at 11:27 AM, ranjith kannikara >> wrote: >> > Hi, >> > Meanwhile there is another problem that if we delete a file and then >> > unmount >> > the d

Re: Recovering deleted file by editing inode..

2009-05-24 Thread ranjith kannikara
On Mon, May 25, 2009 at 11:35 AM, SandeepKsinha wrote: > On Mon, May 25, 2009 at 11:27 AM, ranjith kannikara > wrote: > > Hi, > > Meanwhile there is another problem that if we delete a file and then > unmount > > the device. Re-mount it and try debugfs, the journal entries doesn't show > > the de

Re: Recovering deleted file by editing inode..

2009-05-24 Thread SandeepKsinha
On Mon, May 25, 2009 at 11:27 AM, ranjith kannikara wrote: > Hi, > Meanwhile there is another problem that if we delete a file and then unmount > the device. Re-mount it and try debugfs, the journal entries doesn't show > the details of the deleted file. > > try this: Delete a file. unmount. try

Re: Recovering deleted file by editing inode..

2009-05-24 Thread SandeepKsinha
On Mon, May 25, 2009 at 9:04 AM, ranjith kannikara wrote: > > Hi, > We areĀ  a team of prefinal year computer science engineering students from > kerala.We are trying to design an application which can recover deleted data > from the ext3 filesystem. And we are doing it by editing the inode of the

Re: Recovering deleted file by editing inode..

2009-05-24 Thread Manish Katiyar
On Mon, May 25, 2009 at 9:04 AM, ranjith kannikara < ranjithkannik...@gmail.com> wrote: > > Hi, > We are a team of prefinal year computer science engineering students from > kerala.We are trying to design an application which can recover deleted data > from the ext3 filesystem. And we are doing i

Recovering deleted file by editing inode..

2009-05-24 Thread ranjith kannikara
Hi, We are a team of prefinal year computer science engineering students from kerala.We are trying to design an application which can recover deleted data from the ext3 filesystem. And we are doing it by editing the inode of the deleted file with the help of debugfs. As you told the 'modify_inode'