我创建了一个AWS实例,附带的容量为500 GB。在AWS控制台中,一切看起来都很好,它显示的容量为500 GB (它是/dev/xvdf)。当我进入实例并查看驱动器时,我看到驱动器实际上是540 GB,而不是500 GB。为什么,这额外的40 GB是从哪里来的?
fdisk输出:
Disk /dev/xvdf: 536.9 GB, 536870912000 bytes
255 heads, 63 sectors/track, 65270 cylinders, total 1048576000 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
Disk identifier: 0x00000000df -h (使用1024):
/dev/xvdf 493G 110G 358G 24% /data0df -H (使用1000):
/dev/xvdf 529G 118G 384G 24% /data0发布于 2016-09-07 22:59:00
我可能错了,但是"/dev/xvdf“表明AWS正在使用某种形式的Xen,无论是XenServer还是其他类型的Xen。
所发生的情况是: Xen计算实际需要多少空间,以便在将卷格式化为"ext4“或任何其他FS之后,您将拥有500 it或尽可能接近它。
不管怎样,我是IME。
https://stackoverflow.com/questions/39380157
复制相似问题