This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OT: One for the USB experts...

Sorry, this is waaaaaaaaaaay off-topic, but I wondered if any of the USB experts might happen to know:

I was at the UK Embedded Systems Show the other day, and got a free USB stick from Farnell.
When plugged-in, this shows up as two drives:
1. A CD-ROM drive, which has an auto-play promotional movie on it;
2. A "normal" USB drive.

The trouble is, every time you plug it in, it tries to play the movie again!

:-(

Win-XP says the CD-ROM part is read-only, so won't let me delete the files or format it.

So, is there any way to get rid of this movie?
Or do I just junk the whole stick?

Parents Reply Children
  • You missed my point: if it's not likely to be the MBR and/or Partition Table, then there is no point in trying to find "proper partition tools" - is there?!

    :-)

  • For me, I just need to restart my desktop, boot into Ubuntu Linux, I don't need to find anything, so it only takes several minutes to me. But trying to find some software, scan viruses, read documentation, it realy takes too much time.

  • For me, I just need to restart my desktop, boot into Ubuntu Linux, I don't need to find anything, so it only takes several minutes to me. But trying to find some software, scan viruses, read documentation, it realy takes too much time.

  • I always keep a CD with gparted for handling repairs, migration to larger disks etc. It has partition editor etc.

  • Andy,

    you would be better to find an expert cracker, than a USB expert ;-)

    I can make up such a USB stick for you within 30 min, modifying KEIL example to support multiple LUNs. But I don't know how to crack your stick, other than with a hammer :-)

    Tsuneo

  • So what you're saying is that this is a configuration in the stick's "firmware" to create 2 entirely separate "drives" - and not some kind of "partitioning" of a single drive?

    In which case, it is pointless to even try messing about with disk editing or partitioning software?

    Thanks, that is exactly what I wanted to know!

    I will try the hammer approach - as that, at least, will be fun!

    :-)

  • A selective use of the hammer may possibly produce hardware that you could reprogram and play with.

  • As long as I know, there is no way to make a "CD-ROM" partition on the MBR of a HDD or a USB stick.
    For USB stick, multiple LUNs support such a configuration easily.
    A LUN for usual USB stick returns PDT=0x00 to INQUIRY, CD-ROM LUN returns PDT=0x05 (PDT: Peripheral Device Type)

    I heard OTi, a major manufacturer of controller chips for USB stick, has released such chips.
    U3 also applies OTi chip.

    I believe the CD-ROM files are stored on the FLASH, too.
    I suppose a hidden command tunes the size of CD-ROM "partition" on the FLASH.
    But I don't know the command.

    Then, you'd better to find an expert cracker :-)

    Tsuneo

  • There are a number of companies that are selling this kind of products.

    One products boots a special application from the CD partition, and this program then makes cryptographic access to the data on the second partition, while allowing no-install applications to be run on windows and accessing protected data files.

    Another common trick is that a number of GSM modules initially boots as a CD, to allow the PC to install the drivers from the virtual CD. Obviously a bit problematic when not using them on a Wintel platform.

    There are also a number of USB thumb drives with one open partition with either a rescue program or a cryptographic driver, and a second disk that has protected or unprotected user data.