View Single Post
 
Old 01-04-2009, 08:12 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Place the disk in your computer and then set the finder to view hidden files. You can do that using the following command in Terminal:
Code:
defaults write com.apple.finder AppleShowAllFiles TRUE
And then use this command to return to normal:
Code:
defaults write com.apple.finder AppleShowAllFiles FALSE
I however prefer this handy widget that will do it for you Google "hidden file widget" It is available on Apple's site but id rather not link directly to Apple's site.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote