Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTS-Clone fails to deploy mounts #43

Open
Pukabyte opened this issue Mar 25, 2023 · 5 comments
Open

PTS-Clone fails to deploy mounts #43

Pukabyte opened this issue Mar 25, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@Pukabyte
Copy link

Describe the bug
A clear and concise description of what the bug is.

  • when deploying mounts gdrive service and tdrive services fail. And it comes up with Deploy fail : blitz

To Reproduce
Steps to reproduce the behaviour:

  1. Go to '...'

  2. Click on '....'

  3. Scroll down to '....'

  4. See error

  5. Deploy mounts

  6. See error

Expected behaviour
A clear and concise description of what you expected to happen.

  • Deploy Failed: Blitz

Screenshots
If applicable, add screenshots to help explain your problem.

image

image

image

Error Logs
If applicable, add any error logs you are seeing to help problem-solving.

  • in screenshots above

Additional context
Add any other context about the problem here.

@Pukabyte Pukabyte added the bug Something isn't working label Mar 25, 2023
@andrehogan
Copy link

andrehogan commented Apr 5, 2023

ln -s /bin/fusermount /bin/fusermount3

that should fix it

@fernando-granco
Copy link

ln -s /bin/fusermount /bin/fusermount3

that should fix it

This fixed it, thank you

@pazport
Copy link

pazport commented Apr 8, 2023

why not just install fusemount3 with apt-get install fuse3

@gmaster12
Copy link

ln -s /bin/fusermount /bin/fusermount3

that should fix it

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
Copy link

why not just install fusemount3 with apt-get install fuse3

Can't install it on 18.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants