I have a external 1TB drive which is not getting recognized by my program as removable storage device.
I have in my code the following lines to detect the removable drives attached to the machine.
NSArray *removableDrivesPaths = [[NSWorkspace sharedWorkspace] mountedRemovableMedia];
Please can you guys tell me a method to get my external drives get detected as removable storage devices or if there is any other cocoa framework function that i can use to detect my external drives as removable storage devices.
Thanks
Not sure what you're trying to do, but if you'd just like to access files from the device it should appear as a drive under /Volumes.