Re: FileSystem Question





Manon Metten wrote:
Hi,

On my Debian GNU/Linux box I use ext3 file system. On my other platform
(AmigaOS) I use SmartFileSystem (SFS). Well, I don't know nothing about
file systems, but SFS has one feature I really miss in ext3: ".recycled".

Every file I delete or every file I overwrite, ends up in .recycled. This is very
useful when eg. retrieving a document (or every other file that gets overwritten
multiple times).

Eg: Say that I'm writing "my_doc" using OOo. When I save it for the first time,
it will be written to disk. When I save it the second time, the first copy will be
moved to .recycled where it gets a hex nr appended (eg: my_doc$AAA) and
the new version will be saved to disk.
So when I save my_doc five times, 4 copies end up in .recycled (my_doc$AAA,
my_doc$AAB, my_doc$AAC, my_doc$AAD). But I could easily save my_doc
a thousand times, and all copies end up in .recycled (well, actually, the max
number of copies .recycled stores depend on the settings but the limit is over
32,000).

Now after saving for the fifth time, I realize that I had accidentally deleted some
vital info. How can I retrieve that? I just open eg. .recycled/my_doc$AAB, copy
the info that was not deleted at that time and paste it in my current doc.

Now here's my question: Is there a file system for GNU/Linux with a similar
feature? I would at least like to have my ~ partition to use such a file system.

Greetings, Manon.


ext3cow does this but it is not in debian repos for some reason...

http://linux.slashdot.org/article.pl?sid=07/05/02/0413253


Sam


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • FileSystem Question
    ... On my Debian GNU/Linux box I use ext3 file system. ... I use SmartFileSystem (SFS). ...
    (Debian-User)
  • Re: extremely slow "ls" on a cleared fatty ext3 directory on FC4/5
    ... A stupid flat directory /tmp holding 5 millon files, ... but after a file system sync, ... for instance on a devoted /tmp partition, do a "df" on the directory after deleting everything and note that there is still substantial use of space which is the journal... ...
    (Fedora)
  • Re: extremely slow "ls" on a cleared fatty ext3 directory on FC4/5
    ... A stupid flat directory /tmp holding 5 millon files, ... locates on a ext3 file system with dir_index feature turned on. ... Rebooting won't fix this problem. ...
    (Fedora)
  • Re: formating external USB hard drive
    ... So I tried to format my usb hard drive with ext3 file system and I could ... when the disk is mounted. ...
    (Fedora)
  • Re: i just did a rm -rf /*r as root!!!
    ... I fear that any attempt at undeletion is doomed to failure. ... file system, metadata is zeroed when a file is deleted, so even if you ... find the deleted inodes, the lists of block numbers won't be there any ... I just verified that on an ext3 file system. ...
    (Fedora)