Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fdisk reports new HD as 10MiB
Date: Fri, 05 Jul 2019 14:34:27
Message-Id: 3852212.NqFQpVu6ds@localhost
In Reply to: Re: [gentoo-user] Fdisk reports new HD as 10MiB by Robin Atwood
1 On Friday, 5 July 2019 15:30:06 BST Robin Atwood wrote:
2
3 > Thanks Vladimir, that sounds promising. Can you recommend any GPT
4 > programs (this is new to me)? However the dd utility failed when I
5 > tried to copy my old HD to the new one.
6 >
7 > # dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync
8 > dd: error writing '/dev/sdb': No space left on device
9 > 160+0 records in
10 > 159+0 records out
11 > 10481664 bytes (10 MB, 10 MiB) copied, 0.132944 s, 78.8 MB/s
12 >
13 > Cheers
14 > Robin
15
16 You can use gptfdisk, parted/gparted, etc.
17
18 To check the size as well as additional information you can use smartmontools
19 and run:
20
21 smartctl -i /dev/sda
22
23 It may also be worth checking if later firmware is available to address any
24 issues with it, like reporting the wrong size with some tools.
25
26 However, the dd command failure sounds suspicious - as I understand it dd
27 should not fail unless the disk has run out of space.
28 --
29 Regards,
30
31 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Fdisk reports new HD as 10MiB Robin Atwood <robin@×××××.org>