View Single Post
Tuổi 05-06-2021, 08:54 AM   #2
hoctinhoc
Guest
 
Trả Lời: n/a
Problem:

partedUtil getptbl /vmfs/devices/disks/naa.600508b1001c2bac8b8d1f8ed64c48d8
Error: Function not implemented during read on /dev/disks/naa.600508b1001c2bac8b8d1f8ed64c48d8
Error: The primary GPT table states that the backup GPT is located beyond the end of disk. This may happen if the disk has shrunk or partition table is corrupted. Fix, by writing backup table at the end? This will also fix the last usable sector appropriately as per the new reduced size. diskPath (/dev/disks/naa.600508b1001c2bac8b8d1f8ed64c48d8) diskSize (3906963632) AlternateLBA (3907029167) LastUsableLBA (3907029134)
Warning: The available space to /dev/disks/naa.600508b1001c2bac8b8d1f8ed64c48d8 appears to have shrunk. This may happen if the disk size has reduced. The space has been reduced by (65536 blocks). You can fix the GPT to correct the available space or continue with the current settings ? This will also move the backup table at the end if it is not at the end already. diskSize (3906963632) AlternateLBA (3907029167) LastUsableLBA (3907029134) NewLastUsableLBA (3906963598)
gpt
243197 255 63 3906963632

Solution:
partedUtil mklabel /vmfs/devices/disks/naa.600508b1001c2bac8b8d1f8ed64c48d8 msdos

After fix

partedUtil getptbl /vmfs/devices/disks/naa.600508b1001c2bac8b8d1f8ed64c48d8
msdos
243197 255 63 3906963632
  Trả lời ngay kèm theo trích dẫn này