> shows a jumper exists for "advanced format", but doesn't tell what it > does. I'll try to set or unset it depending on what it is now, and see > if there's a difference. No, don't set the jumper. Because DOS required the first head to be empty for some reason and because allmost every geometry uses 63 sectors per track, the first partition usually starts at sector 63. The jumper tells the disk firmware to use a mapping so that the sectors fall in a 4096 boundary. (It uses either +1 or -7 offset). So, the OS thinks it writes to sector 63 while it truly writes to sector 64 (or 56). Every sector is transparently mapped using this offset. This jumper exists to be used only with legacy OSes like Windows XP and makes sense when there is only one primary partition which covers the whole disk. So, don't use the jumper in linux but align properly the partitions. fdisk from util-linux-ng > 0.17 align on 1MB so everything will be fine. If you use an older version then align the partitions manually. WD EARS drives with 00Y model revision doesn't report the sector size properly and only report 512 bytes. (Use hdparm to see it) Those with 00Z revision report correctly that they have 4096 physical sector size and 512 logical sector size. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs