Issue sharing SMB with Windows and Linux

mojo123410

Cadet
Joined
Nov 29, 2020
Messages
3
Hey there, I have created a SMB share that I can login to access/modify files from in windows but when I mount the share into Ubuntu with CIFS I am unable to do anything, I have logged into the share with the same username and password as the windows client using the command

sudo mount -t cifs -o username=<win_share_user> //WIN_SHARE_IP/<share_name> /mnt/win_share

which mounts the drive fine, but all files are owned by root and cannot add/remove/or modify anything
anybody have an idea what might be going on?
 
Top