4

Is it possible to create a JBOD or RAID 0 using an empty drive, and a drive that contains windows? I don't have a very computer literate family, and teaching them to put their stuff on the D: rather than C: is too much of a concept for them to remember/practice. I end up receiving phone calls every month about them not having enough space to open up email attachments, etc. I would like to not have to spend any money on it (Windows Software RAID), but still be able to increase their disk space without repeatedly teaching them something they will never use. If the answer is budget intensive, it's a no-go... Labor intensive I can handle (I have plenty of time).

EDIT:

Additional research into the topic gave me a very brief explanation of what a "Simple" volume is on a dynamic disk... It states that "A simple volume is made up of free space on a single dynamic disk... ...You can extend a simple volume by adding free space from the same disk or another disk"

So far this seems to be close to what I am looking for. Does anyone know if it would add all disks involved into the same volume (same drive letter)? I'd just like to know if it's what I'm looking for before I go and attempt it on their computer.

Sivvy
  • 368

2 Answers2

5

You can mount the 2nd drive in a folder on the first one. You don't really want RAID-0 because if one drive dies, all your data is gone. You don't want JBOD because...well JBOD is garbage. Windows can't boot from a dynamic disk anyway, so you can't use the built in Windows utility for it.

To mount a drive in a folder instead of as a drive letter you can

Right click on My Computer and select Manage.
Then click Disk Management
Select the volume you wish to mount inside of another and click Change Drive Letter and Paths
From there you choose Mount in the following empty NTFS folder

This will hide the second drive letter and it will look like a normal folder on C: or wherever else you choose to mount it.

MDMarra
  • 20,746
0

By just relocating the accounts Downloads folder by right clicking on the Downloads folder and selecting properties and then the tab Location you can simply point it to any folder on any drive attached to the machine. You do not need to merge the file systems of the secondary data drive... you can relocate Documents, Music and Video user specific folders too. Windows does allow some others to be altered to but I'll leave that as an exercise for you to discover yourself :)

I do it in Win10 to shift files and file writes off of small system SSD and onto larger secondary more write tollerant hard drive.