Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounting options don't work #61

Open
voldedore opened this issue Jan 21, 2020 · 0 comments
Open

Mounting options don't work #61

voldedore opened this issue Jan 21, 2020 · 0 comments

Comments

@voldedore
Copy link

voldedore commented Jan 21, 2020

Version in use: ifuse 1.3.

Following the documentation, I am currently able to manually mount App sandbox directory to a linux machine (with ifuse and libimobiledevice).

But the transfer speed is horribly slow (comparing to that using iTunes on a Windows box).

This is the speed of copying a mkv file to VLC Documents folder.

# rsync --info=progress2 /home/admin/some-file.mkv ./
    660,508,709 100%    1.35MB/s    0:07:46 (xfr#1, to-chk=0/1)

I wonder if mounting option possibly affects the transfer speed. So I was diving a bit in the code.

The show_usage function tells us that we can provide mounting options with -o option, (which are, in turn, used by fusermount?!).

However, in the main function, there is no implementation for the -o option.

Am I taking it wrong or the show_usage has something which will eventually be implemented in the near future?

PS: I didn't have the chance to compile the latest source code, but the same thing is being shown in the HEAD, not only on the 1.3 tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant