this post was submitted on 21 Dec 2023
103 points (92.6% liked)

Technology

58150 readers
4374 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Hey guys, I'm just an ordinary dev looking for something to work on. While messing around with my hobby projects, I couldn't help but notice that under the surface, there are a lot of places that the libre desktop can be improved. I'd like to take on your suggestions on what I should seriously consider working on and helping out with.

Thanks for any comments and suggestions.

(For those wondering, I'm still working on my other stuff.)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 9 months ago (2 children)

The ease of making a RAID array!

I wanted to set up two used hard drives in RAID 1, and the only way to do that was through obscure command line stuff. I tried following a tutorial but I would always divert from it somehow. So I turned to ChatGPT, and it seemed to set it up fine, but then when I tried to reboot, I couldn't enter a GUI, even though the OS booted from a separate SSD.

[–] [email protected] 1 points 9 months ago (1 children)

In NAS related software there's plenty of nice UIs to make a raid array. I'm guessing not many people bothered making it for "normal" OSes since the subset of people who want raid on a desktop, and people who aren't happy digging through the command line is pretty low.

[–] [email protected] 1 points 9 months ago

The thing is that I'm not primarily running the computer as a NAS. It's a used computer with a desktop OS and with two used 2TB HDDs, so I want the redundancy.

[–] [email protected] 1 points 9 months ago (1 children)

mdadm is not bad, it's just command line. There is loads of help out there too. Not obscure link: https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm

I get the impression your real problem is the command line. I can't emphasize enough how much it is worth getting comfortable on the command line. It's where the power is, on all platforms, and is fundamentally simplier than GUIs. The big secret is that it isn't hard.

[–] [email protected] 1 points 9 months ago (1 children)

Most of the mdadm commands look like some kind of wizard's spell to a noob like me. I have no idea what I'm actually doing with the commands.

[–] [email protected] 1 points 9 months ago

It's all documented what it all means. If you keep using all this stuff, it will become normal. Like anything does. When you're familiar with the command line, it is a leveling up in what you can do and how much computer you need to do it.

Did you try a search for "mdadm GUI"? I found Webmim that has a mdadm GUI (https://webmin.com/docs/modules/linux-raid/) but no idea if it's ok.