Trying to add multiple external storage.?

I have nfs share mounted to the ubuntu in fstab

192.168.2.34:/mnt/user/folder1/home/main/unraid/folder1 nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0

192.168.2.34:/mnt/user/folder2/home/main/unraid/folder2 nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0

in the container compose file i have given as

  • NEXTCLOUD_MOUNT=/home/main/unraid/

Now inside the UI I am adding the external storage strange i am able to add the first folder 1 not the folder2 I get error local storage path does not exist. How can i add it

Look for me like insufficient rights …

You need to make sure that the user, under which the web server is running (maybe wwwrun or www-data, etc.), is able to access all files and folders. I would recommend to run this check on the console by switch to the user and accessing the file structure.

There should be a hint in your Nextcloud log. I believe most typical Local storage errors are logged at the default log level.

I managed to fix it. Looks like the unraid version had issues and once i downgraded to 1 version it worked fine.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.