cptactionhank / docker-netatalk

Docker container running Netatalk
https://hub.docker.com/r/cptactionhank/netatalk/
MIT License
134 stars 75 forks source link

Having problems moving large files #18

Open tkodev opened 7 years ago

tkodev commented 7 years ago

Moving large folder errors out: not enough free space (I have over 500 GB).

screen shot 2017-09-06 at 11 41 05 pm

Might be a netatalk issue? Anyone have any ideas?

tkodev commented 7 years ago
screen shot 2017-09-07 at 2 39 40 pm

Here's how the remaining space looks. The share partition should be 1.83 TB, my linux system / partition is 28.7 gb - I guess it's getting the wrong free space info.

cptactionhank commented 7 years ago

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 notifications@github.com 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.

volkovpishet commented 2 years ago

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: --volume /media/my-volume:/shares/my-volume

instead of: /media:/shares

in afp.conf: [elements-hfsplus] path = /shares/elements-hfsplus

instead of: [shares] path = /shares/