thohell

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by thohell

  1. For anyone who may be interested, this is the current status of this project: * The module compiles and loads without problems on the kernels I have tested it on. This includes building a patched raid6_pq.ko module, which is needed by the driver. * I have been running extensive test on parity building, checking and rebuilding of devices. As far as I can tell, it behaves exactly as it should without corrupting any data. * I have a rudimentary terminal framework for starting, stopping and monitoring the array (see image). As soon as I decide on a name for the project I will publish it to (probably) github.
  2. Hi, I'm a long time user of unraid, which I think is a wonderful product. However, recently I have had use cases which really only requires the "raid" part of the product, installed on a regular, not necessarily slackware-based, Linux system. I have already compiled a slightly modified version of the module in-tree as a proof of concept, and it works just as intended on my Debian-based test system. As md-mod is code derived from the Linux kernel under GPL-2, I assume there are nothing stopping me from forking the code and adapt for my need? My goal is to modify the code to my needs, as well as package it as a DKMS module, for automatic compilation on kernel updates. As I am a strong believer in open source, I plan on releasing my derived work in public. My main question is wether the use of the word "unraid" somewhere in the module name would constitute a violation of any rights held by LimeTech? Best regards, Thomas Hellström
  3. Hi, I still run unRAID like this, and has had no problems whatsoever.
  4. Hi, Long time reader, first time poster. I recently decided to stop booting from, and writing to, the usb flash drive after two drives has gone bad. There seems to be some information on how to do this, but I could not find any method that was simple, clean, persistent and "set-and-forget". I solved it by overlaying bzroot with a tiny initramfs and wrote up all instructions on how to do this here: https://github.com/thohell/unRAID-bzoverlay This will also work well when running unRAID in a vm where boot from usb may not even be possible. No need to chain load using plop or other hacks. Just build a small boot image using these instructions. Hopefully this information is useful to others.