Hard-Disk

磁碟在 DF 上顯示錯誤大小,在 gparted 和 vmware 中顯示正確大小

  • July 28, 2017

我創建了一個新的備份系統,並最初使用 2.5TB 磁碟測試了所有內容。一旦想法成功,我就將磁碟增加到 7.5TB。我增加了 SAN 上的捲,然後將 VMWare 中的磁碟增加到 7.5TB。然後,進入gParted並增加到 7.5TB,但現在我仍然看到磁碟上的總大小只有 2.5TBdf -h

以下是一些所需資訊的輸出:

粘貼自df -h

/dev/sdc                 2.5T   17G  2.3T   1% /usr/local/bananas/

這是fdisk -l /dev/sdc

Disk /dev/sdc: 8246.3 GB, 8246337208320 bytes, 16106127360 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

WARNING: fdisk GPT support is currently new, and therefore in an 
experimental phase. Use at your own discretion.

e2fsck -f /dev/sdc

[root@computer ~]# e2fsck -f /dev/sdc 
e2fsck 1.42.9 (28-Dec-2013)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sdc: 341359/163840000 files (2.6% non-contiguous), 
14564432/655360000 blocks

我在 Centos6 系統上執行它。看起來磁碟實際上正在正確儲存數據,但它不會超過 2.5TB,即使其他所有內容都顯示它設置得更大。任何關於這個問題的想法將不勝感激!!!

我只是清除了分區,然後創建了一個新分區,然後將其重新格式化為 XFS。在所有形式的磁碟檢查中,一切都正確顯示。

引用自:https://unix.stackexchange.com/questions/382466