-
How to upgrade an LSI HBA firmware using Unraid
Just worked it out, i needed to use the i686 version. However, it doesn't see my HBA root@Tower:~/lsi# chmod +x sas2flash root@Tower:~/lsi# ./sas2flash -listall LSI Corporation SAS2 Flash Utility Version 20.00.00.00 (2014.09.18) Copyright (c) 2008-2014 LSI Corporation. All rights reserved No LSI SAS adapters found! Limited Command Set Available! ERROR: Command Not allowed without an adapter! ERROR: Couldn't Create Command -listall Exiting Program.
-
How to upgrade an LSI HBA firmware using Unraid
Hello. Can anyone help please? Trying to prep an LSI 9211-8i Im using the saas2flash installer from the sas2flash_linux_ppc64_rel folder I've got all the files i need mounted in /lsi I can chmod but then when i try and confirm the adapter , i get this error: root@Tower:~/lsi# ls 2118it.bin* mptsas2.rom* sas2flash* root@Tower:~/lsi# chmod +x sas2flash root@Tower:~/lsi# ./sas2flash -listall bash: ./sas2flash: cannot execute binary file: Exec format error root@Tower:~/lsi#
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Hello. I can test all HDD on my HBA but my SSDs will not test, they all say this and the FAQ doesn't link to anything. Can anyone help please? Unable to benchmark for the following reason * Docker volume mount not detected You will need to restart the DiskSpeed docker after making changes to mounted drives for changes to take effect. For more information how the benchmarks work, view the FAQ
-
[Plugin] rclone
Hello all My rclone user script to mount my drives (below) runs (in background) and never stops. It says 'Running' and has a button ABORT SCRIPT It mounts the drives fine. Is this a problem having it say 'Running' constantly? The unmount and custom sync scripts all complete and then stop when they have finished. There is nothing in the logs. mkdir -p /mnt/disks/onedrive mkdir -p /mnt/disks/google rclone mount --vfs-cache-mode writes --max-read-ahead 1024k --allow-other onedrive: /mnt/disks/onedrive & rclone mount --max-read-ahead 1024k --allow-other google: /mnt/disks/google Many thanks
-
wobblewoo started following SSD for VM Recommendations , [Plugin] rclone , Files stuck on Writecache, chare not showing and i cannot edit it. and 4 others
-
Files stuck on Writecache, chare not showing and i cannot edit it.
Think i found teh error, its casing in that directory which ive fixed by naming the shares. currently going through naming everything lowercase. Thank you
-
Files stuck on Writecache, chare not showing and i cannot edit it.
I have stumbled on this and are currently going through changing all the casing to match, seems to be the issue. No idea how it changed. I am fixing it by going to the share, say 'Pictures', remaning it to 'Pictures2', clicking Apply and then renaming 'pictures'. Forces a new cfg file i guess. an ls of /boot/config/shares confirms this. Thank you
-
Files stuck on Writecache, chare not showing and i cannot edit it.
Hello all, thank you for your time. I have an array with HDD drives (my Array and Parity), a 'Vm' SSD and a 'Writecache' which is a pool of two SSDs. I have many shares all working as they should, some straight to the Array and some to the 'Writecache' which Mover then moves overnight to the array, no problems with any share except my 'Pictures' Share. For some reason Mover is not moving pictures copied into that share and they stay on the Writecache. Also, when i look at the 'Pictures' share in the shares tab. it used to be Writecache > Array and now for some reason says Vm and i cannot change it. There is a hazard at the bottom saying 'Case-insensitive Share name is not unique' Can anyone help me move the pictures to the array please? Many thanks. W Just spotted i can no longer connect to 'Pictures' share from an eternal computer. tower-diagnostics-20251228-2026.zip
-
CD/DVD passthrough
Hello. I have a optical drive i cannot work out how to passthrough to my Win10 VM. I can do everything else including a 3rd party USB PCI card. Ive searched but don't understand the more technical conversation around this, so can anyone help me pass through my device please? lsscsi lists this: [0:0:0:0] disk SanDisk Cruzer Fit 1.00 /dev/sda [1:0:0:0] disk ATA WDC WD30EFRX-68E 0A82 /dev/sdb [1:0:1:0] disk ATA WDC WD30EFRX-68E 0A82 /dev/sdc [1:0:2:0] disk ATA WDC WD30EFRX-68E 0A82 /dev/sdd [1:0:3:0] disk ATA WDC WD30EFRX-68N 0A82 /dev/sde [2:0:0:0] disk ATA SanDisk SSD PLUS 7100 /dev/sdf [3:0:0:0] disk ATA SanDisk SDSSDA24 30RL /dev/sdg [4:0:0:0] disk ATA KINGSTON SA400S3 66.5 /dev/sdh [5:0:0:0] cd/dvd hp DVD A DH16ABSH YHDD /dev/sr0 This is the XML of my VM <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>0fd285f0-331b-f872-7f7c-249910b2006b</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10" webui="" storage="default"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='6'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-9.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/0fd285f0-331b-f872-7f7c-249910b2006b_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' clusters='1' cores='2' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='yes'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/user/domains/Windows 10/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows/Win10_22H2_EnglishInternational_x64v1.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.266-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:76:53:2e'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' sharePolicy='ignore'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </memballoon> </devices> </domain>
-
[Support] HomeAssistant_inabox
I've got everything started (using default values) and spotted in my Docker log that its assigned its own and different IP address which then i can log into with port 8123 Host path for '/domains' is /mnt/user/domains Highest Q35 machine type available is pc-q35-7.2 The default VM network type is br0 Icon already there skipping..... VM 'Home Assistant' is already defined. Skipping VM creation steps... current status of VM 'Home Assistant': shut off VM 'Home Assistant' is not running. RESTART is set to 'Yes'. Attempting to start the VM... Attempting to start VM 'Home Assistant' (Attempt 1/5)... Domain Home Assistant started VM 'Home Assistant' started successfully. current status of VM 'Home Assistant': running VM 'Home Assistant' is running. Checking for the IP address of the running VM... Guest agent is not responding. Waiting for 5 seconds before retrying... (1/9) Guest agent is not responding. Waiting for 5 seconds before retrying... (2/9) Guest agent is connected. The IPv4 address of the VM 'Home Assistant' is: 192.168.0.187 Reloading Nginx with the new configuration... * Reloading nginx configuration nginx ...done. Waiting for 15 minutes before checking again to ensure VM is still running... Host path for '/domains' is /mnt/user/domains Highest Q35 machine type available is pc-q35-7.2 The default VM network type is br0 Icon already there skipping..... VM 'Home Assistant' is already defined. Skipping VM creation steps... current status of VM 'Home Assistant': running VM 'Home Assistant' is running. Checking for the IP address of the running VM... Guest agent is connected. The IPv4 address of the VM 'Home Assistant' is: 192.168.0.187 Reloading Nginx with the new configuration... * Reloading nginx configuration nginx ...done. Waiting for 15 minutes before checking again to ensure VM is still running... On my LAN http://192.168.0.187:8123/ gives me this now:
-
Copy over a DVD drive
-
Copy over a DVD drive
Hello I have a data DVD that i wish to copy to a local disk but i cannot see where to mount/view it. The drive shows up in TOOLS > System Devices and seems to list the size of the disk itself: [5:0:0:0]cd/dvd hp DVD A DH16ABSH YHDD /dev/sr0 3.29GB But i cannot find it in the GUI (via Unassigned devices), Krusader or the Command Line In the command line, this command: lsscsi shows: [0:0:0:0] disk SanDisk Cruzer Fit 1.00 /dev/sda [1:0:0:0] disk ATA WDC WD30EFRX-68E 0A82 /dev/sdb [1:0:1:0] disk ATA WDC WD30EFRX-68E 0A82 /dev/sdc [1:0:2:0] disk ATA WDC WD30EFRX-68E 0A82 /dev/sdd [1:0:3:0] disk ATA WDC WD30EFRX-68N 0A82 /dev/sde [2:0:0:0] disk ATA SanDisk SSD PLUS 7100 /dev/sdf [3:0:0:0] disk ATA SanDisk SDSSDA24 30RL /dev/sdg [4:0:0:0] disk ATA KINGSTON SA400S3 66.5 /dev/sdh [5:0:0:0] cd/dvd hp DVD A DH16ABSH YHDD /dev/sr0 I'm fairly new to this, can anyone point me in the right direction please? I don't need to pass through to a VM, simply copy data from the optical drive to a share. Many thanks. W
-
[Plugin] CA Fix Common Problems
Hello all. I have this error that i cannot work out how to fix (assuming it needs fixing). Invalid folder cache contained within /mnt I've checked my Dockers and VMs and cannot find a reference to anything un-toward. I do seem to have gained an extra share /etc which has libvirt/qemu/ in it! Everything seems to be working correctly. Diagnostics attached. Can anyone help? Thanks for your time. W tower-diagnostics-20240207-1344.zip
-
Unraid wont boot if i plug external USB drives into a USB 3 PCI Card
Hello. I have a SuperMicro X10SLL-F motherboard with a USB 3 Host Controller, LSI SAS2008 HBA and a Graphics Card in the PCI Slots. It boots just fine off the internal USB from my Unraid Flash Drive but whenever i plug external disks (there are alot) into the USB PCI card (for a VM i run), it fails to boot and i cannot work out a way to get the BIOS to ignore the External USB drives. Can anyone help? if it helps: https://www.supermicro.com/en/products/motherboard/X10SLL-F
-
SSD for VM Recommendations
Hello. I have recently had two SanDisk 480Gb SSD plus 2.5inch drives fail (out of their 3 year warrantee) one week after the other and they now just show up as 'Sandisk_Milpitas_SSD' and are un useable. Can anyone recommend a 2.5 inch SSD of similar size to use for a VM please? I have a pair of Raid 1 SSDs (240Gb of the same make) for Docker and write cache. Many thanks W
-
[Plugin] Appdata.Backup
I did not know that. All recovered so thank you.
wobblewoo
Members
-
Joined
-
Last visited