Giter Site home page Giter Site logo

Comments (4)

ncw avatar ncw commented on May 24, 2024

The next thing rclone does after that log is to exit

                        fs.Infof(nil, "Exiting...")
                        os.Exit(exitCode(sig))

So at this point things aren't under rclone's control.

If the process is unkillable that means it is stuck in the kernel.

This is all pointing towards a bug in osxfuse.

This is not reproducible on Linux

Did you try with cmount on linux?

You'll have to build rclone yourself from source with the command go build -tags cmount. You'll need the fuse development files installed too.

That will give you a new command rclone cmount which works exactly the same as rclone mount but uses the same code that is used on macOS and Windows.

from rclone.

dnicolson avatar dnicolson commented on May 24, 2024

By not being reproducible I mean there was no issue on Linux.

from rclone.

ncw avatar ncw commented on May 24, 2024

I'm unclear as to whether you tried it with rclone mount or rclone cmount on Linux. To be testing the same code it will need to be tested with rclone cmount as rclone mount uses a different library on Linux.

from rclone.

dnicolson avatar dnicolson commented on May 24, 2024

I was using rclone mount, but both rclone mount and rclone cmount work.

I also tested both with invalid S3 credentials:

mkdir cmount
./rclone cmount aws-test: cmount
...
^C2024/04/10 18:11:22 ERROR : cmount: Unmounted rclone mount
mkdir mount
./rclone mount aws-test: mount
...
^C2024/04/10 18:11:59 ERROR : mount: Unmounted rclone mount

The directory disappeared from Files and this is the result of ls -l:

d?????????  ? ?    ?            ?            ? cmount
drwxrwxr-x  2 dave dave      4096 Apr 10 18:11 mount

from rclone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.