Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get D: drive working on Unraid #66

Open
rbisker opened this issue Aug 27, 2023 · 3 comments
Open

Unable to get D: drive working on Unraid #66

rbisker opened this issue Aug 27, 2023 · 3 comments

Comments

@rbisker
Copy link

rbisker commented Aug 27, 2023

I'm running the docker on Unraid and after install executed the command
docker exec --user app Backblaze_Personal_Backup ln -s /mnt/user /config /wine/dosdevices/d:

From the unraid shell I see a syslink "d:" in /mnt/user/appdata/Backblaze_Personal_Backup/wine/dosdevices, and when I browse with the ls command I see all of my shares listed.

However, when I start the docker, D: is not available as option in Backblaze. Also, when I run sudo docker exec --user app backblaze-backup-backblaze-1 wine explorer, I see a D: drive listed, but it is empty.

image

Any idea what I'm doing wrong here? Does this not work if you're making a symbolic link to Unraid share folders as opposed to directories on specific disks?

@henryyeh
Copy link

henryyeh commented Aug 27, 2023 via email

@rbisker
Copy link
Author

rbisker commented Aug 27, 2023

Sorry I'm a Linux/Docker novice. When you say change the user:group to app:app, do I literally type 'chown app:app' or is 'app' supposed to be the group ID of something in the docker, and if so how do I figure out what that is?

Permissions. Make sure the directory /mnt/user and symlink /wine/dosdevices/d: are owned by app:app, not root.

@henryyeh
Copy link

henryyeh commented Aug 27, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants