JonathanM

Moderators
  • Posts

    16094
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by JonathanM

  1. In theory this will work, but just because a disk is disabled it doesn't mean it's bad. I can't look at the diagnostics right now, but depending on the health of all the disks it may not be the best option. A disabled disk means a write to it failed, which could be cabling or other issues besides outright disk failure.
  2. Yes, for the disk share writing to /mnt/diskX/Sharename would be viewed in /mnt/user/Sharename If you wish to write to /mnt/user/Media/Movies you would need to use /mnt/diskX/Media/Movies, not /mnt/diskX/movies Linux is case sensitive, so make sure you stay aware what paths you use.
  3. The main parity array doesn't stripe data, so writes are limited to single drive speed. Turbo write only affects parity involved operations, so without parity turbo write doesn't change anything. It's possible you may get better speeds if you write directly to the disk shares instead of user shares, bypassing the fuse system, also you could manually target writes to multiple disks simultaneously.
  4. https://docs.unraid.net/unraid-os/manual/upgrade-instructions/#manual-upgrade-or-downgrade
  5. It should show the list of drives, with them all missing. No harm here. Your plan looks good to me.
  6. Garbled video like that could also be RAM.
  7. In general, binhex's containers are designed and tested in bridge mode, I don't think any other setup is supported. You may be able to force it to work, but you will be swimming upstream.
  8. If you have enough ports without the RAID controller, yes. Otherwise it may be possible to flash the controller to IT mode, some can, some can't. Worst case if you need the ports you should be able to add a compatible controller.
  9. Sorry, I googled around trying to find them for sale and couldn't. I guess my google fu isn't working as well as it usually does.
  10. How is this different than storaxa?
  11. I'm confused. Which is it? LSI controllers AFAIK have either IT mode, where no hardware RAID is possible, or IR mode, where there are different RAID modes exposed, including a pseudo HBA. In order to work seamlessly, they need to have IT firmware flashed. I seem to remember Adaptec cards having their own issues, like randomly deciding to default back to RAID mode and writing extraneous stuff to the drives. @JorgeB is more familiar with the nuances of the different cards, I believe if you post diagnostics here we can tell which card, and even more important, which driver and firmware you are dealing with.
  12. Proper handling of manual edits made to XML. "Proper" can be debated, but silently discarded or reverted is not a solution.
  13. Do you need more devices? If not, no urgency.
  14. If the rebuild completed with no errors, it should be fine. However... Since the rebuild writes to the new drive without verifying that the data can be successfully read, it's possible that the next rebuild could run into errors and fail. So, not necessary, but probably a good idea. Non-correcting parity check is a good way to determine if a subsequent rebuild will be successful.
  15. JonathanM

    Turbo write

    Placeholder for future implementation.
  16. Make sure you document how to stop the script from running at startup or kill it when desired, as this would make a future technician absolutely batty trying to figure out why the stupid server keeps shutting itself down for no reason. I know you said you made sure it logs the activity, but if there is a network change, or any other circumstance keeps that IP from responding to a ping... You can see where this could be very bad. If it were me, I might go so far as to only do the shutdown if the gateway was unresponsive, AND a canary file was readable with the correct content on one of the array drives. That way if the array isn't started, or that file is deleted, the server will stay running. Maybe name the canary file POWERFAILSHUTDOWN or something, so the next guy intuitively knows it may be involved in an unplanned shutdown.
  17. Once you recover your backup, overwrite the config folder on your working USB with the backup, and do the disable auto start there. Your backup should contain your license file, which can be transferred when you boot up with your backed up config.
  18. Trial version is unlimited AFAIK
  19. Since you can't recover the drive assignments you will need to follow JorgeB's advice.
  20. Look in the config folder. /boot only exists on a running system, it's not on the flash drive. Think of /boot as the windows drive letter like E:\
  21. Doesn't matter much, since you know what drives you want to assign, but you can preserve all to leave the drives in their previous slots while still allowing free reassignment. The preserve options simply determines which slots are completely blanked vs. prefilled. The end result is the same, it's just a matter of convenience.
  22. Tools, new config. Just make sure you don't accidentally assign any drives to the two parity slots.
  23. No, it's a bad controller because it uses a 5 port controller with a multiplier.
  24. Your method should work, but you will need to disable the docker and possibly vm services, not just stop the containers, to ensure there are no files in use while the moves are being done. You will know the service is stopped when there is no docker tab available in the GUI when the array is started. Everything must stay stopped until the new drive is in place with all files back in the same path. You can use the built in mover function, but it would probably be much faster to use the Dynamix File Manager plugin to copy all the files to your temporary location on the array. I would copy rather than move, that way you have a full backup.