I have a 32 GB usb flash drive that mounts as vfat with a lot of unknowns.
fdisk lists the partitions as:
sda1 = midnightbsd boot
sda2 = midnightbsd vinum
sda3 = ceph journal partition
sda2 has the C/H/S reversed?
I was able to recreate "fake" sectors by doing this:
- create gpt partition table
- create nested dos partition table
- set sector alignment to 1
- create gpt partition on the nested dos partition table (whole disk)
- create partition on the gpt partition table, starting at less than sector 2048 (for example 48)
- set sector alignment back to 2048
I have tried to dd to a .img file, but it stops with an error that the file is to large, this happens at about 4.3GB. I have plenty of free space, maybe the sectors are messing with the kernel?
Any ideas whats going on?