Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 18:35:28 +0200
From:      "Christoph P.U. Kukulies" <kuku@kukulies.org>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   dd blocksize when copying to SSD disk
Message-ID:  <b2926488-b93b-9586-898e-1ec697529a97@kukulies.org>

next in thread | raw e-mail | index | archive | help
I'm about to copy an existing Windows 7 system to an SSD. Source drive 
is a hard disk of 256 GB, destination drive a 500 GB Samsung SSD 850 EVO.

Given the fact that unnecessary write operations to SSDs should be 
avoided I'm thinking about the best strategy to use dd to write to the SSD.

The disk has a capacity (from linux-fdisk): of 500.1 GB (500107862016 bytes)

That's 976773168 sectors.  It has reportedly 60801 cylinders ( 255 
heads, 63 s/t gives 16065 sectors/cyl).

When I calculate 976773168 / 60801 I'm getting 16065.0839... sectors  / 
cyl - why this uneven number? Is there an incomplete track left over?

After all, what would be the appropriate "bs"-parameter for the dd-command?

What about socalled "alignment"?



Help appreciated.

--

Christoph







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2926488-b93b-9586-898e-1ec697529a97>