I’m kinda new to linux, however I seem to remember running a headless ububtu server years back. Also remember it took a long time to setup being my first headless server.

So, to my current issues. I just installed mint on an old pc and just want to use it to run my security cams, store the files, and host my nas. Took me over 6 hours to get the raid setup properly, so much differing information on ‘how to’ for noobs like myself, but managed to get it working and moving files over to raid file now.

Coming from mostly windows crap most of my life, its confusing where and how the raid is setup, and honestly I’m still not convinced I did it right, but everything I check says it is, and I’m sure it knows better than I do.

Ok, now the issue, how in the ever lovin shit can I just share that stupid folder/disk to my network. 90% of the options are greyed out while looking at the properties tab, and need sudo access to change it, so whats the point in having the gui? Am I just dumb and smoked way too many doobies? Got samba installed, but not configured yet, only cause I ran across much more conflicting info, some said in mint its easy like windows…right click and share that shit, easy right? Even I didn’t think so, and I’m ok with that, I’m really sick of windows and want to convert all the pc’s but damn…stiff learning curve.

Don’t get me wrong, I ran DOS back in the day, and I was not bad at it, better than your normal user at the time but by no means a power user. So I should be able to grab the concept quickly, but I am failing. Total of 12 hrs on this now and considering just putting win7 back on this pig and giving up.

I know no one can give me direct answers, and not looking for tech support, but looking for advice so im not wanting to ‘hulk smash’ this thing

  • JustEnoughDucks
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    edit-2
    6 months ago

    Hey, just to let you know, software raid nowadays is quite a bit better for home NAS that hardware raid. I would suggest using ZFS and zpools as a software raid.

    https://arstechnica.com/information-technology/2020/05/zfs-101-understanding-zfs-storage-and-performance/

    If you are already past that point though. As far as sharing, if you are just using it as a small home server or NAS and want things simple, you could just use TrueNAS. It would make things much easier.

    If you are running your main computer and sharing the files, I would suggest trying NFS instead of Samba. Samba shares are notoriously unreliable and buggy. Windows has NFS support for a while now for your other machines https://blog.netwrix.com/2022/11/18/mounting-nfs-client-windows/

    • h3ndrik@feddit.de
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      6 months ago

      100% agree. Software RAID is the thing you want as a consumer. Doesn’t need to be ZFS. mdraid is another good and well tested option for the traditional way of using RAID.

    • s38b35M5@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      +1 for TrueNAS

      I’ve been running one for almost ten years since FreeNAS v.9.x. Will never go back to hardware RAID for home use.