How it works
JBOD (just a bunch of disks) is a presentation mode where each physical drive appears to the host as an independent disk—no enclosure-built stripe, mirror, or parity set. Contrast that with hardware RAID inside a NAS or a RAID-capable DAS: the controller hides the spindles behind one virtual volume and owns rebuilds. In JBOD (often labeled “single disk” on USB enclosures), the bridge chip enumerates bay 1, bay 2, and so on as separate LUNs or USB mass-storage devices. Your PC, mini PC, or server then formats each drive, concatenates them with software (mdadm, Storage Spaces, Disk Utility), or hands them to Unraid/TrueNAS as individual members.
A one-bay USB dock is JBOD in the trivial sense: one SATA drive, one volume. A four-bay USB DAS that only supports single-disk mode is the multi-bay version of the same idea—TerraMaster’s D4-320 class lists RAIDs as SINGLE DISK with no onboard RAID manager. Software on the host can still build RAID, ZFS, or parity pools later; the enclosure simply does not do that work for you. Hot-swap trays and sleep modes may still exist; what is missing is an ASIC that stripes or protects the array.
When it matters
It matters when you want cheap USB capacity expansion, when Unraid or another host OS must own the disks, and whenever a “RAID DAS” would fight the software you already trust. Photographers and editors often want four independent archive drives they can pull and shelve. Homelab builders attaching a DAS to a mini PC for Unraid are told to force JBOD/single-disk so SMART, spin-down, and parity stay with the OS. Hardware RAID in the box is the wrong layer if the host already provides redundancy.
Shopping traps: buying a RAID-only enclosure then discovering you cannot pass disks through cleanly; assuming JBOD somehow protects data (it does not—loss of one disk loses that disk’s files unless you add software protection); and filling bays with SMR archive drives that look fine until a software rebuild crawls. Prefer CMR NAS HDDs when the JBOD set might later become a software array, and read the RAID hub before you confuse “bunch of disks” with fault tolerance.
Related products
A multi-bay USB DAS that presents single disks (true JBOD-style expansion), a simple one-bay dock for the same idea at one drive, and a CMR NAS HDD you would actually drop into those bays.
The TerraMaster D4-320 is a 4-bay USB 3.2 Gen 2 DAS that runs in single-disk mode only—no hardware RAID—so the host sees up to four independent SATA drives over one 10Gbps Type-C link.
The ORICO USB-C SATA dock (DD18C3) is the one-bay version of JBOD thinking: seat a 2.5/3.5-inch drive and the host gets exactly one volume with UASP and SMART pass-through for bench work.
The WD Red Plus 4TB CMR (WD40EFPX) is a CMR NAS HDD suited to filling JBOD bays you might later put under software RAID or Unraid parity—avoid SMR surprises on rebuilds.
Read next
For how striping and parity actually protect (or fail to protect) data, start with What Is RAID? and RAID Levels Explained. Network-attached boxes that usually own their own arrays are covered in What Is a NAS?. Drive recording tech that affects rebuilds: CMR and SMR.