so I installed this Windows 10 feature since I miss the terminal/bash available on OS X.
One quirk I noticed is that all the files in my data drive (separate HDD from my OS drive) are owned by root. I tried changing ownership to my user (via chown -R my-user-here:root /mnt/d/my-stuff/*) but nothing happens.
I ran
ls -la
and the ownership hasn't changed.
Any way of fixing this?
Thanks
chown
won't give any output. – You'reAGitForNotUsingGit May 04 '17 at 12:51