Gentoo Archives: gentoo-user

From: Andreas Fink <finkandreas@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Getting maximum space out of a hard drive
Date: Thu, 18 Aug 2022 18:20:16
Message-Id: 20220818202003.1a122c4d@anfink-laptop
In Reply to: [gentoo-user] Getting maximum space out of a hard drive by Dale
1 On Thu, 18 Aug 2022 13:04:57 -0500
2 Dale <rdalek1967@×××××.com> wrote:
3
4 > Howdy,
5 >
6 > I got my 10TB drive in today.  I want to maximize the amount of data I
7 > can put on this thing and it remain stable.  I know about -m 0 when
8 > making the file system but was wondering if there is any other tips or
9 > tricks to make the most of the drive space.  This is the output of cgdisk.
10 >
11 >
12 > Part. #     Size        Partition Type            Partition Name
13 > ----------------------------------------------------------------
14 >             1007.0 KiB  free space
15 >    1        9.1 TiB     Linux filesystem          10Tb
16 >             1007.5 KiB  free space
17 >
18 >
19 > I'm not sure why there seems to be two alignment spots.  Is that
20 > normal?  Already, there is almost 1TB lost somewhere.  Any way to
21 > increase that and still be safe?  Right now, I've ran the short test and
22 > it is chewing on the long test.  It will be done around 7AM tomorrow, 19
23 > or 20 hours to complete.  As it is, there's no data on it or even a file
24 > system either.  Now is the time to tweak things. 
25 >
26 > Any tips or ideas would be appreciated. 
27 >
28 > Dale
29 >
30 > :-)  :-) 
31 >
32
33 Ah yes, the good old harddisk marketing size calculating in base 1000,
34 while TiB is in base 1024.
35 In short:
36 1TB=1000^4 != 1TiB=1024^4
37
38 Do the math yourself, what 10TB should be in TiB, but it's in the
39 ballpark of 9.1TiB ;)