I have an 11th gen Framework mainboard which I would like to repurpose as a server. Unfortunately, (unless I do some super janky stuff) I can only connect 1 drive to it over M.2 and any additional ones must be over USB.

I am thinking of just using some portable hard drives and plugging them in over USB. I plan to RAID1 them and use them as boot drives and data storage, and use the M.2 slot for something unrelated.

In your experiences, is USB reliable enough nowadays to run a RAID array for a server like this? If it is, does it depend on the specific drive used?

  • Ebby
    link
    fedilink
    English
    231 month ago

    In my experience, noooooo.

    I’ve had too many momentary disconnects with USB devices to trust that on a 24/7 server.

    An early server I built had a large USB backup drive for a RAID5 array and every month there was usually something that went wrong.

    • @Untitled4774@sh.itjust.works
      link
      fedilink
      English
      71 month ago

      Agreed. You’re at the mercy of your USB controllers as well as southbridge in that case.

      You’re adding more things that can go wrong.

      Generally HBA/RAID cards are usually built for enterprise rather than consumer so they’re usually more reliable as well.

      • @narc0tic_bird@lemm.ee
        link
        fedilink
        English
        91 month ago

        Today’s CPUs usually expose some USB connections directly. Ryzen 7000 desktop CPUs expose 4 USB 3.2 Gen 2 directly on their on-package I/O die for example. So if you connect your USB drives directly to the ports your mainboard connects directly to the CPU, the chipset (“southbridge”) and any third-party USB controllers are out of the equation.

        This is just information, I’m not advising to use USB for fixed storage.

  • @0000@lemmy.world
    link
    fedilink
    English
    141 month ago

    I do not recommend it. I ran two USB hard drives for over a year in BTRFS RAID1, and I had millions of errors repaired every month when I scrubbed it.

  • @infeeeee@lemm.ee
    link
    fedilink
    English
    91 month ago

    There should be an m.2 port for the wifi chip,you can buy sata expansion cards there, sthg like this:

    Search for “m.2 key e sata”. Use wired net on a usb dongle, if it doesn’t have an ethernet port

  • NaibofTabr
    link
    fedilink
    English
    9
    edit-2
    1 month ago

    I plan to RAID1 them and use them as boot drives

    This will not work unless the mainboard is handling the RAID control in firmware. If you are doing software RAID then the OS must boot before the array can be accessed.

    If you just want to set up a NAS, you can get a used PowerEdge tower for very little money, and it will work a lot better than what you have planned.

    • @anon2963@infosec.pubOP
      link
      fedilink
      English
      21 month ago

      In the past I have used Proxmox with ZFS raid on a basic mini PC. With ZFS raid it syncs everything except /boot. Proxmox has a tool called “proxmox-boot-tool-refresh” which will syncs /boot between drives. ZFS kernel module can be loaded in the initramfs so it will boot fine, even if missing a drive.

      For this project I do not plan to use ZFS, but AFAIK software raid is now standard. Here is a popular video from Level1Techs talking about the flaws of hardware RAID: https://youtu.be/l55GfAwa8RI

  • @Maxy
    link
    English
    81 month ago

    I’ve been running some external drives on my server for about a year now. In my experience, hard drives with an external power supply suffer less from random disconnects. The specific PC also makes quite a large difference in reliability. My server is just a regular desktop and has very little problem staying connected and powering my 3 external drives. My seedbox is an old laptop, and has been having almost constant problems with random disconnects and power issues. Maybe test how well your framework does with some external drives before committing to the plan?

  • @Ferawyn@lemmy.world
    link
    fedilink
    English
    81 month ago

    No. USB is not designed to be reliable. It’s designed to be plug and play. Don’t plug and play with your data.

  • @hperrin@lemmy.world
    link
    fedilink
    English
    5
    edit-2
    1 month ago

    You should probably only do this if you’re using an enclosure that connects all the disks over a single cable. That way if it gets unplugged or otherwise disconnected, all the disks get disconnected, and they remain in sync. Otherwise, get very familiar with resyncing drives.

  • @Paragone@lemmy.world
    link
    fedilink
    English
    51 month ago

    USB-storage isn’t reliable.

    Period.

    ANY fscking thing that bumps any connection, can break the dam link.

    Then your kernel can re-label the device when it re-connects,

    and you’ve got to reassemble your RAID.

    just my experience.

    use ANY other method you can, other than USB.

    stick a SATA adaptor on there somewhere, if you can.

    Get a different motherboard.

    ANYthing, but not USB.

    • exscape
      link
      fedilink
      61 month ago

      Always use /dev/disk/* (I use by-id) for RAID, as those links will stay constant even if a disk is renamed (for example, from sdb to sdd).

  • lemmyvore
    link
    fedilink
    English
    51 month ago

    The big factor is the chip make in the USB enclosure/adapter. Realtek is most reliable, followed by Asmedia. JMicron is garbage (will get hot and drop connection).

    What’s your goal by using RAID1? Do you really need redundancy — keep the system alive if the main drive good down?

    If you only need backup then you don’t need RAID, and that should fare much better — just take an incremental snapshot to the USB drive periodically and let it sleep the rest of the time.

  • dhhyfddehhfyy4673
    link
    fedilink
    41 month ago

    You are quite likely to regret going down this route. Should do what you have to to get the drives properly connected.

  • Shimitar
    link
    fedilink
    English
    41 month ago

    Been running raid1 on USB for over a decade. Avoid chaeap USB stuff, get foot brand USB boxes and preferably a JBOD multi-disk enclosure, since they tend to be the best quality.

    Never had a disconnect.

    Beware to properly label your driver tough, as Linux software raid (I use that) tend to hiccup on boot if the kernel reassign USB devices after a reboot.

  • @Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    3
    edit-2
    1 month ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    NAS Network-Attached Storage
    PSU Power Supply Unit
    RAID Redundant Array of Independent Disks for mass storage
    SATA Serial AT Attachment interface for mass storage
    ZFS Solaris/Linux filesystem focusing on data integrity

    [Thread #760 for this sub, first seen 25th May 2024, 08:25] [FAQ] [Full list] [Contact] [Source code]

  • Nomecks
    link
    fedilink
    English
    2
    edit-2
    1 month ago

    Erasure coding may be a better option than RAID.

  • conrad82
    link
    fedilink
    English
    2
    edit-2
    1 month ago

    I am using a terramaster d6-320 connected with usb-c.

    It has been running zfs disks for proxmox via a geekom a5 mini pc since February. It has lost contact with the drives twice so far, more than a month between each time so I don’t know the cause. I am mostly happy with the setup, but of course it is annoying when it fails

  • Possibly linux
    link
    fedilink
    English
    2
    edit-2
    1 month ago

    I have minipc that only has one drive slot. I use an external thunderbolt enclosure with a eNVM drive in it

    It works ok for me but don’t expect great performance and reliability.