Sujet : Re: NFS from Android
De : anssi.saari (at) *nospam* usenet.mail.kapsi.fi (Anssi Saari)
Groupes : comp.mobile.androidDate : 30. Oct 2024, 08:40:58
Autres entêtes
Organisation : An impatient and LOUD arachnid
Message-ID : <sm0v7xaujg5.fsf@lakka.kapsi.fi>
References : 1 2 3 4 5 6
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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.