Re: Moved partition via dd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jun 8, 2013, at 8:47 AM, André Schlichting <andre@xxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux