david97

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

david97's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Like so? #!/bin/bash # Start the Management Utility wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile /usr/local/sbin/emhttp &
  2. I know very little about command line. My go file contains this as stock. #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & I modify my go file like this? #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile What file extension should the keyfile be? I'm using notepad ++ Thanks for the help!
  3. How do i access my flash drive without putting it into another PC?
  4. I'm trying to setup a autostart encrypted unraid system. I was using space invaders video on how to do so but it seems to not work on the current unraid version. I think all i have to do is make a file called keyfile with my password inside it then upload it to my domain.com and add a line to the go file on the USB Flash drive. Can anyone tell me if this will work? Spaceinvader says it will load into the ram so anytime you power off it's gone. wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile
  5. Is it better to use two of the same size or one larger one? How much faster would a cache drive be if you bought two and used them in raid vs one cache drive?
  6. Once you install a new NIC card how do you switch to it? Do i simply install the new one login and select it in the network settings of unraid?
  7. Can i buy any 10GIG network card and have unRAID will work with it?
  8. Like this one 89 sold. https://www.ebay.com/itm/LSI-9201-16i-6Gbps-16-lane-SAS-HBA-P19-IT-Mode-ZFS-FreeNAS-unRAID/124176410919?hash=item1ce97da927:g:E94AAOSwHy5esPcw
  9. They are on ebay for around $130 new and are in IT mode. Now i don't know if it's genuine or not ship from china.
  10. The LSI 9201-16i seems like the best card if you want 16 ports but where do you buy this card? It's on ebay, amazon etc should i be concerned if it is genuine?
  11. Been using a Dell h310 for a long time now and need more ports can anyone suggest a card? I would go with another h310 but would like to use only one card. Thanks
  12. I assume i can upgrade one parity drive at a time then? Does it matter if your HDD's have different rpms? Thanks again.
  13. I'm using two parity drives that are 4TB and 4 4TB drives, as i understand it if i want to use a 8TB HDD i would need to have a parity drive of the same size so would both parity drives need to be 8TB or only one of them? Thanks