TOSECdev Forum
TOSEC Project => General Discussion => Topic started by: Blake2425 on December 16, 2021, 01:50:52 PM
-
Is the size of the project listed on the homepage, zipped, or unzipped. :-[
I want to buy a hard drive, that will have enough capacity, to hold the entire directory, unzipped. :)
Thanks for all your hard work. O0
-
TOSEC typically zips individual pieces (disks, tapes, cartridges etc.).
The folders themselves are not zipped.
Last TOSEC version is around 5.6TB.
But new TOSEC is coming.
-
TOSEC typically zips individual pieces (disks, tapes, cartridges etc.).
The folders themselves are not zipped.
Last TOSEC version is around 5.6TB.
But new TOSEC is coming.
I'm aware that the files are typically shared in zip format.
I wasn't sure if TOSEC counts them that way, given the wide variety of compression settings available.
The homepage says 6.89 TB.
So, an 8TB hard drive should be enough, for now. Although, I'm cutting it close.
Unzipped, I'm sure the actual size is closer to 14 TB, or more.
Thanks for the clarification, NLS.
-
No problem.
Yes 8TB is enough for now.
There is no reason to unzip the roms though. Why do it?
Also an array is ALWAYS preferable from single drives.
(also an array is easier to grow larger)
I suggest UNRAID.
-
After looking at the data, and assuming that the zipped files are only 40% of their actual size, then 6.89 TB would be the size of the project unzipped. :)
-
Hello
I just ran the totals from rom.size for 2021-12-31 (so uncompressed).
6912262822976 bytes
6.3 Terabytes (TB)
That's just the data size so you would need to add some filesystem overhead also.
Cheers
-
Hey!
The statistics are raw, extracted by counting/summing all info from the datfiles. I also forgot to update the results during the last update, they are now updated! :)
-------------------------------------------
----------- Datfiles Statistics -----------
-------------------------------------------
-TOSEC-main--------------------------------
Datfiles: 2223
Setfiles: 878508
Romfiles: 1056053
Size: 394.45 GiB (423539931761.0 bytes)
Size: 423.54 GB (423539931761.0 bytes)
-------------------------------------------
-TOSEC-iso--------------------------------
Datfiles: 228
Setfiles: 8731
Romfiles: 47267
Size: 5.05 TiB (5551062729886.0 bytes)
Size: 5.55 TB (5551062729886.0 bytes)
-------------------------------------------
-TOSEC-pix--------------------------------
Datfiles: 861
Setfiles: 25238
Romfiles: 25737
Size: 873.26 GiB (937660161329.0 bytes)
Size: 937.66 GB (937660161329.0 bytes)
-------------------------------------------
-TOSEC-total--------------------------------
Datfiles: 3312
Setfiles: 912477
Romfiles: 1129057
Size: 6.29 TiB (6912262822976.0 bytes)
Size: 6.91 TB (6912262822976.0 bytes)
-------------------------------------------
-
Thanks PandMonium! O0
What is the difference between these size amounts? ???
Size: 394.45 GiB (423539931761.0 bytes)
Size: 423.54 GB (423539931761.0 bytes)
edit: I see it. :-[
-
No problem :)
You've found the answer but here it is again if anyone wonders:
To recap the debate between GB vs GiB: both prefixes are units of measurement on digital devices. GB is the traditional, metric style of measurement with 1 GB equaling 1,000³ bytes. GiB is the binary method; which is the way computers measure data at 1024³ bytes.
Just added that because there were two functions in the library I was using to compute the stats.