Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. p_48@android:/dev $ cd ..
  2. app_48@android:/ $ cat /etc/fstab
  3. /etc/fstab: No such file or directory
  4. 1|app_48@android:/ $ cat /system/etc/fstab
  5. /system/etc/fstab: No such file or directory
  6. 1|app_48@android:/ $ cd etc
  7. app_48@android:/etc $ ls -a
  8. 3g_dongle.cfg
  9. NOTICE.html.gz
  10. apns-conf.xml
  11. audio_effects.conf
  12. bluetooth
  13. camera.cfg
  14. dbus.conf
  15. dhcpcd
  16. event-log-tags
  17. fallback_fonts.xml
  18. gps.conf
  19. hosts
  20. init.goldfish.sh
  21. media_profiles.xml
  22. mkshrc
  23. permissions
  24. ppp
  25. security
  26. smb.conf
  27. system_fonts.xml
  28. usb_modeswitch.d
  29. usb_modeswitch.sh
  30. vold.fstab
  31. wifi
  32. app_48@android:/etc $ cat vold.fstab
  33. ## Vold 2.0 fstab for HTC Passion
  34. #
  35. ## - San Mehat (san@android.com)
  36. ##
  37. #######################
  38. ## Regular device mount
  39. ##
  40. ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
  41. ## label - Label for the volume
  42. ## mount_point - Where the volume will be mounted
  43. ## part - Partition # (1 based), or 'auto' for first usable partition.
  44. ## <sysfs_path> - List of sysfs paths to source devices
  45. ######################
  46.  
  47. # Mounts the first usable partition of the specified device
  48. #/devices/platform/awsmc.3/mmc_host for sdio
  49. dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandk
  50. dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
  51. dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1
  52. app_48@android:/etc $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement