You are not logged in.
-> sudo gdisk /dev/sda
GPT fdisk (gdisk) version 1.0.10
Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.
Warning! One or more CRCs don't match. You should repair the disk!
Main header: OK
Backup header: ERROR
Main partition table: OK
Backup partition table: OK
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: damaged
****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************
i dont really know how do fix this or anything, im basically trying to get 2 os in this usb drive so i can plug and play on diffrent devices like school's computer, dad's computer and maybe on my phones.
Offline
Post output of commands:
lsblk -f /dev/sda
sudo file -s /dev/sda{,1,2,3,4,5}
sudo gdisk -l /dev/sda
sudo fdisk -l /dev/sda
sudo parted -l /dev/sdaLast edited by xerxes_ (2025-12-13 21:44:42)
Offline