1... do you have backups of the fat32?
a... maybe "dd= ... (stuff)" to backup the disk (raw)
to a spare drive that is at least the same size.
and operate on one of the two results.
if so, maybe make a file: (unless you know of another way)
(call it, fix_file.txt)
p 1 11 * 8G
Code:
fdisk -f fix_file.txt -v -u /dev/[disk]
(that [disk] will probably be the shorter of the
drives's names in /dev, the install probably created lots.
...
check that file syntax first in "man fdisk...", no time here. !! Also that 8G was specific to this machine
and probably is totally USELESS in your specific
case, making the command damaging without a proper
number.
*if fdisk will see the disk
* that might "just" fix the fat table, or it may
...make it unrecoverable. I don't really know.
...there are also other fat32 types (15 I think...)
...that (maybe) should be used instead of 11...