From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 27 Feb 2005 10:49:35 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Access a file on CDROM In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: 5600893a-eace-11e9-9e20-41e7f4b1d025 cp /dev/sdC0/data /tmp/x; chmod +x /tmp/x; /tmp/x you might get away with chmod +x /dev/sdC0/data; /dev/sdC0/data. russ On Sun, 27 Feb 2005 11:37:04 -0400, Jon F wrote: > > > How do you execute a file that is located on a CDROM drive, > I tried and got a Premission denided message. I made a Raw Data cd with the > file I want to use, > I just can't figure out the commands to execute it: > > > > > /dev/sdD0/data > Premission denied > > -- Some help with this would be great, thanks! >