-
Notifications
You must be signed in to change notification settings - Fork 75
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
Having problems moving large files #18
Comments
Maybe you have configured disk quota or something of the likes.
Could you provide the result of the following command `docker exec -ti <netatalk container id> df -h`?
Might be that the docker you’re using does not support such large volumes or something like that. I myself have it successfully running with multiple 3TB volume shares.
… On 7 Sep 2017, at 05.42, Tony Ko ***@***.***> wrote:
Moving 5gb+ folder errors out: not enough free space (I have over 50 GB).
Might be a netatalk issue? Anyone have any ideas?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
In case others search answer for the issue, for me it was solved by using separate share with volume pointing to mount point of host of drive. So in docker run command i have now: instead of: in afp.conf: instead of: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moving large folder errors out: not enough free space (I have over 500 GB).
Might be a netatalk issue? Anyone have any ideas?
The text was updated successfully, but these errors were encountered: