ディスクはDFで誤ったサイズを表示し、gpartedとvmwareで正しいサイズを表示します。

ディスクはDFで誤ったサイズを表示し、gpartedとvmwareで正しいサイズを表示します。

新しいバックアップシステムを作成し、最初は2.5TBディスクを使用してすべてをテストしました。アイデアが具体化されると、ディスクを7.5TBに増やしました。 SANのボリュームを増やし、VMWareのディスクを7.5TBに増やしました。それから7.5TBに増えましたが、gParted今ではディスクの合計サイズが2.5TBに過ぎないことがわかります。df -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を超えません。この問題についてどんな意見でもいただきありがとうございます!

ベストアンサー1

ちょうどパーティションを消去し、新しいパーティションを作成し、XFSで再フォーマットしました。すべての形式のディスクチェックでは、すべてが正しく表示されます。

おすすめ記事