From: DervishD <lkml@dervishd.net>
To: "Ph. Marek" <philipp.marek@bmlv.gv.at>
Cc: linux-kernel@vger.kernel.org
Subject: Re: ext2 on flash memory
Date: Thu, 14 Jun 2007 01:02:05 +0200 [thread overview]
Message-ID: <20070613230205.GA4815@DervishD> (raw)
In-Reply-To: <200706131516.41142.philipp.marek@bmlv.gv.at>
Hi Philipp :))
* Ph. Marek <philipp.marek@bmlv.gv.at> dixit:
> > I was just wondering if, apart from the excessive wear, there were
> > other reasons. One of the reasons I would like to use a good filesystem
> > for a pendrive is to be able to store file metadata (UID, GID, mode,
> > etc.) properly, for example to store a "live" copy of my home dir in the
> > pendrive.
> If it would be enough to have a backup (with meta-data), that needs some
> software to be read again, you could also try fsvs (http://fsvs.tigris.org).
>
> That does a full filesystem versioning (with owner, group, mode and mtime)
> into a subversion repository. This would have the benefit that you could keep
> the "prefered" filesystem, but have a (versioned!) backup of your data.
Your message is very peculiar... because I already have a similar
thing working on my system ;))) I tried FSVS and I didn't like it fully
(don't ask me why, I don't even remember, that was a time ago), so I
wrote my own system.
Instead of a complex solution, I opted for a simple (but ad-hoc)
solution, writing a pre-commit-hook in Perl and a couple of files to
store the metadata. Very simple but I have all my system configuration
files (and other files that I want to have versioned) under SVN.
Thanks for your suggestion anyway, because I think that the concept
(having versioned system files) is interesting and very useful :))
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!
next prev parent reply other threads:[~2007-06-13 22:03 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-11 10:13 ext2 on flash memory DervishD
2007-06-11 11:11 ` Eduard-Gabriel Munteanu
2007-06-11 11:57 ` USB remote control missing keycodes Islam Amer
2007-06-11 15:02 ` Jiri Kosina
2007-06-13 14:08 ` Islam Amer
2007-06-13 14:58 ` Jiri Kosina
2007-06-13 15:17 ` Dmitry Torokhov
2007-06-13 15:44 ` Jiri Kosina
2007-06-13 15:58 ` Islam Amer
2007-06-13 16:17 ` Jiri Kosina
2007-06-14 12:19 ` Islam Amer
2007-06-14 12:30 ` Jiri Kosina
2007-06-15 10:15 ` Jiri Kosina
2007-06-15 10:51 ` Jiri Kosina
2007-06-17 10:57 ` Islam Amer
2007-06-18 11:42 ` Jiri Kosina
2007-06-15 17:55 ` Phillip Susi
2007-06-11 17:36 ` ext2 on flash memory DervishD
2007-06-13 13:16 ` Ph. Marek
2007-06-13 23:02 ` DervishD [this message]
2007-06-14 5:16 ` Ph. Marek
2007-06-11 14:58 ` alan
2007-06-11 17:42 ` DervishD
2007-06-11 19:27 ` Juergen Beisert
2007-06-13 13:48 ` DervishD
2007-06-14 19:36 ` Jan Knutar
2007-06-14 20:07 ` DervishD
2007-06-11 23:53 ` Kevin K
2007-06-12 0:35 ` Kevin Bowling
2007-06-12 1:18 ` Bernd Eckenfels
2007-06-13 13:44 ` DervishD
2007-06-12 7:53 ` Juergen Beisert
2007-06-12 13:29 ` Eduard-Gabriel Munteanu
2007-06-12 16:46 ` Eduard-Gabriel Munteanu
2007-06-13 13:43 ` DervishD
2007-06-12 21:09 ` Jason Lunz
2007-06-13 6:49 ` Juergen Beisert
2007-06-14 17:45 ` Jörn Engel
2007-06-14 18:22 ` Jörn Engel
2007-06-14 20:20 ` DervishD
2007-06-14 20:43 ` Jörn Engel
2007-06-15 16:20 ` DervishD
2007-06-15 16:27 ` Jörn Engel
2007-06-14 20:17 ` DervishD
2007-06-14 20:38 ` Jörn Engel
2007-06-15 16:16 ` DervishD
2007-06-15 16:36 ` Jörn Engel
-- strict thread matches above, loose matches on Subject: below --
2007-06-11 11:53 Tomasz Chmielewski
2007-06-12 0:17 ` Arnd Bergmann
2007-06-14 16:38 ` Jörn Engel
2007-06-14 17:19 ` Tomasz Chmielewski
2007-06-14 17:46 ` Jörn Engel
2007-06-14 22:46 ` DervishD
2007-06-15 12:08 ` Jörn Engel
2007-06-15 16:22 ` DervishD
2007-06-15 16:22 ` Jörn Engel
2007-06-18 11:31 ` DervishD
2007-06-14 21:40 Tomasz Chmielewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070613230205.GA4815@DervishD \
--to=lkml@dervishd.net \
--cc=linux-kernel@vger.kernel.org \
--cc=philipp.marek@bmlv.gv.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.