• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [MetroPCS] [ROM] [BETA] KitKat 4.4.4 CM11 (unofficial)

That's just the build.prop ?

The one file?

Are there more than that...that should be replaced?.

Is quick memo the last thing needing drivers?
 
Installed v.8
SD card isn't mounting nor is it visible.
Can see sdcard in recovery and access it.
Trying to mount through terminal but I'm missing something.
mkdir /sdcard/emmc
get stopped here says failed to create file exist.

home button led
Vibration locks sometimes.

Like this ROM alot hope I can mount sd card soon!
 
Installed v.8
SD card isn't mounting nor is it visible.
Can see sdcard in recovery and access it.
Trying to mount through terminal but I'm missing something.
mkdir /sdcard/emmc
get stopped here says failed to create file exist.

home button led
Vibration locks sometimes.

Like this ROM alot hope I can mount sd card soon!

First of all that is not the mount command also I don't think that is even the corect path that error means there is already a directory named that. This could be caused by a problem in the fstab but I don't know because anga blade doesn't post his source to github
 
First of all that is not the mount command also I don't think that is even the corect path that error means there is already a directory named that. This could be caused by a problem in the fstab but I don't know because anga blade doesn't post his source to github

su
mkdir /sdcard/emmc
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

Off another forum tutorial on manually mounting SD card.
 
su
mkdir /sdcard/emmc
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

Off another forum tutorial on manually mounting SD card.

Oh okey I just didn't see all the commands but it means you already made /sdxard/emmc so skip that and do the second command

busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
 
Oh okey I just didn't see all the commands but it means you already made /sdxard/emmc so skip that and do the second command

busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

When I do busybox mount -t vfat -o

u0_a54@f6mt:/ $ mount busybox -t vfat -o
Usage: mount [-r] [-w] [-o options] [-t type] device directory
1|u0_a54@f6mt:/ $

This may be because my first shot I typed mkir /sdcard/emmc I miss spelled the mkdir not 100 on what I put but it created the file anyway. :\
Maybe I need to re flash and start over?
 
When I do busybox mount -t vfat -o

u0_a54@f6mt:/ $ mount busybox -t vfat -o
Usage: mount [-r] [-w] [-o options] [-t type] device directory
1|u0_a54@f6mt:/ $

This may be because my first shot I typed mkir /sdcard/emmc I miss spelled the mkdir not 100 on what I put but it created the file anyway. :\
Maybe I need to re flash and start over?

That is only part of what you need to type type all of this as one command
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
 
That is only part of what you need to type type all of this as one command
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

First off thak you for your help. I feel like a pain.

Here is what happens when I did the command line.

su
w_utime=0020/dev/block/mmcblk1p1 /sdcard/emmc < mount: can't read '/etc/fstab': No such file or directory
1|root@f6mt:/ #
 
First off thak you for your help. I feel like a pain.

Here is what happens when I did the command line.

su
w_utime=0020/dev/block/mmcblk1p1 /sdcard/emmc < mount: can't read '/etc/fstab': No such file or directory
1|root@f6mt:/ #

Don't worry you are not a pain i think there is a better way to do that though just give me a few minutes
 
Back
Top Bottom