The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-11-2007
[MA]Flying_Meat [MA]Flying_Meat is offline
Registered User
 

Join Date: Sep 2002
Location: San Fran
Posts: 105
You'll need to be logged in as an administrator on the machine, then:

ls -al /Volumes/

You'll see a list of volumes. Hopefully your other volumes will be listed there. Then:

sudo chmod 755 /Volumes/yourseconddrivesname
sudo chmod 755 /Volumes/yourthirddrivesname
Reply With Quote