X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=KjlOMI8S3zeHLHFO1Cn7rHE4pZ+B 9eVRYSYRuDSSQ8Lnd53TY+err7JlKTV5RD2fB4pTHXGe+i+C4+Sr0IG4SWj38KIy hTz5kk2eOEAEFGyZ9e+AvX0Al0KyoNgovi8Xayz0gVwyEw3zfnPUWXQuu0s9dPdo z7MB4tDqF5TV/FI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=xzPKL2fIoxK9XOk25OYaKy2EKzY=; b=UQ /i0kpGrA14vS3y+O0JKKijI7kJWC875Rrr+AVA0akof0r2uuP3dntnSSZc50guFg hytk35XCwE1StMbzjJJStt4V1/lTPqdHGHzhv9SKCGAirSO+ahTZ5qwI/IIVWK++ RFl7qp+c1+/Q/OrqwTkx/lYoHgxA6167yYWCPiICQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=the, psverdrupyahoocom, U*psverdrup, sk:psverdr X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Is there a partitioning toll and file system tool in cygwin? From: Warren Young In-Reply-To: <158047847.671826.1463062600325.JavaMail.yahoo@mail.yahoo.com> Date: Thu, 12 May 2016 08:59:48 -0600 Message-Id: References: <158047847 DOT 671826 DOT 1463062600325 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT com> <158047847 DOT 671826 DOT 1463062600325 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u4CF0O5F029283 On May 12, 2016, at 8:16 AM, Peder Sverdrup wrote: > > I would like to format an external harddrive with ext3. Marco’s answer will get you that far. However… > (And then do a backup of my windows file with my rsync script to the external harddrive.) …the e2fsprogs package isn’t going to get you a Windows kernel driver for ext3 filesystems, so you aren’t going to be able to mount the formatted filesystem under Windows. All you can do with e2fsprogs is write a fresh filesystem onto a block device and then run things like tune2fs to modify it in place. Cygwin generally leaves low-level filesystem issues up to the OS. The only filesystems Cygwin actually provides are virtual ones like /dev and /proc. I think you should be looking at something like Paragon ExtFS for Windows instead: https://www.paragon-software.com/home/extfs-windows/ There are alternatives, but I cannot recommend any from personal experience. I haven’t used Paragon’s Windows products, either, but I have used their NTFS for OS X product, and never had any problems with it. You might also consider going the other way: use NTFS on that backup drive to make Windows (and thus Cygwin) happy, then use fuse-ntfs3g on the Linux side to mount the drive. Either way you go, you’re going to run into semantic mismatches, such as permission mapping problems. That’s unavoidable. > For instance - I can not find fdisk. I don’t know about other extfs drivers for Windows, but Paragon’s includes a disk partitioning and formatting tool. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple