상세 컨텐츠

본문 제목

CMakeDetermineSystem.cmake Error (Mounted filesystem issue)

terminal

by Riella 2020. 8. 11. 09:30

본문

728x90

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

관련글 더보기

댓글 영역