Can someone post the nexus 5 mount points?
xda6969 said:
Can someone post the nexus 5 mount points?
Click to expand...
Click to collapse
Code:
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337 wait
/dev/block/platform/msm_sdcc.1/by-name/boot /boot emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/misc /misc emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/modem /radio emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/sbl1 /sbl1 emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/tz /tz emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/rpm /rpm emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/sdi /sdi emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/aboot /aboot emmc defaults defaults
/dev/block/platform/msm_sdcc.1/by-name/imgdata /imgdata emmc defaults defaults
Thank you.
Related
Hey
I have a init.rc modded so I can have ext2 in my boot.img
But it is not working...
http://pastebin.com/TxixgL3C
line 89 was this:
mount rfs /dev/stl13 /data nosuid nodev check=no
but should become:
mount ext2 /dev/stl13 /data noatime nodiratime nosuid nodev check=no || mount rfs /dev/stl13 /data nosuid nodev check=no
But somehow it is not working and I believe Android takes it for rfs...
If i just replace it with:
mount ext2 /dev/stl13 /data noatime nodiratime nosuid nodev check=no
Everything works fine...
What's wrong?
Hmmm anyone please?
HI Guys,
I have a peculiar problem, and I hope someone can help solve this:
My phone is a Galaxy 3 (I5801), and I just installed Kyrillos ROM 10.6 on it. I had previously created a 1GB ext4 partition using CWM in my 8Gb card. From Kyrillos' post, I only have to do this much to enable hybrid data2sd, where all the new apps get installed in the sd-ext (1gb) partition on sd card. It seemed to work fine, I removed unwanted launchhers, made backups using Titanium, and plugged the phone to My Linux Mint system.
I copied data to the sd card (6.x gb partition) (and the 1gb ext4 partition was also auto mounted).
I rebooted the phone, and all the newly installed apps (which went to sd-ext) were not visible anymore. I tried to find them, but they were visible as ghosts in the applications list in settings.
I am guessing that the ext4 partition is not getting mounted.
Why is this happening? any ideas? please help!
EDIT:
Here is the output of the "mount" command from terminal emulator
$ export PATH=/data/local/bin:$PATH
$ mount
rootfs on / type rootfs (rw,relatime)
tmpfs on /dev type tmpfs (rw,noatime,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
none on /acct type cgroup (rw,relatime,cpuacct)
tmpfs on /mnt/asec type tmpfs (rw,noatime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,noatime,mode=755,gid=1000)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
/dev/block/stl6 on /system type ext4 (rw,relatime,commit=600,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/stl7 on /data type ext4 (rw,nosuid,nodev,noatime,nodiratime,commit=20,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/stl8 on /cache type rfs (rw,nosuid,nodev,noatime,vfat,llw,check=no,gid/uid/rwx,iocharset=cp437)
/dev/block/stl4 on /efs type rfs (rw,nosuid,nodev,noatime,vfat,llw,check=no,gid/uid/rwx,iocharset=cp437)
/dev/block/stl7 on /cache/download type ext4 (rw,nosuid,nodev,noatime,commit=20,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/mmcblk0p2 on /sd-ext type ext4 (ro,relatime,barrier=1,data=ordered)
/dev/block/vold/179:9 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:9 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
UPDATE 2:
The problem occurs only when i restart phone after connecting it to Linux Mint (Which Mounts the EXT4 /sd-ext partition. if connected to windows, no problems occur....
Any Ideas?
I have (almost) the same problem. My data2sd isn't working. link2sd desn't see my partition at all. And if I try to use hybrid data2sd I have to use it with either "g3mod config" or KMApp, but then I have this issue with ghost apps.
My phone is i5800, and if I enable BLN in KMApp (which is only for i5801), the apps stay normal, but I get sleep of death issue with screen.
Hi,
how can I mount the sdcard via terminal on my moto g.
I guess unmount is possible by umount /storage/sdcard1/
But how can I mount it again?
Here are my outputs with mounted and with unmounted:
Code:
/dev/block/vold/179:65 /mnt/media_rw/sdcard1 vfat rw,dirsync,nosuid,nodev,noexec
,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp43
7,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:65 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,rela
time,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,ioc
harset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard1 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1
023,default_permissions,allow_other 0 0
Code:
/dev/block/vold/179:65 /mnt/media_rw/sdcard1 vfat rw,dirsync,nosuid,nodev,noexec
,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp43
7,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:65 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,rela
time,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,ioc
harset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
Thanks
md
edit:
Sorry, dont know how to delete this post and recreate a new one in Q&A. Can someone please move it there? thx
Is it ok to use mmcblk in src links when building cyanogenmod?
I forgot to change them and its bulding for a few hours now. Should I stop it?
My fstab looks like this:
Code:
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/mmcblk0p24 /system ext4 ro,errors=panic wait
/dev/block/mmcblk0p27 /data ext4 nosuid,nodev,noatime,noauto_da_alloc,discard,journal_async_commit,errors=panic wait,check,encryptable=footer,length=-16384
/dev/block/mmcblk0p25 /cache ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc wait,check
/dev/block/mmcblk0p13 /efs ext4 noatime,nosuid,nodev,noauto_da_alloc,journal_async_commit,errors=panic wait
/dev/block/mmcblk0p22 /persist ext4 nosuid,nodev,data=ordered,nodelalloc wait
/dev/block/mmcblk0p1 /firmware emmc ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
/dev/block/mmcblk0p2 /firmware-modem emmc ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
/dev/block/mmcblk0p16 /boot emmc defaults defaults
/dev/block/mmcblk0p17 /recovery emmc defaults defaults
/dev/block/mmcblk0p26 /preload ext4 defaults defaults
# VOLD
/devices/soc.0/7864900.sdhci/mmc_host/mmc* auto vfat default voldmanaged=extSdCard:auto,noemulatedsd
/devices/platform/msm_hsusb_host/usb*sda auto vfat default voldmanaged=UsbDriveA:auto
/devices/platform/msm_hsusb_host/usb*sdb auto vfat default voldmanaged=UsbDriveB:auto
/devices/platform/msm_hsusb_host/usb*sdc auto vfat default voldmanaged=UsbDriveC:auto
/devices/platform/msm_hsusb_host/usb*sdd auto vfat default voldmanaged=UsbDriveD:auto
/devices/platform/msm_hsusb_host/usb*sde auto vfat default voldmanaged=UsbDriveE:auto
/devices/platform/msm_hsusb_host/usb*sdf auto vfat default voldmanaged=UsbDriveF:auto
Hi,
Try reading and posting your question here:
http://forum.xda-developers.com/showthread.php?t=667298
The experts there may be able to help.
Good luck!
Thanks!
/dev/block/mmcblk0p35 /3rdmodem ext4 rw 0 0
/dev/block/mmcblk0p36 /cache ext4 rw 0 0
/dev/block/mmcblk0p44 /cust ext4 rw 0 0
/dev/block/dm-0 /data f2fs rw 0 0
/dev/block/mmcblk0p43 /system ext4 rw 0 0
/dev/block/mmcblk0p46 /vendor ext4 rw 0 0
/dev/block/mmcblk0p47 /product ext4 rw 0 0
/dev/block/mmcblk1p1 /external_sd exfat rw 0 0
/usbotg auto rw 0 0
Just what I thought. I have a different mmcblk0p**.
hdc said:
Just what I thought. I have a different mmcblk0p**.
Click to expand...
Click to collapse
Ok. Glad I could help.
Have a nice one!
Thanks, @nortish, can you give me also:
ls /dev/block/
and
ls /dev/block/bootdevice/by-name
?
Gonna try to post that later. No time atm.
Sent from my FRD-L09 using Tapatalk
Sorry @hdc that I forgot to answer. Hope you got it sorted anyway =)
Sent from my FRD-L09 using Tapatalk