Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacAodh

macrumors regular
Original poster
Apr 3, 2006
247
0
Dublin, Eire
Hi all,
I'm trying to run Red alert on my mac using wine (just discovered the're giving it away for free :) ).

Problem is I've managed to install wine, download red alert but need to navigate to the iso to run the install program for red alert. This might be very basic but I don't know what directory to go to in terminal to get to a mounted iso...
 
What about Macintosh HD / Volumes, but only if the .iso is mounted first (via double clicking).

First
Code:
cd /
to go to the Macintosh HD

then
Code:
cd volumes
to go to the Volumes directory.
 
What about Macintosh HD / Volumes, but only if the .iso is mounted first (via double clicking).

First
Code:
cd /
to go to the Macintosh HD

then
Code:
cd volumes
to go to the Volumes directory.

Or from anywhere in the file system, simply

Code:
cd /Volumes

(failing to capitalize the "v" is OK)
 
Your advice was fine. Just wondering why not do it with just one cd command.

Or from anywhere in the file system, simply

Code:
[B]cd /Volumes[/B]

(failing to capitalize the "v" is OK)

I had a "space" between / and volumes, thus it looked like this
Code:
cd / volumes
and not like it should be.

Yep, had a space between the / and volumes, thus my way via cd / and cd volumes.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.