When using NSWorkspace I used to be able to invoke the method [[NSWorkspace sharedWorkspace] mountedRemovableMedia];
and it would return an NSArray* of all my removable drives installed (including my LaCie disk). Now with Tiger it returns nothing. If I use mountedLocalVolumePaths instead of mountedRemovableMedia it returns all mount points, including my removable disks (which is less than ideal, since I only want the removable media). Am I missing something, or has NSWorkspace been changed? If this is unintentional, I will submit a bug report to Apple.