• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H11-Mar-2007-51,08745,912

compat/H11-Mar-2007-624347

macros/H18-Jan-2007-3629

AUTHORSH A D18-Jan-2007455 129

BUGSH A D18-Jan-2007327 53

COPYINGH A D18-Jan-200717.6 KiB341281

ChangeLogH A D11-Mar-20072.6 KiB8477

INSTALLH A D18-Jan-20079.3 KiB237179

Makefile.amH A D18-Jan-2007455 2510

Makefile.inH A D11-Mar-200721 KiB667580

NEWSH A D11-Mar-20071.5 KiB4330

READMEH A D18-Jan-20071.5 KiB3521

TODOH A D18-Jan-2007641 1413

aclocal.m4H A D11-Mar-2007255.8 KiB7,2616,511

autogen.shH A D18-Jan-2007448 1510

config.guessH A D10-Aug-200643.2 KiB1,5011,289

config.h.inH A D11-Mar-20071.5 KiB5939

config.subH A D10-Aug-200631.7 KiB1,6091,465

configureH A D03-May-2022657.8 KiB20,60516,295

configure.acH A D18-Jan-2007671 2818

control.cH A D03-May-20225.4 KiB269219

depcompH A D11-Mar-200715.6 KiB531330

funionfs.hH A D03-May-20222.7 KiB12074

funionfs.manH A D18-Jan-20072.7 KiB7567

install-shH A D11-Mar-20079 KiB324189

ltmain.shH A D11-Mar-2006192.1 KiB6,8725,424

main.cH A D18-Jan-200733.5 KiB1,8361,500

missingH A D11-Mar-200710.8 KiB361268

path.cH A D18-Jan-200720.3 KiB1,067874

util.cH A D18-Jan-20071.2 KiB4620

README

1	FunionFS - An union filesystem for FUSE
2
3Funionfs 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.
4Funionfs is very useful for embedded linux (the system must resist powerfail) and for live-cd Linux.
5
6This library is released under the GPL license
7
8Well, FunionFS is an hobby project.
9I'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.
10
11**If you have any idea of interesting features, you could send them to me.**
12**If you want to help creating this program, you're welcome !**
13
14Legal note:
15
16  Copyright (C) 2005  Stephane APIOU
17
18  funionfs is free software; you can redistribute it and/or modify
19  it under the terms of the GNU General Public License as published by
20  the Free Software Foundation; either version 2 of the License, or
21  (at your option) any later version.
22
23  This program is distributed in the hope that it will be useful,
24  but WITHOUT ANY WARRANTY; without even the implied warranty of
25  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26  GNU General Public License for more details.
27
28  You should have received a copy of the GNU General Public License
29  along with this program; if not, write to the Free Software
30  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
31
32
33
34
35