Partition USB to CDFS

K

kcajmc

Does anyone know how to partition a usb drive to CDFS? I researched a
lot and cannot find anything helpful. I have yet to see anyone who
has been successful in doing this. I know scandisk U3 drives have
this partition. Any ideas? I have tried using various programs in
dos, windows, mac, and linux.
Thanks
 
E

Eric Gisin

Windows calls the driver CDFS, the file system is called ISO 9660.
Years ago on Win2000, I copied an ISO image to disk with and without partition.
Windows will not recognize it, by design I suppose.

Are you sure Sandisk uses a partition? USB devices can be multiple drives.
 
A

Arno Wagner

Previously said:
Does anyone know how to partition a usb drive to CDFS? I researched a
lot and cannot find anything helpful. I have yet to see anyone who
has been successful in doing this. I know scandisk U3 drives have
this partition. Any ideas? I have tried using various programs in
dos, windows, mac, and linux.
Thanks

What is CDFS? Maybe iso9660? You cannot partition to that, as it
is a whole-disk filesystem that does not support partitions.
You can put an iso9660 image into a partition or on a whole drive
simply by copying it there, e.g. by (Linux)

cat image.iso > /dev/<target>

Use mkisofs (Linux) to create the iso image or create a CD image
with any application that can do so.

Arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top