• NFS from Android

    From Massimo Peca@massimo@esatto.com to comp.mobile.android on Fri Oct 25 22:42:11 2024
    From Newsgroup: comp.mobile.android

    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    Grazie. Ciao
    Massimo
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Andrews@andrews@spam.net to comp.mobile.android,alt.os.linux on Sat Oct 26 00:14:59 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca wrote on Fri, 25 Oct 2024 22:42:11 +0200 :

    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    I do not know why nor even how, but one possible suggestion is that all
    Android phones (even those which are not rooted) can concurrently run any desired Linux distro - for free - using the Andronix open source tools.

    *Andronix* - Linux on Android, by Devriz Technologies
    <https://play.google.com/store/apps/details?id=studio.com.techriz.andronix>
    <https://github.com/AndronixApp>
    <https://andronix.app/>

    If you know how to mount the disks on your chosen Linux distro, that might solve your problem. If it does solve the problem, please let us know.

    Good luck.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Carlos E.R.@robin_listas@es.invalid to comp.mobile.android on Sat Oct 26 03:08:08 2024
    From Newsgroup: comp.mobile.android

    On 2024-10-25 22:42, Massimo Peca wrote:
    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    https://www.hallergard.com/Blog/NFS_Android.html

    ?
    --
    Cheers, Carlos.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Dave Royal@dave@dave123royal.com to comp.mobile.android on Sat Oct 26 08:23:26 2024
    From Newsgroup: comp.mobile.android

    "Carlos E.R." <robin_listas@es.invalid> Wrote in message:

    On 2024-10-25 22:42, Massimo Peca wrote:
    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    https://www.hallergard.com/Blog/NFS_Android.html

    ?

    Yes, I have VLC and that has NFS as a network connection method.
    There may be file managers that will do it. Or maybe not - most
    folk probably want to connect to a Win machine and are happy with
    SMB. Look on RPi forums.

    Googling, I found a few sketchy blogs, mainly old, about
    connecting a drive _outside_ an app, using busybox for example.
    But as you expect you need root access. And connecting it
    automatically requires some cunning scripting. So - not easy -
    and probably doesn't work any more.
    --
    Remove numerics from my email address.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Arno Welzel@usenet@arnowelzel.de to comp.mobile.android on Sat Oct 26 13:34:26 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca, 2024-10-25 22:42:

    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    Because there are not many people trying this. NFS is not the first
    choice when it comes to sharing folders for other devices which are not
    the typical Linux boxes. Yes, Android uses a Linux kernel - but it
    should not be mistaken as "Linux system".
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Arno Welzel@usenet@arnowelzel.de to comp.mobile.android on Sat Oct 26 13:38:09 2024
    From Newsgroup: comp.mobile.android

    Carlos E.R., 2024-10-26 03:08:

    On 2024-10-25 22:42, Massimo Peca wrote:
    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    https://www.hallergard.com/Blog/NFS_Android.html

    This is *not* about "mount NFS on Android" but only about these specific
    apps. In this case VLC and KODI also support using NFS to access files.
    But that's it - there is Document Storage Framework provider for NFS
    this way, only within these two apps you can use a NFS share as source too.

    And also keep in mind, that you can *not* mount anything in Android like
    in Linux. There is no fstab to be editable by the user and apps also
    don't have access to the filesystem but only to the Document Storage
    Framework or to very limited folders on SD cards or the respective
    internal storage in devices which don't support SD cards at all.
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Arno Welzel@usenet@arnowelzel.de to comp.mobile.android on Sat Oct 26 13:43:35 2024
    From Newsgroup: comp.mobile.android

    Arno Welzel, 2024-10-26 13:34:

    Massimo Peca, 2024-10-25 22:42:

    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    Because there are not many people trying this. NFS is not the first
    choice when it comes to sharing folders for other devices which are not
    the typical Linux boxes. Yes, Android uses a Linux kernel - but it
    should not be mistaken as "Linux system".

    P.S.: also keep in mind, that Android can *not* mount things like Linux
    does.

    An app can not create new mountpoints and there is no fstab you can
    easily edit. First of all, there is no root access, which would be
    required to run "mount" or edit /etc/fstab.

    Furthermore apps can only use a very limited number of folders for
    direct file access - and only, if allowed to do so. The preferred way
    for apps is using the Storage Access Framework. This framework allows additional providers to store file also on external servers like Google
    Drive, Dropbox etc. - but for this to work, there must be a storage
    provider installed which adds additional storage locations for apps. For example when you set up Google Drive or Nextcloud, you will see your
    Google Drive account or the configured Nextcloud account as a possible
    storage location to load and save files. In the same way an app *could*
    also provide access to NFS - however I am not aware of any NFS storage
    provider for Android and I doubt that there will ever be one, since NFS
    is mostly unknown outside the world of Linux servers.
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Carlos E.R.@robin_listas@es.invalid to comp.mobile.android on Sat Oct 26 15:50:50 2024
    From Newsgroup: comp.mobile.android

    On 2024-10-26 09:23, Dave Royal wrote:
    "Carlos E.R." <robin_listas@es.invalid> Wrote in message:

    On 2024-10-25 22:42, Massimo Peca wrote:
    Hello, everyone,
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    https://www.hallergard.com/Blog/NFS_Android.html

    ?

    Yes, I have VLC and that has NFS as a network connection method.
    There may be file managers that will do it. Or maybe not - most
    folk probably want to connect to a Win machine and are happy with
    SMB. Look on RPi forums.

    Some file browsers have an FTP client. Or SFTP. I just looked at Ghost Commander, no NFS.


    Googling, I found a few sketchy blogs, mainly old, about
    connecting a drive _outside_ an app, using busybox for example.
    But as you expect you need root access. And connecting it
    automatically requires some cunning scripting. So - not easy -
    and probably doesn't work any more.
    --
    Cheers, Carlos.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From ram@ram@zedat.fu-berlin.de (Stefan Ram) to comp.mobile.android on Sat Oct 26 13:54:54 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca <massimo@esatto.com> ha scritto o citato:
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    *** Non ho testato la guida che segue, è solo una bozza veloce ***
    *** e potrebbe contenere errori! ***

    GUIDA SU COME MONTARE IL DISCO RIGIDO NFS DI UN SERVER LINUX SU
    UN TABLET ANDROID.

    Ehi ragazzi! Oggi vi spiego come montare un disco NFS di un server
    Linux sul vostro tablet Android. È una figata pazzesca, fidatevi!

    ## Preparazione

    Prima di tutto, assicuratevi di avere:

    - Un server Linux con NFS configurato correttamente

    - Un tablet Android (ovviamente!)

    - Un'app per gestire NFS su Android (ve ne consiglio un paio dopo)

    ## Configurazione del server

    Se non avete già configurato NFS sul vostro server Linux, dovete
    farlo. Ecco i passaggi base:

    1. Installate il pacchetto NFS:

    bash

    sudo apt install nfs-kernel-server

    2. Create una cartella da condividere:

    bash

    sudo mkdir /mnt/nfs_share

    3. Configurate il file /etc/exports:

    bash

    sudo nano /etc/exports

    Aggiungete questa riga:

    /mnt/nfs_share *(rw,sync,no_subtree_check)

    4. Riavviate il servizio NFS:

    bash

    sudo systemctl restart nfs-kernel-server

    ## Configurazione del tablet Android

    Ora passiamo alla parte divertente!

    1. Scaricate un'app per gestire NFS. Io uso "ES File Explorer"
    o "AndSMB", ma ce ne sono tante altre.

    2. Aprite l'app e cercate l'opzione per aggiungere un server NFS.

    3. Inserite l'indirizzo IP del vostro server Linux e il percorso
    della cartella condivisa (tipo "/mnt/nfs_share").

    4. Se tutto va bene, dovreste vedere i file del server sul vostro
    tablet!

    ## Trucchetti e consigli

    - Assicuratevi che il tablet e il server siano sulla stessa rete
    Wi-Fi.

    - Se non funziona, controllate il firewall del server. Potrebbe
    bloccare le connessioni NFS.

    - Per una connessione più veloce, usate il 5GHz invece del 2.4GHz sul
    Wi-Fi.

    Ecco fatto! Ora potete accedere ai file del vostro server
    Linux direttamente dal tablet Android. È una bomba per
    guardare film, ascoltare musica o lavorare sui documenti
    ovunque siate in casa.

    Se avete problemi, fatemi sapere nei commenti. Buon divertimento
    con il vostro nuovo setup NFS!


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:07:06 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 03:08, Carlos E.R. ha scritto:
    ...
    https://www.hallergard.com/Blog/NFS_Android.html

    Thanks
    Massimo

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:14:52 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 09:23, Dave Royal ha scritto:
    ...
    Yes, I have VLC and that has NFS as a network connection method.
    There may be file managers that will do it. Or maybe not - most
    folk probably want to connect to a Win machine and are happy with
    SMB. Look on RPi forums.
    Thank you,
    my main purpose is to view and edit, remotely, the photo files (RAW) I
    have on my Linux computer (Debian), so VLC is not needed.
    I also looked for file managers that read NFS disks or partitions, but couldn't find any. The one ste I like best is x-plore. I wrote to the
    author, but he says it doesn't do that.
    At most they use Samba (SMB), precisely because Windows is more popular
    than Linux.

    Massimo
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:16:25 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 15:50, Carlos E.R. ha scritto:
    ...
    Some file browsers have an FTP client. Or SFTP. I just looked at Ghost Commander, no NFS.
    Thank you,
    I would not want to install FTP/SFTP on the Linux server as well.



    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:21:30 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 13:38, Arno Welzel ha scritto:


    This is *not* about "mount NFS on Android" but only about these specific apps. In this case VLC and KODI also support using NFS to access files.
    But that's it - there is Document Storage Framework provider for NFS
    this way, only within these two apps you can use a NFS share as source too.

    And also keep in mind, that you can *not* mount anything in Android like
    in Linux. There is no fstab to be editable by the user and apps also
    don't have access to the filesystem but only to the Document Storage Framework or to very limited folders on SD cards or the respective
    internal storage in devices which don't support SD cards at all.



    I got it, thank you.
    So, would it be enough to have a file manager that reads an NFS
    partition, and then open the files that I'm interested in?
    I haven't found any, though.

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Qihe@Q@invalid.invalid to comp.mobile.android on Sat Oct 26 16:25:34 2024
    From Newsgroup: comp.mobile.android

    Arno Welzel <usenet@arnowelzel.de> ha scritto:
    .... In the same way an app *could*
    also provide access to NFS - however I am not aware of any NFS storage provider for Android and I doubt that there will ever be one, since NFS
    is mostly unknown outside the world of Linux servers.

    I guess the OP was going to set up his own NFS local network...
    Not looking for a provider. IMHO
    Anyway, Amaze (file manager) comes with a couple of interesting
    options, ftp server and wifi p2p, but no NFS.
    Material Files (another well reputated file manager) can manage
    ftp servers but again no NFS.
    VLC seems to be the only NFS client available but it's not a file
    manager.
    Maybe he could use VLC for multimedia via NFS and Amaze for other
    files via ftp.
    --
    Qihe
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:30:28 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 13:34, Arno Welzel ha scritto:


    Because there are not many people trying this. NFS is not the first
    choice when it comes to sharing folders for other devices which are not
    the typical Linux boxes. Yes, Android uses a Linux kernel - but it
    should not be mistaken as "Linux system".




    Thank you for your contribution.
    Still, I don't think I am the only one in the world who uses an Android tablet/smartphone and a Linux local area network at home.
    NFS is the most popular sharing protocol in the Linux environment, so I
    would find it normal if it were accessible from other operating systems
    as well, as you can do with Microsoft Windows.
    I don't see Android being any less widespread than Windows.
    It seems to me to be an unwise business and technical choice.

    Massimo
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:42:01 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 16:25, Qihe ha scritto:
    ...
    I guess the OP was going to set up his own NFS local network...
    Not looking for a provider. IMHO
    correct

    Anyway, Amaze (file manager) comes with a couple of interesting
    options, ftp server and wifi p2p, but no NFS.
    Material Files (another well reputated file manager) can manage
    ftp servers but again no NFS.
    Confirmation. I cannot find any file manager that can read NFS. Is this
    just a business or technical choice? If they access FTP, SMB, why not
    NFS as well?

    VLC seems to be the only NFS client available but it's not a file
    manager.
    Maybe he could use VLC for multimedia via NFS and Amaze for other
    files via ftp.

    VLC not good for me. I need to edit RAW, PNG, JPEG files etc... remotely
    and for Android there are many tools.
    And don't tell me to use a laptop........ I did.

    Massimo
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 16:43:39 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 15:54, Stefan Ram ha scritto:
    Massimo Peca <massimo@esatto.com> ha scritto o citato:
    why can't I find a guide on how to mount my Linux server's NFS hard
    disks on my Android tablet?

    *** Non ho testato la guida che segue, è solo una bozza veloce ***
    *** e potrebbe contenere errori! ***

    Wow!
    Leggerò con calma, grazie.!

    Ciao.
    Massimo

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From ram@ram@zedat.fu-berlin.de (Stefan Ram) to comp.mobile.android on Sat Oct 26 14:58:30 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca <massimo@esatto.com> wrote or quoted:
    Il 26/10/24 15:54, Stefan Ram ha scritto:
    *** Non ho testato la guida che segue, è solo una bozza veloce ***
    *** e potrebbe contenere errori! ***
    Wow!
    Leggerò con calma, grazie.!

    BTW: I found this in the Web (a search engine snippet):

    |NFS share from an android Tablet device - Experts Exchange
    |Jun 27, 2016 · You can run ES File Explorer -> Network _> My
    |Network and Click the Search button to locate the NFS host.
    |Click the result of finding and you will be prompted ...
    .

    But, unfortunately, these apps (like ES File Explorer and AndSMB)
    will just allow to access the shares, not to actually /mount/ them.


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Andrews@andrews@spam.net to comp.mobile.android on Sat Oct 26 15:04:49 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca wrote on Sat, 26 Oct 2024 16:21:30 +0200 :

    So, would it be enough to have a file manager that reads an NFS
    partition, and then open the files that I'm interested in?
    I haven't found any, though.

    I ran a search in Skyica App Finder for free & ad free apps which support
    "NFS" and it found a few - but I have no idea if they will work for you.

    <https://play.google.com/store/apps/details?id=com.skyjos.apps.fileexplorerfree>
    <https://play.google.com/store/apps/details?id=com.fregie.pho>
    <https://play.google.com/store/apps/details?id=com.icecoldapps.serversultimate.packb>

    The caveat is I know nothing about these apps other than they mention that
    they support NFS and that they're free and ad free (which is all I use).
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Qihe@Q@invalid.invalid to comp.mobile.android on Sat Oct 26 17:06:20 2024
    From Newsgroup: comp.mobile.android

    ram@zedat.fu-berlin.de (Stefan Ram) ha scritto:
    ...
    ## Configurazione del tablet Android

    Ora passiamo alla parte divertente!

    1. Scaricate un'app per gestire NFS. Io uso "ES File Explorer"
    o "AndSMB", ma ce ne sono tante altre.

    Bravo! Grazie!
    --
    Qihe
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 17:33:27 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 15:54, Stefan Ram ha scritto:


    1. Scaricate un'app per gestire NFS. Io uso "ES File Explorer"
    o "AndSMB", ma ce ne sono tante altre.

    As I wrote, I would like to use NFS and not SMB.

    Massimo

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From ram@ram@zedat.fu-berlin.de (Stefan Ram) to comp.mobile.android on Sat Oct 26 15:34:15 2024
    From Newsgroup: comp.mobile.android

    Qihe <Q@invalid.invalid> wrote or quoted:
    ram@zedat.fu-berlin.de (Stefan Ram) ha scritto:
    ## Configurazione del tablet Android
    Ora passiamo alla parte divertente!
    1. Scaricate un'app per gestire NFS. Io uso "ES File Explorer"
    o "AndSMB", ma ce ne sono tante altre.
    Bravo! Grazie!

    I'm stoked you dig my message, but these apps are probably just
    going to let you access files within the same app ("ES File Explorer"
    or "AndSMB"), not serve them up on a silver platter for other apps
    like a system-wide mount would do. You're probably looking at a
    situation where you'll have to schlep files back and forth between
    Android and the SMB share using such an app ("ES File Explorer" or
    "AndSMB") to make the files accessible (indirectly) for other apps.


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 17:38:13 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 17:34, Stefan Ram ha scritto:

    I'm stoked you dig my message, but these apps are probably just...

    I realized that the solution I am looking for is hard to find, if not, currently, impossible: NFS directly from Android.
    I'm going to try Andronix...


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sat Oct 26 17:41:34 2024
    From Newsgroup: comp.mobile.android

    Il 26/10/24 17:04, Andrews ha scritto:
    Massimo Peca wrote on Sat, 26 Oct 2024 16:21:30 +0200 :

    So, would it be enough to have a file manager that reads an NFS ...).


    Thank you!!!
    I will do some testing.

    PS: as I expected, newsgroups are far from an outdated method of
    collaborating and exchanging opinions on the Internet.
    He's over 60 years old, but he doesn't look it.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From ram@ram@zedat.fu-berlin.de (Stefan Ram) to comp.mobile.android on Sat Oct 26 15:42:34 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca <massimo@esatto.com> wrote or quoted:
    Il 26/10/24 15:54, Stefan Ram ha scritto:
    1. Scaricate un'app per gestire NFS. Io uso "ES File Explorer"
    o "AndSMB", ma ce ne sono tante altre.
    As I wrote, I would like to use NFS and not SMB.

    I see. The Experts Exchange page doesn't seem to mention SMB,
    but it does say you can access an NFS host through ES File
    Explorer. (Just a heads-up though, that page is from 2016,
    so things could have shifted since then.)


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Carlos E.R.@robin_listas@es.invalid to comp.mobile.android on Sat Oct 26 21:34:17 2024
    From Newsgroup: comp.mobile.android

    On 2024-10-26 16:16, Massimo Peca wrote:
    Il 26/10/24 15:50, Carlos E.R. ha scritto:
    ...
    Some file browsers have an FTP client. Or SFTP. I just looked at Ghost
    Commander, no NFS.
    Thank you,
    I would not want to install FTP/SFTP on the Linux server as well.

    You very probably already have sftp: it runs over ssh, not ftp. FTPS
    needs installation, different protocol.

    I am assuming that most distros install the ssh daemon, at worst you
    only need to enable it.
    --
    Cheers, Carlos.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Carlos E.R.@robin_listas@es.invalid to comp.mobile.android on Sat Oct 26 21:40:57 2024
    From Newsgroup: comp.mobile.android

    On 2024-10-26 16:58, Stefan Ram wrote:
    Massimo Peca <massimo@esatto.com> wrote or quoted:
    Il 26/10/24 15:54, Stefan Ram ha scritto:
    *** Non ho testato la guida che segue, è solo una bozza veloce ***
    *** e potrebbe contenere errori! ***
    Wow!
    Leggerò con calma, grazie.!

    BTW: I found this in the Web (a search engine snippet):

    |NFS share from an android Tablet device - Experts Exchange
    |Jun 27, 2016 · You can run ES File Explorer -> Network _> My
    |Network and Click the Search button to locate the NFS host.
    |Click the result of finding and you will be prompted ...
    .
    But, unfortunately, these apps (like ES File Explorer and AndSMB)
    will just allow to access the shares, not to actually /mount/ them.

    I'm afraid the excellent ES suite was banned from the Play store because
    they did bad things. I am not aware if someone resurrected the code
    (without the bad things) under another name.


    ES File Explorer was removed from the Google Play Store in April
    2019,along with several other apps created by DO Global (formerly DU
    Group). It was claimed the company who owns ES File Explorer, DO Global,
    was committing 'click fraud' by clicking ads in users' apps in the
    background without permission.Apr 28, 2019

    Why is ES File Explorer no longer available on Google Play ...
    Quora
    ·
    https://www.quora.com https://www.quora.com/Why-is-ES-File-Explorer-no-longer-available-on-Google-Play-Store
    --
    Cheers, Carlos.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Dave Royal@dave@dave123royal.com to comp.mobile.android on Sat Oct 26 22:04:02 2024
    From Newsgroup: comp.mobile.android

    "Carlos E.R." <robin_listas@es.invalid> Wrote in message:

    On 2024-10-26 09:23, Dave Royal wrote:

    There may be file managers that will do it. Or maybe not - most
    folk probably want to connect to a Win machine and are happy with
    SMB. Look on RPi forums.

    Some file browsers have an FTP client. Or SFTP. I just looked at Ghost Commander, no NFS.

    fwiw I have an iOS file manager that will handle NFS. Ironically,
    initally it asks whether you want to set up a network connection
    with Windows, MacOS, or Linux - and if you tap 'Linux' it offers
    you SMB.

    Perhaps it's because, on iOS, apps tend to cost a few quid, so an
    app like that tends to offer as many featured as possible to
    atract buyers.
    --
    Remove numerics from my email address.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Andrews@andrews@spam.net to comp.mobile.android on Sat Oct 26 21:38:53 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca wrote on Sat, 26 Oct 2024 17:38:13 +0200 :

    I realized that the solution I am looking for is hard to find, if not, currently, impossible: NFS directly from Android.
    I'm going to try Andronix...

    I've been recommending Andronix for years, so I do hope you try it.
    *Andronix* - Linux on Android, by Devriz Technologies
    <https://play.google.com/store/apps/details?id=studio.com.techriz.andronix>
    <https://github.com/AndronixApp>
    <https://andronix.app/>

    Personally I've never used it, but the fact it's free and ad free means you
    can try it out without being rooted and let us know if it works for you.

    It's my understanding that Andronix sits side by side with Android.
    And that Andronix can load and run almost any command line Linux distro.
    It's also my understanding that most popular desktops are also supported.

    But I've never tried Andronix myself.
    So I hope it works for you and that you let us know how it works for you.

    PS: I'm well over 80 and still on Usenet too!
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Andrews@andrews@spam.net to comp.mobile.android on Sat Oct 26 21:48:15 2024
    From Newsgroup: comp.mobile.android

    Stefan Ram wrote on 26 Oct 2024 15:42:34 GMT :

    1. Scaricate un'app per gestire NFS. Io uso "ES File Explorer"
    o "AndSMB", ma ce ne sono tante altre.
    As I wrote, I would like to use NFS and not SMB.

    I see. The Experts Exchange page doesn't seem to mention SMB,
    but it does say you can access an NFS host through ES File
    Explorer. (Just a heads-up though, that page is from 2016,
    so things could have shifted since then.)

    I wish you guys would converse in German instead of in Italian! :)

    I just wish to make an observation about Android SMB (which Frank Slootweg taught me years ago, & being an intelligent aspy, I never forget a fact).

    Bear in mind there are smb clients & smb servers.
    Also bear in mind that the Windows only allows direct SMB communications (without NETBIOS) on port 445, yet unrooted Android won't let you use ports below 1024.

    Do you see the problem?

    With that in mind, free SMB "clients" on Android I've tested.
    <https://play.google.com/store/apps/details?id=de.maza.zpush>
    <https://play.google.com/store/apps/details?id=com.ghostsq.commander>
    <https://play.google.com/store/apps/details?id=com.sobha.filemanager>

    Most SMB clients seem to be part of a file manager, not dedicated apps.

    This, for example, is a free SMB "server" for Android.
    <https://play.google.com/store/apps/details?id=com.icecoldapps.serversultimate.packb>

    Good luck.

    Please let the team know what you find out as we can all learn from you.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From AJL@noemail@none.com to comp.mobile.android on Sat Oct 26 16:20:28 2024
    From Newsgroup: comp.mobile.android

    On 10/26/2024 12:40 PM, Carlos E.R. wrote:

    I'm afraid the excellent ES suite was banned from the Play store
    because they did bad things. I am not aware if someone resurrected
    the code (without the bad things) under another name.

    ES File Explorer was removed from the Google Play Store in April
    2019...

    The ES File Explorer File Manager app (version 4.2.1.3.a) is available
    in the Amazon Appstore although many features do not work without a paid monthly subscription upgrade.

    For those who don't use Amazon devices their apps are Android based and
    can often be transferred to non-Amazon devices. However I didn't even
    try on this one because the free services are pretty basic and a paid
    monthly subscription for a file manager is IMO ridiculous...
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Qihe@Q@invalid.invalid to comp.mobile.android on Sun Oct 27 01:50:02 2024
    From Newsgroup: comp.mobile.android

    Andrews <andrews@spam.net> ha scritto:

    It's my understanding that Andronix sits side by side with Android.

    It would be nice... But it looks more like an Android app, that
    will run as a virtual machine where you can run any Linux distro.
    And that's not side by side but inside. So I won't be able to
    remove Android (or even Andronix app) by running:

    sudo rm -rf /
    I guess this command will remove only the linux distro installed
    "inside" Andronix.

    If so, it's far easier, lighter, efficient to play a video with
    VLC (android app) than playing it (e.g.) behind Andronix app +
    Ubuntu desktop + VLC.deb. Isn't it?
    --
    Qihe
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Carlos E.R.@robin_listas@es.invalid to comp.mobile.android on Sun Oct 27 03:14:52 2024
    From Newsgroup: comp.mobile.android

    On 2024-10-27 01:20, AJL wrote:
    On 10/26/2024 12:40 PM, Carlos E.R. wrote:

    I'm afraid the excellent ES suite was banned from the Play store
    because they did bad things. I am not aware if someone resurrected
    the code (without the bad things) under another name.

    ES File Explorer was removed from the Google Play Store in April
    2019...

    The ES File Explorer File Manager app (version 4.2.1.3.a) is available
    in the Amazon Appstore although many features do not work without a paid monthly subscription upgrade.

    For those who don't use Amazon devices their apps are Android based and
    can often be transferred to non-Amazon devices. However I didn't even
    try on this one because the free services are pretty basic and a paid
    monthly subscription for a file manager is IMO ridiculous...

    So, they are still doing “bad things”.
    --
    Cheers, Carlos.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Sun Oct 27 18:34:18 2024
    From Newsgroup: comp.mobile.android

    Hello everyone,
    thank you for the support you are giving me.
    After various experimentations of what you have recommended, I have
    narrowed down the choices to two options:
    - Owlfiles;
    - Andronix.

    With Owlfiles, after manual configuration, I was easily able to see my
    Linux server NFS disks, however, I cannot see their contents. I left the
    port 445.
    These are the screen shots and my Linux server exports configuration file. https://mega.nz/file/wHN2QYLA#Zf_cv2tNYn1f9zFEL50OV2TXgLFccuMoTFDocRki5YU https://mega.nz/file/FKc2CDra#RRQwBnt1mZdsgirFaQU0vV4WqsdPgmsbN0ZvVUMu6BM

    /media/data01 *(rw,sync,no_subtree_check)
    /media/data02 *(rw,sync,no_subtree_check)
    /media/data03 *(rw,sync,no_subtree_check)
    /media/data04 *(rw,sync,no_subtree_check)
    /media/data05 *(rw,sync,no_subtree_check)
    /media/data06 *(rw,sync,no_subtree_check)
    Why?

    Andronix I installed it, but I can't choose the preferred GUI because
    when I press on the choice, nothing happens. I attach the screen shot. https://mega.nz/file/geVGyTzK#flmDTjvtmpASDSdUm49ksC6tWcN6MkL9PjMtDb8K3xo
    Why?

    Ciao
    Massimo
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Dave Royal@dave@dave123royal.com to comp.mobile.android on Sun Oct 27 18:23:07 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca <massimo@esatto.com> Wrote in message:

    Hello everyone,
    thank you for the support you are giving me.
    After various experimentations of what you have recommended, I have
    narrowed down the choices to two options:
    - Owlfiles;
    - Andronix.

    With Owlfiles, after manual configuration, I was easily able to see my
    Linux server NFS disks, however, I cannot see their contents. I left the port 445.
    These are the screen shots and my Linux server exports configuration file. https://mega.nz/file/wHN2QYLA#Zf_cv2tNYn1f9zFEL50OV2TXgLFccuMoTFDocRki5YU https://mega.nz/file/FKc2CDra#RRQwBnt1mZdsgirFaQU0vV4WqsdPgmsbN0ZvVUMu6BM

    /media/data01 *(rw,sync,no_subtree_check)
    /media/data02 *(rw,sync,no_subtree_check)
    /media/data03 *(rw,sync,no_subtree_check)
    /media/data04 *(rw,sync,no_subtree_check)
    /media/data05 *(rw,sync,no_subtree_check)
    /media/data06 *(rw,sync,no_subtree_check)
    Why?

    Andronix I installed it, but I can't choose the preferred GUI because
    when I press on the choice, nothing happens. I attach the screen shot. https://mega.nz/file/geVGyTzK#flmDTjvtmpASDSdUm49ksC6tWcN6MkL9PjMtDb8K3xo Why?

    Owlfiles is the app I mentioned that I have on iOS.

    Mega seems to require I login.
    Try something like https://paste.opensuse.org/

    Firewall? Permissions?
    --
    Remove numerics from my email address.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Arno Welzel@usenet@arnowelzel.de to comp.mobile.android on Mon Oct 28 01:36:34 2024
    From Newsgroup: comp.mobile.android

    Qihe, 2024-10-26 16:25:

    Arno Welzel <usenet@arnowelzel.de> ha scritto:
    .... In the same way an app *could*
    also provide access to NFS - however I am not aware of any NFS storage
    provider for Android and I doubt that there will ever be one, since NFS
    is mostly unknown outside the world of Linux servers.

    I guess the OP was going to set up his own NFS local network...
    Not looking for a provider. IMHO

    In the context I explained, "provider" means an *app* for Android which
    acts as a software provider for the Android Storage Access Framework, so
    *any* other app which supports the SAF can use NFS as well then.
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Arno Welzel@usenet@arnowelzel.de to comp.mobile.android on Mon Oct 28 01:40:54 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca, 2024-10-26 16:30:

    Il 26/10/24 13:34, Arno Welzel ha scritto:


    Because there are not many people trying this. NFS is not the first
    choice when it comes to sharing folders for other devices which are not
    the typical Linux boxes. Yes, Android uses a Linux kernel - but it
    should not be mistaken as "Linux system".




    Thank you for your contribution.
    Still, I don't think I am the only one in the world who uses an Android tablet/smartphone and a Linux local area network at home.

    No, but even if 100.000 people do so - this is a nearly invisible
    fraction of all Android users.

    NFS is the most popular sharing protocol in the Linux environment, so I would find it normal if it were accessible from other operating systems
    as well, as you can do with Microsoft Windows.

    And how popular is "using a Linux environment"? Linux on the desktop is
    still a quite marginal system.

    I don't see Android being any less widespread than Windows.

    No, but Linux is less widespread than Windows and therefore there are
    more solutions available to access Windows file shares via CIFS/SMB.

    It seems to me to be an unwise business and technical choice.

    No, the exact opposite when it comes to *business*.

    The Storage Access Framework exists - go ahead and write a NFS provider
    app for it ;-).
    --
    Arno Welzel
    https://arnowelzel.de
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From AJL@noemail@none.com to comp.mobile.android on Tue Oct 29 02:41:45 2024
    From Newsgroup: comp.mobile.android

    On 10/26/24 7:14 PM, Carlos E.R. wrote:
    On 2024-10-27 01:20, AJL wrote:
    On 10/26/2024 12:40 PM, Carlos E.R. wrote:

    I'm afraid the excellent ES suite was banned from the Play store
    because they did bad things. I am not aware if someone resurrected
    the code (without the bad things) under another name.

    ES File Explorer was removed from the Google Play Store in April
    2019...

    The ES File Explorer File Manager app (version 4.2.1.3.a) is available
    in the Amazon Appstore although many features do not work without a paid
    monthly subscription upgrade.

    For those who don't use Amazon devices their apps are Android based and
    can often be transferred to non-Amazon devices. However I didn't even
    try on this one because the free services are pretty basic and a paid
    monthly subscription for a file manager is IMO ridiculous...

    So, they are still doing “bad things".

    I don't know if the Play Store ban reason for ES still exists for the
    available Amazon Appstore version. I was curious so I tried it. The basic
    features seemed to work ok. But since I installed the Google Play Store on
    this Amazon Fire Tablet I'm posting with I find the standard Google Files
    app does just fine...

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Anssi Saari@anssi.saari@usenet.mail.kapsi.fi to comp.mobile.android on Wed Oct 30 09:40:58 2024
    From Newsgroup: comp.mobile.android

    Massimo Peca <massimo@esatto.com> writes:

    With Owlfiles, after manual configuration, I was easily able to see my
    Linux server NFS disks, however, I cannot see their contents. I left
    the port 445.
    These are the screen shots and my Linux server exports configuration file. https://mega.nz/file/wHN2QYLA#Zf_cv2tNYn1f9zFEL50OV2TXgLFccuMoTFDocRki5YU https://mega.nz/file/FKc2CDra#RRQwBnt1mZdsgirFaQU0vV4WqsdPgmsbN0ZvVUMu6BM

    /media/data01 *(rw,sync,no_subtree_check)
    /media/data02 *(rw,sync,no_subtree_check)
    /media/data03 *(rw,sync,no_subtree_check)
    /media/data04 *(rw,sync,no_subtree_check)
    /media/data05 *(rw,sync,no_subtree_check)
    /media/data06 *(rw,sync,no_subtree_check)
    Why?

    I also quickly tried Owlfiles and NFS, looks like I can see and access
    what files I tried. My export options are rw,no_root_squash,sync,no_subtree_check,insecure

    but looking at manuals I'm not sure insecure or no_root_squash are valid
    any more so maybe don't make a difference. no_root_squash shouldn't be
    relevant anyways here.

    Permissions is another question so check those. When I tried to create a
    file, it was created with uid and gid 10328 which seems like a random
    choice. Worked in shared /tmp since everyone can write there.

    I'm a little curious that you said "I left the port 445". But for me the
    NFS choice has just name/IP and optional path, no port can be given.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Massimo Peca@massimo@esatto.com to comp.mobile.android on Fri Nov 1 16:42:14 2024
    From Newsgroup: comp.mobile.android

    Il 30/10/24 08:40, Anssi Saari ha scritto:



    but looking at manuals I'm not sure insecure or no_root_squash are valid
    any more so maybe don't make a difference. no_root_squash shouldn't be relevant anyways here.
    I assure you that on my two home PCs with Debian 11 and 12, everything
    works fine.


    Permissions is another question so check those. When I tried to create a file, it was created with uid and gid 10328 which seems like a random
    choice. Worked in shared /tmp since everyone can write there.

    yes, it may be that it is a permissions problem. However, I should know
    with which configuration the “Android” user logs in. How do I identify it? send.cyberjake.xyz/download/ab188b2f9209dddc/#x1S5wpneLYnBlg4V_d4okw



    I'm a little curious that you said "I left the port 445". But for me the
    NFS choice has just name/IP and optional path, no port can be given.

    mi riferivo alla selezione di "Linux". In quel caso chiede anche la
    porta. Se, invece, scelgo "NFS, hai ragione, non chiede la porta. send.cyberjake.xyz/download/a00ce4cd947425a2/#ka0w_fVhrALDmzjiNwzSLA send.cyberjake.xyz/download/8f92b69afe85d0b3/#Ghz8EzIhckaT9ljQQgcaOg

    Thanks
    Massimo
    --- Synchronet 3.20a-Linux NewsLink 1.114