• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 10 dynamic disk mirror

nickmania

Member
If I configure a USB drive to mirror a internal SATA drive... does the USB need to be all the time connected or if I disconnect it, lets say, for one month, the drive will map exactly the same content of the SATA disk the next time I plug it into the USB??

or will miss all the files that were created in the main disk when the USB was disconnected?
 
Why would you disconnect the drive at all?
If you are doing backups, that is the wrong way to handle it IMO, RAID is not for backups!

I'll leave you with this:
Using RAID to mirror your system drive might seem like a good idea, but it's really not. It's true, you'll have a backup if one dies... but that's what backups are for. If the system crashes, then the machine needs to be rebooted, and your RAID might be out of sync for important files such as the registry data -suddenly you're in a world of pain as the system tries to not only make sense of two disparate files, but at the same time trying to resynchronize your array. Also, using the RAID for your swap file is NEVER EVER a good idea. Each time you write data to it, you need to write twice, and it will slow down the use of the swap. The swap space should, if possible, be on its own drive/partition, and if possible not the system drive if you use a partition for it. The swap file should be considered something that goes away when you reboot - not something that you need to protect by using a RAID mirror.
 
Back
Top