Hello, support Android img cifs or nfs? I can’t found cifs.ko or records in “/proc/fs”
On old Banana PI works this :
mount -o unc=\\\\IP_ADRRESS\\SHARE,username=user,password=123456 -t cifs none /sdcard/cifs/
on M3 is not working :
mount: No such device
same problem with nfs.
Mount via ES Explorer etc. works, but this is not good solution (some programs have with this mount solution problems)
Thanks