this post was submitted on 10 Dec 2023
18 points (87.5% liked)

Linux

47334 readers
669 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
18
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

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

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

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/

[–] [email protected] 2 points 9 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.

[–] [email protected] 2 points 9 months ago* (last edited 9 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.