X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.2 required=5.0 tests=BAYES_50,J_CHICKENPOX_42,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <26face530905180524j1b6bbb81xefcf353bc0bb48ec@mail.gmail.com> References: <26face530905180524j1b6bbb81xefcf353bc0bb48ec AT mail DOT gmail DOT com> From: dmccunney Date: Mon, 18 May 2009 09:00:23 -0400 Message-ID: Subject: Re: Mounting EXT2FS as Windows filesystem To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 On Mon, May 18, 2009 at 8:24 AM, Kelly Jones wrote: > 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? You need a driver. Windows doesn't grok ext2fs file systems without third-party assistance. Several exist. You can look at http://www.fs-driver.org/ (Freeware) and http://e2fsprogs.sourceforge.net/ext2.html (Open source) for a start. _____ Dennis Who isn't currently using either, and can't recommend based on personal experience -- 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/