Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
What you're talking about is a software solution, but the solutions you mention are not standalone software in the way you're thinking.
Honestly, it sounds like you don't want a NAS, you just want shared network storage. If that's the case, make a Fat partition, share it windows, then go configure samba under the Linux side similarly, paying attention to map a user with a matching uid. There will be some wonk happening here and there with file permissions perhaps, but it will work for the most part.
The other options you mentioned are meant to control the entire host, but you may be ready to make that leap yet.
For minimal money, you could also try and get your hands on an older RPi (possibly for free, people just have them laying around), and attach your disks via USB to that, and then you have a basic, but dedicated NAS you can setup the way you like.
Be really careful with fat. It has no safe guards against corruption.
I would format it either btrfs (Linux only) or NTFS (both Windows and Linux)
NTFS will 100% get corrupted under Linux, and 150% with Samba involved.
I've never had an issue
WOW, you must be super special. Everyone else has issues: https://www.reddit.com/r/linuxquestions/comments/13k5xc6/why_does_ntfs_corrupt_so_much_more_on_linux/
It's also a known tagged issue with that driver in the kernel mainttnotes, and a warning on every single distro I've ever used when attempting to format something with NTFS.
Lucky you.