Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nextcloud and permissions issues

Featured Replies

I have 4 drives in raidz configuration mounted to the unraid file system under /mnt/Data. I'm not sure if unraid manages file permissions automatically if you create shares on btrfs.

 

But I'm having this issue with next cloud, the /data directory is mounted to /mnt/Data/nextcloud. I've used the dynamix file manager to set the permissions to this folder to write/read for owner/group/other (I think this is 777 permissions).

 

When I setup next cloud is says I need to change my data folder permissions to 0770. I'm not sure what the first 0 is but in the file manager I set the permissions to read/write for owner/group and none for others. Next cloud then throws an error saying It has no write permissions.

 

Now I'm stumped and need some help.

read/write for owner/group/other translates to 666.   Looks like you need execute permissions on at least the owner and the group along with read and write.    Go to the terminal, and issue the following commands:

cd /mnt/Data
chmod -R 770 ./nextcloud 

I'm surprised the dynamix file manager doesn't offer a setting to toggle the execute permission.

 

  • 4 months later...

Just want to say thanks, this popped up on Google search, because I was having the same issue. But I had to change the commands slightly.

On my setup I had to change the following:

Instead of:

cd /mnt/Data

It was

CD /mnt/user

Then

Instead of:

chmod -R 770 ./nextcloud

It was

chmod -R 770 nextcloud

Then permissions fixed

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.