On 09/09/2012 05:11 PM, Julien Claassen wrote:
Hello everyone!
I'm sorry to post this here. I've just deleted two days worth of
recording work by accident or lack of concentration. It has just
happened. Any trick to get the files back. I think, nothing should have
been written on the partition yet. It's mostly .wav-files, so I can't
just grep the device file for the partition for some text. The computer
has one more partition, but it's smaller, so methods, that require a
full image of this partition are out.
Thanks for any advise! and kind regards
Julien
deleted. how? `rm -rf` ?
First of all: Immediately unmount or read-only-remount the partition
(mount -o remount,rw /dev/...) -- worst case SysRq+u (remount all
read-only), SysRq+b (reboot now), boot a live-CD rescue-system.
SysRq is "ALT-Gr+Print-Screen" on a most PC keyboards, not sure if
that's on your braille input device.
There's "e2undel", it's no fun but it may work.
http://e2undel.sourceforge.net/
good luck,
robin