Problem with samba share for editing with code

hello
i have a linux debian Laptop. To attache a samba share is more complicated - fist in Linux i will have to mount it to get access.

sudo mount -t cifs //10.147.42.147/openhabian /mnt/openhabian -o user=openhabian

i think the path after the ip address is wrong - but can’t find out what the correct patch would be?!

have a nice day
vinc

There is no share openhabian, instead there are four shares:

//10.147.42.147/openHAB-addons/
//10.147.42.147/openHAB-conf/
//10.147.42.147/openHAB-sys/
//10.147.42.147/openHAB-userdate/

But as you want to edit with code (I guess VS Code), maybe try to use remote editing.
This is much more convenient than using a samba share.
Don’t forget that samba is only part of openHABian, because most users aren’t very familiar with GNU/Linux but need access from Windows Desktop.