> To read say 32 sectors anywhere on the disk, I have to do 1024-byte aligned
> bread()s, possibly doing an unaligned first block, aligned middle, and
> unaligned last block.
> 
> Is there an easier method?

Set the block size, but set it back when finished


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to