Everything posted by archedraft
-
***GUIDE*** Passthrough Entire PCI USB Controller
You are welcome! Glad it is working for you.
-
***GUIDE*** Passthrough Entire PCI USB Controller
You may want to try searching for motherboard's manufactures website for drivers for Win 7. Or give Windows 8 a try.
-
***GUIDE*** Passthrough Entire PCI USB Controller
Try this:
-
***GUIDE*** Passthrough Entire PCI USB Controller
Addr=00.0 is the first device you pass through then if you want to pass through a second device it is addr=00.1 On my VM my graphics card is 00.0 and my USB controller is 00.1
-
***GUIDE*** Passthrough Entire PCI USB Controller
Try this:
-
***GUIDE*** Passthrough Entire PCI USB Controller
Would you mind posting in your entire VM XML?
-
***GUIDE*** Passthrough Entire PCI USB Controller
Glad you got it working and found this useful! I updated my guide (steps 8 & 9) with your suggestions. LT actually made it a lot easier to find out if your IOMMU groups have multiple devices.
-
[Plug-In] Community Applications
The 'unWife' support group? With the amount of time I spend at the computer, she's threatened that she'll be an unWife soon lol I saw someone mention somewhere (may have been Reddit) that he pointed out to his wife that when he was sitting at his computer and messing around with his setup he wasn't out drinking, doing drugs or off with other women. She then never gave him any more hassle as it helped put it all in perspective... lol
-
[Plug-In] Community Applications
My wife's been gone for the weekend also. So it was either do some programming, or yardwork. I elected programming (and will probably get yelled at for not doing the yardwork later on today) lol, well I'm sure everyone here understands your choice of programming. That sounds so much better than 100 degree yardwork... I seem to recall Squid being a Canuck, so maybe his yard isn't as hot as mine. For some reason my wife thinks I spend entirely too much time here. I'm surprised there isn't a sub-forum or maybe better yet a support group for "wives with unRAID servers in their home" (it's a working title, I'm sure they would come up with something more creative...)
-
[Plug-In] Community Applications
My wife's been gone for the weekend also. So it was either do some programming, or yardwork. I elected programming (and will probably get yelled at for not doing the yardwork later on today) lol, well I'm sure everyone here understands your choice of programming. That sounds so much better than 100 degree yardwork...
-
[Plug-In] Community Applications
Thank goodness! I was contemplating asking LT for a new "feature" to limit update frequency notifications on certain applications! Completely understood. I'm of the belief however that when a bug is fixed, there shouldn't be a delay. And, unfortunately with the release of 6.1rc1 and the appfeed there have been a few to squash. Actually, I posted a feature request a long time ago about the ability to be able to dismiss updates on plugins (so that you're not inundated with notifications for an update that you may not want) Honestly it is really awesome that the bugs are getting squashed so quickly. I wouldn't have it any other way. I've just come to accept that if my push notification shows a 1 on my phone that it will be a new community applications update.
-
[Plug-In] Community Applications
Thank goodness! I was contemplating asking LT for a new "feature" to limit update frequency notifications on certain applications!
-
DS_Store cleanup for v6
Alright I changed the code to this and it removed both the .DS_Store & ._.DS_Store Just a thought, it may be a good idea to change this script to just find those files and display them first and then give an option to review the files before they get deleted. Or you could just run two scripts: Find_DS_Stores.sh #!/bin/bash # Version .1 - find .DS_Store files and ._* files # ========================================================================== # # Program Body # # ========================================================================== # echo "Finding .DS_Store and ._.DS_Store files" find /mnt/ -name .DS_Store -print find /mnt/ -name "._*" -print Then once you agree with those findings you could run this. Remove_DS_Stores.sh #!/bin/bash # Version .1 - remove .DS_Store files and ._* files # ========================================================================== # # Program Body # # ========================================================================== # echo "Removing .DS_Store and ._.DS_Store files" find /mnt/ -name .DS_Store -print -delete find /mnt/ -name "._*" -print -delete
-
DS_Store cleanup for v6
Just tried this and it deleted all of the "._.DS_Store" but left all of the ".DS_Store" files
-
[FEATURE REQUEST] Differentiate between"files are on unprotected storage" types
or you could put a green circle sticker over top of the triangle on your monitor! (just don't scroll )
-
Preclear plugin
I very much agree! Maybe tie it into the "help" button?
-
Multiple VM's off one SSD
Sure, My signature below shows which VM's are on each drive. I only use my VM's for daily boring stuff but the performance is just fine on the SSD. I still get around 100 MB/s transfer speed to my unRAID server and my normal use on the Win 8 VM is very fast with both pfsense and ubuntu running at the same time. My other 2 VM's are on a HDD and I usually only have 1 on at the same time, when both are on at the same time it is noticeably slower but then again the HDD is an old slow one...
-
[Plug-In] Community Applications
wow.... fancy
-
The Definitive State/Color/Icon Guide
FWIW, I am liking these. They make sense to me...
-
Preclear plugin
Wow that looks great! unRAID 6 is really going to be amazing with all of these new features.
-
Get Fancy with Docker and CPU Pinning
I'll make sure we put it in the announcement post in the release that includes Docker 1.6. Eventually we want to offer options to control this from the webGui outside the "extra parameters" field, so when changes like this happen with Docker, we catch them and apply them for you automatically, but we're just not there yet. Thanks, my brain appreciates that!
-
Get Fancy with Docker and CPU Pinning
Hmm tricky, I'd like to say I'll remember to change this but my brain just doesn't work that way.
-
Get Fancy with Docker and CPU Pinning
So once you release the next beta (or RC ) I am guessing the docker will fail to start on the reboot and then I just change the parameter in the docker?
-
How to remote desktop into VM
If I remember correctly win8 was a little tricky to get RDP enabled. I would Google "enabling Remote Desktop on windows 8" and see if that helps. Also I never specify a port when trying to Remote Desktop, just IP address is sufficient (unless you changed the default port).
-
Release: Tonido Server
Just turned Docker back on my server to install this app. I haven't had Docker on since the very early betas and WOW!! Docker has come a long way on unRAID. It looks amazing! Oh and also this app is really freaking cool! Thanks for creating it.