Reference: https://github.com/microsoft/WSL/issues/4257
Sometimes, catkin_make does not work due to disabled metadata on WSL.
You can check if the metadata is enabled or not by typing the command below.
mount | grep /mnt/c
Then it should be shown like...
C:\ on /mnt/c type drvfs (rw,noatime,uid=1000,gid=1000,metadata,case=off)
If there's no metadata on output, you need to make wsl.conf file on etc folder.
sudo nano /etc/wsl.conf
Add this to the file.
[automount]
enabled = true
options = "metadata"
Then exit the bash shell and restart the computer.
Then your mount should be changed
mac 터미널에서 파일 압축해제 (0) | 2021.04.19 |
---|---|
파일 시스템 소유권과 권한 바꿔주기 chown/chmod (0) | 2021.03.23 |
Java macOS에 설치 (.bash_profile, .profile, .bashrc) (0) | 2021.03.16 |
Remove Win10's Path from WSL (0) | 2020.08.10 |
Copy bashrc default file (0) | 2020.07.02 |
댓글 영역