Wednesday, February 15, 2012

[android-developers] Getting access to the cluster level data of an micro SD card.

In Android, is it possible to get access to the cluster level data of a micro SD card?
 
Like in Win32, you would do a CreateFile("\\.\\d:", ....);
or CreateFile("\\\\physicaldrive0\", ....);
 
That way I should be able to access the boot sector.
 
Does Android support SD cards with FAT file system only?
Or are there any more that are supported?
 
Thanks

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment