SpaceInvaderOne

Community Developer
  • Posts

    1741
  • Joined

  • Days Won

    29

Everything posted by SpaceInvaderOne

  1. My appdata doesnt show on the list in ca backup. It is on my cache as "only" but if i remember when i first created it was on cache and array then i edited it. Is this why i cant see it as other cache only shares show up?
  2. I have tried to copy the data from one ssd to another using following process. Attach new ssd as unassigned device Format to xfs Stop all dockers and vms. Start krusader docker. Select all folders on cache drive copy to new ssd However seems to fail wanting to skip alot of files in the appdata folder. How is the best way to copy the data from one drive to another? thanks
  3. Thanks for the info guys. Just ordered one now. Harddrive temps seem pretty good I think, my drives in my current case sit at about between 27 and 36. Cant wait to get it!!
  4. Hi I have a 500 gig ssd in my rig. I have a new one to replace this one. Whats the best way to copy the data from my old cache to new and replace the drive in unraid.
  5. yes, I want to use 8 harddrives in the case in the 2 cages. I wondered if the harddrives stay cool in this case. Also can the clear window be put in any other position ie top or other side. Many thanks
  6. I am looking for a new case (matx). Anyone here used the Fractal Design Node 804 Cube Case It holds eight 3.5 hdds and two 2.5 drives, alot more than my Thermaltake Core V21. Basically i want as small case as possible but with good cooling and be able to hold a large amout of hdds.
  7. Okay, stubbing the device basically blacklists it from being used by unraid system. The host system will not load any drivers etc for it. Therefore it is only then available for passthrough by the vms. You will notice when you have it stubbed when you plug a usb device into that usb controller the usb device you plugged in will not be listed by unraid as a usb device. However the whole controller can be passed to the vm. Once it is stubbed you can then passthrough that device from the gui of unraid (as of 6.2) without having to do manual edits the xml.
  8. before you try doing what i said in the last post please try adding your passthrough code like this removing <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1a' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> so it looks like this <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1a' function='0x0'/> </source> </hostdev> Once you save the xml file the correct address part will be automatically inserted
  9. So you can pass it through as long as the system uses vnc or gpu 2. Thats strange Have you stubbed the usb before pass through. Looking at the usb devices showing your 360 controller listed it looks like its not stubbed. This is the controller you want to pass through yes? 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) Are you sure your unraid flash isnt connected to this. If its not add this to your syslinux conf file label unRAID OS menu default kernel /bzimage append vfio-pci.ids=8086:1e2d pcie_acs_override=downstream initrd=/bzroot the vfio-pci.ids=8086:1e2d is stubbing that usb controller from unraid. Now it will be in the gui for passthrough, just check it to pass it through
  10. you can passthrough whole disk or specify the partition. eg. whole disk would be <source dev='/dev/disk/by-id/ata-ST3500312CS_9VVERKB1'/> whilst for partion 1 would be <source dev='/dev/disk/by-id/ata-ST3500312CS_9VVERKB1-part1'/> the ata-ST3500312CS_9VVERKB1 part change that to ata-yourdeviceid The problem with using sdx is that they can change on reboot
  11. change your syslinux config file file from this part label unRAID OS menu default kernel /bzimage append initrd=/bzroot to this part label unRAID OS menu default kernel /bzimage [b] append pcie_acs_override=downstream initrd=/bzroot[/b] if that doesnt work then try this menu default kernel /bzimage append intel_iommu=on pcie_acs_override=downstream vfio_iommu_type1.allow_unsafe_interrupts=1 initrd=/bzroot,/bzroot-gui you can always check if the syslinux config file has changed by going to the main tab then clicking on flash. For some reason i have found that edits in the syslinux config has taken 2 or 3 reboots to take effect in the beta 21. I thought it was just me but maybe not?? http://lime-technology.com/forum/index.php?topic=48383.msg464311#msg464311
  12. Right. looking at your iommu groups there is a problem. /sys/kernel/iommu_groups/1/devices/0000:00:01.0 /sys/kernel/iommu_groups/1/devices/0000:00:01.1 /sys/kernel/iommu_groups/1/devices/0000:01:00.0 /sys/kernel/iommu_groups/1/devices/0000:01:00.1 /sys/kernel/iommu_groups/1/devices/0000:02:00.0 /sys/kernel/iommu_groups/1/devices/0000:02:00.1 In group 1 you have both your gpus and a pci bridge. You need to split these up into individual groups. Try enabling acs override under settings, vm settings. You will have to reboot server after for this to take effect. Now with any luck your gpus will be in separate groups on their own. Please try this and report back
  13. another thing you can try is to specify the rom file. http://lime-technology.com/wiki/index.php/UnRAID_6/VM_Management#Edit_XML_for_VM_to_supply_GPU_ROM_manually, but i think it is as saarg says the card doesnt reset.
  14. I used to have to passthough the whole usb controller aswell, to get my 360 controller working correctly. However using 6.2 beta 21 and now using ovmf instead of seabios, i find my 360 wireless works fine without having to passthrough the usb contoller.
  15. Please please please. I'm very interested in knowing too. Me too would be very interested! So your engineering sample supports vt-d? i was worried after reading what JustJoshin said that some early es chips have vt-d disabled. I have a e5 2690 v3 es base 2.4 all core turbo 2.9 on its way at the moment hope to have it by the weekend
  16. I've observed this as well. Sent from my SM-T810 using Tapatalk Goto settings. Vm manager. Click advanced settings and set default vm storage to your vm directory and then all will be fine
  17. I have a similar build at present and use ASRock - Z170M Extreme4 with no problems. I passthrough a couple of gpus without issue. I do have to use acs override to split up iommu groups though
  18. maybe just passthrough the physical disks using <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/disk/by-id/ata-ST3500312CS_9VVERKB1'/> <target dev='hdd' bus='virtio'/> </disk> the ata-ST3500312CS_9VVERKB1 part change that to ata-yourdeviceid
  19. still getting error with nzbs downloaded looking at them with text edit i see <error code="100" description="Empty API Key"/> Why is this please?
  20. For socket 1151 I would think the i7 skylake would be better cores.........base speed............turbo speed.........graphics...........tdp xeon E3-1230 v5 4 3.4 3.8 none 80w core i7 6700 4 3.4 4.0 hd530 65w core i7 6700k 4 4.0 4.2 hd530 91w
  21. Hi, I am thinking of upgrading my unraid from a skylake 6700 to an E5 2690 v3 engineering sample i have seen on ebay. Its only $400 as is an engineering sample and I could never afford the standard chip!!! Although to be honest i am quite happy with what i have now, just the thought of having 12 cores 24 threads just seems awesome. But I have some questions before committing. 1. As the e5 chip has a slower clock speed than my i7 (even though has many more cores), i am worried my gaming vm could take a hit? 2. The e5 being an engineering sample the speed is as follows CPU is 2400 MH, instead of 2600. Turbo frequency 3500 MHz ( i guess that would be one core not all cores, the seller says the turbo speed of all cores at once is 2698 MH Bus speed 9.6 GT/s QPI (4800 MHz) 5 GT/s DMI Clock multiplier 26 Package 2011-land Flip-Chip Land Grid Array Socket Socket 2011-3 / R3 / LGA2011-3 As its not exactly as the production chip is it still a good buy and alot better than my 6700? 3. I was thinking of using this chip with an ASRock Fatal1ty X99M Killer, LGA 2011-v3 Motherboard. I already have 32 GB ram (4x8GB) Corsair DDR4 Vengeance LPX Black, PC4-19200 (2400), Non-ECC Unbuffered, CAS 14-16-16-31, XMP 2.0, 1.2V. that I thought i could use in this build. I understand that Xeons will work with Non-ECC Unbuffered ram. Is this correct? (http://www.tomshardware.co.uk/answers/id-2698383/xeon-unbuffered-ecc-ram.html) 4. Just wondered what peoples thoughts are with this upgrade. Pros and cons. Thanks
  22. Saw this on ebay for £154 from japan seller. http://www.ebay.co.uk/itm/Intel-Xeon-E5-2658-v3-ES-LGA2011-3-12C-Compatible-with-X99-i7-5820K-5930K-5960X-/151989476551?hash=item2363475cc7:g:xzMAAOSw5dNWs997 Wow 12 cores wish i hadnt bought my quad core skylake now!!