Unable to mount .iso file

2009-03-10 Thread Keith Christian
Running the following version of Cygwin: uname -a CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin I have some RHEL4 .iso's on a Windows fileshare, I want to find out which CD a particular .RPM is on. I've tried the following mount command and it fails: mount -t iso9660 -o,loop

Re: Unable to mount .iso file

2009-03-10 Thread Sjors Gielen
Keith Christian wrote: I've tried the following mount command and it fails: mount -t iso9660 -o,loop ./RHEL4-U5-x86_64-WS-disc1.iso /media mount: invalid option - '' It's because of the mount syntax. Comma is the seperator for seperate options, use a space to seperate the '-o' and the 'loop'

R: Unable to mount .iso file

2009-03-10 Thread Marco Atzeri
--- Mar 10/3/09, Keith Christian ha scritto: Da: Keith Christian Oggetto: Unable to mount .iso file A: cygwin@cygwin.com Data: Martedì 10 marzo 2009, 17:11 Running the following version of Cygwin: uname -a CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin I have