6.8.3 Disk writes causing high CPU


Recommended Posts

  • Replies 210
  • Created
  • Last Reply

Top Posters In This Topic

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. 

Link to comment

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? 

 

1599053736_Screenshot2020-04-0721_27_00.thumb.png.02acbb343ff2dc7c5b883a4fea07f618.png

Edited by ephigenie
Link to comment

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

1075854387_Screenshot2020-04-0811_08_21.png.68153ae4c8b8bd9a828d6294e6e089cd.png

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

Edited by ephigenie
Link to comment
28 minutes ago, CowboyRedBeard said:

I'm on 6.8.3 and still having problems?

That was a different issue, arrays writes starved reads, it was an easily reproducible problem (see bug report) and it affected everyone, unlike your issue, while it might be a bug it doesn't affect most people so also not easy to reproduce by LT.

Link to comment

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 )


1519877345_Screenshot2020-04-1210_34_12.png.39ee4c7aec2da72ad7e3711be5780f60.png

Link to comment

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!!!

 

Edited by ephigenie
Link to comment
31 minutes ago, johnnie.black said:

While it went mostly over my head I did ask LT to look at your post on Wednesday, since it might have good info, so hopefully they took a look.

 

 

Thank you for letting us know, hopefully we have some more inquiries soon from them about it, so it can be solved quickly.

Link to comment

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#

Link to comment

 

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.

 

 

Edited by ephigenie
Link to comment

@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

8) 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)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.