mongodb 작업을 위해 개발 도구를 사용하고 있습니다. 어제는 잘 작동했어요. 오늘 왔을 때 터미널에서 appImage를 실행하는 동안 이 오류가 발생했습니다.
fusermount: mount failed: Operation not permitted
Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
open dir error: No such file or directory
나는 일반적으로 다운로드 디렉토리로 이동한 다음 명령을 눌러 터미널을 사용하여 호출합니다.
./nosqlbooster4mongo*.AppImage
인터넷을 뒤져보았지만 만족스러운 해결책을 찾지 못했습니다. 나는 우분투를 처음 접했는데 뭔가 잘못한 것일까요?
답변1
몇 시간 동안 검색한 끝에 해결책을 찾았습니다!
이것은 퓨즈에서 발생합니다. 이것 대신에
./nosqlbooster4mongo*.AppImage
나는 추가 조항을 추가했습니다
--appimage-extract-and-run
이제 다음과 같이 appImage를 실행할 수 있습니다.
./nosqlbooster4mongo*.AppImage --appimage-extract-and-run
이 문제에 직면한 다른 사람에게 도움이 되기를 바랍니다.