Results 1 to 8 of 8
Hey there. Not entirely sure which forum this should go in but I guess we can start here.
Anyways, I was having some computer problems the other day and needed ...
- 09-10-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
[SOLVED] memtest ate my flash drive
Hey there. Not entirely sure which forum this should go in but I guess we can start here.
Anyways, I was having some computer problems the other day and needed to run memtest so I installed it to my flash drive from the liveCD version of ubuntu. Now, I've deleted everything I can see and formatted it several times yet it is only showing 7 MB available and in disk management there is 3.74 GB on an unallocated partition.
I can't remember the commands used to install memtest, or where the durn tutorial on it is, but surely this isn't permanent. Any ideas as to how I can clear any remnants of memtest and utilize the whole drive? Thanks.
- 09-10-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Welcome to the forums!

I'd try running gparted on it if you haven't done so already.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-10-2009 #3
Hmmm, you probably wrote the test app to it's own partition.
"gparted" is a GUI for the command line app "parted". Be very careful when you select partitions, especially if you use the command line version, to make sure you do not select one of your HDD's instead of your flash disk!
Good luck.Respectfully... Sarlac II
~~
The moving clock K' appears to K to run slow by the factor (1-v^2/c^2)^(1/2).
This is the phenomenon of time dilation.
The faster you run, the younger you look, to everyone but yourself.
- 09-10-2009 #4Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
Okay I finally finished downloading ubuntu 64-bit and went into gparted. It showed it as unallocated so I made a partition on it but it is now showing as 8.4 MB rather than 4 GB.
- 09-11-2009 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
You could try wiping the flash drive MBR and partition tables with this command to see if it helps:
You'll need to replace the bold letter "x" with the letter representing your flash drive.Code:sudo dd if=/dev/zero of=/dev/sdx bs=512 count=1
Have the drive plugged in and run fdisk -l to find the correct device letter.
Be careful here running the dd command, or you could damage some part of your system if you enter the letter of the wrong drive.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-11-2009 #6Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
Okay, I ran that command and the whole drive was showing up as unallocated space. But when I went to create a new partition on it, there was an error before it finished and now it isn't being recognized.
- 09-11-2009 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
It's beginning to sound like this drive had met it's doom. I really don't know of anything else to try on it other than perhaps running TestDisk on it, or returning it to the manufacturer for replacement if it's still under warranty.
You can find TestDisk on the Parted Magic LiveCD if you want to give it a go.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-11-2009 #8Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
Okay, this has been quite a weird scenario. I rebooted into windows and it registered fine just saying that the drive needed a format. After that everything seems to be working fine. =s
Thanks for your replies! =)



