Coder Social home page Coder Social logo

Copy files to iPhone about ifuse HOT 6 OPEN

MarcoB94 avatar MarcoB94 commented on June 7, 2024
Copy files to iPhone

from ifuse.

Comments (6)

clavisound avatar clavisound commented on June 7, 2024 1

No, some programs allow to copy files to the iOS.

I copy files to the VLC folder and other programs like Flacbox.

You can’t copy files to DCIM.

from ifuse.

MarcoB94 avatar MarcoB94 commented on June 7, 2024

I fixed the issue somehow myself, but I'm not sure, why it works.

I used FileBrowserGO as App which has enabled app documents sharing.

Therefore i created a directory under /mnt and used
sudo ifuse --documents com.stratospherix.netportallite /mnt/mntpt/ .
This changed the directory to a "binary" (or something I did not quite understand) with no possible interactions.

After some further investigation and reading trough #63 I hopelessly tried to create a directory as normal/guest user under /tmp and mounting via
ifuse --documents com.stratospherix.netportallite /tmp/mntpt2/ (no superuser rights)
and suddenly I can access the file documents and even write files to it.

Maybe this can help somebody, maybe someone else can explain this "bug".
Maybe this tip can be added to the readme for the next newbie like me.

from ifuse.

nikias avatar nikias commented on June 7, 2024

You said in the original post that you are trying to write "somewhere", now that somewhere is really important as not every path is writable.
Regarding your 2nd attempt, since you ran ifuse as root, the mount point will not be accessible by other users (unless you use -o allow_other, but I think that only works if you allow this in some global fuse config file).

from ifuse.

SlavRice avatar SlavRice commented on June 7, 2024

You said in the original post that you are trying to write "somewhere", now that somewhere is really important as not every path is writable. Regarding your 2nd attempt, since you ran ifuse as root, the mount point will not be accessible by other users (unless you use -o allow_other, but I think that only works if you allow this in some global fuse config file).

I am having a similar issue where I cannot write files to my iPhone. I am using linux. I have mounted with -o allow_other and I am trying to transfer mp4s to the DCIM folder but they don't show up. I can access files from the DCIM folder from my phone but I can't write files to my phone.

Any help is appreciated.

from ifuse.

nikias avatar nikias commented on June 7, 2024

That's because Apple has an additional database file structure that is used to keep track of the photos and thumbnails etc, that's why just copying a file there will not work.

from ifuse.

SlavRice avatar SlavRice commented on June 7, 2024

That's because Apple has an additional database file structure that is used to keep track of the photos and thumbnails etc, that's why just copying a file there will not work.

I was under the impression that iFuse can take files from a desktop like Linux and transfer it to an iPhone. It seems I would have to use an SSH server or snapdrop or something to transfer files to the iPhone.

If you have any of your own suggestions on how to do this, let me know. Thanks for all the help.

from ifuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.