formatting USB partition with CDFS

0

I recently bought a Sandisk Cruzer USB drive. Part of the drive (6.66 MB) is formatted with CDFS and shows as a CD drive.

Why do they do this ? Is it to protect the software on that part of the disk to trick the OS (Vista) into not overwriting or amending, because it thinks this is a read-only CD ?

Is the 6.66 MB significant. Apart from being associated with the Devil ?

How can I format a partition on a USB drive to be CDFS ?

Why would I want to do something like that myself on my other flash drives ?

I'm a programmer, so how can I leverage this new knowledge ? Any Ideas ?

cometbill

Posted 2009-09-01T18:35:58.933

Reputation: 611

CDFS isn't an actual filesystem (to my knowledge); usually CDs use ISO9660 or UDF as filesystems, and Windows systems display "CDFS" when showing individual tracks on audio CDs. – quack quixote – 2010-04-11T23:15:53.057

Answers

1

This is part of the U3 software that comes on it. It is garbage and I always remove it, the link for the removal tool is here:http://u3.com/support/default.aspx#CQ3

Keep in mind, this will format your drive.

MDMarra

Posted 2009-09-01T18:35:58.933

Reputation: 19 580

Is there a way to remove it using DISKPART? – Royi – 2019-06-23T18:08:10.397

0

Most likely the reason they did this was to prevent overwriting their software from the flash drive.

If desired, you should be able to change the partition scheme to fully utilize the drive. The easiest way to do this is to boot into a Linux LiveCD and use gParted to fix it. Offhand I can't remember any free partition managers for windows.

jweede

Posted 2009-09-01T18:35:58.933

Reputation: 6 325

1

EASUS partition master home edition is a pretty good free partition manager for Windows. You can find the software at this url http://www.partition-tool.com/personal.htm

– ephilip – 2009-09-01T18:55:09.877

0

Does the pseudo-CD have an autorun.inf file on it?

This is sometimes done to take advantage of the CD autorun feature. When one of these devices is plugged into a computer that has autorun enabled, a program on the drive will start automatically. This is typically a small pop-up menu that allows the user to run, install, or uninstall programs from the drive.

Jeanne Pindar

Posted 2009-09-01T18:35:58.933

Reputation: 262

indeed it does.

I'm hoping to utilise similar functionality for myself actually. – cometbill – 2009-09-06T13:08:05.153