recently I was on aliexpress.com for searching something different, but noticed the many big terabyte portable SSDs of various sizes.
After some investigation I ended up with this seller:
https://www.aliexpress.com/item/1005004823371188.html
Starts with 500GB for 12$, then 1/2/4/6/8/10/12/14/16/26/30TB and finally 64TB for 37$.
I don't have the need for such big SSD yet (no need to store videos).
rainbow tables take quite some space (https://freerainbowtables.com/), not worked with those until now.
I decided to try the 64TB and spend the 37$, SSD arrived today in Germany after only 18 days.
I was really impressed, connected SSD to Pi400 running current 64bit PiOS and it directly mounted the SSD and asked whether I want to open in filemanager.
fdisk complains about corrupt backup GPT table, but works fine with primary:
Code: Select all
pi@pi400-64:~ $ sudo fdisk /dev/sdc
Welcome to fdisk (util-linux 2.36.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Command (m for help): p
Reported values are impressive:
Code: Select all
Disk /dev/sdc: 61.04 TiB, 67108864000000 bytes, 16384000000 sectors
Disk model: UDisk
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: XXXXXXXX-_VER-Y_SE-CRET-YYYYYYYYYYYY
Device Start End Sectors Size Type
/dev/sdc1 6 4095 4090 16M Microsoft reserved
/dev/sdc2 4096 16383999993 16383995898 61T Microsoft basic data
Command (m for help):
Everything looks fine:
Code: Select all
pi@pi400-64:~ $ df /dev/sdc2
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdc2 65535942656 24576 65535918080 1% /media/pi/SSD
pi@pi400-64:~ $
I have two questions.
1) How can I verify that the SSD really has >60TB of space and works correctly, other than filling filesystem with data and read later to see whether all is fine?
2) What read/write speed test is recommmend for such big SSD?
P.S:
And a third question, is exfat recommended filesystem type for such big SSDs under Linux, or are there better Linux filesystems (the ext types limits are too low),