cd to a different drive?

I'm using OSX and am quite new to UNIX. Could someone tell me how to get to the directory on a separate or partitioned drive? Thanks.

You should mount(8) the filesystem. Once you do this, it will appear to be another sub-dir that you can `cd` to that filesystem and have at the files.

excellent, thanks!