NovaFusion / android_device_samsung_golden

Android 4.4+ device tree for i8190
37 stars 31 forks source link

External SD-card is not mounted when formatted as ext2/3/4 or f2fs #63

Open ThGravo opened 9 years ago

ThGravo commented 9 years ago

I can't use ext2/3/4 and f2fs on the external SD card. They are not mounted by the ROM (although it works in recovery). FAT & exFAT work, but i would prefer to have a native Linux filesystem und a Linux based device.

ThGravo commented 9 years ago

logcat: http://forum.xda-developers.com/attachment.php?attachmentid=3373517&d=1434959340 dmesg: http://forum.xda-developers.com/attachment.php?attachmentid=3373518&d=1434959340

and for vfat formatted sd card: logcat: http://forum.xda-developers.com/attachment.php?attachmentid=3373524&d=1434960232 dmesg: http://forum.xda-developers.com/attachment.php?attachmentid=3373523&d=1434960188

m-chojnacki commented 9 years ago

Android 4.1 doesn't support ext2/3/4 on SD card, and F2FS at all. You will have to wait for next releases.

ThGravo commented 9 years ago

I'm actually using the latest CM12.1 release and for internal memory those fs are all supported.

m-chojnacki commented 9 years ago

Sorry, I must have mistaken the devices. I thought it's Galaxy Core bugtracker, nevermind ;) Speaking of S3 Mini and 12.1, I will have to take a further look at this.

ThGravo commented 9 years ago

Been trying some more. NOT working: ext2/3/4, xfs, btrfs, reiser4 working: fat, exfat, ntfs

So every Windows filesystem is working and any native Linux filesystem is not. Which seems quite weird to me since Android is Linux based....