Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Parity and disk 3 spinning without a reason :(

Featured Replies

Using 5.0-rc5-r8168 here. I noticed that parity drive and my disk 3 (the only wd green power 2 tb i have others are seagate) spin up often without a reason. Nothing is connected to them except my htpc that is in sleep,nothing is mounted on my windows machine but something is writing some bytes to disk 3 often.

I have only simple features with cache_dirs enabled.

 

How can i check what is writing those bytes ? It's really annoying

If you notice it when it spins up you can try checking for open files:

 

lsof /mnt/*

Using 5.0-rc5-r8168 here. I noticed that parity drive and my disk 3 (the only wd green power 2 tb i have others are seagate) spin up often without a reason. Nothing is connected to them except my htpc that is in sleep,nothing is mounted on my windows machine but something is writing some bytes to disk 3 often.

I have only simple features with cache_dirs enabled.

 

How can i check what is writing those bytes ? It's really annoying

Easiest way is to install the "inotify tools" package and then invoke it to monitor disk3 by typing:

inotifywait -mr /mnt/disk3

 

The "inotify tools" package is available from the package manager in unMENU, or you can just type the following commands to download and install it temporarily (until you next reboot)

 

cd /boot

wget  http://www.slackware.org.il/slackware/slackware-12.2/slackware/a/inotify-tools-3.13-i486-1.tgz

installpkg inotify-tools-3.13-i486-1.tgz

 

You will soon see what is accessing the disk.  Type "Control-C" to stop the monitoring.

 

Let us know what you find.    The other suggestion of using "lsof" will only work if you happen to type that command exactly when the file is being accessed, otherwise, it will not see the open file.

 

Joe L.

  • Author

Will try the inotify tonight and will report back for sure

 

Thanks a lot

Thanks Joe, much better way of finding out what is going on ;D

  • Author

After a reboot the problem disappeared! Great

 

Inviato dal mio Transformer TF101 con Tapatalk 2

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.