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.

Automated, monthly parity check?

Featured Replies

I dug this up from a thread in v4.x. Is this still relevant for 5.0?

 

I put the following commands in a file named monthly_parity_check.sh  I'll invoke it via the "go" script every time I reboot.

 

#!/bin/sh

crontab -l >/tmp/crontab

grep -q "/root/mdcmd check" /tmp/crontab 1>/dev/null 2>&1

if [ "$?" = "1" ]

then

    echo "# check parity on the first of every month at midnight:" >>/tmp/crontab

    echo "0 0 1 * * /root/mdcmd check NOCORRECT 1>/dev/null 2>&1" >>/tmp/crontab

    crontab /tmp/crontab

fi

I am not aware if this will continue to work or not.  I typically view adding anything to the go script as a "last resort".  Both Dynamix and Unmenu support scheduled monthly parity checks.  I would look at using one of those.

  • Author

I am not aware if this will continue to work or not.  I typically view adding anything to the go script as a "last resort".  Both Dynamix and Unmenu support scheduled monthly parity checks.  I would look at using one of those.

 

I'd rather not install 3rd party plugins / GUIs; I'm trying to keep unRAID as vanilla as possible.

I share the desire to keep a vanilla unRAID. But it seems like six of one, 1/2 dozen of the other.

 

On one hand you're editing the go script and calling a bit of custom scripting.

 

On the other hand, judicious use of a few pre-written plugins seems like a small risk.

There's a pretty good support network for Dynamix and unMENU.

 

Subscribed

  • Author

I share the desire to keep a vanilla unRAID. But it seems like six of one, 1/2 dozen of the other.

 

On one hand you're editing the go script and calling a bit of custom scripting.

 

On the other hand, judicious use of a few pre-written plugins seems like a small risk.

There's a pretty good support network for Dynamix and unMENU.

 

You're absolutely right, I just don't want to replace the unRAID GUI with a completely new / different one. If a plugin would just enable a config page in the stock GUI to do scheduled checks I'd be happier to install it.

You're absolutely right, I just don't want to replace the unRAID GUI with a completely new / different one. If a plugin would just enable a config page in the stock GUI to do scheduled checks I'd be happier to install it.

 

Often wondered why something so important hasn't been included in unRAID as default, maybe its something Tom could look at adding.

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.