X-Spam-Check-By: sourceware.org Message-ID: <6910a60603230623t45bbc607r19b12654479da8bd@mail.gmail.com> Date: Thu, 23 Mar 2006 15:23:43 +0100 From: "Reini Urban" To: fergus AT bonhard DOT uklinux DOT net, cygwin AT cygwin DOT com Subject: Re: mkisofs, mount loop, cdrecord, dd In-Reply-To: <000001c64e82$3b55edc0$510210ac@tcgp.dundee.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <000001c64e82$3b55edc0$510210ac AT tcgp DOT dundee DOT ac DOT uk> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k2NENp53005338 2006/3/23, fergus : > Can anybody tell me the equivalents in Cygwin (if they exist) to All but mount do exist for cygwin, but mkisofs/cdrecord is not in the distro for license reasons. you'll find them elsewhere. http://freshmeat.net/projects/cdrecord/ For mount there are various ISO mounters, recommended is usually the daemon-tools (.msi). There are no windows drivers within cygwin, cygwin and mount uses existing windows drivers. One layer above. > files -> iso mkisofs -o image.iso > view iso mount image.iso -o loop > iso -> CD cdrecord -v -eject dev= image.iso > CD -> iso dd if=/dev/cdrom of=image.iso -- Reini -- 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/