gdisk
磁盘问题和解决: fsck,gdisk,fdisk等
# 错误: Resize inode not valid 对于gpt分区的硬盘一般fsck只能检查分区, 不能用于检查整个硬盘, 但是如果对硬盘设备运行时遇到这样的错误 ```bash $ sudo fsck -n /dev/sdc fsck from util-linux 2.37.2 e2fsc ......
记一次ubuntu系统磁盘无法挂载之gdisk命令的使用
可以使用`fdisk -l`查看到磁盘分区信息但实际上并未成功 ``` (base) root@ywb:~# fdisk -l ...... The primary GPT table is corrupt, but the backup appears OK, so that will be us ......