4

How do you switch to the directory where the CD-ROM is? I am at

name@name-virtualbox:-S
Seth
  • 58,122
Chris Beyer
  • 41
  • 1
  • 1
  • 2
  • for guest additions (you tagged it) see: http://askubuntu.com/questions/22743/how-do-i-install-guest-additions-in-virtualbox – Takkat Jul 12 '13 at 06:59

1 Answers1

5

The CD-ROM is usually mounted in /media/<user-name>/<disc-name> You can get there in terminal by typing:

cd /media/<user-name>/<disc-name>

or through Nautilus by selecting the disc on the left side.

Seth
  • 58,122
Freedom_Ben
  • 9,212