Venares

Members
  • Posts

    67
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Venares's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. Correct me if I'm wrong but I believe you would have to replace BOTH parity drives.
  2. Apologies if this has been asked / covered before but I'm trying to get temps from a Dell R730. Anyway to get the info from the sensors or IPMI ?
  3. Xen 4.4 + XenGT = Would make my head explode because it would be so awsome
  4. Just to add my two pence I had a play with this today and couldn't for the life of me access or write to the share. And then it hit me. The partition / disk itself cannot be directly shared. You will get access problems, however any folder created on the partition / disk can be. Below are my GO file entries and smb-extra.conf. smb-extra.conf is how the file is generated by S.N.A.P. on my live box and as that works perfectly fine figured why change it. mkdir /mnt/xendisk mount -rw -o noatime,nodiratime,discard -t ext4 /dev/disk/by-id/ata-SAMSUNG_HD322HJ_S17AJ9CQB09792-part1 /mnt/xendisk [global] security = USER guest account = nobody public = yes guest ok = yes map to guest = bad user [xen] path = /mnt/xendisk/xen read only = no I can read / write to the above share without any problems at all While this does not specifically apply to plex it is an absolute boon to xen as I can have my VMs on an ssd outside the array. Kudos to jumperalex for the initial guide.
  5. Just grabbed a second key myself. Took all of 10 minutes from submitting the GUID to getting the key. Cheers Tom
  6. ASRock so probably a good chance it supports IOMMU / VT-d
  7. It certainly does support passthrough and very well might I add. So far I've thrown ESX, Xenserver, Proxmox and unRAID 6 at it without issue
  8. Just picked up an Asrock C226 WS for a new build I'm doing. http://www.asrock.com/server/overview.asp?Model=C226%20WS Main points: ECC support and plenty of PCI-E slots. Only thing it doesnt have is IPMI but I can live with that for the cost and the other features.
  9. That's great Ironic Assuming they get this fixed it may well be back on my shopping list. How is the board overall?
  10. Yeh, there are a few other boards that come close but none of them have vPro or IPMI
  11. Wow, thats pretty crappy. I was looking at that board myself for my new build but will now stay far away. Being in the UK myself I know what a PITA to get hold of and how expensive Supermicro stuff is here Think I'll wait till the Asrock C226 WS is in stock somewhere. Sorry you had to find out the hard way Ironic.
  12. Definatly 256 byte as I just did a H310 myself. SBRH310.SBR.TXT
  13. Just got myself a H310 off the Bay and this works like a champ, thanks Fireball Much easier to obtain here in the UK unlike the IBM M1015.
  14. Right I'll try to answer some of your questions. 1. Does VirtualBox write on flash drive very often? I know it was a problem for the Transmission package and I’ve read the whole thread and found that the web server causes a great number of writes , but if I’m not going to use it I won’t have to worry about my flash drive, right? Vbox writes nothing to the flash drive, all VM's and therefor any reads / writes would be on a cache/snap drive. 2. I have a spare HDD outside of the array that I want to use for non-unRAID purposes like VirtualBox. How should I modify the installation scripts so they use that drive for temporary installation files storage, etc.? Just point any paths that use cache drive to the location of your drive. 3. Do I need to mount that drive every time I reboot my server (after I create some virtual machines on it)? Because I know that every drive has its own name assigned (sda, sdb, etc.) but sometimes when I add additional drives those names change. unRAID seems to work with that just fine, but what will happen when I create virtual machine on my non-array drive, then I add a HDD to unRAID and it gets the non-array disk’s name? Will VirtualBox be able to recognize that and look for the virtual machine file on the proper drive? The drive WILL need to be mounted every time as this is where the VM's will run from. I personaly use the S.N.A.P. script to do this which opperates on a drive GUI or SN to mount the drive. 4. Is there any “clean-up” procedure necessary after the installation? Will the kernel source, gcc, etc. be removed automatically after the installation/reboot? I would recommend you use a dev or VM test system to do the actual compile. No need to clean any mess up then and you wont potentialy screw up your live system 5. Do you think that 4GB RAM and 2.7GHz single core Sempron should be enough for unRAID, unmenu, cache_dirs and one VM – striped down Ubuntu with lxde working 24/7 (Transmission, jDownloader, maybe a lighttpd/php5/mysql server)? I can try to unlock a second core in my Sepron if that would make a noticeable difference. My box runs 4GB RAM with a Sempron. This runs unmenu, cache_dirs and vbox with a windows xp machine running uTorrent with no problems. Please DO NOT attempt to unlock the second core on your CPU as its probbly locked for a very good reason and could cause instability in your system. 6. How long does this whole procedure take time (without downloading)? Are we talking minutes or hours? The whole process probbly takes about an hour. 20-30 minutes if you have done it a few times and know what your doing. 7. What about upgrading and uninstalling VirtualBox? Is it also that complicated? Upgrading is as simple as re-compiling vbox and droping it on your flash drive. None of the config stuff shold change generaly. 8. And the most important one – is my data/unRAID configuration going to be safe during the installation. Should I be extra careful at any particular step? Again, I would recommend using a dev box or a VM to do the compile.
  15. Guys, I currently have a system with 3 Samsung F3's running quite happily but am now running out of space and need to add additional storage. My question is this. As my current drives are not 4k my system is currently set to "Default partition format: MBR UnAligned". Do I need to change this to "MBR 4k Aligned" when adding the new 4k format drives. And are there any gotchas I should be aware of.