public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Swanson <chrisjswanson@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Make changes to read-only file system using RAM
Date: Tue, 21 Dec 2004 11:08:51 -0700	[thread overview]
Message-ID: <1bdcbebf04122110087de9d976@mail.gmail.com> (raw)

Hi,

    Has anyone seen any work done on a RAM based file system that
stores only changes to what would otherwise have been a read-only file
system?  For example, live Linux CD's rely on RAM file systems to
store directories/files that must be modified, but the majority of the
system is mounted read-only on the CD.  I was thinking it would be
really nice if we could mount a read-only medium (like a CD) in
read-write mode, and store only modifications in RAM.  This could give
the illusion of a true read-write medium, and the RAM file system
would just grow as more changes are made.
    I have searched around a bit and found nothing like this. 
Unfortunately, I have no kernel programming experience (although I'd
love to learn).  I was wondering if anyone has tried something similar
in the past.  Also, if anyone with more experience can see any reason
why this is impossible or impractical, I would love to hear it, before
I come to the same conclusion many months down the line.

Thanks for your time,
Chris

             reply	other threads:[~2004-12-21 18:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-21 18:08 Chris Swanson [this message]
2004-12-21 18:15 ` Make changes to read-only file system using RAM Brad Fitzpatrick
2004-12-21 21:05   ` Gergely Tamas
2004-12-22  2:24   ` Phil Lougher
2004-12-22  2:27     ` Phil Lougher
2004-12-22  8:37       ` Chris Swanson

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=1bdcbebf04122110087de9d976@mail.gmail.com \
    --to=chrisjswanson@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox