Everything posted by david279
-
youtube - "UNRAID vs. TrueNAS - The Ultimate ZFS Pool Performance Showdown at 40Gbit!" suggests TN is faster at ZFS
He should have used exclusive shares.....
-
[Support] binhex - Krusader
I dont have that either...
-
ZFS RAIDZ QUESTION - MIRROR SET OF 2 STRIPES
Sounds like raid10. I know you could do it thru the command line just adding a mirror vdev to your already raid0. I know there's a raid01 which is almost the same thing....I don't know if the unRAID gui even supports putting that configuration together right now.
-
Moving array to ZFS, what is the most efficient method to do this?
You'd do better creating a large pool with some redundancy like raidz2 and just move the data there. But converting each disk over to zfs for the hell of it is just not worth it.
-
ZFS Cache Limit
Oh I got it wrong too it's 1/8 of total ram. https://docs.unraid.net/unraid-os/release-notes/6.12.0/
-
ZFS Cache Limit
Read the release page for 6.12 they set limits(1/4 of total ram) for the 16 32 GB users so that zfs doesn't gobble all their ram. They explain how to change it to what you want in the release notes.
-
[6.12.2] [ZFS] Cannot import truenas ZFS Pool
Pools originating from truenas aren't able to be imported right now. They explained the reasoning in the 6.12 release notes. Compatibility supposed to be coming in the later releases.
-
what does this "memory usage" graphics want to tell me?
-
what does this "memory usage" graphics want to tell me?
When I hover over the percentage it's tells me how many GBs are in use. ZFS arc cache. It's 1/8 of the total amount of RAM in your system. Normally ZFS will use all your ram but they limited it so it's not as aggressive. Hovering over all those bars gives a numeric value.
-
iGPU not working in Plex w/ unraid 6.12.1 and 13th gen 13500
There is a bug in the latest version of PMS were if you try to transcode 4k HDR with tone mapping the transcoder kills over. This is with intel iG PUs...nvidia still works fine. https://forums.plex.tv/t/hdr-tone-mapping-with-hw-transcoding-not-working-for-12900k-cpu-on-pms-version-1-32-5-7210/845595
-
Add Intel iGPU QSV Quick Sync Encoding to Official Plex-Media-Server the easy way.
For when you have multiple GPUs https://forums.plex.tv/t/preferred-hw-transcoder-linux/593507/11
-
ZFS in 6.12.0-rc1
I know this sound janky. Just add a usb thumb drive as the lone array disk and continue on. Use your new zfs pool for your data. You have to have a array disk...its just a limitation of unRAID right now.
-
** Hackintosh ** Tips to make a bare metal MacOS
Forgot about this bug
-
** Hackintosh ** Tips to make a bare metal MacOS
Try changing the machine type to 6.0
-
** Hackintosh ** Tips to make a bare metal MacOS
Try putting the card on a different bus. I run a mac os VM on pop os and usb device would not work when the bus was a high number like 0a. Just something to try. <hostdev mode="subsystem" type="pci" managed="yes"> <driver name="vfio"/> <source> <address domain="0x0000" bus="0x7c" slot="0x00" function="0x0"/> </source> <address type="pci" domain="0x0000" bus="0x3" slot="0x00" function="0x0"/> </hostdev> <memballoon model="none"/> </devices> I changed your code from 0a to 3 in the part above, I did not see anything on 3 in your xml.
-
[Support] SpaceinvaderOne - Macinabox
The vdisk
-
Enabling Intel QuickSync for Plex!
6900k does not have a iGPU, did you mean another chip?
-
[Support] SpaceinvaderOne - Macinabox
rx 550 if you can find one. I used the cheap Dell OEM rx 550 and it worked great.
-
** Hackintosh ** Tips to make a bare metal MacOS
You installed the nvidia drivers as well?
-
Severe stuttering/lag in games (Win10 VM)
You may have to pass through a usb controller so you can directly connect the mouse. Something about high polling seems to throw the VMs latency way up. I had it happen with logitech and a roccat mouse.
-
Severe stuttering/lag in games (Win10 VM)
I had a strange issue like this when i ran a gaming VM. It was my mouse and the high polling rate that caused it.
-
[Plugin] Nvidia-Driver
I only ask because someone said their machine would not boot after updating. I thought he had a issue with the newest driver.
-
[Plugin] Nvidia-Driver
So 510 beta driver does work?
-
[Support] Djoss - FileBot
Change the puid and pgid in the docker template to 0 and see if it works.
-
Pop Os als VM
No problem using the ubuntu template. Ive ran Pop OS a couple of times in a VM.