6 Dec
2011
6 Dec
'11
5:08 p.m.
Am 06.12.2011 15:49, schrieb Ralf Mardorf:
[...] I run "rm", so a RAID wouldn't improve anything. Ext3 instead of ext4 might improve something?!
Generally, running 'rm' on a file means it's gone. It's the specification of 'rm'. Expecting something different means you're doing something wrong. If you want to undelete, you need some kind of log-based filesystem with rollback support. None of the ext* family can do that, and never could. The ext3/4 undelete tools are hacks, based on luck.