So I freshly installed Ubuntu 18.04 alongside Windows 10. At installation I mounted C:
and D:
at home/drives/C
- home/drives/D
. I want to keep my working files in D
therefore I am using git there, but every time I try running git status
, git clone
etc, the terminal wants me to use sudo
.
Did I mount the volumes correctly? How can I get rid of the mounted volumes permissions?
sudo
. – muru Apr 27 '18 at 08:56