-
[Plugin] Nvidia-Driver
Thank you. After allowing the USB drive to boot in UEFI mode, the card is now detected properly.
-
[Plugin] Nvidia-Driver
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.
-
[Plugin] Nvidia-Driver
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
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yes, i use the user script plugin
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Without the flag the folders was in root
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yes same error with --umask 000
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
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?
Nono@Server
Members
-
Joined
-
Last visited