public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Frank Steinmetzger <Warp_7@gmx.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Rearranging hard drives and data.
Date: Mon, 21 Dec 2020 12:26:00 +0100	[thread overview]
Message-ID: <X+CGSMpKYdKgExzU@tp> (raw)
In-Reply-To: <306bd6ab-1526-4cb8-dd88-edeca832d717@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3492 bytes --]

Am Mon, Dec 21, 2020 at 03:19:08AM -0600 schrieb Dale:

> > Something to look into before going the traditional raid/nfs route:
> > moosefs or lizardfs.  I am using arm based odroid HC2's and over the
> > softraid based nfs I was using there are considerable power savings
> > (especially if you take into the account redundancy) as it takes a
> > number of these low power arm systems to match the power requirements of
> > an older desktop), better data protection (actual, not theoretical for
> > 2x raid 4 disk 10's replaced by a single 5x hc2's using the same disks
> > with mfs :) and the ease of mounting it into the filesystem.  Downside
> > is needing a fast network for best performance but an NFS will need that
> > anyway for similar reasons.
> >
> > BillK
> 
> 
> I was reading somewhere about FreeNAS OS that is commonly used on a NAS
> and it uses ZFS.  It sounded a lot like a LVM or BTRFS, (sp?), type file
> system.

ZFS combines LVM/RAID and the filesystem into one software. So you don't
need to set up two separate layers (RAID and filesystem).

> I can't find ZFS in the kernel so it seems it is only used with
> that OS/software.

IIRC, ZFS uses a licence that is not compatible with the kernel's. That's
why ZFS on Linux (ZoL) cannot be integrated into the kernel. Instead, you
build an external kernel module (available in portage), which isn't always
compatible to the newest kernel out there.

> I'm not sure if it uses anything else for file systems either.  While I
> have seen moosefs and lizardfs mentioned on this list, I have no idea how
> it works or anything.  If I use FreeNAS, I may not have many options.

FreeNAS is openbsd based. It uses the BSD-variant of ZFS natively.

> At this point, I don't know if I will use Gentoo or something that is
> made just for NAS setups or even something else that is binary based
> like Arch, some *buntu or something.  The downside of Gentoo, I may not
> update very often.  We know how Gentoo is when going months or more
> without updating.  I have kinda picked a case so far.  The rest is still
> being thought about. 

Yeah, a pure server should be left alone unless something is broken. My
NAS sits in the corner, unused and switched off for many weeks in a row. So
when I do switch it on, I usually do an eix-sync right away.

> I also wouldn't mind having a media center type box as well.  I thought
> about buying some sort of used game station type box for a media box. 

I was flirting with the idea as well. But since I don't have a TV or any
good living room speakers at the mo, I just won't have any real use for it
right now. My favourite candidate is a ZBox Nano CI329. It is passively
cooled and looks nice. It has two ethernet ports, which makes it ideal as a
network server and firewall, HDMI for the TV, a 2,5″ internal bay and a
hidden mSata slot under the mainboard (to reach it you have to break the
warranty seal, b/c the ZBox can be bought as a barebone or as a Windows box,
which has its bloatware preinstalled on a small mSata SSD). Its power
consumption is very low, rivalling that of a Raspberry. Sadly, they ditched
the infrared port which previous generations had. Because they are ideal
media players for the living room.

-- 
Grüße | Greetings | Qapla’
Please do not share anything from, with or about me on any social network.

Love often dies from those small foibles that once were so charming.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2020-12-21 11:26 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 13:02 [gentoo-user] Rearranging hard drives and data Dale
2020-12-19 13:47 ` bobwxc
2020-12-19 16:51 ` David Haller
2020-12-19 17:28   ` Dale
2020-12-19 18:37   ` antlists
2020-12-19 18:49     ` David Haller
2020-12-19 20:10       ` antlists
2020-12-19 21:31         ` David Haller
2020-12-19 23:21           ` Wols Lists
2020-12-19 17:06 ` Neil Bothwick
2020-12-19 17:32   ` Dale
2020-12-19 17:48     ` Neil Bothwick
2020-12-19 17:54       ` Dale
2020-12-19 21:48         ` Neil Bothwick
2020-12-20  1:02           ` Dale
2020-12-19 18:55     ` antlists
2020-12-19 19:19       ` Dale
2020-12-20  1:06 ` Frank Steinmetzger
2020-12-20  3:01   ` Dale
2020-12-20 14:21     ` Frank Steinmetzger
2020-12-20 22:37       ` Dale
2020-12-20 10:03   ` antlists
2020-12-20 13:20     ` Frank Steinmetzger
2020-12-20 13:39       ` Mark Knecht
2020-12-21  0:33       ` antlists
2020-12-21  0:20 ` Dale
2020-12-21  2:52   ` William Kenworthy
2020-12-21  9:19     ` Dale
2020-12-21 11:26       ` Frank Steinmetzger [this message]
2020-12-25  9:41         ` Dale
2020-12-21 10:48   ` Frank Steinmetzger
2020-12-21 12:53     ` Dale
2020-12-22  0:12       ` antlists
2020-12-24 16:38         ` Dale
2020-12-24 20:33           ` Frank Steinmetzger
2020-12-25  9:15             ` Dale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=X+CGSMpKYdKgExzU@tp \
    --to=warp_7@gmx.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox