• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

About microsd card

Joined
Feb 22, 2009
Messages
928
Hey Guys
I dont know if this topic go's here or not but I have an question to ask I have an 4GB microsd card and I tried to write some files to it for rooting nook color and could not get the boot to work so I tried to reformat the microsd card and now its only showing 70meg out of 4GB. So question being is there anyway that I can get the 3.70-4Gb back or is the microsd card junked?
 
Try reformatting the card in a difference machine, some card readers can be very picky about what cards they will read.
 
If it's Windows, then the OS will only see the first partition on what it determines to be removable media - such as SD cards.

Remove any partitions and then reformat!
You can do it from Control Panel - Admin Tools - Computer Mgt - Storage - Disk Mgt
or by using diskpart in a command window!

Some 3rd party formatting tools might do it too!
 
probably just need to blow away your partition table

dd if=/dev/zero of=/dev/<blk device of your card> bs=512 count=1

then go back and set it up however you need for what ever it is you're trying to do.
 
Back
Top