Hard-Drive
Ext4 分區 8TB
只需將 gparted 作為 GPT 的 8TB 磁碟設置為具有單個 ext4 分區的 GPT,但現在已安裝它說: /dev/sdc1 7,3T 38G 6,9T 1% /mnt/BACKUP
為什麼只有 7.3T 可用,而 ext4 會使用其他 700GB?如果我設置多個分區,我可以獲得更多的數據空間嗎?即 4 TB 的 2 個分區會改變這種情況嗎?
謝謝,BR
因為 HDD 供應商很少(如果有的話)使用 KiB/MiB/GiB/TiB (x1024) 作為其儲存符號,而是使用 KB/MB/GB/TB (x1000) 代替。您的作業系統/文件系統使用二進制多前綴,與十進制多前綴的行業標準相反。
Examples and comparisons with SI prefixes one mebibyte 1 MiB = 220 Byte = 1,048,576 Byte one megabyte 1 MB = 106 Byte = 1,000,000 Byte one gibibyte 1 GiB = 230 Byte = 1,073,741,824 Byte one gigabyte 1 GB = 109 Byte = 1,000,000,000 Byte one tebibyte 1 TiB = 240 Byte = 1,099,511,627,776 Byte one terabyte 1 TB = 1012 Byte = 1,000,000,000,000 Byte 8 TB = 8000000000000 B Byte based with decimal-multiple prefixes (powers of 10): 8000000000 KB (kilobyte) 8000000 MB (megabyte) 8000 GB (gigabyte) 8 TB (terabyte) Byte based with binary-multiple prefixes (powers of 2): 7812500000 KiB (kibibyte) 7629394.53125 MiB (mebibyte) 7450.58059692383 GiB (gibibyte) 7.27595761418343 TiB (tebibyte)
資料來源:http ://wintelguy.com/tb2tib.html
Ext4 肯定會增加成本,但它應該更像是大約 1.5% 的空間。