From owner-freebsd-questions@freebsd.org Tue Sep 13 18:56:53 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 E83A5BD9B9D for ; Tue, 13 Sep 2016 18:56:53 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.231]) by mx1.freebsd.org (Postfix) with ESMTP id C6874BB3 for ; Tue, 13 Sep 2016 18:56:52 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:62171] helo=localhost) by dnvrco-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 42/56-05022-D3A48D75; Tue, 13 Sep 2016 18:49:33 +0000 Date: Tue, 13 Sep 2016 18:48:22 +0000 Message-ID: <42.56.05022.D3A48D75@dnvrco-oedge02> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Best kind of hard drive for heavy use? X-RR-Connecting-IP: 107.14.64.130:25 X-Authority-Analysis: v=2.1 cv=Lday61vi c=1 sm=1 tr=0 a=hxOSdOxVbJ2KxeBOUIwjAg==:117 a=hxOSdOxVbJ2KxeBOUIwjAg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=Pv6_e3K6cICcT8eoZw0A:9 X-Cloudmark-Score: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 18:56:54 -0000 I had a hard-drive crash last night, GPT corrupted, don't know whether it's a software fault (NetBSD-current 7.99.15 i386) or hardware. Main question is what kind of hard drive is used for heavy compiling in FreeBSD, base system and ports, what might be used to create packages and base-system downloadable images. Using a USB-stick installation of FreeBSD including Rod Smith's gdisk, I could possibly restore the partition table, assuming hard drive is not going bad. It's a Western Digital Green 3 TB dating to May 2013. Experience with Western Digital makes me very afraid of "green" hard drives. I seem to be able to access the partitions, from the USB-stick installation of FreeBSD but not from NetBSD or Linux System Rescue CD, or at least the partition mounted as /home, read-only, would want to rsync that user data to an external USB stick or other drive, before doing anything that could mess the hard disk further and destroy my user data. I have rsync on that USB-stick installation of FreeBSD. I need to fear that any kind of write to that hard drive, even to restore the partition table, could push my data further to destruction if it's a hardware fault. After updating my backup with rsync, I could try to restore the GPT from backup at end of disk; I also found a backup copy of GPT data on the USB stick. Tom