Unknown fat type! from UEFI USB fat32 partition
Brought to you by:
thomas_tsai
Running partclone v0.2.70 on Ubuntu 14.04 amd64
I have a bootable EFI USB stick with one fat32 partition, but can't clone it:
$ sudo fdisk -l/dev/sd /dev/sdd
Disk /dev/sdd: 32.0 GB, 31954556416 bytes
255 heads, 63 sectors/track, 3884 cylinders, total 62411243 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00054fed
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 62411206 31205572 c W95 FAT32 (LBA)
$ sudo partclone.fat32 -c -d -s /dev/sdd1 -O partition1.img
Partclone v0.2.70 http://partclone.org
Starting to clone device (/dev/sdd1) to image (partition1.partclone)
Reading Super Block
fatclone.c: Unknown fat type!!
I will attach a file containing the first megabyte of the fat32 partition (created with sudo dd if=/dev/sdd1 of=firstpart.dat bs=1M count=1). Please let me know if I can provide something else useful. Thanks.
How this usb made? can you run blkid and fsck.vfat to check the fat type?
thank you.