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.

Nono@Server

Members
  • Joined

  • Last visited

  1. Thank you. After allowing the USB drive to boot in UEFI mode, the card is now detected properly.
  2. I tried booting into UEFI, but it just takes me straight back to the BIOS, and I don't know why. I don't think I had this problem before I replaced my motherboard at the same time as my graphics card. Maybe I don't have UEFI on the Unraid USB drive.
  3. Hi, I wanted to upgrade my system so I could use the models locally directly on my server. To do this, I installed an RTX 5070 TI. I followed a lot of the instructions I saw in this thread, such as uninstalling and reinstalling the NVIDIA driver. I even spoke with Perplexity, who said that my driver isn't loading “The driver loads, but it fails when initializing the card because Unraid assigns it an invalid PCIe region (This PCI I/O region assigned to your NVIDIA device is invalid, probe ... failed with error -1).” tower-diagnostics-20260422-1116.zip
  4. Yes, i use the user script plugin
  5. Without the flag the folders was in root
  6. Hello, I use the script with the tags --uid 99 --gid 100 unfortunately the directories never get the right permissions; # create rclone mount rclone mount \ $Command1 $Command2 $Command3 $Command4 $Command5 $Command6 $Command7 $Command8 \ --allow-other \ --umask 002 \ --uid 99 \ --gid 100 \ --dir-cache-time $RcloneMountDirCacheTime \ --attr-timeout $RcloneMountDirCacheTime \ --log-level INFO \ --poll-interval 10s \ --cache-dir=$RcloneCacheShare/cache/$RcloneRemoteName \ --drive-pacer-min-sleep 10ms \ --drive-pacer-burst 1000 \ --vfs-cache-mode full \ --vfs-cache-max-size $RcloneCacheMaxSize \ --vfs-cache-max-age $RcloneCacheMaxAge \ --vfs-read-ahead 1G \ --bind=$RCloneMountIP \ $RcloneRemoteName: $RcloneMountLocation & I also used this script which works but it is not the right solution because the upload script delete the directory and when they are recreated they are in root #!/bin/sh for dir in "/mnt/user/Local" do echo $dir chmod -R ug+rw,ug+X,o-rwx $dir chown -R nobody:users $dir done does anyone know why the "rclone mount" doesn't have the correct permissions?

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.