crzynik

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

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

crzynik's Achievements

Noob

Noob (1/14)

0

Reputation

1

Community Answers

  1. Have you looked at the mover tuning plugin? That offers a lot of options like you are talking about
  2. Yeah nerdpack is throwing this error a lot: root: Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72
  3. Running Unraid RC 6.11.0-RC1 and both nerdpack and dev tools seem to load forever. Also the dynamix temp plugin complains of no perl installed which tells me the nerdpack isn't being initialized properly perhaps? Happy to provide logs or whatever is needed. Error I see in Unraid log: `root: Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/NerdPack/scripts/packagemanager on line 79`
  4. Makes sense. I will update here when done. Just wanted to say thanks a lot, was quite stressed but found a solution that works for me and I learned a lot along the way. 👍
  5. I have already taken the existing parity drive out, so I will have to rebuild the parity either way. I added the SSD as a data drive and plan is to move all data over to it then put the HDD into parity and let the parity build. And yes, I have my shares quite organized and the only one that has data I need (not a direct backup of a device) I already have a separate copy of.
  6. I already have two 256GB SSDs (pooled) that I use for my docker containers and what not, so these big drives are just for using as a time machine backup for my mac and also as other bigger backups, so it needs to go in the array somewhere. I think I'd like to put it as a data disk, is there a relatively easy way to move everything over to it from the HDD?
  7. I see, that is very informative. The issue being raised was with not being able to TRIM. I would like to use the SSD as best I can. @trurl does that mean whether I use the SSD in the array or as the parity, it is a moot point (speed wise)? In any case, I am thinking it may be better try to swap them and use the HDD as a parity drive, but I want to be sure I am making an informed decision. (If I were to rebuild this system, definitely would have done it differently storage wise lol)
  8. Thank you for taking a look, I appreciate it. A couple things: 1. I was advised that using an SSD as a parity drive is a bad idea. If this is the case, I may prefer to copy the HDD -> SSD and make the HDD my parity drive. 2. If 1 isn't the way to go, would a new config entail data loss for the existing HDD? Thanks again for your help.
  9. Thanks, they are the same size bytes wize. The SSD says it has an unkown partition format.
  10. Hi everyone, so I built this Unraid NAS a year ago with two 8TB HDDs (one as parity, one as a drive). For the last couple months the parity drive has been throwing a lot of errors and dropping offline so I decided to upgrade it to an 8TB Samsung SSD. To do this I unassigned the parity drive, shut down, and then replaced it. Powered back up and tried assigning the Samsung drive to the parity slot and it is complaining that it is not the biggest drive. I am at a loss of what to do. I understand that it may be formatted differently and appearing as smaller, I couldn't find an option in Unraid to format it. These are the drive sizes: `Samsung_SSD_870_QVO_8TB_S5VUNJ0RA03845J (sdd): 7,814,026,532 KB (K=1024)` `ST8000DM004-2CX188_ZCT2P6QP (sdb): 7,814,026,532 KB (K=1024)` Any help is appreciated, thanks!
  11. Yep, I had to whitelist amd drivers inside of unraid, after that it is working and hardware accelerating quite well.
  12. User error, I didn't enable the amdgpu drivers in the unraid setup. To do so follow this guide: https://unraid.net/blog/unraid-6-9-beta35
  13. Hi, I am working with the frigate docker container trying to use my amd apu for ffmpeg hardware acceleration. The docker container prefills the expected location of the gpu as `/dev/dri/renderD128` but `/dev/dri` does not exist. I do see a `/dev/vfio` but I am not sure if that is correct? Any help is greatly appreciated. Thanks! Quick note: Not currently using the igpu for anything else