FG
💻 Software

How can I make multiple physical hard drives appear as a single partition?

Fresh5 days ago
Mar 15, 20265659 views
Confidence Score0%
0%

Problem

I'm writing a basic media server where people can upload/download my content. I have 8 2TB hard drives where I would like to store their uploaded files. Problem is navigating a file system that I want to be spread across several hard drives, but make it look like it is just one. If you can think of…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I make multiple physical hard drives appear as a single partition?

Low Risk

What you are looking for is RAID. Specifically RAID 0 would "Stripe" data across the disks. However, it is important to realize that if a singe HD fails, ALL data on all disks is lost. It would be better to setup a RAID 5 (which tolerates 1 disk fai…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment