From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56D4A138334 for ; Thu, 13 Dec 2018 11:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09BC3E0D59; Thu, 13 Dec 2018 11:10:01 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A64AE0D30 for ; Thu, 13 Dec 2018 11:10:00 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gXOqJ-0003FZ-JP for gentoo-user@lists.gentoo.org; Thu, 13 Dec 2018 12:07:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Sata hard drive speed question Date: Thu, 13 Dec 2018 13:10:41 +0200 Message-ID: References: <43afb4f2-e1ba-a558-7f80-2015d91b7177@gmail.com> <2dff49fd-191e-4a42-01ea-7b91b7973fd0@gmail.com> <813377fe-950e-7519-0523-d8f64c2d94cb@gmail.com> <0c1387e6-bfc5-acbc-0f7b-907b196a11dd@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 In-Reply-To: <0c1387e6-bfc5-acbc-0f7b-907b196a11dd@gmail.com> Content-Language: en-US X-Archives-Salt: 642cba63-b8ea-4f6b-acee-f0b8e6e6a2b5 X-Archives-Hash: 509cc7cee5850c3587fb09a946ca4701 On 13/12/2018 11:18, Dale wrote: > Nikos Chantziaras wrote: >> On 13/12/2018 09:49, Dale wrote: >>> This is what it says right now. >>> >>> /dev/sdb1   2048 15628052479 15628050432  7.3T Linux filesystem >> >> Just wanted to make sure it's not a 4K alignment issue. It starts at >> 2048 so it's fine. >> >> >>> It is still trying to put a ext4 file system on it and it >>> has been about a hour. >> >> I'd recommend just using mkfs instead of using your own parameters: >> >> mkfs -t ext4 /dev/sdb1 >> >> It will use the parameters from /etc/mke2fs.conf. This is the safest >> way to format a partition. >> >> >> > > May try that next, if it ever finishes this current attempt.  It's been > a hour for the current format attempt.  I won't be surprised if it gives > up too. Did you check for any errors in dmesg?