what is making my disks to spin up?


Recommended Posts

hello,

i have set the Default spin down delay to 15 minutes, no spinup groups. As you can see in this log, disks are spinning down every 30 minutes, which means every 15 minutes something is making them to spin up.

Oct 13 23:23:16 UNRAID kernel: mdcmd (199): spindown 2
Oct 13 23:51:48 UNRAID kernel: mdcmd (200): spindown 2
Oct 14 00:21:48 UNRAID kernel: mdcmd (201): spindown 2
Oct 14 00:51:48 UNRAID kernel: mdcmd (202): spindown 2
Oct 14 00:53:49 UNRAID kernel: mdcmd (203): spindown 1
Oct 14 01:21:33 UNRAID kernel: mdcmd (204): spindown 2
Oct 14 01:23:53 UNRAID kernel: mdcmd (205): spindown 1
Oct 14 01:51:33 UNRAID kernel: mdcmd (206): spindown 2
Oct 14 01:53:53 UNRAID kernel: mdcmd (207): spindown 1
Oct 14 02:21:33 UNRAID kernel: mdcmd (208): spindown 2
Oct 14 02:23:53 UNRAID kernel: mdcmd (209): spindown 1
Oct 14 02:51:33 UNRAID kernel: mdcmd (210): spindown 2
Oct 14 02:53:53 UNRAID kernel: mdcmd (211): spindown 1
Oct 14 03:21:33 UNRAID kernel: mdcmd (212): spindown 2
Oct 14 03:23:53 UNRAID kernel: mdcmd (213): spindown 1
Oct 14 03:51:33 UNRAID kernel: mdcmd (214): spindown 2
Oct 14 03:53:53 UNRAID kernel: mdcmd (215): spindown 1
Oct 14 04:21:43 UNRAID kernel: mdcmd (216): spindown 2
Oct 14 04:23:53 UNRAID kernel: mdcmd (217): spindown 1
Oct 14 04:51:33 UNRAID kernel: mdcmd (218): spindown 2
Oct 14 04:53:53 UNRAID kernel: mdcmd (219): spindown 1
Oct 14 05:21:33 UNRAID kernel: mdcmd (220): spindown 2
Oct 14 05:23:53 UNRAID kernel: mdcmd (221): spindown 1

 

I just did small test, spun the hard drives down manually, and indeed after exactly 15 minutes they spun up.

How can i find out what is causing my disks to spin up?

Link to comment

thanks!

 

root@UNRAID:/boot/packages# inotifywait -mr /mnt/user/
Setting up watches.  Beware: since -r was given, this may take a while!
Failed to watch /mnt/user/; upper limit on inotify watches reached!
Please increase the amount of inotify watches allowed per user via `/proc/sys/fs/inotify/max_user_watches'.

 

i tried to edit the file and increase the number, but i get error in vi

Error: /proc/sys/fs/inotify/max_user_watches: Invalid argument; /proc/sys/fs/inotify/max_user_watches: WARNING: FILE TRUNCATED.

Link to comment

thanks!

 

root@UNRAID:/boot/packages# inotifywait -mr /mnt/user/
Setting up watches.  Beware: since -r was given, this may take a while!
Failed to watch /mnt/user/; upper limit on inotify watches reached!
Please increase the amount of inotify watches allowed per user via `/proc/sys/fs/inotify/max_user_watches'.

 

i tried to edit the file and increase the number, but i get error in vi

Error: /proc/sys/fs/inotify/max_user_watches: Invalid argument; /proc/sys/fs/inotify/max_user_watches: WARNING: FILE TRUNCATED.

instead of using 'vi', do this:

echo "1000000" >/proc/sys/fs/inotify/max_user_watches

 

in addition, you can run 'inotifywait' on subdirectories (each of the individual user-shares) until you find the one causing the spinup if still too many files exist on your server to watch them all.  I have only 512 meg of RAM on my older server and could watch /mnt/user by setting it to "1000000"  I probably have over 125000 files on the server.

 

something like this (assuming you have a share named "Movies" for example)

inotifywait -mr /mnt/user/Movies

 

Joe L.

Link to comment

Joe, thanks for the tip, it worked as expected. Unfortunately out of the blue my disks mounted as read-only and long story short and I ended up doing reiserfck --rebuild-tree. Anyways, it's working now and after rebooting I have noticed different behaviour - my disks won't spin down unless I unmount them in Finder :/

 

Here is inotify output:

/mnt/user/ENG/.AppleDouble/ OPEN .Parent
/mnt/user/ENG/.AppleDouble/ ACCESS .Parent
/mnt/user/ENG/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/PL/.AppleDouble/ OPEN .Parent
/mnt/user/PL/.AppleDouble/ ACCESS .Parent
/mnt/user/PL/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/SERIALE/.AppleDouble/ OPEN .Parent
/mnt/user/SERIALE/.AppleDouble/ ACCESS .Parent
/mnt/user/SERIALE/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/ENG/.AppleDouble/ OPEN .Parent
/mnt/user/ENG/.AppleDouble/ ACCESS .Parent
/mnt/user/ENG/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/PL/.AppleDouble/ OPEN .Parent
/mnt/user/PL/.AppleDouble/ ACCESS .Parent
/mnt/user/PL/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/SERIALE/.AppleDouble/ OPEN .Parent
/mnt/user/SERIALE/.AppleDouble/ ACCESS .Parent
/mnt/user/SERIALE/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/PL/.AppleDouble/ OPEN .Parent
/mnt/user/PL/.AppleDouble/ ACCESS .Parent
/mnt/user/PL/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/SERIALE/.AppleDouble/ OPEN .Parent
/mnt/user/SERIALE/.AppleDouble/ ACCESS .Parent
/mnt/user/SERIALE/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/ENG/.AppleDouble/ OPEN .Parent
/mnt/user/ENG/.AppleDouble/ ACCESS .Parent
/mnt/user/ENG/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/PL/.AppleDouble/ OPEN .Parent
/mnt/user/PL/.AppleDouble/ ACCESS .Parent
/mnt/user/PL/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/SERIALE/.AppleDouble/ OPEN .Parent
/mnt/user/SERIALE/.AppleDouble/ ACCESS .Parent
/mnt/user/SERIALE/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/ENG/.AppleDouble/ OPEN .Parent
/mnt/user/ENG/.AppleDouble/ ACCESS .Parent
/mnt/user/ENG/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/ENG/.AppleDouble/ OPEN .Parent
/mnt/user/ENG/.AppleDouble/ ACCESS .Parent
/mnt/user/ENG/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/PL/.AppleDouble/ OPEN .Parent
/mnt/user/PL/.AppleDouble/ ACCESS .Parent
/mnt/user/PL/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/SERIALE/.AppleDouble/ OPEN .Parent
/mnt/user/SERIALE/.AppleDouble/ ACCESS .Parent
/mnt/user/SERIALE/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/ENG/.AppleDouble/ OPEN .Parent
/mnt/user/ENG/.AppleDouble/ ACCESS .Parent
/mnt/user/ENG/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/PL/.AppleDouble/ OPEN .Parent
/mnt/user/PL/.AppleDouble/ ACCESS .Parent
/mnt/user/PL/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent
/mnt/user/SERIALE/.AppleDouble/ OPEN .Parent
/mnt/user/SERIALE/.AppleDouble/ ACCESS .Parent
/mnt/user/SERIALE/.AppleDouble/ CLOSE_WRITE,CLOSE .Parent

Clearly something is accessing my shares (ENG, PL and SERIALE), but how do I know what? Only thing I could think of was Spotlight, but unfortunately nothing changed after excluding the shares from Spotlight.

 

Edit:

Ok, this is getting really confusing :/

Seems the disks are spinning down again, but back to the original problem - they are spinning up after 15 minutes. Here is what woke them up:

/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/PL/.AppleDB/ MODIFY cnid2.db
/mnt/user/ENG/.AppleDB/ MODIFY log.0000000001
/mnt/user/PL/.AppleDB/ MODIFY log.0000000002
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY cnid2.db
/mnt/user/SERIALE/.AppleDB/ MODIFY log.0000000002

Any ideas?

Link to comment

Looks to me like the cnid2.db files are constantly being updated by a process on your apple PC.  The first series of messages are the result of traversing directories to get to the files.

 

I'll bet if you turned your apple PC off you'll find the disk no longer spins up.

 

As far as configuring the apple, I have no experience to draw upon.    There is nothing wrong with unRAID I can see. 

 

Joe L.

Link to comment

Ok, I feel kinda stupid, but I think Plex media scanner caused the spinup/spindown problems  :-[

Maybe the reason I didn't think of it earlier is because it never worked for me in the first place, I always had to scan the library manually. Anyway, I really hope my questions are answered and I'll mark the thread as solved once I confirm it.

Link to comment
  • 5 weeks later...

Alright, so back to square one.

Since few days I started seeing disk 2 spinning up and down in half and hour intervals, so I fired up inotifywait and screen, here is what I got:

 

0:45:56 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.001
00:45:56 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.004
00:45:56 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.002
00:45:56 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.002
00:46:26 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
01:16:15 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
01:46:15 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
02:16:16 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
02:46:16 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
03:16:16 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
03:46:17 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
04:16:17 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
04:46:17 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
05:16:18 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
05:46:18 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
06:16:18 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
06:46:19 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
07:15:49 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.001
07:15:49 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.004
07:15:59 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.002
07:15:59 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.002
07:16:29 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
07:46:20 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:16:19 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:23:51 CLOSE_WRITE,CLOSE /mnt/disk2/TM/.AppleDouble/.Parent

 

to make things easier - UNSORTED is a afp exported user share that was mounted on my mac, but my macbook was shut down whole night. why is unRAID accessing this share? I don't think it was my laptop, first - it wasnt running, second - it's not accessing this share during the day.

 

Now, second part, to complicate things a little bit, starting 10 minutes after log above ends:

 

08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.003
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.006
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.006
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.004
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.004
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.003
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.003
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/db_errlog
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/db_errlog
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:34:01 DELETE /mnt/disk2/UNSORTED/.AppleDB/__db.002
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.003
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.003
08:34:01 DELETE /mnt/disk2/UNSORTED/.AppleDB/__db.003
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.004
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.004
08:34:01 DELETE /mnt/disk2/UNSORTED/.AppleDB/__db.004
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 DELETE /mnt/disk2/UNSORTED/.AppleDB/__db.005
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/__db.006
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.006
08:34:01 DELETE /mnt/disk2/UNSORTED/.AppleDB/__db.006
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 DELETE /mnt/disk2/UNSORTED/.AppleDB/__db.001
08:34:01 OPEN,ISDIR /mnt/disk2/UNSORTED/.AppleDB
08:34:01 OPEN,ISDIR /mnt/disk2/UNSORTED/.AppleDB/
08:34:01 CLOSE_NOWRITE,CLOSE,ISDIR /mnt/disk2/UNSORTED/.AppleDB
08:34:01 CLOSE_NOWRITE,CLOSE,ISDIR /mnt/disk2/UNSORTED/.AppleDB/
08:34:01 OPEN,ISDIR /mnt/disk2/UNSORTED/.AppleDB
08:34:01 OPEN,ISDIR /mnt/disk2/UNSORTED/.AppleDB/
08:34:01 CLOSE_NOWRITE,CLOSE,ISDIR /mnt/disk2/UNSORTED/.AppleDB
08:34:01 CLOSE_NOWRITE,CLOSE,ISDIR /mnt/disk2/UNSORTED/.AppleDB/
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 CLOSE_NOWRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
(lots of these)
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 CLOSE_NOWRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 OPEN,ISDIR /mnt/disk2/UNSORTED/.AppleDB
08:34:01 OPEN,ISDIR /mnt/disk2/UNSORTED/.AppleDB/
08:34:01 CLOSE_NOWRITE,CLOSE,ISDIR /mnt/disk2/UNSORTED/.AppleDB
08:34:01 CLOSE_NOWRITE,CLOSE,ISDIR /mnt/disk2/UNSORTED/.AppleDB/
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 CLOSE_NOWRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/cnid2.db
08:34:01 CLOSE_NOWRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 OPEN /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 ACCESS /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:01 MODIFY /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:10 CLOSE_WRITE,CLOSE /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:10 OPEN /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
08:34:10 MODIFY /mnt/disk2/UNSORTED/.AppleDB/log.0000000004
(again, lots of these)
08:34:10 MODIFY /mnt/disk2/UNSORTED/.AppleDB/log.0000000004

 

i don't know what happened at 08:34, only thing that might - i picked up my iPhone and opened http://unRaid/Main to check if the disks are spinning up or down (as you can imagine - disk 2 was spinning up at this point).

 

any clues?

 

 

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.