On Jun 8, 2013, at 8:47 AM, André Schlichting <an...@delorus.de> wrote:

> 
> The old partition had the sector boundaries: 245547520 - 732566527
> 
> I deleted this one and created a new one with boundaries: 33024 - 732566640
> 
> Now I moved the data
>  > sudo dd conv=notrunc bs=4096 iflag=fullblock if=/dev/sdc2 
> skip=$((245547520-33024)) seek=0 of=/dev/sdc2

You ultimately moved the wrong data because bs=4096 for dd, yet the partition 
logical sectors are based on 512 bytes.


Chris Murphy--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to