X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=3.6 required=5.0 	tests=AWL,BAYES_50,J_CHICKENPOX_42,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Date: Mon, 18 May 2009 05:24:43 -0700
Message-ID: <26face530905180524j1b6bbb81xefcf353bc0bb48ec@mail.gmail.com>
Subject: Mounting EXT2FS as Windows filesystem
From: Kelly Jones <kelly.terry.jones@gmail.com>
To: cygwin@sourceware.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I just did:

dd if=/dev/zero of=test.fs bs=10000 count=10000
/usr/sbin/mke2fs.exe test.fs

to create an EXT2FS.

Question: how do I mount this so that Windows sees it as a regular
filesystem?

My goal is to create something that's both a single file and also a
filesystem. Reason: Mozy backup encrypts files but not filenames. If I
have a single file that's also a filesystem, I can just back that up
and filename encryption is automatic.

I tried doing this w/ ZIP files. Windows Explorer recongizes these as
"folders", but many Windows apps don't.

-- 
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.

--
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/

