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.

Unraid Newbie

Members
  • Joined

  • Last visited

Everything posted by Unraid Newbie

  1. no luck, weird thing is when u do a fresh install of mango, it works, when u stop/restart, it won't work.
  2. i think the recent mongodb update broke mongo, anyone experiencing the same?
  3. yah... in real world ... wifi 6 is faster than 1gb ethernet. not 2x as advertise maybe 1.2x to 1.5x faster. but undoubtedly, it is faster.
  4. sure, that works, but just saying ... having wifi enable will take unraid popularity to another level.
  5. wire up the whole network might be a easy job in most people here, a easy diy job, just punch a hole in the drywall, and you are half way done. but my apartment/flat is all concrete, it's a huge renovation job and impossible to do while living in it. i dont have a desk yet, all the space are taken up by the kids. except for my bedroom. things are just different on the other side of the world. : (
  6. Totally agree. wireless is not the perfect solution for a server. but imho, wifi should generate tons of sales for unraid, More Sales=More Profit=Happy Developers=Better Unraid imagine having an old rig sitting in the corner as media server or a fanless laptop sitting under the sofa as a docker station, performace wise, still beats top of the line consumer NAS (J series intel) and i am pretty sure a lot of everyday user are using wifi not a wired connection even at home because it is not as easy as people might think having a wired pc at home with angry wife, active kids, etc. take me for example, my full size tower is currently sitting on the windowsill and my 34inch curved monitor is on a Ikea Manmut (plastic kids table) and my pc case is huge... with wifi i can move my unraid server somewhere more humane PS. My Number 1 request is still AMD Nested Virtualization, not be able to run vm workstation in windows, or android emulator like nox and bluestack really sucks.
  7. i thought wifi is 2 times faster quote from a mid range wifi6 router web site: Ultra-fast Wi-Fi Speed – RT-AX3000 supports 160MHz bandwidth and 1024-QAM for dramatically faster wireless connections. With a total networking speed of about 3000Mbps — 574 Mbps on the 2.4GHz band and 2402 Mbps on the 5GHz band. 10gb for the whole netowork is just too damn expensive right now.
  8. My Top 3. 1) AMD Nested Virtualization 2) Wifi Support Wifi is so fast now.. much faster than gb lan 3) VM Snapshot
  9. Tried, doesnt work. this is what i called "spaceinvader's script"
  10. yah. i am running build 20180, but how to make it work?? 😅
  11. i think we have the same problem. i am trying to run android emulator and hyper v i am running the latest 20180 build, which suppose to fix amd nested or something. https://techcommunity.microsoft.com/t5/virtualization/amd-nested-virtualization-support/ba-p/1434841
  12. I have 3950x on x570 taichi, windows 10 os build 20180 i tried different method and different version of windows, still no luck, anyone get this to work?? -tried host-passthough, host model and spaceinvander's nest on nest off script, i really want to run hyper v and android emulator(nox) on windows, running bliss os /android x86 just doesnt work that great. thanks in advance~
  13. I updated to bios 3.2.. all the advance option is gone
  14. i got it! as it turns out. has to use q35 for my setup. thx
  15. the bottom part was the code i am talking about. Qemu commandline. i need to add this in order to start any vm. this is the one i am having trouble with, trying to pass the 2080 super, no luck yet. tried disable hyper-v, dumped the vbios, edited the dumped vbios, no luck tried the download version of vbios edited the download version grouped them in the same virtual port, and set multifunction on tried to create a custom version of driver, still no luck. booting in legacy mode please help.
  16. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>ALVIN-RYZEN9</name> <uuid>9320-0000-0000-000000000000</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>28</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='18'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='19'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='20'/> <vcpupin vcpu='6' cpuset='5'/> <vcpupin vcpu='7' cpuset='21'/> <vcpupin vcpu='8' cpuset='6'/> <vcpupin vcpu='9' cpuset='22'/> <vcpupin vcpu='10' cpuset='7'/> <vcpupin vcpu='11' cpuset='23'/> <vcpupin vcpu='12' cpuset='8'/> <vcpupin vcpu='13' cpuset='24'/> <vcpupin vcpu='14' cpuset='9'/> <vcpupin vcpu='15' cpuset='25'/> <vcpupin vcpu='16' cpuset='10'/> <vcpupin vcpu='17' cpuset='26'/> <vcpupin vcpu='18' cpuset='11'/> <vcpupin vcpu='19' cpuset='27'/> <vcpupin vcpu='20' cpuset='12'/> <vcpupin vcpu='21' cpuset='28'/> <vcpupin vcpu='22' cpuset='13'/> <vcpupin vcpu='23' cpuset='29'/> <vcpupin vcpu='24' cpuset='14'/> <vcpupin vcpu='25' cpuset='30'/> <vcpupin vcpu='26' cpuset='15'/> <vcpupin vcpu='27' cpuset='31'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-5.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/1f59a1a8-9320-0000-0000-000000000000_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='off'/> <vapic state='off'/> <spinlocks state='off'/> </hyperv> <kvm> <hidden state='on'/> </kvm> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' dies='1' cores='14' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </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='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/disk/by-id/nvme-ADATA_SX6000LNP_2K0620005595'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.173-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:90:62:6f'/> <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='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0e' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/MSI.RTX2080Super.8192.190625.Edited.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0e' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0e' slot='0x00' function='0x2'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0e' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc537'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x258a'/> <product id='0x002a'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> <qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='host,topoext=on,invtsc=on,hv-time,hv-relaxed,hv-vapic,hv-spinlocks=0x1fff,hv-vpindex,hv-synic,hv-stimer,hv-reset,hv-frequencies,host-cache-info=on,l3-cache=off,-amd-stibp'/> </qemu:commandline> </domain>
  17. I have the same board and 3950x i am still unable to passthru any gpu yet. have a msi 2080 super gaming x trio and sapphire r230, both have no luck. btw took me almost a day of googling to start the vm!! had to add qeum codes. i will post later when i am back on unraid.

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.