X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <30511994.post@talk.nabble.com> Date: Tue, 21 Dec 2010 21:55:49 -0800 (PST) From: jwzumwalt To: cygwin AT cygwin DOT com Subject: Re: dd to linux partition In-Reply-To: <4D104BBF.6080402@bonhard.uklinux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <30502781 DOT post AT talk DOT nabble DOT com> <4D104BBF DOT 6080402 AT bonhard DOT uklinux DOT net> 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 >Windows has to be made aware of any Linux partition(s) on your system. > From my experience "Ext2 Installable File System for Windows" works >really well. See http://www.fs-driver.org/ >Fire it up and the Linux partition becomes totally accessible >(read-write) from Windows, and therefore from Cygwin. Incidentally >really useful for drag and drop, whatever, without going near Cygwin. ------------------------------------------------------------------ Thank you for your reply. I installed the fs-driver and it found the drives/file systems however it seems to think the linux partition is unformated :( When I did the "fdisk -l" it shows a partition type of "83" Device Boot Start End Blocks Id System /dev/sda1 * 1 9561 76798701 7 HPFS/NTFS /dev/sda2 9562 60801 411585300 5 Extended /dev/sda5 9562 12667 24948913+ 83 Linux /dev/sda6 12668 13861 9590773+ 82 Linux swap / Solaris /dev/sda7 13862 60801 377045518+ 7 HPFS/NTFS ----------- here is my actual code --------------- STAMP="fast34_lin1_`date +%Y-%m-%d_%H.%M.%S`" SOURCE="/dev/sda5" DIR="/cygdrive/f/$STAMP" TARGET="$DIR/$STAMP.img.gz" dd if=$SOURCE | gzip > $TARGET dd: opening `/dev/sda5': No such file or directory -- View this message in context: http://old.nabble.com/dd-to-linux-partition-tp30502781p30511994.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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