File: README

package info (click to toggle)
funionfs 0.4.3-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,256 kB
  • ctags: 186
  • sloc: sh: 8,876; ansic: 3,032; makefile: 62
file content (34 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
	FunionFS - An union filesystem for FUSE 

Funionfs is a filesystem which concatenate two or more directories. These directories are hierarchised by Funionfs. Typically, you could use a mounted filesystem wich is in read-only where you only read files and an upper filesystem (empty at the start of the system) where you write modifications.
Funionfs is very useful for embedded linux (the system must resist powerfail) and for live-cd Linux.

This library is released under the GPL license

Well, FunionFS is an hobby project.
I'm working on it when i have time (and i don't have so much). So, it's difficult to plan a schedule for the project developments.

**If you have any idea of interesting features, you could send them to me.**
**If you want to help creating this program, you're welcome !**

Legal note: 

  Copyright (C) 2005  Stephane APIOU

  funionfs is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA