X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <13983894.post@talk.nabble.com> Date: Tue, 27 Nov 2007 17:14:20 -0800 (PST) From: joekrahn To: cygwin AT cygwin DOT com Subject: Re: Mounting tar files In-Reply-To: <474C9ED9.7000802@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: krahn AT niehs DOT nih DOT gov References: <474C9ED9 DOT 7000802 AT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Ignazio Di Napoli wrote: > > Hi all. > I want to copy my Cygwin installation on my SD card. Since it's formed > by many small files, and my flash memory performance is very poor with > such files, I was wondering if there is some way to mount a tar file, or > something like, even if in read-only way, searching in the archive if > the file is not found in the "normal" directory and writing everything > in the latter. > > Thank you, > Ignazio > An ISO-9660 image is sort of like a tar file, but with some extra overhead. It sounds like you are trying to do something like Knoppix. They use a compressed read-only filesystem for the base image, combined with a special read/write filesystem (based on symlinks, I think) that holds actual file data only for changed files. Doing this in Windows would not be easy. There are some programs around that mount ISO images as a virtual filesystem. But, if you have to install extra support software, what is the point of installing Cygwin on an SD card? If you want a portable Cygwin, why not put most of it onto a CD? -- View this message in context: http://www.nabble.com/Mounting-tar-files-tf4885060.html#a13983894 Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/