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.

Unraid auto mount delay script

Featured Replies

I was trying to have a 10min delay on auto mount remote drive to my unraid everytime the array start. I had the following script but didn't work.

Quote

#!/bin/bash

# Wait for 10 minutes before attempting to mount the shared drives
sleep 600

# Define the shared drive information
nl3s-vm-dsm="//192.168.4.172/nl3s_appdata backup"
nl3b="//192.168.4.216/nl3s_appdata backup"

# Mount the shared drives
mount -t cifs -o username=marco,password=19980928MMCmmc "$nl3s-vm-dsm" /mnt/remotes
mount -t cifs -o username=marco,password=19980928MMCmmc "$nl3b" /mnt/remotes

# Verify if the drives are mounted successfully
if mountpoint -q /mnt/remotes; then
    echo "Shared drives mounted successfully."
else
    echo "Failed to mount one or more shared drives."
fi

image.png.b660c4668c8ad0e2a044733fe3e37d63.png

image.thumb.png.6069f613322356d3b5e524d27913dcdf.png

image.thumb.png.6b048742c5139ce7f9a8881c2ba48280.png

northernlight3s-diagnostics-20230524-2340.zip

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

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.