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

Having problems moving large files #18

Open
tkodev opened this issue Sep 7, 2017 · 3 comments
Open

Having problems moving large files #18

tkodev opened this issue Sep 7, 2017 · 3 comments

Comments

@tkodev
Copy link

tkodev commented Sep 7, 2017

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

tkodev commented Sep 7, 2017

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

cptactionhank commented Sep 7, 2017 via email

@volkovpishet
Copy link

volkovpishet commented Jan 8, 2022

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants