I have a fritxbox router with an external disk connected. This is shared as an SMB share.
When I mount this share to my raspberry pi 4B, I can access it, but I don't have the right permissions.
I tried to connect with a credentials file, tried with uid/gid, but none of the commands will work.
mount -o //<source path> /<mount path> cifs uid=1000,gid=1000,credentials=/etc/.smbcredentials 0 0
Any suggestion how to get this mount with the proper permissions?
When I mount this share to my raspberry pi 4B, I can access it, but I don't have the right permissions.
I tried to connect with a credentials file, tried with uid/gid, but none of the commands will work.
mount -o //<source path> /<mount path> cifs uid=1000,gid=1000,credentials=/etc/.smbcredentials 0 0
Any suggestion how to get this mount with the proper permissions?

