I have a few 2-terabyte external drives i'm looking to introduce into our backup plan. I was wondering if i would gain anything out of partitioning the drives into 2-1-terabyte partitions and mirroring the two partitions on one drive? Does the drive become physically more reliable if it is partitioned into smaller parts? I'm assuming that if two identical hdd are dropped or exposed to harmful conditions that both drives will become equally corrupt regardless of the partitions.
feedback
|
|
Note that the partition only exists logically. Physically, you're still using one drive, which is as prone to errors as every other drive would be. Benefits:
Disadvantages:
To sum it up, what you want to do only helps you to prevent accidental deletions from an application/user layer. From a physical layer, you'd probably be better off using one drive with one partition. | |||||||||||
feedback
|
|
From what I gather, you want to setup RAID 1 on two partitions? I wouldn't recommend it, because you will slow down your disk. Consider this: if you write a file to the disk, you would have to write it to both partitions. The head would move back and forth between the two partitions until the entire file is written to both partitions. This is A LOT of overhead. | |||
|
feedback
|
|
I seriously doubt that any software or hardware RAID would even allow it. The point of RAID1 is two drives, not partitions, with the same data. They would almost certainly not even give you the option to select two partitions on the same drive. | ||||
|
feedback
|
|
Sorry but if your talking about setting up a raid1 on the same disk, it has no value what so ever all your doing is wearing the disk out twice as fast, it has no redundancy when the drive dies your backup is on the disk that is already dead, It doesn't provide anymore protection for accidental deletion that one partition because your deletion is mirrored across both partitions, I don't no whether any partition software would let you setup a RAID on the same disk, REDUNDANT ARRAY OF INDEPENDENT DISKS, sorry if i sound angry i get like that sometimes (I'm smiling inside :)) | ||||
|
feedback
|