From owner-freebsd-questions@freebsd.org Wed Jun 15 02:16:55 2016 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 6E21FB72F69 for ; Wed, 15 Jun 2016 02:16:55 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B17C2543 for ; Wed, 15 Jun 2016 02:16:54 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u5F2Gr05053764 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 14 Jun 2016 20:16:53 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u5F2GrqJ053761; Tue, 14 Jun 2016 20:16:53 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Jun 2016 20:16:53 -0600 (MDT) From: Warren Block To: Manish Jain cc: "Steve O'Hara-Smith" , User Questions , "brandon.wandersee@gmail.com" Subject: Re: Anything special to do moving to SSD? In-Reply-To: Message-ID: References: <20160614191900.c70ccf60478738d0a8b0e44f@sohara.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 14 Jun 2016 20:16:53 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 02:16:55 -0000 On Wed, 15 Jun 2016, Manish Jain wrote: >> Provided the existing filesystems will fit on the SSD a migrate in >> place is quite easy. I have done this quite recently based on the >> excellent write up here >> http://www.wonkity.com/~wblock/docs/html/ssd.html - don't treat it as >> a step-by-step adapt it to your setup (not hard). >> > > I am bothered by this thought. Let's say my old SATA disk is da0 and I > attach the SSD as da1 for copying the filesystem via dump+restore. Next > I remove the SATA entirely and reboot. Now will the SSD still be da1 ? > If not, then I have no way of knowing how to configure /etc/fstab for > the SSD. Use GPT labels. Or UFS filesystem labels: http://www.wonkity.com/~wblock/docs/html/labels.html Even on single-disk systems, labels make it easier to deal with partitions. > Incidentally, I don't know whether this is relevant - my system will be > a dual boot PC, with Win XP as secondary OS. I think that means that I > cannot use GPT and I will have to use MBR for partitioning. Am I right > about that ? Yes. But unless you have a strong requirement to run XP on bare hardware (like for games), install VirtualBox and run it as a VM. That makes it easy to transplant elsewhere when the need arises.