View Single Post
  #460 (permalink)  
Old 05-31-2009, 08:25 PM
WildcatWhiz's Avatar
WildcatWhiz
Lurker
Offline
 
Join Date: May 2009
Posts: 7
Reputation: 5
WildcatWhiz is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

Success! For those of you having difficulty with Linux mounting your SD card, try doing a fresh format from Diskpart. Here's how:
  1. Open Command prompt and run "diskpart"
  2. select disk 1 (or whatever disk your microSD is labelled as in My Computer>Properties>Hardware>Properties>Volumes>Po pulate)
  3. clean
  4. create partition primary
  5. select partition 1
  6. active
  7. format fs=fat
  8. assign
  9. exit
Reply With Quote
This post has been thanked 1 times.