Re: Retrieving audio from memory

2004-09-08 Thread Nikos Vassiliadis
Perhaps i should 've checked your mail's date before posting On Monday 06 September 2004 04:05, clayton rollins wrote: > OK, funny one. > > I accidentally deleted a media file... However, I did have the file > opened in kaboodle. > > The file appears to be intact in memory; I can listen to it

Re: Retrieving audio from memory

2004-09-08 Thread Nikos Vassiliadis
The file's data will be intact 'till kaboodle close(2)s the file. So check which files kaboodle has opened with fstat -p pid_of_kaboodle. The field SZ (size) will help you identify the file, and what you actually need is the INUM (inode number) field. I guess then you can use fsdb to try to recover

Re: Retrieving audio from memory

2004-09-05 Thread jason
clayton rollins wrote: OK, funny one. I accidentally deleted a media file... However, I did have the file opened in kaboodle. The file appears to be intact in memory; I can listen to it from start to finish. Kaboodle, unfortunately, doesn't have any "save" feature, so that's out. I'm wondering if t

Retrieving audio from memory

2004-09-05 Thread clayton rollins
OK, funny one. I accidentally deleted a media file... However, I did have the file opened in kaboodle. The file appears to be intact in memory; I can listen to it from start to finish. Kaboodle, unfortunately, doesn't have any "save" feature, so that's out. I'm wondering if there is some way I coul