hayne
05-19-2005, 11:25 AM
You usually don't need to know about this sort of stuff. But one possibility to figure out the device name is to list the contents of /dev before and after you mount the CD and look at the difference. Or maybe 'df' will show you.
Note also that mounted drives show up under /Volumes, so try doing:
ls -l /Volumes
and then you could probably just use standard file paths for installation.
But let's step back a bit. I'm guessing that the real problem is that you are trying to administer an XServe from a remote login - i.e. you don't have the usual graphical environment.
You could make things much easier on yourself by installing VNC on the XServer and then using a VNC client on your local machine to show the screen of the XServe.
Note that you probably already have Apple Remote Desktop (ARD) installed on the XServe and this allows use of an ARD client from any Mac to do the same thing as above. And I have read that ARD uses VNC so it isn't even necessary to use a Mac as client - VNC clients are freely available for all platforms.
See also this old thread:
http://forums.macosxhints.com/showthread.php?t=35224
Note also that mounted drives show up under /Volumes, so try doing:
ls -l /Volumes
and then you could probably just use standard file paths for installation.
But let's step back a bit. I'm guessing that the real problem is that you are trying to administer an XServe from a remote login - i.e. you don't have the usual graphical environment.
You could make things much easier on yourself by installing VNC on the XServer and then using a VNC client on your local machine to show the screen of the XServe.
Note that you probably already have Apple Remote Desktop (ARD) installed on the XServe and this allows use of an ARD client from any Mac to do the same thing as above. And I have read that ARD uses VNC so it isn't even necessary to use a Mac as client - VNC clients are freely available for all platforms.
See also this old thread:
http://forums.macosxhints.com/showthread.php?t=35224
