Open skm1980 opened 2 years ago
SMB shares can be mounted through the iOS file provider. Though it's not the most reliable thing in the world.
https://support.apple.com/guide/iphone/connect-external-devices-or-servers-iph8d8f0f1a0/ios
Your right. I do that. But I need to mount the SMB share within iSH because I run an Apache there and need the SMB as document root for local testing. I dont find a way to give the Apache conf the smb path as document root so i think to mount the SMB in iSH should be the next step for a solution...
Yeah, a bit too optimistic. CIFS support is implemented on Linux in the kernel. A FUSE type of thing might work once FUSE is working (#239).
Originally posted by @tbodt in https://github.com/ish-app/ish/issues/505#issuecomment-538786763
Now, nearly 2,5 years later it is still not possible to mount SMB shares from in ish right? Is someone working on that issue?