Replacing Drive with SSD

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Aug 28 08:37:31 UTC 2015


On 08/28/15 07:59, Doug Hardie wrote:
> I am having to replace a drive with a SSD.  Normally if I were
> replacing it with another drive, I would hook up the new drive to the
> computer and just use dd to copy everything (system would be
> quiescent).  Can I do the same with a SSD or does it need to be setup
> differently?  This is a boot drive (i.e., the only drive in the
> system).  The system is currently working fine, but the drive temp is
> starting to go up so I want to replace it before anything bad
> happens.

Yes, SSDs look just like spinning rust drives to the system.  All the
normal commands you'ld use to wrangle partitions and copy data around
will work just fine.

You should take care to align partition boundaries on block-size
multiples -- and block sizes have tended to increase recently with the
increase in size of storage media generally.  But that's not special to
SSDs.  Then use dump and restore to copy your data over to each partition.

	Cheers,

	Matthew



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150828/8eec98f1/attachment.bin>


More information about the freebsd-questions mailing list