2006/3/23, fergus <[EMAIL PROTECTED]>: > 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 <pathlist> > view iso mount image.iso -o loop <dirname> > iso -> CD cdrecord -v -eject dev=<i,j,k> 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/