By means of an exmaple   find /mnt/user/tv.hd/ -type f -size -100000c -ls | wc -l 22186   root@SOLO:~# find /mnt/user/tv.hd/ -type f -size -100000c -ls | awk '{total += $7} END {print total}' 342382982   So for one share i can pull 22k files into the accelerator SSD array drive and only use up 350MB of it.   Or put another way   find /mnt/user/tv.hd/ -type f -ls | wc -l 37433   So for virtually no SSD hard disk cost I can make almost 60% of the files in that e
    • Upvote
    1