X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=SOzGy6bHIA0yEi8y 3Hn4jXJFIjVkRUL81eLMd1EzzqRzg9Y7crlO9qtOV5zZyp76V5p6DJG2acTdMLfa SnmWCecnyCqoKd0/6NvS+R7xABrSEcjC7Og6v6PilDEITrdDAfcuFvIMD0iK/ld4 n+7iNhVpYxj0Hyn/XNd/EsY4NoA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=9QmMbVD8L6TO5ns0KfeP2T 3VLZc=; b=VhXYG38MZvyrozlJiTXb0vxFDDre76K++PCVuzcuoOh/vhPeCAqfGQ s2JO4cf1A9GHpU5bWcDjdak6HkYIXNWQlFmc43JxQY6yDi99vYPYiqxdKsyMVlx3 T1EmzkxNKoDbrLYdLfNFjFita2EAmUMXXyZbnnhKZlnlquJrdneLg= 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 X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_00,BOTNET,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE autolearn=no version=3.3.1 Message-id: <51AD1CFA.5050908@cygwin.com> Date: Mon, 03 Jun 2013 18:47:22 -0400 From: "Larry Hall (Cygwin)" Reply-to: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Mounting ISOs with Cygwin? References: <20130603222026 DOT GA11213 AT ns2 DOT sdsitehosting DOT net> In-reply-to: <20130603222026.GA11213@ns2.sdsitehosting.net> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit On 6/3/2013 6:20 PM, John Oliver wrote: > $ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\ > Settings/joliver/My\ Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora > mount: unknown option -- t > Try `mount --help' for more information. > > $ mount -o loop /cygdrive/c/Documents\ and\ Settings/joliver/My\ > Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora > mount: invalid option - 'loop' > > $ mount /cygdrive/c/Documents\ and\ Settings/joliver/My\ > Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora > mount: Fedora: Invalid argument > > > Man pages don't help, Google doesn't help... what's the secret? :-) Cygwin != Linux. This is one area where you see the difference. Cygwin's mount is really just a mechanism for mapping DOS-style paths and names to POSIX versions. That's it. There have been some bells and whistles added over time but there is no Cygwin-specific way to mount ISOs, for example. So how do you do it? The same way you would in Windows. Get a utility that mounts the ISO for you and then, if you want to see that ISO under Cygwin, just access it by its drive name under '/cygdrive'. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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