mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-08 16:09:54 +00:00
PTS-Clone fails to deploy mounts #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pukabyte on GitHub.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Deploy mounts
See error
Expected behaviour
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Error Logs
If applicable, add any error logs you are seeing to help problem-solving.
Additional context
Add any other context about the problem here.
@pazport commented on GitHub:
why not just install fusemount3 with
apt-get install fuse3@SP4C3W0LF commented on GitHub:
ln -s /bin/fusermount /bin/fusermount3
that should fix it
@fernando-granco commented on GitHub:
Can't install it on 18.04
@gmaster12 commented on GitHub:
Very much appreciated. I had the same problem 5/5/23 and this link fixed it. Not sure what's changed as i've only used 18.04 in all my installs.
@fernando-granco commented on GitHub:
This fixed it, thank you