SPMEREDITH / urukdroid

Automatically exported from code.google.com/p/urukdroid
0 stars 0 forks source link

Cannot auto-mount ext4 formatted microsd card #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Format a micro SD card with ext4 in linux.
2. Insert ext4 formatted micro SD into tablet
3. Attempt to mount SD card.

What is the expected output? What do you see instead?
Expected to see the the sdcard mount.
instead, device turns around and says SD card is read to be ejected.

Did previous version of UrukDroid did it right? Does it work on Archos
default OS correctly?
Do not know about previous versions of urukdroid. Archos default firmware does 
not mount it correctly.

What version of UrukDroid are you using? What version of Archos device?

A70S-V5
UrukDroid 1.6
firmware 2.4.81, 2.2.1
omap es1.2
boot version Unknown / 4.04.000000

Please provide any additional information below.

I do dmesg, and it shows EXT3-fs complaining about unsupported features 240.

I can mount the partition by doing:

su
mount /dev/block/mmcblk2p1 /mnt/sdcard

...and dmesg shows EXT4-fs is happy with it. Completely normal operation from 
within android, 

Note that when I formatted the partition, I had to format with '-O 
^large_file,^huge_file' because android doesn't support those options.

Original issue reported on code.google.com by nicholas...@gmail.com on 5 Feb 2012 at 10:40