How to Use Windows 10 – Storage Space to Combine Multiple Physical Harddrives?


I have 2 old Hard drives from old PC: 1.5TB and 1TB. They are SATA III HDD (6GBps, 7200 RPM, 64MB Cache). I want to use these drives to store some videos, photos and I don’t want to split the files over two hard drives (managing two hard drives separately). Instead, it would be perfect if all videos/documents are stored in a single, big, virtual storage.

HPZ800 has 4 SATA drawers. So you can easily plug and play.

hpz800-sata-drawers How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

hpz800-sata-drawers

The Windows 10 Storage Space is made for this purpose. You can actually combine multiple physical hard drives into a single virtual, huge disk that can be expanded when space is used out. The storage space can be seen as the software RAID implemented on Windows 10.

Type in ‘Storage Space’ in the start-up menu, that will lead you to the Storage Space configuration.

storage-space How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

storage-space

Click the [Create A New Pool and Storage Space]

manage-storage-spaces How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

manage-storage-spaces

Select the Hard drives you want to be in the Pool. Please note that any drives you select here (including formatted) will be wiped so all existing data will be lost.

select-drives How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

select-drives

Select all drives and the OS formats all of them before combining into a pool.

preparing How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

preparing

Simple-No-Resiliency similar to RAID 0 where all data is evenly stripped across two or more disks. This improves the disk read/write performance but does not have any redundancy so that data is gone when one of the disks is failed.

simple-no-resiliency How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

simple-no-resiliency

Two-way-mirror – similar to RAID 1 – where all data have two copies on both drives. The data is mirrored so that it can be recovered if any drive is falling. It may have slight impact on the disk write speed. You would need at least two drives for using this.

two-way-mirror How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

two-way-mirror

There are other options such as Three-way-mirror where data is copied three times .. Since the data I want to store is not critically important, and I also trust the quality of the HDD, so I pick the first option – RAID 0.

summary How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

summary

Finally, I get a big virtual HDD - that is actually consisting of two HDDs. Click To Tweet
storage-space-drive How to Use Windows 10 - Storage Space to Combine Multiple Physical Harddrives? hardware RAID windows

storage-space-drive

It is wonderful that I can expand this virtual HDD once the space is used up, which I cannot do in traditional HDD.

Performance Comparisons

The C drive, master HDD is also brand of Seagate. The three HDDs are all 7200RPM, 64MB cache; so they should all perform similarly if measured individually.

I run the winsat disk -drive command to measure the performance of the master C drive and here is what I get.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Windows System Assessment Tool
Running: Feature Enumeration ''
Run Time 00:00:00.00
Running: Storage Assessment '-drive c -ran -read'
Run Time 00:00:08.14
Running: Storage Assessment '-drive c -seq -read'
Run Time 00:00:08.66
Running: Storage Assessment '-drive c -seq -write'
Run Time 00:00:06.34
Running: Storage Assessment '-drive c -flush -seq'
Run Time 00:00:04.20
Running: Storage Assessment '-drive c -flush -ran'
Run Time 00:00:08.95
Disk  Random 16.0 Read                       2.11 MB/s
Disk  Sequential 64.0 Read                   119.81 MB/
Disk  Sequential 64.0 Write                  147.57 MB/
Average Read Time with Sequential Writes     2.697 ms
Latency: 95th Percentile                     20.369 ms
Latency: Maximum                             92.762 ms
Average Read Time with Random Writes         6.133 ms
Total Run Time 00:00:37.58
Windows System Assessment Tool
Running: Feature Enumeration ''
Run Time 00:00:00.00
Running: Storage Assessment '-drive c -ran -read'
Run Time 00:00:08.14
Running: Storage Assessment '-drive c -seq -read'
Run Time 00:00:08.66
Running: Storage Assessment '-drive c -seq -write'
Run Time 00:00:06.34
Running: Storage Assessment '-drive c -flush -seq'
Run Time 00:00:04.20
Running: Storage Assessment '-drive c -flush -ran'
Run Time 00:00:08.95
Disk  Random 16.0 Read                       2.11 MB/s
Disk  Sequential 64.0 Read                   119.81 MB/
Disk  Sequential 64.0 Write                  147.57 MB/
Average Read Time with Sequential Writes     2.697 ms
Latency: 95th Percentile                     20.369 ms
Latency: Maximum                             92.762 ms
Average Read Time with Random Writes         6.133 ms
Total Run Time 00:00:37.58

and winsat disk -drive d gives me:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Windows System Assessment Tool
Running: Feature Enumeration ''
Run Time 00:00:00.00
Running: Storage Assessment '-drive d -ran -read'
Run Time 00:00:00.92
Running: Storage Assessment '-drive d -seq -read'
Run Time 00:00:04.98
Running: Storage Assessment '-drive d -seq -write'
Run Time 00:00:06.59
Running: Storage Assessment '-drive d -flush -seq'
Run Time 00:00:05.22
Running: Storage Assessment '-drive d -flush -ran'
Run Time 00:00:10.45
Disk  Random 16.0 Read                       32.03 MB/s          6.2
Disk  Sequential 64.0 Read                   12335.15 MB/s          9.9
Disk  Sequential 64.0 Write                  125.21 MB/s          7.0
Average Read Time with Sequential Writes     4.585 ms          6.1
Latency: 95th Percentile                     50.290 ms          1.9
Latency: Maximum                             126.334 ms          7.6
Average Read Time with Random Writes         10.782 ms          4.3
Total Run Time 00:00:29.31
Windows System Assessment Tool
Running: Feature Enumeration ''
Run Time 00:00:00.00
Running: Storage Assessment '-drive d -ran -read'
Run Time 00:00:00.92
Running: Storage Assessment '-drive d -seq -read'
Run Time 00:00:04.98
Running: Storage Assessment '-drive d -seq -write'
Run Time 00:00:06.59
Running: Storage Assessment '-drive d -flush -seq'
Run Time 00:00:05.22
Running: Storage Assessment '-drive d -flush -ran'
Run Time 00:00:10.45
Disk  Random 16.0 Read                       32.03 MB/s          6.2
Disk  Sequential 64.0 Read                   12335.15 MB/s          9.9
Disk  Sequential 64.0 Write                  125.21 MB/s          7.0
Average Read Time with Sequential Writes     4.585 ms          6.1
Latency: 95th Percentile                     50.290 ms          1.9
Latency: Maximum                             126.334 ms          7.6
Average Read Time with Random Writes         10.782 ms          4.3
Total Run Time 00:00:29.31

We can see that the read speed is obviously faster with the storage space. The write speed is slightly slower, but it should not be a big problem.

–EOF (The Ultimate Computing & Technology Blog) —

GD Star Rating
loading...
951 words
Last Post: Best Black Friday Deals for Programmers!
Next Post: Use Dual Dedicated Graphic Cards on HPZ800 Server: Nvidia Quadro 2000D and ATI Radeon HD 6700

The Permanent URL is: How to Use Windows 10 – Storage Space to Combine Multiple Physical Harddrives?

Leave a Reply