On Tue Oct 4 08:02:13 EDT 2011, 9f...@hamnavoe.com wrote: > > perhaps there's an option bit? > > If the drive was physically formatted with 4096-byte sectors, > I can't see how changing a logical bit could prevent unaligned > writes from causing a read-modify-write cycle.
you aren't up with the level of sleeze involved. what some drive makers do is give you an option to offset lbas by 1. since the standard fat layout tend to give (lba%16) == 15, if the lba used at the interface is 64 (unaligned) the drive will add 1 and get an aligned lba. - erik