Skip to content

[Bug]: 6 TB Drive Only Shows 85.2 GB Upon Connection #175

Answered by mbentley
iJasonWade asked this question in Help
Discussion options

You must be logged in to vote

Ah! I missed a small but very important detail. You're setting TM_USERNAME=jason which means that your persistent data path is actually /opt/jason in the container. Update your volume from:

- '/home/jason/mnt/timemachine:/opt/timemachine'

to:

- '/home/jason/mnt/timemachine:/opt/jason

Otherwise, it's detecting the amount of free space on the disk where Docker is and it will be storing data inside the container, not on a persistent volume.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mbentley
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #143 on January 13, 2024 13:48.