<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Finally back to this.  Built a stack of
      metal plates that house my RPI4, a boot SSD, a 1TB RAID1 array,
      and both active and passive USB3 hubs.  Machined parts so
      everything is bolted and clamped down.  Have a PWM fan that cools
      the RPI4 proportional to load that runs under systemd.  System
      boots from SSD.  (No SD card.)  It's kind of a brick sh!thouse,
      but it's sturdy.  Have created the RAID1 device - or it will be
      finished in 45 minutes.  It is still syncing.<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Now I'd like to add the md0 device to
      /etc/fstab.  The example I see is with the device name.  From
      <a class="moz-txt-link-freetext" href="https://www.tecmint.com/create-raid1-in-linux/">https://www.tecmint.com/create-raid1-in-linux/</a></div>
    <div class="moz-cite-prefix">/dev/md0    /mnt/raid1    ext4   
      defaults    0 0</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">I've read it is better to use the
      UUID.  Is the following the correct syntax?</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">PARTUUID=my_complete_md0_UUID 
      /mnt/raid1    ext4    defaults  0 0</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">where my_complete_md0_UUID comes from</div>
    <div class="moz-cite-prefix">$ lsblk -o UUID /dev/md0</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Does one need to use tabs in fstab, or
      are spaces ok?</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Once I figure this out - I have to
      figure out some rsync magic.  Is it better for the server to
      initiate the rsync, or the remote devices?</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">After all this I have to make another
      one.  That shouldn't take as long as the first time!  For some
      pictures of the hardware build see
<a class="moz-txt-link-freetext" href="https://www.hobby-machinist.com/threads/an-rpi4-based-file-server.92273/#post-846939">https://www.hobby-machinist.com/threads/an-rpi4-based-file-server.92273/#post-846939</a></div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 3/10/21 8:49 PM, Bruce Labitt wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANf=cDia3VTSRjHiLMEjU9mq3HY85ZsKETaDn8L1f75yo7XPCg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">I'll take a look at that.  Thanks for the link.</div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Mar 10, 2021 at 8:15
          PM Marc Nozell (<a href="mailto:marc@nozell.com"
            moz-do-not-send="true">marc@nozell.com</a>) &lt;<a
            href="mailto:nozell@gmail.com" moz-do-not-send="true">nozell@gmail.com</a>&gt;
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir="ltr">Just to put a plug in for a colleague's work: <a
              href="https://perfectmediaserver.com/" target="_blank"
              moz-do-not-send="true">https://perfectmediaserver.com/</a> 
              It covers everything from disk purchasing strategies,
            burn-in, filesystems (ZFS, SnapRAID, etc).  
            <div><br>
            </div>
            <div>He also hosts a podcast that folks here may find
              interesting: <a href="https://selfhosted.show/"
                target="_blank" moz-do-not-send="true">https://selfhosted.show/</a></div>
            <div><br>
            </div>
            <div>-marc</div>
          </div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Wed, Mar 10, 2021 at
              8:08 PM &lt;<a href="mailto:jonhall80@comcast.net"
                target="_blank" moz-do-not-send="true">jonhall80@comcast.net</a>&gt;
              wrote:<br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">OK:<br>
              <br>
              s/RPi4/some-other-cheap-computer-with-USB-3.x&gt;/g<br>
              <br>
              Unless you build multiple Ethernet or WiFi or LTE modem
              connections your networking will still be the slowest
              thing.<br>
              <br>
              You do not need huge amounts of CPU power, or huge amounts
              of RAM.<br>
              <br>
              My basic point is that if you stick with simple RAID (like
              mirroring) but also set up a unit that is remote from your
              own home you could protect your own data from fire, flood
              and theft to a reasonable level and even protect your
              friend's data by backing up their data to your device.<br>
              <br>
              Add snapshots as suggested by Tom Buskey,perhaps
              encryption of file systems and data-streams and you can
              have a rather simple, server where you learn a lot by
              planning it out and setting it up rather than buying an
              "off the shelf" solution or simply using a "web backup".<br>
              <br>
              And good catch on the USB power supply.<br>
              <br>
              md<br>
              &gt; On 03/10/2021 6:53 PM Joshua Judson Rosen &lt;<a
                href="mailto:rozzin@hackerposse.com" target="_blank"
                moz-do-not-send="true">rozzin@hackerposse.com</a>&gt;
              wrote:<br>
              &gt; <br>
              &gt;  <br>
              &gt; I'm not sure about the Raspberry Pi 4, but up thru
              the raspi 3+ there are... problems, e.g.:<br>
              &gt; <br>
              &gt; Beware of USB on the raspi: there are some bugs in
              the silicon that pretty severely<br>
              &gt; cripple performance when multiple `bulk' devices are
              used at simultaneously,<br>
              &gt; sometimes to the point of making it unusable (e.g. if
              you want to use a better Wi-Fi<br>
              &gt; adapter/antenna than the one built onto the board,
              and connect an LTE modem so that<br>
              &gt; your raspi roam onto that if Wi-Fi becomes
              unavailable, throughput on whichever of those<br>
              &gt; interfaces you're actually using can become abysmal).
              IIRC the issue is basically<br>
              &gt; that the number of USB endpoints that can be assigned
              interrupts by the raspi controller<br>
              &gt; is _incredibly small_; and it's common for
              high-throughput devices to have multiple endpoints per
              device--<br>
              &gt; sometimes even one USB device will have more
              endpoints that the raspi USB controller can handle.<br>
              &gt; <br>
              &gt; Also, `network fileserver with USB-attached hard
              drives' is kind of the `peak unfitness'<br>
              &gt; for the raspberry pi. Specifically if you've got it
              attached to ethernet,<br>
              &gt; the ethernet is attached through the same slow-ish
              USB bus as your HDDs.<br>
              &gt; <br>
              &gt; (the onboard Wi-Fi BTW is SDIO; so if you avoid using
              the onboard Wi-Fi, I guess you might also<br>
              &gt;  be able to make your µSD card faster...)<br>
              &gt; <br>
              &gt; ALSO: you'll really want to use an externally-powered
              USB hub for USB devices<br>
              &gt; that are not totally trivial, because the raspi's
              µUSB power supply is already<br>
              &gt; strained... (and if you're trying to power your raspi
              from some random USB power supply,<br>
              &gt; don't. Ideally you power it through the 5V pins on
              the expansion header...).<br>
              &gt; <br>
              &gt; <br>
              &gt; Though there is a lot of neat stuff that can be done
              with a Raspberry Pi,<br>
              &gt; it's really easy to overestimate it.<br>
              &gt; <br>
              &gt; But on the other hand: YMMV, and there are scenarios
              where the issues don't matter,<br>
              &gt; and might not even be noticeable. e.g., if you're
              dumping periodic backups to your<br>
              &gt; raspi asynchronously instead of (say) NFS mounting it
              and trying to use it interactively,<br>
              &gt; you might not even notice the weird bottlenecks
              because you're never looking at them.<br>
              &gt; And if you have enough of them as spares running
              simultaneously, you may not care<br>
              &gt; that every once in a while your fileystems get
              corrupted or your USB ports stop working<br>
              &gt; or whatever.<br>
              &gt; <br>
              &gt; <br>
              &gt; On 3/8/21 9:56 PM, <a
                href="mailto:jonhall80@comcast.net" target="_blank"
                moz-do-not-send="true">jonhall80@comcast.net</a> wrote:<br>
              &gt; &gt; I will suggest something and let people rip it
              apart:<br>
              &gt; &gt; <br>
              &gt; &gt; Get two RPis that have at least USB 2.0  Attach
              two large capacity disks to each one in a RAID-1
              configuration (also known as "mirroring") to keep it
              simple.  If one disk fails the other will still keep
              working (but you should replace it as soon as possible).<br>
              &gt; &gt; <br>
              &gt; &gt; Put all of your data on both systems.<br>
              &gt; &gt; <br>
              &gt; &gt; Take one of your systems to a friends or
              relatives house who you trust that has relatively good
              WiFi.  Make sure the friend is relatively close, but is
              not in the same flood plain or fire area you are.<br>
              &gt; &gt; <br>
              &gt; &gt; Do an rsync every night to keep them in sync.<br>
              &gt; &gt; <br>
              &gt; &gt; Help your friend/relative do the same thing,
              keeping a copy of their data in your house.   If your
              disks are big enough you could share systems and disks.<br>
              &gt; &gt; <br>
              &gt; &gt; Use encryption as you wish.<br>
              &gt; &gt; <br>
              &gt; &gt; Disk failure?   Replace the disk and the data
              will be replicated.<br>
              &gt; &gt; Fire, theft, earthquake?   Take the replaced
              system over to your friends/relatives and copy the data at
              high speed, then take the copied system back to your house
              and start using it again.<br>
              &gt; &gt; <br>
              &gt; &gt; You would need three disks to fail at relatively
              the same time to lose your data.   Or an asteroid crashing
              that wipes out all life on the planet.  Unlikely.<br>
              &gt; &gt; <br>
              &gt; &gt; Realize that nothing is forever.<br>
              &gt; &gt; <br>
              &gt; &gt; md<br>
              &gt; &gt;&gt; On 03/08/2021 7:33 PM Bruce Labitt &lt;<a
                href="mailto:bdlabitt@gmail.com" target="_blank"
                moz-do-not-send="true">bdlabitt@gmail.com</a>&gt; wrote:<br>
              &gt; &gt;&gt;  <br>
              &gt; &gt;&gt;  <br>
              &gt; &gt;&gt; For the second time in 3 months I have had a
              computer failure.  Oddly, it was a PS on the motherboard
              both times.  (Two different MB's.)  Fortunately the disks
              were ok.  I'm living on borrowed time.  Next time, I may
              not be that lucky.  <br>
              &gt; &gt;&gt;  <br>
              &gt; &gt;&gt; Need a file server system with some sort of
              RAID redundancy.  I want to backup 2 main computers, plus
              photos.  Maybe this RPI4 too, since that's what I'm
              running on, due to the second failure.  If this SSD goes,
              I'm gonna be a sad puppy.  This is for home use, so we are
              not talking Exabytes.  I'm thinking about 2-4TB of RAID. 
              Unless of course, RAID is obsolete these days.  Honestly,
              I find some of the levels of RAID confusing.  I want
              something that will survive a disk<br>
              &gt; &gt;&gt; failure (or two) out of the array.  Have any
              ideas, or can you point me to some place that discusses
              this somewhat intelligently?<br>
              &gt; &gt;&gt;  <br>
              &gt; &gt;&gt; Are there reasonable systems that one can
              put together oneself these days?  Can I repurpose an older
              PC for this purpose?  Or an RPI4?  What are the gotchas of
              going this way?<br>
              &gt; &gt;&gt;  <br>
              &gt; &gt;&gt; I want to be able to set up a daily rsync or
              equivalent so we will lose as little as possible.  At the
              moment, I'm not thinking about surviving fire or
              disaster.  Maybe I should, but I suspect the costs balloon
              considerably.  I do not want to backup to the cloud
              because, plain and simple, I don't trust it to be fully
              secure.<br>
              &gt; <br>
              &gt; -- <br>
              &gt; Connect with me on the GNU social network! &lt;<a
                href="https://status.hackerposse.com/rozzin"
                rel="noreferrer" target="_blank" moz-do-not-send="true">https://status.hackerposse.com/rozzin</a>&gt;<br>
              &gt; Not on the network? Ask me for more info!<br>
              &gt; _______________________________________________<br>
              &gt; gnhlug-discuss mailing list<br>
              &gt; <a href="mailto:gnhlug-discuss@mail.gnhlug.org"
                target="_blank" moz-do-not-send="true">gnhlug-discuss@mail.gnhlug.org</a><br>
              &gt; <a
                href="http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/"
                rel="noreferrer" target="_blank" moz-do-not-send="true">http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/</a><br>
              <br>
              _______________________________________________<br>
              gnhlug-discuss mailing list<br>
              <a href="mailto:gnhlug-discuss@mail.gnhlug.org"
                target="_blank" moz-do-not-send="true">gnhlug-discuss@mail.gnhlug.org</a><br>
              <a
                href="http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/"
                rel="noreferrer" target="_blank" moz-do-not-send="true">http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/</a><br>
            </blockquote>
          </div>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div dir="ltr">Marc Nozell (<a href="mailto:marc@nozell.com"
              target="_blank" moz-do-not-send="true">marc@nozell.com</a>)
            <a href="http://www.nozell.com/blog" target="_blank"
              moz-do-not-send="true">http://www.nozell.com/blog</a></div>
          _______________________________________________<br>
          gnhlug-discuss mailing list<br>
          <a href="mailto:gnhlug-discuss@mail.gnhlug.org"
            target="_blank" moz-do-not-send="true">gnhlug-discuss@mail.gnhlug.org</a><br>
          <a
            href="http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gnhlug-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gnhlug-discuss@mail.gnhlug.org">gnhlug-discuss@mail.gnhlug.org</a>
<a class="moz-txt-link-freetext" href="http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/">http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>