Dumbledork wrote:Nope. Both are exactly th same. Bought the same day. Used for the first time the same day. Both are external.
Does both drives have the same total drive space? If one drive is going bad, it may already have run out of spare sectors for remapping, and at that point disk size total will start to shrink(which could make it look like that drive has more data because it has less free space).
So, question is if it´s less free space or more data.
If it IS more data despite same number of files, you can check directory by directory to see if they are identical in size.
No idea what a RAID set is.
You don´t use it, so no need to worry about it. FYI, RAID is when you cluster 2 or more HDDs together, usually either to get redundancy or performance.
RAID 0, striping, works by having the RAID controller "zig-zag" between drives that it reads or writes from, as the bus speeds are vastly higher than that of HDDs, you can get increased performance by having 2 or more drives working constantly, working with half(or less) of the data each.
RAID 1, mirroring, is simple, you have at least 2 drives, and everything you do will be written identically to both drives. A good RAID controller will also allow some performance benefits from this by reading different parts of data from both(all) drives at the same time, getting the advantage of RAID 0 for reading(but not for writing).
RAID 5, 3 (or more drives), writes to the drives sequentially, half data to drive 1, half to drive 2, then parity on drive 3, next block is shifted 1 step. As long as only 1 drive fails, a RAID 5 set can always recreate all data on the disks.
Those 3 are the common ones together with RAID 10(referring to RAID 1 and 0 together).