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.

SimonF

Community Developer
  • Joined

  • Last visited

Solutions

  1. SimonF's post in Managed to Lock myself out of Unraid Web Interface was marked as the answer   
    you can exit file in boot/config called identcfg and chage use_ssl to no
  2. SimonF's post in 6.11.5 - Unable to change Power State (USB pcie card) was marked as the answer   
    https://unraid.net/community/apps?q=usb+manager#r
     
    Yes you can setup by device ID or port. You can also enable hubs.
     
    You have options for hotplug and vm start.
     

     

  3. SimonF's post in Passing USB devices to a VM was marked as the answer   
    Standard USB has only 4 ports so you may need to change the driver and one is the root port so only 3 usable.
     
    Change to use xhci driver to see if that helps.
     
    -device '{"driver":"qemu-xhci","p2":15,"p3":15,"id":"usb","bus":"pcie.0","addr":"0x7"}' or Libvirt <controller type='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller>  
  4. SimonF's post in No option for vDisk Size during VM creation. was marked as the answer   
    Likely the image files are already in there. have you deleted the VM without removing the disks? or are you trying to create a 2nd Win10 machine and not changed the name as yet?
     
    ls /mnt/user/domains/Windows 10/
  5. SimonF's post in Cant Assign 14TB Drives to my array was marked as the answer   
    as per smart posted by Vr2lo you need to remove type 2 protection 
     
  6. SimonF's post in Chrome and Firefox web gui showing different units for Array read and write speeds was marked as the answer   
    You need to click on the toggle between count and bytes controlled by cookies so will be different in different browsers
  7. SimonF's post in ConBee 2 visible but not functional in Home Assistant using Unraid virtual machine was marked as the answer   
    for conbee ii you need to do serial conmections to the vm 
     
     
  8. SimonF's post in Unable to use SAS HDD H7240AS60SUN4.0T_001423E011JX_PBK011JX was marked as the answer   
    The disk is Formatted with type 1 protection
     
    You need to format the drive to remove see this thread.
     
     
  9. SimonF's post in No option to save XML for VMs was marked as the answer   
    Is your VM Running? You can only change when stopped.
  10. SimonF's post in Version 6.11.2 Unmountable: Unsupported partition layout Help! was marked as the answer   
    There was a bug for drive > 2tb fixed in 6.11.3
  11. SimonF's post in 6.11.3 - 12th gen Intel with Z690M - Onboard NIC not working? was marked as the answer   
    It is active, but eth0 is the pci. you need to chanve then network settings to make onbaord eth0
     
    02:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I225-V [8086:15f3] (rev 03)
        Subsystem: Gigabyte Technology Co., Ltd Ethernet Controller I225-V [1458:e000]
        Kernel driver in use: igc
        Kernel modules: igc
  12. SimonF's post in Windows 10 VM randomly freezing was marked as the answer   
    Did you reset the memory backing lines from the XML?
     
     
    <memoryBacking> <nosharepages/> </memoryBacking>  
     
  13. SimonF's post in Cannot reboot with the USB Drive inserted was marked as the answer   
    Do you have fastboot enabled in the bios? it should be disabled.
  14. SimonF's post in Blue Information Windows on every Page was marked as the answer   
    Turnoff help ? in a circle near top right corner on menu bar
  15. SimonF's post in Add PCIe NVME Devices To Boot Order in GUI was marked as the answer   
    Created the following, but not tested booting from the NVME. Only type 0108(NVME) devices will have boot order input.
     

     
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
          </source>
          <boot order='1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </hostdev>
  16. SimonF's post in Question: do SSDs and NVMe now "spindown" with 6.11 ? was marked as the answer   
    NVME dont have have spin down support yet. I have been playing with power states but they dont seem to change much as far as I can see at present. i.e. if i set a dev to ps4 i thought temp may reduce as using less pwr but it doesnt. may be the location on motherboard.
  17. SimonF's post in INTEL 12TH GEN ALDERLAKE UHD770 /GT1 IGPU PASSTHROUGH NO DISPLAY was marked as the answer   
    I have not found a way to passthru igpu as yet on Alderlake.
  18. SimonF's post in How to (re)attach VirtIO iso image was marked as the answer   
    It should take the path from the settings and show the ISOs. 
     
    manual options is as follows
     
    root@computenode:/mnt/disk1/@Documents/Virtio/Downloads# virsh domblklist "Windows 10" --details Type Device Target Source ------------------------------------------------------------------- file disk hdc /mnt/user/domains/Windows 10/vdisk1.img file cdrom hda /mnt/user/isos/Windows10.iso file cdrom hdb /mnt/user/isos/virtio-win-0.1.221-1.iso root@computenode:/mnt/disk1/@Documents/Virtio/Downloads# virsh change-media "Windows 10" hdb --eject Successfully ejected media. root@computenode:/mnt/disk1/@Documents/Virtio/Downloads# virsh change-media "Windows 10" hdb /mnt/user/isos/virtio-win-0.1.221-1.iso --insert Successfully inserted media. root@computenode:/mnt/disk1/@Documents/Virtio/Downloads#  
  19. SimonF's post in Your hardware does not have Intel VT-x or AMD-V capability was marked as the answer   
    Have you enabled in the bios? Which cpu do you have?
  20. SimonF's post in How do I automate spinning down specific disks? was marked as the answer   
    You can set option per disk also. i.e set default to not spin down and set per disks as required
  21. SimonF's post in Conbee 2 (Zigbee) USB Stick stopped working in a homeassistant-VM was marked as the answer   
    have a look at this post 
     
  22. SimonF's post in 直通usb设备拔掉,虚拟机也掉的问题 was marked as the answer   
    USB Manager plugin can auto connect like Hotplug when detected.
  23. SimonF's post in Conbee usb passthrough to an Home assistant VM was marked as the answer   
    It should be a device with serial not tablet.
     
    /dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0
  24. SimonF's post in 6.11 no NVIDIA GPU working was marked as the answer   
    Did you follow this?
     
     
  25. SimonF's post in VM's filling logs with errors was marked as the answer   
    have a look at this tread.
     
     

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.