libimobiledevice / ifuse

A fuse filesystem to access the contents of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
816 stars 138 forks source link

ifuse with iphone4, got I/O error when file copy #16

Open pondahai opened 10 years ago

pondahai commented 10 years ago

Hi

i wrote a shell script(bash, debian), using ifuse to mount iphone4(A1332) in script always got message: I/O error when copy file (no matter --container or --documents) this happen only in iphone4(other my 3 iphone4 got the same error )

but iphone4 in command line , mount and copy file is OK

the same script in iphone4s is OK .

ifuse version 2014/3/2 libfuse 2.9.0

any suggestion? Thank you

pondahai commented 10 years ago

I wonder the bandwidth of usbmuxd.

Since I test my ifuse mounting script independently and it'w work but I bundle the script in my project and it's not work(I/O error when copy file ,and only in iPhone4) There is some tcp forwarding communication in my project parallel working with the ifuse
Am I right about my assume? If true, and any suggestion?

P.S. I also test my project script in iPhone3GS and it's work

sorry my english, I hope you guys understand my description ^_^

FunkyM commented 10 years ago

Please tell us the iOS version on the iPhone 4 compared to the other devices?

pondahai commented 10 years ago

Hi

iphone4 ios verson is 7.1.2 ifuse mount OK(by df command) but I/O error when file access(copy and remove) with in the shell script

My script is running ifuse and iproxy simultaneously

I also update libfuse to 2.9.0, but no help

iphone3gs is 6.1.6 ifuse mount and file access is OK iphone4s is 7.1.2 is OK too. all condition are the same the iphone4

Thank you.