Where is the mount point for the iPod/iPhone in Mac?

本秂侑毒 提交于 2019-11-28 10:18:00

iOS devices do not have a mount point because the computer does not treat them as data drives. Instead, data is sent through usbmuxd, which connects directly through USB. There is a library called libimobiledevice which uses the information reverse engineered by the jailbreaking community to allow you to communicate with iDevices (It doesn't require a jailbreak unless you want full filesystem access, the jailbreakers were just the ones motivated to do the reverse engineering). According to their homepage, you will also need libgpod to sync music/videos.

If when you say "iPod" you mean non-iOS iPods and not the iPod touch, then they are mounted as normal hard drives. They will show up on your desktop if you use disk mode or turn on the option in iTunes, and can be accessed through the command line otherwise.

You may want to look at iphoneDisk : http://code.google.com/p/iphonedisk/

It uses MacFuse, so it's not supported under Lion, but it still works very well under Snow Leopard.

However, you may not be able to access everything on your iPhone, but you can at least access recordings, photos and video.

hhony

I answered a similar question for an iPhone. I'm sure it would also work for an iPod (although untested).. the concept is the same, as it's an Apple USB device.

answer: use ifuse

https://superuser.com/a/1135668/653172

If you like paying for things.. you could probably checkout iExplorer.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!