<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have been given a flash drive that contains advertising material in a
> partition which is read as a CD drive by my computer. It shows up in
> Disk Management (in XP) as drive G:, File system CDFS. I can't delete
> the partition using any of the XP tools. I've tried to use cfdisk in
> Linux with no success.
>
> How do I delete a CDFS partition on a flash drive? I'm capable of
> using Linux for the job.
>
Untried, but I did something similar to remove the 'hidden' bit from some
partitions once:
Read off the MBR using dd, change the file system byte to something else
(FAT32?) using a hex editor and write it back using dd. It will then look
like a hopelessly corrupt (writable) partition. You should then be able to
format the partition.
You will need to look at the MBR spec. All this is at your own risk.
|