* Inherited Filesystem for Linux
@ 2004-04-16 16:37 Terry Barnaby
2004-04-16 17:49 ` Herbert Poetzl
0 siblings, 1 reply; 5+ messages in thread
From: Terry Barnaby @ 2004-04-16 16:37 UTC (permalink / raw)
To: linux-fsdevel
Hi,
Is there or is anyone working on an Inherited file sustem for Linux
(2.6.x kernels) ?
I have seen very old postings on this issue but nothing recent.
If not is there any good documentation on how to implement a kernel
filesystem ?
My application is a number of diskless nodes that I would like to share
a basic file system, but allowing each node to have differing files
for configuration differences etc. So any writes made to the
Inherited file system would result in a file copy from the underlying file
system and a write to the newly copied file.
Cheers
Terry
--
Dr Terry Barnaby BEAM Ltd
Phone: +44 1454 324512 Northavon Business Center, Dean Rd
Fax: +44 1454 313172 Yate, Bristol, BS37 5NH, UK
Email: terry@beam.ltd.uk Web: www.beam.ltd.uk
BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software
"Tandems are twice the fun !"
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Inherited Filesystem for Linux 2004-04-16 16:37 Inherited Filesystem for Linux Terry Barnaby @ 2004-04-16 17:49 ` Herbert Poetzl 2004-04-16 18:39 ` Szakacsits Szabolcs 2004-04-23 9:22 ` Terry Barnaby 0 siblings, 2 replies; 5+ messages in thread From: Herbert Poetzl @ 2004-04-16 17:49 UTC (permalink / raw) To: Terry Barnaby; +Cc: linux-fsdevel On Fri, Apr 16, 2004 at 05:37:47PM +0100, Terry Barnaby wrote: > Hi, > > Is there or is anyone working on an Inherited file sustem for Linux > (2.6.x kernels) ? > I have seen very old postings on this issue but nothing recent. > > If not is there any good documentation on how to implement a kernel > filesystem ? > > My application is a number of diskless nodes that I would like to share > a basic file system, but allowing each node to have differing files > for configuration differences etc. So any writes made to the > Inherited file system would result in a file copy from the underlying file > system and a write to the newly copied file. maybe this provides a good starting point: http://vserver.13thfloor.at/TBVFS/ best, Herbert > Cheers > > Terry > -- > Dr Terry Barnaby BEAM Ltd > Phone: +44 1454 324512 Northavon Business Center, Dean Rd > Fax: +44 1454 313172 Yate, Bristol, BS37 5NH, UK > Email: terry@beam.ltd.uk Web: www.beam.ltd.uk > BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software > "Tandems are twice the fun !" > - > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inherited Filesystem for Linux 2004-04-16 17:49 ` Herbert Poetzl @ 2004-04-16 18:39 ` Szakacsits Szabolcs 2004-04-23 9:22 ` Terry Barnaby 1 sibling, 0 replies; 5+ messages in thread From: Szakacsits Szabolcs @ 2004-04-16 18:39 UTC (permalink / raw) To: Herbert Poetzl; +Cc: Terry Barnaby, linux-fsdevel On Fri, 16 Apr 2004, Herbert Poetzl wrote: > maybe this provides a good starting point: > http://vserver.13thfloor.at/TBVFS/ http://vserver.13thfloor.at/TBVFS/index.php?page=Linux+Implementations Ovlfs is back, e.g. it's used by the SLAX LiveCD, kernel 2.4.25. http://ovlfs.sourceforge.net/ http://slax.linux-live.org/changelog.php I don't know how stable it is. Szaka ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inherited Filesystem for Linux 2004-04-16 17:49 ` Herbert Poetzl 2004-04-16 18:39 ` Szakacsits Szabolcs @ 2004-04-23 9:22 ` Terry Barnaby 2004-04-23 13:25 ` Herbert Poetzl 1 sibling, 1 reply; 5+ messages in thread From: Terry Barnaby @ 2004-04-23 9:22 UTC (permalink / raw) To: Herbert Poetzl; +Cc: Terry Barnaby, linux-fsdevel Hi Herbert, Thanks for setting up this Wiki for the template file system I have added a few bits if that is Ok ? Some words I notice missing from the Keywords and on the main page is "Inherited" and "IFS". This is sometimes used for this type of file system. Cheers Terry Herbert Poetzl wrote: > On Fri, Apr 16, 2004 at 05:37:47PM +0100, Terry Barnaby wrote: > >>Hi, >> >>Is there or is anyone working on an Inherited file sustem for Linux >>(2.6.x kernels) ? >>I have seen very old postings on this issue but nothing recent. >> >>If not is there any good documentation on how to implement a kernel >>filesystem ? >> >>My application is a number of diskless nodes that I would like to share >>a basic file system, but allowing each node to have differing files >>for configuration differences etc. So any writes made to the >>Inherited file system would result in a file copy from the underlying file >>system and a write to the newly copied file. > > > maybe this provides a good starting point: > > http://vserver.13thfloor.at/TBVFS/ > > best, > Herbert > > >>Cheers >> >>Terry >>-- >>Dr Terry Barnaby BEAM Ltd >>Phone: +44 1454 324512 Northavon Business Center, Dean Rd >>Fax: +44 1454 313172 Yate, Bristol, BS37 5NH, UK >>Email: terry@beam.ltd.uk Web: www.beam.ltd.uk >>BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software >> "Tandems are twice the fun !" >>- >>To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in >>the body of a message to majordomo@vger.kernel.org >>More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- Dr Terry Barnaby BEAM Ltd Phone: +44 1454 324512 Northavon Business Center, Dean Rd Fax: +44 1454 313172 Yate, Bristol, BS37 5NH, UK Email: terry@beam.ltd.uk Web: www.beam.ltd.uk BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software "Tandems are twice the fun !" ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Inherited Filesystem for Linux 2004-04-23 9:22 ` Terry Barnaby @ 2004-04-23 13:25 ` Herbert Poetzl 0 siblings, 0 replies; 5+ messages in thread From: Herbert Poetzl @ 2004-04-23 13:25 UTC (permalink / raw) To: Terry Barnaby; +Cc: Terry Barnaby, linux-fsdevel On Fri, Apr 23, 2004 at 10:22:17AM +0100, Terry Barnaby wrote: > Hi Herbert, > > Thanks for setting up this Wiki for the template file system > I have added a few bits if that is Ok ? sure, that's the whole idea behind it ;) > Some words I notice missing from the Keywords and on the main page > is "Inherited" and "IFS". This is sometimes used for this type of file > system. okay, I'll add them next time I do a backup ... > Cheers > > Terry best, Herbert > Herbert Poetzl wrote: > >On Fri, Apr 16, 2004 at 05:37:47PM +0100, Terry Barnaby wrote: > > > >>Hi, > >> > >>Is there or is anyone working on an Inherited file sustem for Linux > >>(2.6.x kernels) ? > >>I have seen very old postings on this issue but nothing recent. > >> > >>If not is there any good documentation on how to implement a kernel > >>filesystem ? > >> > >>My application is a number of diskless nodes that I would like to share > >>a basic file system, but allowing each node to have differing files > >>for configuration differences etc. So any writes made to the > >>Inherited file system would result in a file copy from the underlying file > >>system and a write to the newly copied file. > > > > > >maybe this provides a good starting point: > > > > http://vserver.13thfloor.at/TBVFS/ > > > >best, > >Herbert > > > > > >>Cheers > >> > >>Terry > >>-- > >>Dr Terry Barnaby BEAM Ltd > >>Phone: +44 1454 324512 Northavon Business Center, Dean Rd > >>Fax: +44 1454 313172 Yate, Bristol, BS37 5NH, UK > >>Email: terry@beam.ltd.uk Web: www.beam.ltd.uk > >>BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software > >> "Tandems are twice the fun !" > >>- > >>To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" > >>in > >>the body of a message to majordomo@vger.kernel.org > >>More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > > > -- > Dr Terry Barnaby BEAM Ltd > Phone: +44 1454 324512 Northavon Business Center, Dean Rd > Fax: +44 1454 313172 Yate, Bristol, BS37 5NH, UK > Email: terry@beam.ltd.uk Web: www.beam.ltd.uk > BEAM for: Visually Impaired X-Terminals, Parallel Processing, Software > "Tandems are twice the fun !" > - > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-04-23 13:25 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-04-16 16:37 Inherited Filesystem for Linux Terry Barnaby 2004-04-16 17:49 ` Herbert Poetzl 2004-04-16 18:39 ` Szakacsits Szabolcs 2004-04-23 9:22 ` Terry Barnaby 2004-04-23 13:25 ` Herbert Poetzl
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).