从 ioctl 调用获取大于 2TB 的 Veritas 卷的磁盘大小
用于获取大于 2TB 的 vxvm 卷的磁盘大小的 ioctl 命令是什么? (DKIOCGVTOC 工作正常,直到块计数不超过 32 位整数大小限制)
What is the ioctl command to get the disk size of vxvm volume that is greater than 2TB? (DKIOCGVTOC is working fine till the block count doesn't exceeds the 32 bit integer size limit)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VTOC 无法处理超过 2TiB 的卷。您需要使用 EFI 标签 来处理它们。
您应该使用 efi_alloc_and_read< /a> 获取 EFI 标签。
A VTOC cannot handle more than 2TiB volumes. You need to use EFI labels to handle them.
You should use efi_alloc_and_read to get the EFI label.