From owner-freebsd-questions@freebsd.org Fri Aug 28 12:49:54 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25B8A9C4114 for ; Fri, 28 Aug 2015 12:49:54 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAA751BF2 for ; Fri, 28 Aug 2015 12:49:52 +0000 (UTC) (envelope-from ml@my.gd) Received: by laba3 with SMTP id a3so31669583lab.1 for ; Fri, 28 Aug 2015 05:49:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=SwJ1Gar2K14l/okuyC6kJCyUs0cC4bsmKtCdPMwppX4=; b=LKEwSkrG8l/z7qw1cxAlWYfE3fbt3yKydl/g5BRknCGtJKUHIGQwCFshWbLO83SxB0 YLlo2oKA8V64uWL0DKPNFnquKWMpfhUfmfTSdeq4/uHz0p9hGLpa7kQ+t0yK7phgN7Am miSIS1qZsG+1RTqwSphEvGr2n46Bnv/RTvcnAGAEjdrpBI3n13ny2HwdcMtDINDmFw8w e5JLu31nvTlB+Eqy7OwzRb51vh+HbjEV3cFB/kXAET0mpO6L+/Km2bmqtsuNb8UuPYSn USshtFmYrGfOxf/GS9GJQEl8gFa98jyiirTPgPoyNKeuyeAT3+OWs78/EHVd9oWkUwQp PyVg== X-Gm-Message-State: ALoCoQl8WKhEMZhkzhcz/vU5FQNTMu6fn23Gt7r2WJYHFKZrUlKlty6I0+ZRaoTqy0+1OI8HRQsb MIME-Version: 1.0 X-Received: by 10.152.20.98 with SMTP id m2mr4656059lae.119.1440766184805; Fri, 28 Aug 2015 05:49:44 -0700 (PDT) Received: by 10.112.60.34 with HTTP; Fri, 28 Aug 2015 05:49:44 -0700 (PDT) In-Reply-To: <55E047DC.40800@qeng-ho.org> References: <55E047DC.40800@qeng-ho.org> Date: Fri, 28 Aug 2015 14:49:44 +0200 Message-ID: Subject: Re: Replacing Drive with SSD From: Damien Fleuriot To: Doug Hardie Cc: FreeBSD - Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 12:49:54 -0000 > On 28/08/2015 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. > > Any reason you're not using dump/restore ? Now that would skip empty blocks :) That would allow you to expand your partitions, in the process. Warren Block has a very good guide over there : http://www.wonkity.com/~wblock/docs/html/backup.html