I'm having a hard time figuring out if I'm dealing with apples and oranges here. From what I've read it sounds as if physical extents are synonymous with blocks....am I on the right track here? I just want to get it right before I commit it to memory.
Here are a couple of my sources:
1)
From (
http://wiki.linuxquestions.org/wiki/Physical_extent )
The
physical extent in
LVM is the blocksize that
physical volumes are using. The default physical extent is 4MB but can range from 8kB up to 16GB (using powers of 2).
Logical volumes are made up from
logical extents having the same size as the physical extents.
2)
From (
Intro to Extents | Linux.org )
Extents are contiguous blocks on the hard disk that are used to keep files close together and prevent fragmentation.
Thank you.