Go Back   PCMech Forums > Help & Discussion > Computer Hardware

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 01-20-2006, 06:58 PM   #1
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
Stupid Flash Drive!

I just had to buy a 512mb USB flash drive for my Java class. Anyway I picked up a Memorex one on sale and it has this rediculous program that automatically opens when I plug it in. I've tried formatting the drive over and over but the program keeps coming back when I thought it was gone. Anyone know what I could do to wipe the thing totally clean?
flawedreality5 is offline   Reply With Quote
Old 01-20-2006, 08:35 PM   #2
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
Remove the partitions in disk management, then make a new partition and format it.

Are you sure the "program" isn't just XP's autorun?
glc is offline   Reply With Quote
Old 01-20-2006, 11:31 PM   #3
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
No. It's like an animated Memorex management program for the drive. Gives options to download programs, enable password for the drive. It's very dumb. I can't seem to get rid of it under disk management either. The program autoruns from the drive as soon as I plug it in. I tried formatting to FAT and FAT32 with no luck.
flawedreality5 is offline   Reply With Quote
Old 01-21-2006, 06:41 AM   #4
Ride 'em Cowboy
 
EzyStvy's Avatar
 
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,018
When you view the drive in Disk Mgmt, how many partitions do you see on it? If more than one, remove both, then recreate one & format.
__________________
Stand Up 2 Cancer - SU2C
EzyStvy is offline   Reply With Quote
Old 01-21-2006, 03:29 PM   #5
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
I don't think I'm going to be able to clear this thing. The main partition is only 495mb FAT32 out of the 512. When I plug it in, it mounts an extra CD-ROM drive and opens the "U3 launchpad" program from there and you can see the other 10mb under the mounted drive.
flawedreality5 is offline   Reply With Quote
Old 01-21-2006, 07:19 PM   #6
Member (7 bit)
 
Join Date: Nov 2005
Location: http://andrewxlam.com
Posts: 108
U3 is a technology that allows you to run customized programs without installing them on the computer your using.

I don't think you can disable it at all, but i'm not sure though.
Retrac1324 is offline   Reply With Quote
Old 01-21-2006, 07:26 PM   #7
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
Well that's dissapointing.
flawedreality5 is offline   Reply With Quote
Old 01-21-2006, 08:32 PM   #8
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
There's 9mb unaccounted for - a 512mb drive should show up as 504mb in disk management.

You need to remove every partition you see in disk management till you have a totally unallocated drive. From what I can find, U3 smart drives have multiple partitions. Reformatting the 495mb partition will do absolutely nothing.
glc is offline   Reply With Quote
Old 01-21-2006, 08:53 PM   #9
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
I can't see 2 partitions on the drive. Just the one FAT32. As soon as I plug it in the, the stupid U3 launchpad opens through the mounted drive. I can't close it without ejecting the drive. The other space that is unaccounted for, shows up under the mounted CD-ROM drive that the drive creates. And I can't repartition that.
flawedreality5 is offline   Reply With Quote
Old 01-23-2006, 11:24 AM   #10
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
If you are familiar with linux you can zero fill the entire drive there pretty easily then repartition and format in windows. I'm curious about the reported size however. My 512MB sandisk cruzer is really about 488MB which is about right if you figure they are using decimal instead of binary in reporting the size, i.e. 512,000,000bytes/1024/1024 = 488MB. Where do you get the 504MB size?

Here's an article on U3:

http://news.designtechnica.com/featured_article24.html

If it's a hardware spec/API, you may not be able to get rid of it, i.e. u3 may be launched by winxp upon detecting a u3 compatible device and that may have nothing to do with what's on the drive but rather the devices hardware signature to windows. You might be able to disable u3 form within windows somehow.

Last edited by kilgoretrout; 01-23-2006 at 11:46 AM.
kilgoretrout is offline   Reply With Quote
Old 01-23-2006, 12:23 PM   #11
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
Sorry about that - I was thinking 528mb.

Maybe the U3 is in firmware - if so, that's gonna be a pain.
glc is offline   Reply With Quote
Old 01-23-2006, 01:50 PM   #12
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
I think it is firmware. We've been using it in Knoppix for Java class and it doesn't load in there. I'll try to fiddle with it in Linux though and let you know what happens.
flawedreality5 is offline   Reply With Quote
Old 01-24-2006, 08:16 AM   #13
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,505
You can zero fill any drive in linux by running this with the drive unmounted:

# dd if=/dev/zero of=[device file of drive to be zero filled]

Be very careful when using this that you get the right device file or you could wind up zeroing out your hard drive by mistake. The device file for a flash drive will usually be /dev/sdx. Sata and scsi drives also use "sdx" for device files, i.e. the first sata/scsi drive is /dev/sda, the second /dev/sdb, ect. The flash drive usually takes the next letter in sequence behind any internal hard drives. If you're not sure which device file your flash drive is on run:

# fdisk -l

for a full listing of every recognized drive on the system by device file. If you don't have any scsi or sata drives, the first usb storage device is typically /dev/sda so you would run:

# umount /dev/sda1
# dd if=/dev/zero of=/dev/sda

It will take several minutes to write zeros to every sector and exit with a block count and a message that it ran out of blocks to write to.
kilgoretrout is offline   Reply With Quote
Old 01-24-2006, 05:41 PM   #14
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
I'll give this a try when the semester is over. I've been so busy lately. It sounds like it should work, but I don't want to risk anything to the drive and be out of luck for class.
flawedreality5 is offline   Reply With Quote
Old 02-04-2006, 06:56 PM   #15
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
Just a follow up. I formatted like kilgoretrout said and it didn't get rid of the U3 program. When I changed back into Windows and plugged the thing in, the U3 program said that the storage wasn't formatted and to format, after I did, it copied its program files back onto the partition. I think it's just firmware that can't be removed.
flawedreality5 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:24 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0