docker-makemkv
docker-makemkv copied to clipboard
space usage / allocation
I do not know if this is a real problem because I am a beginner under linux, but I share what happened to me
df -h
/dev/sdi1 458G **67G** 392G 15% /srv/dev-disk-by-label-DOCKER
ncdu 1.12 ~ Use the arrow keys to navigate, press ? for help
--- /srv/dev-disk-by-label-DOCKER -----------------------------------------------------------------------------
6,1 GiB 84 730 [##########] /Appdata
e 16,0 KiB [ ] /lost+found
Total disk usage: **6,1 GiB** Apparent size: 5,9 GiB Items: 84732
67G vs 6.1G is the problem
I try lsof | grep '(deleted)'
I found an interesting line :
/storage/[redacted]/[redacted].iso (deleted)
/storage is a mount in my docker makemkv.
The original iso file was deleted in the past but makemkv still looks for this file.
I restart my makemkv docker and :
/dev/sdi1 ext4 458G **6,1G** 452G 2% /srv/dev-disk-by-label-DOCKER
Are you running these commands inside the container or on the host?
Also, what do you mean by "makemkv still looks for this file"?
Hi Jocelyn, first thanks a lot for your work !
On the host. iso files was on the host. I use makemkv on this iso files. when the job finish I remove the iso files. Sdi1 is the disk where I put /Appdata and all my /config docker files. Sdi1 is also my download disk. Makemkv send result files on an other disk. I was amazed to see the place I used on the disk and so I did some research that you see on my first post. when I restarted your makemkv docker everything is back to normal That's why I thought about talking about it here
I am a beginner do not take too much time on this subject :)