SMB Permission went wild


Go to solution Solved by Stephan M.,

Recommended Posts

Hi folks,

I have a little strange problem with my share.
I use code-server docker to write some simple bash scripts.
At code-server terminal, I get the following permissions displayed:

abc@73486a3fe4f2:/unraid-mnt/user/data/IGEL/Scripts/IGEL OS/OS12_upgrade_utility/bash$ ls -ali os12_upgrade_util.sh 
12666373952052750 -rw-rw-rw-+ 1 abc users 202 Mar 27 09:55 os12_upgrade_util.sh

 

At unraid I get this one here:

root@Unraid:/mnt/user/data/IGEL/Scripts/IGEL OS/OS12_upgrade_utility/bash# ls -ali os12_upgrade_util.sh 
12666373952052750 -rw-rw-rw-+ 1 nobody users 202 Mar 27 09:55 os12_upgrade_util.sh

 

At a device that runs some kind of Ubuntu and SMB mount with a dedicated user, I get this:

root@ITC5254005F6496:/wfs/scripts/OS12_upgrade_utility/bash# ls -ali os12_upgrade_util.sh 
12666373952052750 -rw-r--r-- 1 user users 202 Mär 27 09:55 os12_upgrade_util.sh


Now the problem.
Editing and writing from my code-server docker container is working fine.
But on the Ubuntu device, I can't even run the script or change permissions.
Mount is in read/write mode.

Any ideas?

Changing permissions in docker does not help.
Changing permissions in unraid does some kind of suck 😄
And both does not affect the permission in the Ubuntu mount

Edited by Stephan M.
Added more information
Link to comment
  • 2 weeks 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.