Tried diskpart --- It does nothing to the partition.
I tried linux too... no luck.
It seems to need some special piece of software to manipulate the disk
K
Main Topics
Browse All TopicsI see from this post ( http://www.experts-exchang
I have the opposite question:
How do I remove the AutoRun CD-ROM 'Partition' from a generic USB memory stick -
The software on the autorun partition causes my computer to BSD when I remove the stick, plus it takes up 8M of the total stick memory.
The Stick shows up as 2 separate drives when plugged in to the computer -
1 CD ROM and 1 normal removable disk.
the software on the CD partition is from AlcorMicro.
I have already tried to low-level format the stick, but only the 2nd partition is affected.
Any help would be appreciated.
Ken
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, I agree it seems like a specially written 'Smart App' has been designed.
Your USB is probably supplied from this vendor: AlcorMicro
See their Aug. 2003 News Flash, introducing this device:
http://www.alcormicro.com/
I quote from here:
This feature enables a CD-less USB Flash Disk because a Smart software application is embedded into the Flash Disk during production in order to partition and lock the Flash Disk."
That application, according to my version of the very same USB device, is: smartap.exe
It will be extracted during autorun, onto your (Wintel): C:\Documents ...\<user>\<templates>\Alc
folder, apparently by the autorunned loaderW.exe (maybe different, on other OS'es).
No matter what you do, the application gets installed every time you stick it inside your usb-port and you will get the Flashed application (not coming from the USB drive) started no matter what (unless Autorun is disabled). I guess, to circumvent this, you must flash the ROM in the USB device OR write en emulator that can simulate in the 'host' as smartapp.exe, but without doing anything but simulate.
Hi its me again, I have researched a bit, and posted something here (to the article you refer to in beginning), which might point you in the right direction:
http://www.experts-exchang
and also look here too, especially if your device is a USB U3 device:
http://en.wikipedia.org/wi
Business Accounts
Answer for Membership
by: ubigPosted on 2007-10-30 at 08:09:04ID: 20177878
I think that drive has hidden partition. Try to use windows utility diskpart.exe:
c:> diskpart
> list volume
> select volume X
> delete volume
> exit
Make sure X is correct volume number :) Never tried it myself on removable drive, would be interesting if it worked out.