Project

General

Profile

Actions

Issue #1864

closed

after installation of replicant 4.2, sdcard is invisible

Added by Fil Lupin about 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
01/16/2018
Due date:
% Done:

0%

Estimated time:
Resolution:
wontfix
Device:
Galaxy S 2 (I9100)
Grant:
Type of work:

Description

Hi,
after installing Replicant 4.2 on my i9100, my sdcard is not visible.
Formerly, I installed Replicant 6 with an encrypted partition and did not unencrypted this partition. Then I did not succeed into accessing SDcard from recovery. Perhaps is it linked (see https://redmine.replicant.us/boards/3/topics/14711).

However, since android seems not to encrypt sdcard, it should not.

Currently, I do not have some crash si I'm not sure that adb logcat would be useful bute here are some informations I gathered:

root@android:/ # ls -la /dev/block/vold/                                       
brw------- root     root     179,   0 2018-01-16 00:17 179:0
brw------- root     root     179,   1 2018-01-16 00:17 179:1
brw------- root     root     179,   2 2018-01-16 00:17 179:2
brw------- root     root     179,   3 2018-01-16 00:17 179:3
brw------- root     root     179,   4 2018-01-16 00:17 179:4
brw------- root     root     179,   5 2018-01-16 00:17 179:5
brw------- root     root     179,   6 2018-01-16 00:17 179:6
brw------- root     root     179,   7 2018-01-16 00:17 179:7
brw------- root     root     259,   0 2018-01-16 00:17 259:0
brw------- root     root     259,   1 2018-01-16 00:17 259:1
brw------- root     root     259,   2 2018-01-16 00:17 259:2
brw------- root     root     259,   3 2018-01-16 00:17 259:3
brw------- root     root     259,   4 2018-01-16 00:17 259:4
1|root@android:/ # df
Filesystem               Size     Used     Free   Blksize
/dev                   395.5M    48K   395.5M   4096
/mnt/secure            395.5M     0K   395.5M   4096
/mnt/asec              395.5M     0K   395.5M   4096
/mnt/obb               395.5M     0K   395.5M   4096
/mnt/fuse              395.5M     0K   395.5M   4096
/system                503.9M   242.5M   261.4M   4096
/cache                  98.4M    54.9M    43.5M   4096
/efs                    19.7M     8.1M    11.5M   4096
/data                    2G   342M     1.6G   4096
/preload               503.9M    96.1M   407.8M   4096
root@android:/ # mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/fuse tmpfs rw,relatime,mode=775,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mmcblk0p9 /system ext4 ro,noatime,user_xattr,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p7 /cache ext4 rw,nosuid,nodev,noatime,errors=panic,user_xattr,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p1 /efs ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=1,journal_async_commit,data=ordered 0 0
/dev/block/mmcblk0p10 /data ext4 rw,nosuid,nodev,noatime,errors=panic,user_xattr,barrier=1,journal_async_commit,data=ordered,noauto_da_alloc,discard 0 0
/dev/block/mmcblk0p12 /preload ext4 ro,nosuid,nodev,noatime,user_xattr,barrier=1,data=ordered 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
root@android:/ # echo $EXTERNAL_STORAGE
/storage/sdcard0
root@android:/ # cat fstab.smdk4210                                            
# Android fstab file.
#<src>                  <mnt_point>         <type>    <mnt_flags and options>                               <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
# data partition must be located at the bottom for supporting device encryption

/dev/block/mmcblk0p9    /system             ext4      ro,noatime    wait
/dev/block/mmcblk0p7    /cache              ext4      noatime,nosuid,nodev,journal_async_commit,errors=panic    wait,check_spo
/dev/block/mmcblk0p1    /efs                ext4      noatime,nosuid,nodev,journal_async_commit,errors=panic    wait,check_spo
/dev/block/mmcblk0p10   /data               ext4      noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic    wait,check_spo,encryptable=/efs/metadata
/dev/block/mmcblk0p12   /preload            ext4      ro,nosuid,nodev,noatime    wait

Thank you for your help.

Actions

Also available in: Atom PDF