June 24, 20188 yr I have a 2TB cache drive in one of my servers that only has about 300GB free for some reason. How can I find out what is taking up all the space?
June 24, 20188 yr Main Tab, Cache Devices, click on the little folder icon way to the right. Or alternatively, binhex's Krusader app and navigate to the cache drive Or another alternative, under the shares tab, click calculate on each share and it will show you where the files in the share are stored.
June 24, 20188 yr Author Thanks Squid, I've been using Krusader, and I deleted a lot of old stuff, but the cache drive is still showing same used and available space so I am still having a lot of trouble figuring out why it's so full.
June 24, 20188 yr Author So what is the easiest way to to determine what folders I am looking at in Krusader are actually on the cache drive?
June 24, 20188 yr Another way to see with what is full your cache drive is to open a Terminal from your Web GUI and run the following command: Quote root@Node804:~# du -sh /mnt/cache/* 4.3G /mnt/cache/appdata 33G /mnt/cache/domains 3.4G /mnt/cache/share4all 21G /mnt/cache/system In my case the cache is used by appdata, domains, system and share4all - one of the shares which should be moved automatically to Array at a specific disk usage threshold. Edited June 24, 20188 yr by FlorinB
June 24, 20188 yr Author When I run fix common problems, I get these warnings, which I am not clear on how to resolve and I am unsure if they are part of the problem.
June 24, 20188 yr 23 minutes ago, ashman70 said: So when I run that, this is what I get. Please do a df -h /mnt/* In my case this is what i get: Quote root@Node804:~# df -h /mnt/* Filesystem Size Used Avail Use% Mounted on /dev/sdi1 233G 73G 160G 32% /mnt/cache /dev/md1 466G 301G 164G 65% /mnt/disk1 /dev/md2 466G 51G 414G 11% /mnt/disk2 /dev/md3 466G 389G 78G 84% /mnt/disk3 /dev/md4 466G 185G 280G 40% /mnt/disk4 /dev/md5 466G 171G 295G 37% /mnt/disk5 /dev/md6 932G 838G 94G 90% /mnt/disk6 /dev/md7 466G 426G 41G 92% /mnt/disk7 rootfs 7.8G 656M 7.1G 9% /mnt shfs 3.9T 2.4T 1.5T 62% /mnt/user shfs 3.7T 2.4T 1.4T 64% /mnt/user0 You can see the disk usage of cache drive as well as the disks from Array.
June 24, 20188 yr 42 minutes ago, ashman70 said: I am not clear on how to resolve and I am unsure if they are part of the problem The Fix Common Problems warnings are telling you everithing you need to know: appdata, Applications, downloads - should be (according to your configuration) on the cache drive, but somehow you move them to the array. Docker folder should not use the cache at all, the a folder Docker exist (empty or with content) on you cache drive. You can use the tools mentioned in warnings to move your files where it should be. Always copy a file from a disk to a disk and from a share to a share!!! Do not mix disks with shares - there is a bug which will dostroy your data, if you do not respect that rule. See the following post for more details:
Archived
This topic is now archived and is closed to further replies.