Icecube Is there any application or way to mount NFS filesystem? I know I can use samba instead, but I'm interested in being able to access NFS from my mobile.
bookreader You'd be best off using SSH/SFTP rather than NFS. NFS really doesn't get much love any more. FTPClient (https://f-droid.org/en/packages/de.qwerty287.ftpclient/ / https://codeberg.org/qwerty287/ftpclient) can handle it, and even has SAF integration.
Icecube Just for local use, no remote. Security is not the goal, in this case i prefer performance and speed than encrypt every byte with hight cpu load.
GGORG I don't know if it's possible, because normally on Linux NFS is a kernel driver. Maybe someone has implemented a userspace (Android app) to do it but it would definitely be way slower and I can't find one on F-Droid or GitHub.
Icecube GGORG I know its posible, but you need to have root access and a virtual console for mounting share folders.