Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <sm0v7xaujg5.fsf@lakka.kapsi.fi>
Deutsch   English   Français   Italiano  
<sm0v7xaujg5.fsf@lakka.kapsi.fi>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Anssi Saari <anssi.saari@usenet.mail.kapsi.fi>
Newsgroups: comp.mobile.android
Subject: Re: NFS from Android
Date: Wed, 30 Oct 2024 09:40:58 +0200
Organization: An impatient and LOUD arachnid
Lines: 31
Message-ID: <sm0v7xaujg5.fsf@lakka.kapsi.fi>
References: <vfgvr3$ksou$1@news.usenet.ovh>
	<guida-20241026145239@ram.dialup.fu-berlin.de>
	<vfj247$mitl$1@news.usenet.ovh>
	<NFS-20241026164203@ram.dialup.fu-berlin.de>
	<vfjo2u$h3g$1@nnrp.usenet.blueworldhosting.com>
	<vfltiq$opfl$1@news.usenet.ovh>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Wed, 30 Oct 2024 08:40:58 +0100 (CET)
Injection-Info: dont-email.me; posting-host="435f38c593f9d1c45bae11570ab33c25";
	logging-data="2178073"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/GBTCNEYlG9g3kybr0YN5p"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock: sha1:54MZj8ZTg28Ja3x12sLbfwkARfU=
	sha1:nweGzuMbsalVaCmBPzjHkipozek=
Bytes: 2542

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.