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.

cYnIx

Members
  • Joined

  • Last visited

Solutions

  1. cYnIx's post in Cascade of Disk failures, shares vanished was marked as the answer   
    Your syslog is flooded with:
     
    So disk 6 is having an issue and needs xfs_repair run. 
     
    When disk 6 is fixed the array can start and you will see the dockers. 
  2. cYnIx's post in Mover Array to Cache, Small Files was marked as the answer   
    I would use the rsync terminal command to move that many files. There are lots of flags for rsync. Your command may look something like: `rsync -av --progress --remove-source-files /mnt/disk#/share/ /mnt/cache/share`
    When that command is finished you will likely have many empty folders to remove, You can do so with a command like `find /mnt/disk* -type d -empty -delete`
     
    If you don't have the rsync command you can get it with the Nerd Tools Plugin.
     
    You can also use the Midnight commander program on terminal to move files, but it would not have the checksum verification of the move like rsync does. 
     
    Hope that helps.

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.