X-Spam-Check-By: sourceware.org Message-ID: <465B66F1.F6BEC59A@dessent.net> Date: Mon, 28 May 2007 16:34:09 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: dd image onto a usb key References: <840086 DOT 55742 DOT qm AT web31109 DOT mail DOT mud DOT yahoo DOT com> <465B6245 DOT 5010008 AT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 morgan gangwere wrote: > well, you could MOUNT the image and COPY the files over, but thats a > really tricky thing to do in cygwin (none of my attempts have worked) It's "really tricky" because it's impossible. The mount command in Cygwin simply manipulates a table of path translation entries, e.g. "c:/cygwin/bin = /bin". It is not a mount command like you'd find in Linux, it cannot do a loopback mount or anything like that. Cygwin is not a kernel, it does not implement any filesystem drivers. If you want to mount an ISO image, you need to use a native Windows tool, like Daemon Tools, Alcohol 120%, and I'm sure countless others. Once the image is mounted as a drive letter you can of course add Cygwin mount entries to locate it where you want it in the POSIX filespace, but again that's just doing a glorified search/replace on the pathname, which is all the Cygwin mount table amounts to. Brian -- 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/