From owner-freebsd-questions@freebsd.org Tue Jun 14 18:17:50 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 0B2AEAF20B9 for ; Tue, 14 Jun 2016 18:17:50 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C63EA21B0 for ; Tue, 14 Jun 2016 18:17:49 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from fwd11.aul.t-online.de (fwd11.aul.t-online.de [172.20.27.152]) by mailout08.t-online.de (Postfix) with SMTP id 8385441D56FC; Tue, 14 Jun 2016 20:17:39 +0200 (CEST) Received: from esprimo.local (GoCtZUZp8hcZeLA3p+apdn9wVDkHTh3WDSYjjTAOCSj5FyDme6nbebiUHjSIWqPw7R@[217.81.142.145]) by fwd11.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1bCsu6-2EBtr60; Tue, 14 Jun 2016 20:17:34 +0200 Received: from esprimo.local (localhost [127.0.0.1]) by esprimo.local (Postfix) with ESMTP id 9686D45CD8A; Tue, 14 Jun 2016 20:17:33 +0200 (CEST) Received: (from chris@localhost) by esprimo.local (8.15.2/8.15.2/Submit) id u5EIHXiG059465; Tue, 14 Jun 2016 20:17:33 +0200 (CEST) (envelope-from chris) Date: Tue, 14 Jun 2016 20:17:33 +0200 From: Christoph Brinkhaus To: Manish Jain Cc: User Questions Subject: Re: Anything special to do moving to SSD? Message-ID: <20160614181733.GA51517@esprimo.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-ID: GoCtZUZp8hcZeLA3p+apdn9wVDkHTh3WDSYjjTAOCSj5FyDme6nbebiUHjSIWqPw7R X-TOI-MSGID: 5ee538cf-bf55-43c4-9218-628a4549d427 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: Tue, 14 Jun 2016 18:17:50 -0000 On Tue, Jun 14, 2016 at 05:43:05PM +0000, Manish Jain wrote: > > Hi, > > I use FreeBSD 10.2 amd64 as my primary OS. > > I just purchased a Samsung EVO 500 GB Solid State disk, and shall be > migrating to it in the next few days. Just wanted to know whether > I can use it out-of-the-box, pretty much like an IDE/SATA hard disk, > or is there anything special/nice to do for SSD ? I have followed http://www.wonkity.com/~wblock/docs/html/ssd.html with success. > > I presume I shall have to reinstall the OS over again. > In case it is possible to migrate 'in-place' (data copy), > please let me know about that too. I have copied the UFS file system by dump and restore in single user mode and adjusted /etc/fstab. For other file systems a data copy should work as well. > > > Thanks for any replies. > > Manish Jain Good luck, Christoph