Mohit Mohit
Mohit Mohit
Hi, What is the latest status of git worktree support ? My workflow is blocked because of this.
Yes - summary is correct. `stat` is working for the existing files as well as folders. `ls` is failing. In fact `ls filename` works but `ls dir_name` fails. `cat filename`...
Actually strace is linux specific. I found that macOS have dtrace. Which was also not working out for me, I tried do what they suggested (`sudo chmod u+s /usr/sbin/dtrace` )...
Hi, Any update on this ? I'm facing the same issue. @lvml - btw, did you find any other unionfs which can work in macOS as well and the union...
It works for simple directories (i.e. if the read-only directory is created by me). However it doesn't work for system read-only directories like `/bin`. System: macOS Repro: `mkdir -p /tmp/A`...