From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pony.its.uwo.ca([129.100.2.63]) (1221 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Wed, 9 Aug 2000 11:54:02 -0400 (EDT) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from laptop (ip-162.nhpalmbeaches.com [198.172.228.162] (may be forged)) by pony.its.uwo.ca (8.10.0/8.10.0) with ESMTP id e79Fs2f04697 for ; Wed, 9 Aug 2000 11:54:03 -0400 (EDT) Received: from stp (helo=localhost) by laptop with local-esmtp (Exim 3.12 #1 (Debian)) id 13MYB0-00004N-00 for ; Wed, 09 Aug 2000 11:53:54 -0400 Date: Wed, 9 Aug 2000 11:53:54 -0400 (EDT) From: Tommy Moore X-Sender: stp@laptop To: speakup@braille.uwo.ca Subject: Re: Mounting an ISO image In-Reply-To: <000701c00214$c1173920$beeef79b@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Yeah, I think you can. what you do is just make a directory under / called mnt2 or something like that and then mount the drive that the file is on. After that make another directory called something like /iso and then do something like this: mount -o loop /mnt2/file.iso /iso If this doesn't work, then you'll have ot burn the cd I think.