Jump to content
2 posts in this topic

Recommended Posts

For a workaround look here:

 

(don't know if anybody found a real hack)

 

http://www.macosxhints.com/article.php?sto...060218083814209

 

 

a little AppleScript:

 

tell application "Terminal"

activate

do script ¬

"diskutil unmount \"/Volumes/volumename to unmount\"" in ¬

window frontmost

delay 5

quit

end tell

 

 

----------------------------

 

possibly a cronjob can do the job (call a script at a given time)

 

 

edit: follow this: http://forum.insanelymac.com/index.php?sho...c=23056&hl=[How+To]+Auto-Mount+only+selected+partitions.+Two+Methods

×
×
  • Create New...