Docker 2nd disk size
by kosta88 from LinuxQuestions.org on (#5DTGT)
Hello,
a little help please:
I have mounted a 2nd disk to /data, 200GB ext4 formatted partition (/dev/sdb1).
However, in Docker, when I bind /data/sab/downloads to /downloads, sabnzbd tells me not enough space, and seemingly reads free space on the main partition.
How do I solve this? Would I have to use NFS with volumes in Docker? Never did it, since totally new, but this would be my first idea.
Thanks


a little help please:
I have mounted a 2nd disk to /data, 200GB ext4 formatted partition (/dev/sdb1).
However, in Docker, when I bind /data/sab/downloads to /downloads, sabnzbd tells me not enough space, and seemingly reads free space on the main partition.
How do I solve this? Would I have to use NFS with volumes in Docker? Never did it, since totally new, but this would be my first idea.
Thanks