0
I have a bootable USB thumbstick with FreeDOS. It's 512 MB FAT16B. The thumb drive itself is 4 GB, and I'd like to extend the bootable partition as much as possible (FAT16B supports at least 2 GB partitions, possibly 4 GB).
DISKPART> detail partition
Partition 1
Type : 06
Hidden: No
Active: Yes
Offset in Bytes: 32256
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 6 I FD-SETUP FAT Removable 511 MB Healthy
The catch is that diskpart
refuses to extend this partition:
DISKPART> extend
Virtual Disk Service error:
The volume cannot be extended because the file system does not support it.
Is it doable? I don't mind losing the files as I can back them up and then restore, but I don't have any simple way of restoring the boot sector so I'd rather not lose it.