Date: Fri, 28 Aug 2015 09:37:02 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: freebsd-questions@freebsd.org Subject: Re: Replacing Drive with SSD Message-ID: <55E01DAE.1020709@infracaninophile.co.uk> In-Reply-To: <CEAD84AD-341A-4FB9-A3A1-D0D5A550AFFD@lafn.org> References: <CEAD84AD-341A-4FB9-A3A1-D0D5A550AFFD@lafn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --j5dJLHCwXLaJNi84BnrUUq6OfVEdImQ9w Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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= =2E Cheers, Matthew --j5dJLHCwXLaJNi84BnrUUq6OfVEdImQ9w Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJV4B25AAoJEABRPxDgqeTnhskP/3aSMirbGh1G6+raaIBvkhVZ x2A4fLrp6lBq4o6SYav/CYP/C8hp/Zi2tAIktRESg1mRIL7PRp5mB4kmc60tgmii +aSJxNAUWQe+Iacm5PxGOuD609V2eysmoGEA8lOHirQBCn33cb49yhMfo6sdQZ6c mc/zDvoclXdGIJFS6TCtMlqNtho8VIYVpSTPwz6XET+jrBI3gSzxEMZDYvMP9Mqi /nA4s06fjhy7J57GAnVxh9Yu2jNns/N7lh0dqxYXXZuF+ohGTV5k++J5x801BDTu AF8XtwDMgUtb93M7wNjYjzw+kCuVDF0yS3jNgCARONxZqgYXdS84Sj09fZ95SIFU x1WbygUmoZ3wholQoiSo7f9RWsxOQwHY/RLYNzQ8WHiAMP9LOVwW+xWsb4J85gsD Th2GvmwsI/W6278bfa2z4EC7zll4Knq3KNHR1kdu9ARlsJBkdcDL4VC0Nth387sB 5mWrAEsxV280MsqMm3nql/IW0SFxTG9J+icoJfBzTQr9ULUFI33RniSbFL3R24IP Ockptx98qi3zsXgOlD+cu8eQTLZBqc8r27Jebj6sn/nPJ4LlMQdycpHfnqewCQ9Q tAXYd8eTdGbNQGQKgQwc2NmJuZB48lfc31oBRWLkxjTO9GW1TLpwWH28bNnngi8V STFxmts3Nay4rnDXhFRx =g2jc -----END PGP SIGNATURE----- --j5dJLHCwXLaJNi84BnrUUq6OfVEdImQ9w--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55E01DAE.1020709>