Giter Club home page Giter Club logo

Comments (3)

boredazfcuk avatar boredazfcuk commented on June 20, 2024

This error occurs when the destination directory is mounted to an SMB location. It also happens if the directory is being mounted elsewhere by the host. Make sure you mount your volumes locally and that the container has exclusive access, or alter your volume mapping to tell the system it's a shared volume. I think it's :z, not 100% sure.

from docker-icloudpd.

srirampsbb avatar srirampsbb commented on June 20, 2024

I'm seeing this too:
Error: Invalid value for '-d' / '--directory': Path '/home/madhurya/iCloud' is not readable.
The destination is not an SMB Location
The source directory is mounted locally (on my Synology NAS):

~/icloudpd_boredazfcuk$ df -h  "/var/services/homes/madhuram/icloudpd_boredazfcuk/madhurya_icloudPD_data"
Filesystem      Size  Used Avail Use% Mounted on
-               3.5T  1.1T  2.5T  31% /volume1/homes

I am able to login to the container (as root) and list the destination dir contents fine. Also, this dir was working before, I just created a new container with the latest image so not sure what I'm missing here

P.S. Also tried :z option for the mount but that didn't help either:

        "Mounts": [
            {
                "Type": "bind",
                "Source": "/var/services/homes/madhuram/icloudpd_boredazfcuk/madhurya_icloudPD_data",
                "Destination": "/home/madhurya/iCloud",
                "Mode": "rw,z",
                "RW": true,
                "Propagation": "rprivate"
            },

from docker-icloudpd.

boredazfcuk avatar boredazfcuk commented on June 20, 2024

Closed as stale.

from docker-icloudpd.

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.