Displaying 1 result from an estimated 1 matches for "filesocial".
2010 Oct 22
1
Howto align partitions in Linux + NetApp
...aligning partitions to improve
performance, in short: starting sector must be divisible by 8. How can I
move the start point in a misaligned partition -in production, with
ext3- under Linux?
A screenshot with a misaligned (start=63s) and aligned (start=64s)
partition is available at:
http://filesocial.com/lkwvvn2
(If anyone is interested in this topic, NetApp has a good document
explaining performance issues in misaligned partitions: "Best Practices
for File System Alignment in Virtual Environments", http://goo.gl/EkBw)
I have tried using parted "resize + move" commands,...