GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    djsumdog (djsumdog@djsumdog.com)'s status on Thursday, 26-Sep-2024 14:03:24 JST djsumdog djsumdog
    A little more work than it should have been, but .. I'm now running Gentoo on ZFS (RAID0/striping) with full-disk-encryption using ZFSBootMenu.

    Goodbye GRUB. I'm sure you and LILO will be besties .
    In conversation about 8 months ago from djsumdog.com permalink

    Attachments


    1. https://djsumdog.com/media/dc66d15a34c20ed436c5fc9225ba40de40bfba42e9b043851a7473770b104b86.png
    • Embed this notice
      djsumdog (djsumdog@djsumdog.com)'s status on Thursday, 26-Sep-2024 22:59:59 JST djsumdog djsumdog
      in reply to
      • Xyfdi Horton

      ZFS makes it way easier to do backups via snapshots.

      I've been using this RAID layout for a while, mostly for performance:

      https://battlepenguin.com/tech/copying-linux-between-machines/#raid-0-overview

      I all started when I got an MSI gaming laptop that had two M.2/SATA drives setup in RAID0 by default.

      I do work with a lot of small files, but I'm not sure if I'm really getting performance gains anymore with newer nvme drives. I might do a benchmarking post at some point. I do have a single Gen5 M.2 slot, so I might go to a single drive later down the line.

      In conversation about 8 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: battlepenguin.com
        I Rarely Do a Fresh Install of Linux: Copying Linux Between Machines
        When going from Windows 3.1 to Windows 95, I favored installing things from scratch rather than trying to upgrade things in place. In my university d...
    • Embed this notice
      Xyfdi Horton (xyfdi@gameliberty.club)'s status on Thursday, 26-Sep-2024 23:00:00 JST Xyfdi Horton Xyfdi Horton
      in reply to

      @djsumdog Striping... Do you hate data or something?

      In conversation about 8 months ago permalink
    • Embed this notice
      Jerome (j@shitposter.world)'s status on Thursday, 26-Sep-2024 23:00:22 JST Jerome Jerome
      in reply to
      @djsumdog I like how ZFSBootMenu is just, "What if we used Linux for the bootloader to boot Linux?"
      In conversation about 8 months ago permalink
      djsumdog likes this.
    • Embed this notice
      kurt (kurt@truthandfreedom.social)'s status on Friday, 27-Sep-2024 00:03:43 JST kurt kurt
      in reply to

      @djsumdog Props to you, sir! With Gentoo, no less! I’ve got an ancient HP Microserver NAS running ZFS - it was on TrueNAS, but with their abandonment of TrueNAS Core I’ve been playing with XigmaNAS. My initial install was not ZFS on root, I’ve been meaning to go back and re-do it when I have time.

      In conversation about 8 months ago permalink
    • Embed this notice
      djsumdog (djsumdog@djsumdog.com)'s status on Friday, 27-Sep-2024 00:04:24 JST djsumdog djsumdog
      in reply to
      • kurt
      I use to have an HP Microserver NAS too; the one with the five trays that pull out? I replaced it with this custom built one:

      https://battlepenguin.com/tech/video/build-a-small-form-factor-storage-server-nas/

      ..but I still have the HP in the closet (it's very slow; no hardware encryption support). I had been running FreeBSD on the new one, and it did save me from some data corruption due to bad ram a few years back:

      https://battlepenguin.com/tech/zfs-woes-or-how-zfs-saved-me-from-data-corruption/

      Two years ago I switched to this rackmount system and put Alpine on it. It still uses ZFS with native encryption for storage, but the main drive is plain old ext4.

      https://djsumdog.com/@djsumdog/posts/Am3Cu7siwopUp5efVg
      In conversation about 8 months ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        Building a Small Form Factor Storage Server (NAS)
        YouTube Mirror
      2. Domain not in remote thumbnail source whitelist: battlepenguin.com
        ZFS Woes, or how ZFS Saved Me From Data Corruption
        OpenZFS I’ve been using ZFS for years on my Linux storage server. Recently I upgraded from Alpine 3.12 to 3.14, which included...
      3. No result found on File_thumbnail lookup.
        DJSumDog
    • Embed this notice
      djsumdog (djsumdog@djsumdog.com)'s status on Saturday, 28-Sep-2024 00:33:56 JST djsumdog djsumdog
      in reply to
      • kurt
      Yep, that's the one I have (you see it briefly in that video I linked). I had the OS drive up there too, but I think I put the optical drive back in when I put it in storage .. also added a half-height video card with DisplayPort/HDMI since I didn't have any VGA monitors 😅

      I have 14TB ~ 23TB drives now. Native encryption full backups took 2~4 days 🤣 ... there are unofficial firmware hacks to get SATA3 working on them as well (the SATA2 is another bottleneck)
      In conversation about 8 months ago permalink
    • Embed this notice
      kurt (kurt@truthandfreedom.social)'s status on Saturday, 28-Sep-2024 00:33:57 JST kurt kurt
      in reply to

      @djsumdog Mine is the HP N40L, with four vertical drives arranged across the front (although I have the fifth, a boot drive, stashed in space above). And yes, it has an AMD Turion processor that lacks hardware AES; this isn’t a deal breaker for me, as I encrypt ZFS on the source and do raw ZFS send to the NAS box. It is of course possible to do encrypt/decrypt on the NAS, but it uses 60% of the CPU!

      In conversation about 8 months ago permalink
    • Embed this notice
      djsumdog (djsumdog@djsumdog.com)'s status on Thursday, 03-Oct-2024 02:04:47 JST djsumdog djsumdog
      in reply to
      • RedTechEngineer
      zfsbootmenu uses systemd-boot's UEFI shim to build itself.

      zfsbootmenu incorporates fzf and some other tooling to give you a list of all your kernels and ZFS pools. I've never used gummibooot/systemd-boot by itself, so not sure if it can do the same, but zfsboot feels cozy and well documented.
      In conversation about 8 months ago permalink
    • Embed this notice
      RedTechEngineer (redtechengineer@fedi.lowpassfilter.link)'s status on Thursday, 03-Oct-2024 02:04:48 JST RedTechEngineer RedTechEngineer
      in reply to
      @djsumdog why not just use systemd boot
      In conversation about 8 months ago permalink
    • Embed this notice
      djsumdog (djsumdog@djsumdog.com)'s status on Thursday, 03-Oct-2024 02:40:25 JST djsumdog djsumdog
      in reply to
      • Vitor Hugo
      • Xyfdi Horton

      Tuning beyond setting ashift=12? (4k sectors).

      In conversation about 8 months ago permalink
    • Embed this notice
      Vitor Hugo (vhns@yuga.surf)'s status on Thursday, 03-Oct-2024 02:40:26 JST Vitor Hugo Vitor Hugo
      in reply to
      • Xyfdi Horton
      @djsumdog @xyfdi IIRC, even with proper tuning, ZFS still hasn't been properly adapted for flash storage.
      In conversation about 8 months ago permalink
    • Embed this notice
      djsumdog (djsumdog@djsumdog.com)'s status on Thursday, 03-Oct-2024 02:45:52 JST djsumdog djsumdog
      in reply to
      • RedTechEngineer
      • Vitor Hugo

      Yes. Just add the boot USE flag for systemd-utils. That will install the stub at /usr/lib/systemd/boot/efi/linuxx64.elf.stub.

      There's a zfsbootmenu package that also has the EFI image generator too (that will use your own kernel), but I kept getting build errors so I used the release binary from their website. The package is still helpful because it contains all the ZFS scripts needed for dracut to load your encrypted ZFS root pool.

      In conversation about 8 months ago permalink
    • Embed this notice
      Vitor Hugo (vhns@yuga.surf)'s status on Thursday, 03-Oct-2024 02:45:53 JST Vitor Hugo Vitor Hugo
      in reply to
      • RedTechEngineer
      @djsumdog @RedTechEngineer have Gentoo devs finally made it so you can pull systemd-boot into your system despite running an OpenRC profile? Back when I used to do the same thing I kept a gummiboot ebuild and built zfsbootmenu against it.
      In conversation about 8 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.