ephigenie

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by ephigenie

  1. Wow quit the impressive difference for you! Glad the change to XFS worked out for you. All the best! And yes i hope they will throw away this SHFS asap and replace it all with ZFS.
  2. ok i just read the beginning of the thread again. Basically you have made sure already your "docker.img" is now inside the cache. The same should be done for the "appdata" shares as it contains all the data of your docker images. Next issue would be : SAB shouldn't impact anything else then the drive you chose to dedicate to it. That being said, in my setup, where i also heavily rely on sab, it is a very potent piece of software with extremely high IO demand. I have setup a separate box with a 4 x 2TB raid10 as download server with its / on SSD. In the earlier days, the box was unpacking on the SSD - however i quickly run out of space. With the 4 x 2TB disks - SAB is easily downloading faster then i can unpack - and the download box is fully IO - Saturated. Depending on what performance levels you might want to achieve - you might have to migrate your SAB to an additional SSD.
  3. you have to set your system share and appdata share to prefer. Then switch off docker. Run the mover. Once it is finished, verify the following way: ls -al /mnt/cache/system/docker/docker.img exists ? and it doesn't exist at all on your normal disk drives! so i.e. ls -al /mnt/disk1/system/docker/docker.img doesn't exist. you can as well copy the system directory with i.e. "mc" directly to /mnt/cache/ Once you have done that and there is no more "system" and no more appdata directory on any of your /mnt/disk* directories (except for /mnt/user - where all your devices in the pool are merged ) start your docker again. See if you have a difference in your system performance. I still have at least 1 core busy with "chefs" when i.e. plex is doing a scan - or anything else similar is happening - but the system stays responsive and is not totally drowning in IO .
  4. @CowboyRedBeard I found something quit interesting, that might be affecting you as well. So first things first - after debugging the heck out of my box - i found that while it wasn't immediately visible, my docker containers were competing with the "mover" . While the Issues with the mover persist (very inefficient IO as it seems), i found, despite what i was initially thinking, the docker.img was still persistent on my array. So what i wasn't fully aware of, was that when i put the appdata share on "cache only" literally the mover is not doing anything with it (in terms of moving anything). So i solved the full lock down from the mover with : 1) disabling docker 2) set the share for "cache prefer" 3) run the mover, waited until everything moved to the cache 4) scubbed the cache drives, run the mover again just to be sure 5) switched the share back to "cache only" 6) started the Docker again 7) started testing - the mover IO issues are still existing - however my wait IO went absolutely down to max 10 my docker containers started nicely - and are completely unaffected from the mover now. Now the conclusion : 1) the Samsung SSD's are not at fault 2) docker.img on the Array is leading to an IO deadlock. 3) i just watched the video from 9th of April and they wanna switch to ZFS - so i'll wait for that to come since that would def. outperform shfs by far and is much more efficient. For you : check the location of your docker.img at first. Its not being moved if the docker service is still running... (same for any VM's)
  5. This seems related. at this point in time my mac mini with 3 simple WD NAS (each Raid1) attached no cache - was at least 10 times faster then the supposed to be monster server with dual xeon, 2TB SSD cache, P2000 etc... And not seeing any feedback, not even a question from LT is really dissapointing. I used mergerfs before and it was working really nice. I am really wondering what is so different now - except that by design my hardware is much more capable then what i had before - yet i am unable to achieve even close to the similar performance. My server is unable to stream a single movie locally. Everything is stuck.
  6. Any update on this please please ? strace -fF -p 43726 -e lstat : running for 1 sec. : [pid 31881] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31881] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk2/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk7/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33810] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk2/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk7/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/appdata", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/domains", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk2/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/domains", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk2/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/domains", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk2/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/domains", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/domains", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33805] lstat("/mnt/disk2/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/domains", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/files", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33805] lstat("/mnt/disk2/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/files", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33805] lstat("/mnt/disk2/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/files", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/files", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk2/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/files", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk2/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/files", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk2/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/isos", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33798] lstat("/mnt/disk2/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/isos", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31880] lstat("/mnt/disk2/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/isos", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31868] lstat("/mnt/disk2/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/isos", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33799] lstat("/mnt/disk2/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/isos", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33805] lstat("/mnt/disk2/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/isos", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31881] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31881] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31881] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31881] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31881] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31881] lstat("/mnt/disk6/media", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31881] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33810] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33810] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33810] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33810] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33810] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33810] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33810] lstat("/mnt/disk6/media", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33810] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33810] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33810] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31856] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31856] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31856] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31856] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31856] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31856] lstat("/mnt/disk6/media", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31856] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33798] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33798] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33798] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33798] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33798] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33798] lstat("/mnt/disk6/media", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33798] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31880] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31880] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31880] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31880] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31880] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31880] lstat("/mnt/disk6/media", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31880] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/cache/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31868] lstat("/mnt/disk5/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31868] lstat("/mnt/disk5/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33799] lstat("/mnt/disk5/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31881] lstat("/mnt/disk5/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/music", 0x150a1c469c00) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/music", 0x150a1c469c00) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk2/music", 0x150a1c469c00) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/music", 0x150a1c469c00) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33810] lstat("/mnt/disk5/music", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/music", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/music", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/music", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/music", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/music", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/system", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31856] lstat("/mnt/disk2/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/system", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31876] lstat("/mnt/disk2/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/system", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/system", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33798] lstat("/mnt/disk2/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/system", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31880] lstat("/mnt/disk2/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/system", 0x150a4c8c2c00) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31880] lstat("/mnt/disk2/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/system", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server", {st_mode=S_IFDIR|0755, st_size=218, ...}) = 0 [pid 33799] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server/Plug-ins", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0 [pid 33805] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server/Plug-ins", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0 [pid 33805] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31876] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33798] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/upstatsboard", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/upstatsboard", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31880] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31881] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33805] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31874] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0 [pid 31874] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)", {st_mode=S_IFDIR|0755, st_size=119, ...}) = 0 [pid 31874] lstat("/mnt/disk10/media/Movies1/Killing Oswald (2013)", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31880] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 33799] lstat("/mnt/disk1/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata/bazarr/app", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 31881] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-journal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31881] lstat("/mnt/disk1/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata/bazarr/app", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 31876] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db", {st_mode=S_IFREG|0644, st_size=14925824, ...}) = 0 [pid 33799] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 33799] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 33799] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 33799] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 33799] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31856] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31856] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31856] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31856] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 33810] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 33810] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 33810] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 33810] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31876] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31874] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31868] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33799] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33805] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31856] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk2/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk7/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31881] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk2/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk7/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33810] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk2/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk7/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33798] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk2/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk7/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31874] lstat("/mnt/disk2/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31874] lstat("/mnt/disk7/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/domains", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/domains", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31880] lstat("/mnt/disk2/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/domains", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/domains", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33799] lstat("/mnt/disk2/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/domains", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/domains", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk2/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/domains", 0x150a4c259c00) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk2/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/domains", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/files", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk2/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/files", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/files", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk2/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/files", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/files", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk2/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/files", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk2/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/files", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/files", 0x150a4c8c2c00) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31880] lstat("/mnt/disk2/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/files", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/isos", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33799] lstat("/mnt/disk2/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/isos", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33805] lstat("/mnt/disk2/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/isos", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/isos", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31856] lstat("/mnt/disk2/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/isos", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31856] lstat("/mnt/disk2/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/isos", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/isos", 0x150a4c259c00) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31881] lstat("/mnt/disk2/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/isos", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31881] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31881] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31881] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31881] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31881] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31881] lstat("/mnt/disk6/media", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31881] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31868] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31868] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31868] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31868] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31868] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31868] lstat("/mnt/disk6/media", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31868] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31874] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31874] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31874] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31874] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31874] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31874] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31874] lstat("/mnt/disk6/media", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31874] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31874] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31874] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31880] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31880] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31880] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31880] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31880] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31880] lstat("/mnt/disk6/media", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31880] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33805] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33805] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33805] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33805] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33805] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33805] lstat("/mnt/disk6/media", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33805] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33810] lstat("/mnt/cache/music", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/music", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk2/music", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/music", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33810] lstat("/mnt/disk5/music", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/music", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/music", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/music", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/music", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/music", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/music", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/music", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/music", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/music", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31876] lstat("/mnt/disk5/music", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/music", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/music", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/music", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/music", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/music", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31856] lstat("/mnt/disk5/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/music", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31881] lstat("/mnt/disk5/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/music", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31868] lstat("/mnt/disk5/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/system", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31868] lstat("/mnt/disk2/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/system", 0x1509d75bbc90) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33799] lstat("/mnt/disk2/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/system", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/system", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31880] lstat("/mnt/disk2/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/system", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/system", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33805] lstat("/mnt/disk2/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/system", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33805] lstat("/mnt/disk2/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/system", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0 [pid 31856] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)", {st_mode=S_IFDIR|0755, st_size=119, ...}) = 0 [pid 31856] lstat("/mnt/disk10/media/Movies1/Killing Oswald (2013)", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31881] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259b30) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31874] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31880] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 33810] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31876] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31876] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31856] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-journal", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31880] lstat("/mnt/disk1/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/appdata/bazarr/app", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 33805] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-wal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db", {st_mode=S_IFREG|0644, st_size=14925824, ...}) = 0 [pid 33798] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31881] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31868] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/upstatsboard", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0 [pid 33799] lstat("/mnt/disk1/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata/upstatsboard", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33805] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31856] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31876] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/heimdall/www", {st_mode=S_IFDIR|0775, st_size=120, ...}) = 0 [pid 33799] lstat("/mnt/disk1/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata/heimdall/www", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/appdata/heimdall/www/app.sqlite-journal", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/appdata/heimdall/www", {st_mode=S_IFDIR|0775, st_size=120, ...}) = 0 [pid 33805] lstat("/mnt/disk1/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/appdata/heimdall/www", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata/heimdall/www/app.sqlite", {st_mode=S_IFREG|0664, st_size=233472, ...}) = 0 [pid 31881] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31881] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31881] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31881] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31881] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31874] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31874] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31874] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31874] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31868] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31868] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31868] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31868] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33810] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33805] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31856] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31876] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31876] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31876] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk2/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk7/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/appdata", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk7/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31880] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31880] lstat("/mnt/disk2/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31880] lstat("/mnt/disk7/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/appdata", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33810] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk2/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk7/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/appdata", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33805] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33805] lstat("/mnt/disk2/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33805] lstat("/mnt/disk7/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/domains", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk2/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/domains", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/domains", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk2/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/domains", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/domains", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk2/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/domains", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk2/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/domains", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/domains", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/domains", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/files", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk2/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/files", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/files", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk2/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/files", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/files", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk2/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/files", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/files", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk2/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/files", 0x150a4c259c00) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31881] lstat("/mnt/disk2/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/files", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/isos", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31874] lstat("/mnt/disk2/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/isos", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/isos", 0x1509d5dafc90) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33798] lstat("/mnt/disk2/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/isos", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/isos", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31876] lstat("/mnt/disk2/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/isos", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31880] lstat("/mnt/disk2/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/isos", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/isos", 0x150a4c8c2c00) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31880] lstat("/mnt/disk2/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/isos", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31880] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31880] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31880] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31880] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31880] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31880] lstat("/mnt/disk6/media", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31880] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33805] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33805] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33805] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33805] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33805] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33805] lstat("/mnt/disk6/media", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33805] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31856] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31856] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31856] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31856] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31856] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31856] lstat("/mnt/disk6/media", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31856] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31874] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31874] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31874] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31874] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31874] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31874] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31874] lstat("/mnt/disk6/media", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31874] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31874] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31874] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33798] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33798] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33798] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33798] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33798] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33798] lstat("/mnt/disk6/media", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33798] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31876] lstat("/mnt/cache/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31876] lstat("/mnt/disk5/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/music", 0x1509d75bbc90) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/music", 0x1509d75bbc90) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/music", 0x1509d75bbc90) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/music", 0x1509d75bbc90) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33799] lstat("/mnt/disk5/music", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/music", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/music", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/music", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/music", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/music", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/music", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31868] lstat("/mnt/disk5/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/music", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/music", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/music", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/music", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/music", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31880] lstat("/mnt/disk5/music", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/music", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/music", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/music", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/music", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/music", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/music", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/music", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/music", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/music", 0x150a2ed08c00) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33805] lstat("/mnt/disk5/music", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/music", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/music", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/music", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/music", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/music", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/system", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31856] lstat("/mnt/disk2/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/system", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31881] lstat("/mnt/disk2/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/system", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/system", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31874] lstat("/mnt/disk2/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/system", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/system", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31876] lstat("/mnt/disk2/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/system", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/system", 0x1509d75bbc00) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33799] lstat("/mnt/disk2/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/system", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server", {st_mode=S_IFDIR|0755, st_size=218, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server/Plug-ins", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0 [pid 33810] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server/Plug-ins", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0 [pid 31880] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0 [pid 33805] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)", {st_mode=S_IFDIR|0755, st_size=119, ...}) = 0 [pid 33805] lstat("/mnt/disk10/media/Movies1/Killing Oswald (2013)", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31881] lstat("/mnt/cache/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/media/Movies1/Killing Oswald (2013)/Killing.Oswald - 2013 - DVD.mkv", {st_mode=S_IFREG|0644, st_size=1100556210, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 33798] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-journal", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata/bazarr/app", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-wal", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db", {st_mode=S_IFREG|0644, st_size=14925824, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31856] lstat("/mnt/cache/appdata/upstatsboard", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0 [pid 31856] lstat("/mnt/disk1/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/appdata/upstatsboard", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31868] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33798] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31856] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31856] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31856] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31856] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31856] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31868] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31868] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31868] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31868] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 31876] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 31876] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 31876] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 31876] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33798] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2ed08c90) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33805] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31880] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31856] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a2d122c00) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a2d122c00) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a2d122c00) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a2d122c00) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a2d122c00) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a2d122c00) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31856] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a2d122b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a2d122b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a2d122b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a2d122b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk7/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31876] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk2/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk7/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/appdata", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31874] lstat("/mnt/disk2/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31874] lstat("/mnt/disk7/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33798] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk2/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk7/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33805] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33805] lstat("/mnt/disk2/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33805] lstat("/mnt/disk7/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/appdata", 0x150a2ed08b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/domains", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31880] lstat("/mnt/disk2/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/domains", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/domains", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33810] lstat("/mnt/disk2/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/domains", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/domains", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk2/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/domains", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/domains", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/domains", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk2/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/domains", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/files", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk2/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/files", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/files", 0x150a2f44ec90) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31874] lstat("/mnt/disk2/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/files", 0x150a2f44eb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/files", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk2/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/files", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/files", 0x150a4c8c2cc0) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31880] lstat("/mnt/disk2/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/files", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/files", 0x150a1c469c00) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk2/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/files", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/isos", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31881] lstat("/mnt/disk2/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/isos", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/isos", 0x150a2d122c90) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31856] lstat("/mnt/disk2/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/isos", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/isos", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31868] lstat("/mnt/disk2/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/isos", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/isos", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31876] lstat("/mnt/disk2/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/isos", 0x150a2f44ec00) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31874] lstat("/mnt/disk2/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/isos", 0x150a2f44eb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33798] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33798] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33798] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33798] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33798] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33798] lstat("/mnt/disk6/media", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33798] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33805] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33805] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33805] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33805] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33805] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33805] lstat("/mnt/disk6/media", 0x150a2ed08b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33805] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31880] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31880] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31880] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31880] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31880] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31880] lstat("/mnt/disk6/media", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31880] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31881] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31881] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31881] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31881] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31881] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31881] lstat("/mnt/disk6/media", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31881] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31881] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31856] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31856] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31856] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31856] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31856] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31856] lstat("/mnt/disk6/media", 0x150a2d122b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31856] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33799] lstat("/mnt/cache/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33799] lstat("/mnt/disk5/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/music", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31868] lstat("/mnt/disk5/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/music", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/music", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31876] lstat("/mnt/disk5/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/music", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33798] lstat("/mnt/disk5/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/music", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/music", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/music", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/music", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33798] lstat("/mnt/disk5/music", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/music", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/music", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/music", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/music", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/music", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/system", 0x150a1c469cc0) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33810] lstat("/mnt/disk2/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/system", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/system", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31880] lstat("/mnt/disk2/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/system", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/system", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31881] lstat("/mnt/disk2/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/system", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/system", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31856] lstat("/mnt/disk2/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/system", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/system", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31868] lstat("/mnt/disk2/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/system", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/appdata/bazarr/app", {st_mode=S_IFDIR|0775, st_size=32, ...}) = 0 [pid 31874] lstat("/mnt/disk1/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk2/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/appdata/bazarr/app", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/appdata/bazarr/app/db", {st_mode=S_IFDIR|0775, st_size=18, ...}) = 0 [pid 31880] lstat("/mnt/disk1/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk2/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/appdata/bazarr/app/db", 0x150a4c8c2b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata/bazarr/app/db/bazarr.db-wal", 0x150a4c259cc0) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata/bazarr/app/db/bazarr.db", {st_mode=S_IFREG|0644, st_size=14925824, ...}) = 0 [pid 31856] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31868] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31876] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33805] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33798] lstat("/mnt/cache/appdata/upstatsboard", {st_mode=S_IFDIR|0755, st_size=18, ...}) = 0 [pid 33798] lstat("/mnt/disk1/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/appdata/upstatsboard", 0x1509d5dafb40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31874] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31880] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33799] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 31881] lstat("/mnt/cache/appdata/upstatsboard/config.js", {st_mode=S_IFREG|0644, st_size=5291, ...}) = 0 [pid 33798] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 33798] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 33798] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 33798] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 33798] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33798] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 33810] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 33810] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 33810] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 33810] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/cache/.", {st_mode=S_IFDIR|0777, st_size=24, ...}) = 0 [pid 33810] lstat("/mnt/disk1/.", {st_mode=S_IFDIR|0777, st_size=116, ...}) = 0 [pid 33810] lstat("/mnt/disk2/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk3/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk4/.", {st_mode=S_IFDIR|0777, st_size=44, ...}) = 0 [pid 33810] lstat("/mnt/disk5/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk6/.", {st_mode=S_IFDIR|0777, st_size=63, ...}) = 0 [pid 33810] lstat("/mnt/disk7/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk8/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk9/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk10/.", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31868] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31868] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31868] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 31876] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33798] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/CommunityApplicationsAppdataBackup", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/CommunityApplicationsAppdataBackup", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/CommunityApplicationsAppdataBackup", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/CommunityApplicationsAppdataBackup", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/CommunityApplicationsAppdataBackup", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/CommunityApplicationsAppdataBackup", 0x1509d5dafc00) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/CommunityApplicationsAppdataBackup", {st_mode=S_IFDIR|0777, st_size=38, ...}) = 0 [pid 33798] lstat("/mnt/disk7/CommunityApplicationsAppdataBackup", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/CommunityApplicationsAppdataBackup", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/CommunityApplicationsAppdataBackup", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/CommunityApplicationsAppdataBackup", 0x1509d5dafb60) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33798] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk2/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk7/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/appdata", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 33799] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33799] lstat("/mnt/disk2/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33799] lstat("/mnt/disk7/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata", 0x1509d75bbb40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31881] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk2/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31881] lstat("/mnt/disk7/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/appdata", 0x150a4c259b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31856] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk2/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31856] lstat("/mnt/disk7/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/appdata", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/appdata", {st_mode=S_IFDIR|0777, st_size=264, ...}) = 0 [pid 31868] lstat("/mnt/disk1/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/appdata", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk7/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/appdata", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/domains", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31868] lstat("/mnt/disk2/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/domains", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/domains", 0x150a07758c90) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31876] lstat("/mnt/disk2/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/domains", 0x150a07758b40) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/cache/domains", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 31874] lstat("/mnt/disk2/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk3/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk4/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk5/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk6/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk7/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk8/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk9/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 31874] lstat("/mnt/disk10/domains", 0x150a2f44eb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/domains", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33798] lstat("/mnt/disk2/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/domains", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/domains", 0x1509d75bbc00) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/domains", {st_mode=S_IFDIR|0777, st_size=6, ...}) = 0 [pid 33799] lstat("/mnt/disk2/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/domains", 0x1509d75bbb60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/files", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33799] lstat("/mnt/disk2/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/files", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/files", 0x150a1c469c90) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33810] lstat("/mnt/disk2/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/files", 0x150a1c469b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/files", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31856] lstat("/mnt/disk2/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/files", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/files", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 33805] lstat("/mnt/disk2/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/files", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/files", 0x150a07758c00) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/files", {st_mode=S_IFDIR|0777, st_size=19, ...}) = 0 [pid 31876] lstat("/mnt/disk2/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/files", 0x150a07758b60) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/cache/isos", 0x150a07758cc0) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31876] lstat("/mnt/disk2/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk3/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk4/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk5/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk6/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk7/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk8/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk9/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31876] lstat("/mnt/disk10/isos", 0x150a07758b20) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/cache/isos", 0x150a4c8c2c90) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 31880] lstat("/mnt/disk2/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk3/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk4/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk5/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk6/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk8/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk9/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk10/isos", 0x150a4c8c2b40) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/isos", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33798] lstat("/mnt/disk2/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/isos", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/isos", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33799] lstat("/mnt/disk2/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/isos", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/isos", 0x150a1c469c00) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk1/isos", {st_mode=S_IFDIR|0777, st_size=46, ...}) = 0 [pid 33810] lstat("/mnt/disk2/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/isos", 0x150a1c469b60) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31856] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31856] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31856] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31856] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31856] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31856] lstat("/mnt/disk6/media", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31856] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31856] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31868] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31868] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31868] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31868] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31868] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31868] lstat("/mnt/disk6/media", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31868] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31868] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33805] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33805] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33805] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33805] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33805] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33805] lstat("/mnt/disk6/media", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33805] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 33805] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 33805] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 33805] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 33805] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 33805] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 33805] lstat("/mnt/disk6/media", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33805] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 33805] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/cache/media", {st_mode=S_IFDIR|0777, st_size=52, ...}) = 0 [pid 31880] lstat("/mnt/disk1/media", {st_mode=S_IFDIR|0777, st_size=150, ...}) = 0 [pid 31880] lstat("/mnt/disk2/media", {st_mode=S_IFDIR|0777, st_size=169, ...}) = 0 [pid 31880] lstat("/mnt/disk3/media", {st_mode=S_IFDIR|0777, st_size=148, ...}) = 0 [pid 31880] lstat("/mnt/disk4/media", {st_mode=S_IFDIR|0777, st_size=163, ...}) = 0 [pid 31880] lstat("/mnt/disk5/media", {st_mode=S_IFDIR|0777, st_size=122, ...}) = 0 [pid 31880] lstat("/mnt/disk6/media", 0x150a4c8c2b60) = -1 ENOENT (No such file or directory) [pid 31880] lstat("/mnt/disk7/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk8/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 31880] lstat("/mnt/disk9/media", {st_mode=S_IFDIR|0777, st_size=72, ...}) = 0 [pid 31880] lstat("/mnt/disk10/media", {st_mode=S_IFDIR|0777, st_size=88, ...}) = 0 [pid 33798] lstat("/mnt/cache/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk2/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/music", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33798] lstat("/mnt/disk5/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/music", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/music", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/music", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk2/music", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/music", 0x150a4c259c90) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31881] lstat("/mnt/disk5/music", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/music", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/music", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/music", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/music", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/music", 0x150a4c259b40) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk1/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/music", 0x1509d75bbcc0) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 33799] lstat("/mnt/disk5/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/music", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk1/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/music", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31856] lstat("/mnt/disk5/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/music", 0x150a2d122b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk2/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/music", 0x1509d69b5c00) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/music", {st_mode=S_IFDIR|0777, st_size=98304, ...}) = 0 [pid 31868] lstat("/mnt/disk5/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/music", 0x1509d69b5b60) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/system", 0x1509d69b5cc0) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31868] lstat("/mnt/disk2/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/system", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/cache/system", 0x1509d69b5c90) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31868] lstat("/mnt/disk2/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk3/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk4/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk5/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk6/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk7/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk8/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk9/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 31868] lstat("/mnt/disk10/system", 0x1509d69b5b40) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/cache/system", 0x150a2ed08cc0) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33805] lstat("/mnt/disk2/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk3/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk4/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk5/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk6/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk7/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk8/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk9/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33805] lstat("/mnt/disk10/system", 0x150a2ed08b20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/cache/system", 0x1509d5dafcc0) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 33798] lstat("/mnt/disk2/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk3/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk4/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk5/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk6/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk7/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk8/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk9/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 33798] lstat("/mnt/disk10/system", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/cache/system", 0x150a4c259c00) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk1/system", {st_mode=S_IFDIR|0777, st_size=47, ...}) = 0 [pid 31881] lstat("/mnt/disk2/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk3/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk4/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk5/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk6/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk7/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk8/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk9/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 31881] lstat("/mnt/disk10/system", 0x150a4c259b60) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server", {st_mode=S_IFDIR|0755, st_size=218, ...}) = 0 [pid 33799] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33799] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server", 0x1509d75bbb20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server/Plug-ins", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0 [pid 33810] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 33810] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/cache/appdata/binhex-plexpass/Plex Media Server/Plug-ins", {st_mode=S_IFDIR|0755, st_size=30, ...}) = 0 [pid 31856] lstat("/mnt/disk1/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk2/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk3/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk4/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk5/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk6/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk7/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk8/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk9/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) [pid 31856] lstat("/mnt/disk10/appdata/binhex-plexpass/Plex Media Server/Plug-ins", 0x150a2d122b40) = -1 ENOENT (No such file or directory) ^Cstrace: Process 43726 detached strace: Process 43727 detached strace: Process 18093 detached strace: Process 31856 detached strace: Process 31868 detached strace: Process 31874 detached strace: Process 31876 detached strace: Process 31880 detached strace: Process 31881 detached strace: Process 33798 detached strace: Process 33799 detached strace: Process 33805 detached strace: Process 33810 detached root@Tower:/mnt/user/media/tvshows#
  7. Thank you for letting us know, hopefully we have some more inquiries soon from them about it, so it can be solved quickly.
  8. My appdata share config : # Generated settings: shareComment="application data" shareInclude="" shareExclude="" shareUseCache="only" shareCOW="auto" shareAllocator="highwater" shareSplitLevel="1" shareFloor="0" shareExport="-" shareFruit="no" shareCaseSensitive="auto" shareSecurity="public" shareReadList="" shareWriteList="" shareVolsizelimit="" shareExportNFS="-" shareExportNFSFsid="0" shareSecurityNFS="public" shareHostListNFS="" shareExportAFP="-" shareSecurityAFP="public" shareReadListAFP="" shareWriteListAFP="" shareVolsizelimitAFP="" shareVoldbpathAFP="" From Today: strace -fF -p 18081 -s 4000 ( at the time 18081 was the shfs pid causing the highest IO % as per IoTOP ) [pid 49026] read(9, ";\0\0\0\1\0\0\0\260\227\322\363\v\0\0\0\367\16\36\4\0\0\0\0\330\1\0\0\330\1\0\0\250+\0\0\0\0\0\0grafana.db-journal\0", 59) = 59 [pid 49026] lstat("/mnt/cache/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk1/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk2/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk3/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk4/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk5/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk6/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk7/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk8/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk9/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] lstat("/mnt/disk10/appdata/grafana/grafana.db-journal", 0x150a2f44ecc0) = -1 ENOENT (No such file or directory) [pid 49026] writev(4, [{iov_base="\20\0\0\0\376\377\377\377\260\227\322\363\v\0\0\0", iov_len=16}], 1) = 16 [pid 49026] splice(4, NULL, 12, NULL, 135168, 0 <unfinished ...> [pid 5728] <... splice resumed> ) = 56 [pid 5728] read(159, "8\0\0\0\3\0\0\0\261\227\322\363\v\0\0\0\371\16\36\4\0\0\0\0\330\1\0\0\330\1\0\0\250+\0\0\0\0\0\0\1\0\0\0\0\0\0\0_\0\0\0\0\0\0\0", 56) = 56 [pid 5728] fstat(95, {st_mode=S_IFREG|0644, st_size=2748416, ...}) = 0 [pid 5728] writev(4, [{iov_base="x\0\0\0\0\0\0\0\261\227\322\363\v\0\0\0", iov_len=16}, {iov_base="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\267\\U\0\0\0.\0\0\360)\0\0\0\0\0\370\24\0\0\0\0\0\0002c\214^\0\0\0\0\367\270\222^\0\0\0\0\367\270\222^\0\0\0\0\301\34^\22R-\360\6R-\360\6\244\201\0\0\1\0\0\0\330\1\0\0\330\1\0\0\0\0\0\0\0\20\0\0\0\0\0\0", iov_len=104}], 2) = 120 [pid 11470] <... splice resumed> ) = 55 [pid 5728] splice(4, NULL, 160, NULL, 135168, 0 <unfinished ...> [pid 11470] read(139, "7\0\0\0\1\0\0\0\262\227\322\363\v\0\0\0\367\16\36\4\0\0\0\0\330\1\0\0\330\1\0\0\250+\0\0\0\0\0\0grafana.db-wal\0", 55) = 55 [pid 11470] lstat("/mnt/cache/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk1/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk2/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk3/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk4/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk5/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk6/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk7/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk8/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk9/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] lstat("/mnt/disk10/appdata/grafana/grafana.db-wal", 0x150a06379cc0) = -1 ENOENT (No such file or directory) [pid 11470] writev(4, [{iov_base="\20\0\0\0\376\377\377\377\262\227\322\363\v\0\0\0", iov_len=16}], 1) = 16 [pid 11470] splice(4, NULL, 140, NULL, 135168, 0 <unfinished ...> [pid 8149] <... splice resumed> ) = 56 [pid 8149] read(10, "8\0\0\0\3\0\0\0\263\227\322\363\v\0\0\0\371\16\36\4\0\0\0\0\330\1\0\0\330\1\0\0\250+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 56) = 56 [pid 8149] lstat("/mnt/cache/appdata/grafana/grafana.db", {st_mode=S_IFREG|0644, st_size=2748416, ...}) = 0 [pid 8149] writev(4, [{iov_base="x\0\0\0\0\0\0\0\263\227\322\363\v\0\0\0", iov_len=16}, {iov_base="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\267\\U\0\0\0.\0\0\360)\0\0\0\0\0\370\24\0\0\0\0\0\0002c\214^\0\0\0\0\367\270\222^\0\0\0\0\367\270\222^\0\0\0\0\301\34^\22R-\360\6R-\360\6\244\201\0\0\1\0\0\0\330\1\0\0\330\1\0\0\0\0\0\0\0\20\0\0\0\0\0\0", iov_len=104}], 2) = 120 [pid 8149] splice(4, NULL, 13, NULL, 135168, 0 <unfinished ...> [pid 49028] <... splice resumed> ) = 44 [pid 49028] read(98, ",\0\0\0\1\0\0\0\264\227\322\363\v\0\0\0X\17\325\3\0\0\0\0c\0\0\0d\0\0\0!?\0\0\0\0\0\0www\0", 44) = 44 [pid 49028] lstat("/mnt/cache/appdata/heimdall/www", {st_mode=S_IFDIR|0775, st_size=120, ...}) = 0 [pid 49028] lstat("/mnt/disk1/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk2/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk3/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk4/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk5/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk6/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk7/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk8/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk9/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] lstat("/mnt/disk10/appdata/heimdall/www", 0x1509d5baeb20) = -1 ENOENT (No such file or directory) [pid 49028] writev(4, [{iov_base="\220\0\0\0\0\0\0\0\264\227\322\363\v\0\0\0", iov_len=16}, {iov_base="]\17\325\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0002\5\0\0\0\0.\0x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\346\217\177^\0\0\0\0x\203\222^\0\0\0\0y\203\222^\0\0\0\0_h\3336\332\36\3418\354\216\236\5\375A\0\0\1\0\0\0c\0\0\0d\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0", iov_len=128}], 2) = 144 [pid 49028] splice(4, NULL, 99, NULL, 135168, 0 <unfinished ...> [pid 32721] <... splice resumed> ) = 59 [pid 32721] read(163, ";\0\0\0\1\0\0\0\265\227\322\363\v\0\0\0]\17\325\3\0\0\0\0c\0\0\0d\0\0\0!?\0\0\0\0\0\0app.sqlite-journal\0", 59) = 59 [pid 32721] lstat("/mnt/cache/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk1/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk2/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk3/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk4/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk5/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk6/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk7/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk8/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk9/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] lstat("/mnt/disk10/appdata/heimdall/www/app.sqlite-journal", 0x150a05c28cc0) = -1 ENOENT (No such file or directory) [pid 32721] writev(4, [{iov_base="\20\0\0\0\376\377\377\377\265\227\322\363\v\0\0\0", iov_len=16}], 1) = 16 [pid 32721] splice(4, NULL, 164, NULL, 135168, 0 <unfinished ...> [pid 16766] <... splice resumed> ) = 56 [pid 16766] read(119, "8\0\0\0\3\0\0\0\266\227\322\363\v\0\0\0Y\23\36\4\0\0\0\0c\0\0\0d\0\0\0!?\0\0\0\0\0\0\1\0\0\0\0\0\0\0[\0\0\0\0\0\0\0", 56) = 56 [pid 16766] fstat(91, {st_mode=S_IFREG|0664, st_size=233472, ...}) = 0 [pid 16766] writev(4, [{iov_base="x\0\0\0\0\0\0\0\266\227\322\363\v\0\0\0", iov_len=16}, {iov_base="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0E\5\0\0\0\0.\0\0\220\3\0\0\0\0\0\310\1\0\0\0\0\0\0\354\217\177^\0\0\0\0\372\32\202^\0\0\0\0y\203\222^\0\0\0\0V1\3352\236\36615\256L\217\5\264\201\0\0\1\0\0\0c\0\0\0d\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0", iov_len=104}], 2) = 120 [pid 16766] splice(4, NULL, 120, NULL, 135168, 0 <unfinished ...> [pid 19467] <... splice resumed> ) = 44 [pid 19467] read(131, ",\0\0\0\1\0\0\0\267\227\322\363\v\0\0\0X\17\325\3\0\0\0\0c\0\0\0d\0\0\0!?\0\0\0\0\0\0www\0", 44) = 44 [pid 19467] lstat("/mnt/cache/appdata/heimdall/www", {st_mode=S_IFDIR|0775, st_size=120, ...}) = 0 [pid 19467] lstat("/mnt/disk1/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk2/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk3/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk4/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk5/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk6/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk7/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk8/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk9/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] lstat("/mnt/disk10/appdata/heimdall/www", 0x1509d69b5b20) = -1 ENOENT (No such file or directory) [pid 19467] writev(4, [{iov_base="\220\0\0\0\0\0\0\0\267\227\322\363\v\0\0\0", iov_len=16}, {iov_base="]\17\325\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0002\5\0\0\0\0.\0x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\346\217\177^\0\0\0\0x\203\222^\0\0\0\0y\203\222^\0\0\0\0_h\3336\332\36\3418\354\216\236\5\375A\0\0\1\0\0\0c\0\0\0d\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0", iov_len=128}], 2) = 144 [pid 19467] splice(4, NULL, 132, NULL, 135168, 0 <unfinished ...> [pid 18081] <... splice resumed> ) = 55 [pid 18081] read(123, "7\0\0\0\1\0\0\0\270\227\322\363\v\0\0\0]\17\325\3\0\0\0\0c\0\0\0d\0\0\0!?\0\0\0\0\0\0app.sqlite-wal\0", 55) = 55 [pid 18081] lstat("/mnt/cache/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk1/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk2/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk3/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk4/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk5/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk6/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk7/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk8/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk9/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] lstat("/mnt/disk10/appdata/heimdall/www/app.sqlite-wal", 0x150a2d122cc0) = -1 ENOENT (No such file or directory) [pid 18081] writev(4, [{iov_base="\20\0\0\0\376\377\377\377\270\227\322\363\v\0\0\0", iov_len=16}], 1) = 16 [pid 49026] <... splice resumed> ) = 56 [pid 18081] splice(4, NULL, 124, NULL, 135168, 0 <unfinished ...> [pid 49026] read(9, "8\0\0\0\3\0\0\0\271\227\322\363\v\0\0\0Y\23\36\4\0\0\0\0c\0\0\0d\0\0\0!?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 56) = 56 [pid 49026] lstat("/mnt/cache/appdata/heimdall/www/app.sqlite", {st_mode=S_IFREG|0664, st_size=233472, ...}) = 0 [pid 49026] writev(4, [{iov_base="x\0\0\0\0\0\0\0\271\227\322\363\v\0\0\0", iov_len=16}, {iov_base="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0E\5\0\0\0\0.\0\0\220\3\0\0\0\0\0\310\1\0\0\0\0\0\0\354\217\177^\0\0\0\0\372\32\202^\0\0\0\0y\203\222^\0\0\0\0V1\3352\236\36615\256L\217\5\264\201\0\0\1\0\0\0c\0\0\0d\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0", iov_len=104}], 2) = 120 [pid 49026] splice(4, NULL, 12, NULL, 135168, 0^Cstrace: Process 18081 detached IT can be noticed as well - that not only one thread is doing the wrong and useless IO - ALL of them doing it in parallel, that is why the system is so completely suffocated!!!
  9. i am open as well to it is any one from LT looking into this ? My Cache run full again - and the mover tries to copy back to the array. While he does that - the exact same things are happening as already diagnosed before. I see so many performance related issues posted here - i am almost sure most of them are connected to the same bug ( excessive unnecessary IO against the Array )
  10. Btw. I found another thread just for the same. Seems it started with 6.7. The symptoms are exactly the same. THe server is all of a sudden suffocated with Wait IO .
  11. I found something interesting this morning. There seem to be 2 issues that are causing this HIgh IO problem for Unraid. 1) BTRFS apparently has a problem with specific system calls related to directory structures. ( reporting non-accurate values, non-caching ) - i will investigate this further - maybe some mount options will help. 2) The majority of the problem however seems to stem from "shfs" the Filesystem for Unraid though. In my case i noticed, i have a couple of shfs threads. First i thought they are bound to each deal with one disk - but this doesn't seem to be the case. I have /mnt/cache/appdata set as "Cache Only" . However during a fraction of a second the shfs process tried to access directories on my disks ? And of course they don't exist there - since the share is set to "Cache Only" . Now we are not talking about only a few requests... there are millions of those - and all of them together are causing this incredible high IO and CPU load - since the CPU has to maintain the queue for all this requests across all disks. This is a serious BUG! Totally unnecessary IO and adds a lot of wear to the physical disks! They literally have to go through all of those requests instead of just sitting there nicely and calm and only answer when required. In order to try yourself to test - install ( via nerdpack ) : strace, elftools, iotop open iotop - see the PID 3072 - thats just one then : strace -fF -p 3072 -s 40000 -e lstat (below the PID was 3139) - however it will be the same regardless, just different dirs. Mind you, i filtered only the "lstat" system calls - all the "fstat" calls, the actually fopen, fwrite etc for the filetransfers has to happen as well... Oh and i should add - of course this is while the "mover" is running... And IO wait is >30% . If anyone from the Unraid Team will see this, i have attached my diagnostics zip for reference. In my understanding - since i configured appdata to reside completely on /mnt/cache - not a single request should end up here. And since those requests are being done from SHFS i think its not really the fault of the mover. Just the filesystem implementation not being smart enough. Shouldn't this implementation have i.e. a struct build upon startup where path are mapped to shares and their settings ? And this cache should be invalidated upon configuration changes or after timeout etc - The timeout can be even 60 seconds - but then instead of 10000s of requests only one will happen as a (re)validation test and then live goes on as normal. [pid 3139] lstat("/mnt/disk8/appdata/sonarr/MediaCover", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk9/appdata/sonarr/MediaCover", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk10/appdata/sonarr/MediaCover", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/cache/appdata/sonarr/MediaCover/32", {st_mode=S_IFDIR|0777, st_size=224, ...}) = 0 [pid 10611] lstat("/mnt/disk1/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk2/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk3/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk4/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk5/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk6/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk7/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk8/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk9/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 10611] lstat("/mnt/disk10/appdata/sonarr/MediaCover/32", 0x150a1c469b20) = -1 ENOENT (No such file or directory) [pid 15208] lstat("/mnt/cache/appdata/sonarr/MediaCover/32/fanart.jpg", {st_mode=S_IFREG|0666, st_size=478886, ...}) = 0 [pid 9581] lstat("/mnt/cache/appdata/sonarr/MediaCover/32/fanart.jpg", {st_mode=S_IFREG|0666, st_size=478886, ...}) = 0 [pid 10612] lstat("/mnt/cache/appdata/sonarr/MediaCover", {st_mode=S_IFDIR|0777, st_size=1348, ...}) = 0 [pid 10612] lstat("/mnt/disk1/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk2/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk3/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk4/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk5/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk6/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk7/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk8/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk9/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10612] lstat("/mnt/disk10/appdata/sonarr/MediaCover", 0x1509d5dafb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/cache/appdata/sonarr/MediaCover/32", {st_mode=S_IFDIR|0777, st_size=224, ...}) = 0 [pid 10396] lstat("/mnt/disk1/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk2/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk3/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk4/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk5/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk6/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk7/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk8/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk9/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 10396] lstat("/mnt/disk10/appdata/sonarr/MediaCover/32", 0x150a1fdfdb20) = -1 ENOENT (No such file or directory) [pid 13094] lstat("/mnt/cache/appdata/sonarr/MediaCover/32/fanart.jpg", {st_mode=S_IFREG|0666, st_size=478886, ...}) = 0 [pid 9271] lstat("/mnt/cache/appdata/sonarr/MediaCover/32/fanart.jpg", {st_mode=S_IFREG|0666, st_size=478886, ...}) = 0 [pid 9876] lstat("/mnt/cache/appdata/sonarr/MediaCover", {st_mode=S_IFDIR|0777, st_size=1348, ...}) = 0 [pid 9876] lstat("/mnt/disk1/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk2/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk3/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk4/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk5/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk6/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk7/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk8/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk9/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 9876] lstat("/mnt/disk10/appdata/sonarr/MediaCover", 0x150a06379b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/cache/appdata/sonarr/MediaCover/32", {st_mode=S_IFDIR|0777, st_size=224, ...}) = 0 [pid 3139] lstat("/mnt/disk1/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk2/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk3/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk4/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk5/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk6/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk7/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk8/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk9/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) [pid 3139] lstat("/mnt/disk10/appdata/sonarr/MediaCover/32", 0x150a05c28b20) = -1 ENOENT (No such file or directory) tower-diagnostics-20200408-0052.zip
  12. I would indeed use the 1gbit to expose some services / vm's that have no high bandwidth requirement i.e. HassIO or home bridge or something like that - and use the 10gbit for media, file shares etc. If your downloader can handle the 10gbit speed of course only. Other wise in my opinion i tend to keep things simple. If you have a bond interface with 20gbit/s you don't need any of those 1gbit ports except for some esoteric purposes. Private untagged lan's i.e. or Work VPN exposed to a lan where you want things guaranteed to be separated. Otherwise just use the 10gbit only.
  13. If i copy via "mc" the speed is within the expected range. No wait IO either. Brings me back to the point - something is wrong with the mover ? Btw. the array is up, and 2 persons streaming (locally) from disks 1080p. I am easily reaching speeds >170Mbyte/s - so i would exclude neither the sending controller (LSI 2008 IT) nor the receiving controller ( Perc710P ) . So what's wrong with the mover and BTRFS ? Looks to me as if I should try as well to move to have my two SSD's converted to XFS and get over it?
  14. I still have this issue as well - and i think as well its related to BTRFS and maybe as well the way the mover is handling the Cache. Can anyone enlighten us with the full process on what exactly the cache layer is doing ? I mean its not a blockwise cache ... So in my scenario i can write with almost line speed to the cache (125Mbyte/s) . However moving from the Cache to the disks seems super slow and the wait IO goes through the sky. I will try tonight to copy from Cache to the Disks via i.e. unBalance. Lets see what happens then.
  15. Ok understood. I'll keep on reading this in full first. Thanks. And thank you for the Team who already put so much effort in making it happening.
  16. Oh i see, i didn't know about the amount of releases per day. Any chance to automate it ?
  17. haven't found in the forum if 6.9.0-beta1 is already supported by the nvidia plugin ?
  18. I had a no-name 6 channel Sata 6gb controller before (same issue) and i tried the onboard 3Gb Sata Controller ( felt worse ) my server is a Dell T620 - so the onboard controller is only meant for a i.e. DVDRom, not really for disks - its a Perc 110. I also tried running that controller in Raid as well as AHCI mode - but it didn't make any difference. My conclusion so far - I don't think its an issue of the (LSI) controller - during i.e. scrubbing i see performance > 500Mbyte / s on both SSD's at the same time, well above 1Gbyte/s .
  19. Well if i would see those performance numbers i would be happy. but while the mover is running i see 20-30 Mbyte / s and 30% IO wait times... Thats not normal. All SSDs are currently running against a LSI2008 (flashed to IT mode Perc310) fw p16 because no trim with p20 ... The other disks are on an 710p as raid0 each ( i know not optimal for later - and two more 310 are on its way to me to migrate asap. ) Anyhow HDD performance is ok so far - just the SSD's once the mover is running are under total lockup. I still tend to think its an issue with btrfs and the partition offset. The other box has a Samsung 850 SSD. Performance is easily in the 500Mbyte/s range on that single SSD - and didn't suffocate with all those docker containers. Before that box was the only box - so all the IO intensive things were running on it - IO was never an issue - just not enough disk mounting space and RAM, hence the new box. Alignment in the old box (850 SSD) : root@box:~# lsblk -o NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC /dev/sdd NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC sdd 0 512 0 512 512 ├─sdd1 0 512 0 512 512 └─sdd2 0 512 0 512 512 New box : root@Tower:/var/log# lsblk -o NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC /dev/sd[a-o] NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC sda 0 512 0 512 512 └─sda1 0 512 0 512 512 sdb 0 512 0 512 512 └─sdb1 0 512 0 512 512 sdc 0 512 0 512 512 └─sdc1 0 512 0 512 512 sdd 0 512 0 512 512 └─sdd1 0 512 0 512 512 sde 0 512 0 512 512 └─sde1 0 512 0 512 512 sdf 0 512 0 512 512 └─sdf1 0 512 0 512 512 sdg 0 512 0 512 512 └─sdg1 0 512 0 512 512 sdh 0 512 0 512 512 └─sdh1 0 512 0 512 512 sdi 0 512 0 512 512 └─sdi1 0 512 0 512 512 sdj 0 512 0 512 512 └─sdj1 0 512 0 512 512 SSD 860 QVO sdk 0 512 0 512 512 └─sdk1 0 512 0 512 512 SSD 860 QVO sdl 0 512 0 512 512 └─sdl1 0 512 0 512 512 sdm 0 4096 0 4096 512 └─sdm1 0 4096 0 4096 512 sdn 0 4096 0 4096 512 └─sdn1 0 4096 0 4096 512 sdo 0 4096 0 4096 512 └─sdo1 0 4096 0 4096 512
  20. Well i have a separate machine with local ssd storage and capacity drives as download client. This is in order to separate the IO a bit and have the main machine free for other tasks. However this means that sometimes a few 100GB are being copied over to the cache. As long as the mover is not running, access speeds are fine, UI is reacting properly etc. I am also hosting a bunch of containers ( from cache only ) on both sides (on the download & main machine ). However while the single SSD on the download machine (which has much lower specs) can easily cope with parallel IO (running ext4fs) the big Unraid box is struggeling totally. Now i want to find out why and remove this problem. I know my way around strace etc. and the next time i will do a bit more investigation to see what is really going on. However the hints so far from this forum are the partition start for Samsung SSD's which should not start at sector 64 but 2048.
  21. Ok i mean this is also a possibility "just throw more money at the problem" . However i think this should concern the Limetech Team and there needs to be a bugfix for this. The docker is up, because i tried before to update "one" docker image. Took 1h, i gave up (binhex-plexpass). This is so bad. I have a Single SSD in my old box running plain Debian and 40+ Containers (it was my previous media server) and have never had those kind of performance issues. This is really a shame. I don't think its near anywhere acceptable having a 128gb, dual xeon, 2 x ssd bla bla server idling there basically completely and utterly busy with himself only. I used mergerfs in my old box before and it was performing really nice. Now i thought this does look better and neatly integrated and for me in order not to fiddle around anymore with those things i bought into Unraid. I just later saw unfortunately there are solutions based on ZFS as well that have emerged to have nice interfaces now as well... And docker etc. However. Now can we get this fixed please ? What more information is needed to narrow done on that bug ?
  22. so this seems then also related to all the other cases when unraid seems frozen / unresponsive etc. Why is no one looking into this Can't be so difficult to allow a different partition offset for some disks ? I just bought this PRO license and thought i am getting some support for this as well. The system otherwise looks really nice and promising, but if the issues are not being fixed ??
  23. And again. Reformatted the cache disks, put them into a raid0, ran balance, ran fstrim -av etc.. Performance is an abosute disaster when the mover is active. Docker container die, VM's become unusable etc. This is a serious BUG! The write / read speed btw. during those times is around 15Mbyte/s per SSD, 50Mbyte/s read + write for the full array ( 13 disks ) . Mover runs since 10h +
  24. I have almost exactly the same server (128gb ram, dual xeon 2690, 2 x QVO 860 1 TB ) - same issue. Sounds to me as if it is related to this topic :
  25. Hi there, i just started with Unraid but i am also affected - i have 2x 1TB 860 qvo SSD's My IO wait goes >60 sometimes and the server locks up almost fully. During rebalance etc i see 2 x 500 Mbyte/s so bandwidth or controller is hardly an issue. I tried configuring the ssd's as raid1 and raid0, same issue. Did try to figure out how to change it to XFS, but unfortunately i found out, that the btrfs raid1 did not work as expected - and so i am currently re-playing the backups & downloading meta data This is very annoying! I hope this gets fixed soon! Can't be so difficult to allow for a partition offset ? Server : UnraidPro 6.8.3, T620 2 x 2690v1 Xeon, 128GB, 8x8TB, 5x14TB - ssd's are on 2118IT p16 (trim enabled).