gunwald
February 9, 2022, 12:02am
#1
On my Nextcloud setup (Raspbian Bullseye) I use external storage application to make some files available that are locally on the same server.
But al of the sudden, the option »Local« has disappeared from the menu:
What could be the cause of this problem? Some packages missing on my server?
gas85
February 9, 2022, 9:20am
#2
How you mount it? From the user ../index.php/settings/user/externalstorages
?
Or from the Admin Menu ../index.php/settings/admin/externalstorages
?
User can’t mount local storages, only admin via https://YourDomain/index.php/settings/admin/externalstorages
2 Likes
gunwald
February 9, 2022, 11:06am
#3
Ok, thanks a lot. I tried to mount it from the ../index.php/settings/user/externalstorages
. A little bit confusing though.
1 Like
devnull
February 9, 2022, 11:26am
#4
Perhaps a problem with disk_free_space
.
https://github.com/nextcloud/server/commit/152e2bfdaa2cc860b3fb456d6a9bc675c00e6b39
Edit lib/private/Files/Storage/Local.php
line 381
$space = true;
You can check the function with a php script.
https://www.php.net/manual/function.disk-free-space.php
gunwald
February 9, 2022, 6:19pm
#5
I think in
I think, this wasn’t clear enough: I solved the problem, by setting the eternal storage at the right menu:
Not the user menu: ../index.php/settings/user/externalstorages
But the settings menu: ../index.php/settings/admin/externalstorages
I think form a design perspective this is not ideal, as for a user point of view its not clear – at least not at the first glance – what the difference is.,
However it was my fault…
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.