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.

KuniD

Members
  • Joined

  • Last visited

Everything posted by KuniD

  1. I'm preparing for a parity swap, so I've begun by running preclear on a new Western Digital Red Pro 16Tb drive. It is currently 70% the way through the first pre-read phase (15 hours to this point overnight). I noticed the drive seems to be making a ticking noise once a second, almost like a wall clock ticking. I've read that WD drives can tick every 5 seconds but wasn't sure if this was the same thing. I ran a SMART test prior to starting the preclear and nothing came up during that step. Not sure if I'm over reacting.. ! Thanks
  2. So I've been operating 6 x Seagate Archive 8Tb drives for the last 6 or so years. For the most part they're still ticking along although the first has just failed (awful whirring sound), so I'm looking to replace the drive. I'm thinking now is a sensible time to start slowly transitioning the setup to larger volume drives, so will be starting with a parity swap out. While I was initially focused on the Seagate Ironwolf Pro and Western Digital Red Pro lineups, I noticed the Seagate EXOS X16 16Tb is on Amazon for a rather surreal £262; https://www.amazon.co.uk/Seagate-ST16000NM001G-EXOS-X16-Internal/dp/B07SPFPKF4/ Considering most the Ironwolf Pro and Red Pro 16Tb drives are £400-500 this seems like quite a bargain. My Unraid box (in a Fractal Design R5 case) is on the floor next to my desk. I have lived with the whir of the 6x Seagate Archive 8Tb drives without complaint, but am worried that these enterprise/data centre drives may be a lot louder. I can see a lot of comments only saying their very loud, on the other hand I came across this article (see bottom of page) which seems to suggest in a comparison that they're not too bad; https://www.nikktech.com/main/articles/pc-hardware/storage/hard-disk-drives/10110-seagate-exos-x16-16tb-sata-iii-hdd-review?start=7 Does anyone have any experience of these drives in close proximity regular use? Only other thing putting me off the Amazon link is that it mentions its an OEM drive / US sourced and the reviews seem to indicate Seagate won't honour the warranty. I suppose its a trade off on that much storage per £ vs much higher with a warranty.
  3. Hi all, After 5 years of running my unraid box I'm pretty sure I'm encountering my first drive failure (I can hear the drive struggling lol). Before I power things down, etc, I thought I'd pull the diagnostics and share here for any insights - have to admit I'm not very good at deciphering these ! Essentially I woke this morning to hear a new sound (a louder whirring sound, like a fan failing), and saw unraid had a "Disk 4 in error state" message. The drive has been disabled and I can't access any of the SMART reports, but I'm guessing if I can hear it its a lost cause. I have some questions regarding replacing the drive and rebuilding the array (apologies they are likely to be super basic/obvious, just never been through this process before). Right now I have 6x Seagate 8Tb drives, 1 parity, 5 storage. Firstly, I presume I can remove the failed drive for now, then when I receive a replacement drive the array will rebuild? Secondly, as 5 years has elapsed since building this setup, I want to get a larger drive (Ironwolf Pro 12Tb), so presume I'll need to follow this process (https://wiki.unraid.net/The_parity_swap_procedure) and make the 12tb drive the new parity? I'm a bit confused on whether the failed drive also needs to be present but disabled in this scenario, or unplugged and removed is ok Appreciate any advice and thanks in advance ultron-diagnostics-20211016-1211.zip
  4. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>MacinaboxHighSierra</name> <uuid></uuid> <description>MacOS High Sierra</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="default.png" os="HighSierra"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='12'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='13'/> <vcpupin vcpu='4' cpuset='2'/> <vcpupin vcpu='5' cpuset='14'/> <vcpupin vcpu='6' cpuset='3'/> <vcpupin vcpu='7' cpuset='15'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/d1862346-b4b2-4398-b17c-f6e6a82a023a_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='utc'> <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='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxHighSierra/Clover.qcow2'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxHighSierra/HighSierra-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxHighSierra/macos_disk.img'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0xa'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='6' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </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:14:a8:f6'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' 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'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0b05'/> <product id='0x180a'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  5. Thanks for this great docker and guide. First time setting up a VM so please excuse the basic questions; i have setup a High Sierra VM as I have a Nvidia GTX970, but can I pass this through if I only have the one GPU? I have followed the guidance from one of your other videos on adding the associates sound card and changing the XML to mention multifunction. When I start the VM from the servers GUI I get a black screen. Appreciate I have taken the GPU away from Unraid but was expecting MacOS to appear. Any tips or guidance appreciated
  6. Thanks Jimmy, that did the trick.
  7. Hi all, I'm not having a lot of luck getting the WebGUI to load (getting ERR_CONNECTION_TIMED_OUT), sure I'm doing something very obvious incorrectly. I installed the docker and set config to: /mnt/cache/appdata/ And data to: /mnt/user/downloads/ I set my PIA username and password and set VPN_PROV to pia, besides that left everything else as default. I'm unsure what LAN_NETWORK should be pointing to, should it be my default gateway? I have uninstalled/reinstalled the docker, cleared my appdata directory completely, in case something was clogging it up, not sure if I have mis configured or something is blocking it. I haven't made any changes to my router. What's the best way for me to debug? Have to admit I'm still grappling with the basics here with unRAID and Linux!

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.