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

brainwave89

macrumors 6502
Original poster
Jul 7, 2006
474
8
I am running Yosemite on my MBP and I need to see the Library folder (I want to see the contents of an email account) on an external hard drive that has Mavericks on it.
How can I view that folder in Finder?

The name of the hard drive is Macintosh HD

Thank you for looking.
 
Last edited:

meme1255

macrumors 6502a
Jul 15, 2012
748
598
Czechia
Finder way for System Library: Open -> Open Folder -> /ExternalHardDriveName/Library
For user Library: Open -> Open Folder -> /ExternalHardDriveName/Users/UserName/Library
Terminal way: open "path"
 

brainwave89

macrumors 6502
Original poster
Jul 7, 2006
474
8
Thank you meme1255.

After going to Terminal and opening its path I try CD volumes/macintosh HD/Users/Username/Library and I get Permission denied

How can I get permission?

Thank you.
 

fisherking

macrumors G4
Jul 16, 2010
11,252
5,563
ny somewhere
can't you just go to the Library folder, make an alias, and copy the alias to the external drive? think that should work (and you can then delete the alias on Macintosh HD)

EDIT: just tried it, and it works...
 

meme1255

macrumors 6502a
Jul 15, 2012
748
598
Czechia
Thank you meme1255.

After going to Terminal and opening its path I try CD volumes/macintosh HD/Users/Username/Library and I get Permission denied

How can I get permission?

Thank you.

Code:
cd /volumes/macintosh\ HD/Users/Username/Library

In terminal you need to use escape sequence for " " (space).

And for permission try:
Code:
sudo cd /volumes/macintosh\ HD/Users/Username/Library/

hit enter and enter your password
 

brainwave89

macrumors 6502
Original poster
Jul 7, 2006
474
8
Thank you meme1255 and fisher king. With your help I was able to access the information that was needed.

Cheers!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.