Displaying 1 result from an estimated 1 matches for "aaaabbbbcccc".
Did you mean:
1aaabbbcccc
2010 Mar 18
6
Validating alignment of NTFS/VMDK/ZFS blocks
...der two virtual machines sharing lots of the same blocks. Assuming there /is/ a misalignment between NTFS & VMDK/VMDK & ZFS, if they''re not in the same order within NTFS, they don''t align, and will actually produce different blocks in ZFS:
VM1
NTFS 1---2---3---
AAAABBBBCCCC
AAAABBBBCCCC
ZFS 1---2---3---4---
ZFS blocks are " AA", "AABB" and so on ...
Then in another virtual machine, the blocks are in a different order:
VM2
NTFS 1---2---3---
CCCCAAAABBBB
CCCCAAAABBBB
ZFS 1---2---3---4---
ZFS blocks for this...