finally that has worked, thank you!
So the solution is to a) use my own credentials and b) to use UNC paths.
At the beginning I was using system user to log in the service and that was not working. Then I used my own user and mapped drives, which also didn't work. So now with my own user and UNC paths, it works! Watchfolder is processing files. Thank you!
Watchfolder not working
Re: Watchfolder not working
Chatting out of the box, it always felt very strange for me that Microsoft does not support mapped drive letters that are fixed for all users while Linux supports this. Well on the other hand Linux does not support direct UNC access in a similar way than windows does, e.g. access to network resource without "mounting" it.
Maybe it is worth starting a campain asking Microsoft to implement "system wide mounts"? @FranceBB @admin @ThomasM @momocampo ?
What could be the most efficent way to start this off?
emcodem, wrapping since 2009 you got the rhyme?
Re: Watchfolder not working
Yep, I personally use Fedora ever since Fedora 24 came out and the way I make my VM able to use other drives is to share /run/media so that it will be accessible via \\VBOXSVR\media
For instance, when you mount disks like Data Storage and Virtual Machines, on Linux it would be
and on Windows it would be \\VBOXSVR\media\FranceBB\ and then the disks seen as folders.
Essentially, they get the actual name of the account that actually mounted them, which is... peculiar.
This potentially allows any Windows OS (even old ones like XP and Server 2003) to access BRTFS formatted LUKS encrypted drives easily.
But... Linux peculiarities don't end here, this is only valid for locally mounted disks.
What happens if the disk you're mounting is an SMB share or if it's mounted using other protocols?
Well, those don't end up in /run/media but rather in /run/user/1000/gvfs which is a completely different folder in the system.
This is true not just for SMB but also other mounted things like if you mount Google Drive etc.
The whole thing is a bit messy but I've been working around those things for a while.
Still, with Avisynth, x26x, FFMpeg, FFProbe, Mediainfo, BMX and Exiftools running natively on Linux, the hope is one day to also have AutoIT running there... I don't really see that happen anytime soon, but hopefully... one day...
That would be on Microsoft uservoice (or rather, whatever replaced it, I think it's called Microsoft Feedback on Windows 11 or something).
I reported a whole bunch of things there like adding small taskbar icons back, adding the ungroup icons in taskbar back along with other things only to get ignored... but we can try.