> Date: Sat, 24 Dec 2016 10:39:48 +0100 (CET)
> From: [email protected]
> 
> >Synopsis: I'm not able to use full capacity of 8TB HDD external USB 3.0 
> >drive only 2TB
> >Category:    kernel (not sure here)
> >Environment:
>       System      : OpenBSD 6.0
>       Details     : OpenBSD 6.0-current (GENERIC.MP) #65: Wed Dec 21 19:09:13 
> MST 2016
>                        
> [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
>       Architecture: OpenBSD.amd64
>       Machine     : amd64
> >Description:
> I want to set softraid encryption on a new 8 TB HDD, but getting
> 
> fdisk -igy sd10
> fdisk: disk too large (15628053167 sectors). size truncated.
> Writing MBR at offset 0.
> Writing GPT.
> 
> fdisk -igy sd10
> Warning CHS values out of bounds only saving LBA values
> Warning CHS values out of bounds only saving LBA values
> Writing MBR at offset 0.
> Writing GPT.
> 
> fdisk -igy sd10
> Writing MBR at offset 0.
> Writing GPT.
> 
> fdisk sd10
> Disk: sd10       Usable LBA: 64 to 15628053103 [15628053167 Sectors]
>    #: type                                 [       start:         size ]
> ------------------------------------------------------------------------
>    3: OpenBSD                              [          64:  15628053040 ]
> 
> I was able to create only 2TB partition there:
> /dev/sd10a     2.0T    8.0K    1.9T     0%    /JN8TB

Be careful in what you write here.  Were you only able to create a 2TB
partition?  Or only a 2TB filesystem?

Those are not the same thing.  The output you gave (from df?) shows
the filesystem size.  To establish the size of the partition, you need
to show the output of the disklabel command.

How did you create the filesystem?

Reply via email to