mrmagoo_83

Members
  • Posts

    5
  • Joined

  • Last visited

mrmagoo_83's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'll have to double check. I may have a controller card in HBA mode in there already.
  2. So rather than setting it up as iSCSI via ethernet, I could in theory, connect it up to a raid controller card and then unraid would see the drives?
  3. I'm running Unraid on a Norco 24 bay server, a friend gave me a Dell SC4020, and I'd like to add it as expansion to my current setup. I'm told it is iSCSI. Any quick knowledge on how to add this to my current array to expand my storage?
  4. You caught me. I'm running two setups. I have my primary Unraid server which has this docker setup and running, it is converting all the items as their downloaded, but I have also setup a standalone Kubuntu machine running on an older PC I just retired. I'm trying to use it to work thru all my old files to cut the work time down. Thus I'm trying to execute the HB docker from the CLI as there is no container environment.
  5. Need some help, trying to run handbrake in cli mode, but the environment variables don't seem to work. The folders work, but it doesn't use the preset I configured in the GUI, it doesn't erase the files from the watch folder, nor does it keep the folder structure. What am I doing wrong? sudo docker run -d \ --name=handbrake \ -p 5800:5800 \ -v /docker/appdata/handbrake:/config:rw \ -v /media/Downloads/complete:/watch:rw \ -v /media/Downloads/re-encoded:/output:rw \ -e AUTOMATED_CONVERSION_PRESET:myh265 \ -e AUTOMATED_CONVERSION_KEEP_SOURCE:0 \ -e AUTOMATED_CONVERSION_OUTPUT_SUBDIR:SAME_AS_SOURCE \ jlesage/handbrake