BestPig
BestPig
So the sparse file is a feature of the file system and not handle by the vmdk format ?
I made a fix for that, maybe you can check this version https://github.com/Xfennec/progress/pull/161 I test with the exact filename as yours and it works now.
Can you run the following command ? ```readlink -f $(which mv)``` I think you don't use real mv binary. Did you have install coreutils binaries with port or brew ?
If you use coreutils from brew your binary is probably gmv and not mv. Have you tried to use ```progress -c gmv```
It works if you use the PID of the process?
No problem with me on OS X 10.11.6. Are you using Sierra (10.12) ?
I just installed Yosemite 10.10.5 for testing. I face no problem to monitor cp/gcp/mv/gmv with name or using PID. Can you run it with lldb ? ``` $ lldb progress...
Launch a long `cp` command before doing it ;)
My bad, I give you a bad command if you use mv (as always). Run with `r -c gmv -c mv` in lldb Personally I was running my test on...
Can't reproduce on macOS Mojave