All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] mini_fo-0.6.0 overlay file system
@ 2005-05-09 18:40 Markus Klotzbuecher
  2005-05-10  6:07 ` Eric Lammerts
  2005-05-12 12:18 ` Jörn Engel
  0 siblings, 2 replies; 18+ messages in thread
From: Markus Klotzbuecher @ 2005-05-09 18:40 UTC (permalink / raw)
  To: linux-kernel

mini_fo is a virtual kernel filesystem that can make read-only file
systems writable. This is done by redirecting modifying operations to
a writeable location called "storage directory", and leaving the
original data in the "base directory" untouched. When reading, the
file system merges the modifed and original data so that only the
newest versions will appear. This occurs transparently to the user,
who can access the data like on any other read-write file system.

mini_fo was originally developed for use in embedded systems, and
therefore is lightweight in terms of module size (~50K), memory usage
and storage usage. Nevertheless it has proved usefull for other
projects such as live cds or for sandboxing and testing.

For more information and download of the sources visit the project
page:

http://www.denx.de/twiki/bin/view/Know/MiniFOHome

ChangeLog for mini_fo-0-6-0:
   - support for 2.4 and 2.6 kernels.
   - mini_fo now implements all file system operations.
   - many bugfixes and code cleanup.


Markus Klotzbuecher

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [ANNOUNCE] mini_fo-0.6.0 overlay file system
@ 2005-05-09 18:27 Markus Klotzbuecher
  2005-05-10 10:57 ` Pantelis Antoniou
  0 siblings, 1 reply; 18+ messages in thread
From: Markus Klotzbuecher @ 2005-05-09 18:27 UTC (permalink / raw)
  To: linuxppc-embedded

mini_fo is a virtual kernel filesystem that can make read-only file
systems writable. This is done by redirecting modifying operations to
a writeable location called "storage directory", and leaving the
original data in the "base directory" untouched. When reading, the
file system merges the modifed and original data so that only the
newest versions will appear. This occurs transparently to the user,
who can access the data like on any other read-write file system.

mini_fo was originally developed for use in embedded systems, and
therefore is lightweight in terms of module size (~50K), memory usage
and storage usage. Nevertheless it has proved usefull for other
projects such as live cds or for sandboxing and testing.

For more information and download of the sources visit the project
page:

http://www.denx.de/twiki/bin/view/Know/MiniFOHome

ChangeLog for mini_fo-0-6-0:
   - support for 2.4 and 2.6 kernels.
   - mini_fo now implements all file system operations.
   - many bugfixes and code cleanup.


Markus Klotzbuecher

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2005-05-13 21:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09 18:40 [ANNOUNCE] mini_fo-0.6.0 overlay file system Markus Klotzbuecher
2005-05-10  6:07 ` Eric Lammerts
2005-05-10 15:29   ` Lee Revell
2005-05-10 15:42     ` Arjan van de Ven
2005-05-10 17:01   ` Markus Klotzbuecher
2005-05-12 12:18 ` Jörn Engel
2005-05-12 16:44   ` Markus Klotzbuecher
2005-05-13  3:18     ` Kyle Moffett
2005-05-13  8:01       ` Jörn Engel
2005-05-13 11:26         ` Kyle Moffett
2005-05-13 12:24           ` Jörn Engel
2005-05-13 20:57             ` Kyle Moffett
2005-05-13 12:49       ` Jan Blunck
2005-05-13 20:18       ` Markus Klotzbuecher
  -- strict thread matches above, loose matches on Subject: below --
2005-05-09 18:27 Markus Klotzbuecher
2005-05-10 10:57 ` Pantelis Antoniou
2005-05-10 17:29   ` Markus Klotzbuecher
2005-05-12  5:57     ` Pantelis Antoniou

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.