Syncthing Permission Problem


Recommended Posts

Hi am quite new to Unraid (and Linux),

I am trying to Sync my Android Phone to Unraid with Syncthing.

 

By default the Folder Path i.e for Folder "Test" in the Syncthing WebUI is /config/Test. (it works, but I don't even know where to find that folder)

 

I've created a share called AndroidBackup.

So in the Syncthing WebUI I put in the Folder path "/mnt/user/AndroidBackup/Test" (I'm already not really shure if this would be the correct path.)

 

Anyway, I get an error:

Quote

2021-02-06 17:37:05: Failed to create folder root directory mkdir /mnt/user: permission denied

2021-02-06 17:37:05: Error on folder "Test" (tqf2q-vpuz2): folder path missing

 

I've tried the "Docker Safe New Perms" but that didn't help.

How can I solve the Permission error (and what would be the correct path)?

Link to comment
  • 1 year later...

Tbh I can't remember anymore...

Maybe have a look in here, according to my post the solution should be there ;)

 

Maybe my config helps too.

I have no idea if it's "technically" correct, but it's working.

 

Docker Syncthing Config:

Network Type: Bridge

Console Shell command: shell

privileged: off

Host Path2: /mnt/user/AndroidBackup --> AndroidBackup is my created share.

AppData Config Path: /mnt/user/appdata/syncthing

 

Syncthing Webui:

Folderpath: /sync/FullBackup --> "FullBackup" is the folder inside your created share where the actual files are stored

 

No real solution to your question, but I hope I can help anyway.

 

  • Thanks 1
Link to comment
  • 4 months later...

had the same error first check the permission of your folder on your unraid share by opening a console and cd into the directory
you can check the permissions with

ls - la

if you have something like drwxr-xr-x simply add the write permission

chmode 777 myFolder/

 

Link to comment
  • 1 month later...

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.