Notifications
Clear all
Topic starter
16/07/2013 10:03 pm
I'm trying to determine manually what the stripe size is for a RAID 0 setup I'm
analyzing..
If i have the sector sizes, FAT1 and FAT2 entry sizes , etc, what do I do to
determine the block size ?
FAT1 resides on the first disk at OFFSET 32768, FAT2 resides on the 2nd disk at
offset 4096.
There are 2 fat entrys, each 72 sectors in size
Each sector is 512bytes
17/07/2013 5:08 am
Do you have to do it manually?
We just finished writing some code to do automatic detection of RAID layouts based on the RAID set meta data. PM me if you want to try it out.