Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p_48@android:/dev $ cd ..
- app_48@android:/ $ cat /etc/fstab
- /etc/fstab: No such file or directory
- 1|app_48@android:/ $ cat /system/etc/fstab
- /system/etc/fstab: No such file or directory
- 1|app_48@android:/ $ cd etc
- app_48@android:/etc $ ls -a
- 3g_dongle.cfg
- NOTICE.html.gz
- apns-conf.xml
- audio_effects.conf
- bluetooth
- camera.cfg
- dbus.conf
- dhcpcd
- event-log-tags
- fallback_fonts.xml
- gps.conf
- hosts
- init.goldfish.sh
- media_profiles.xml
- mkshrc
- permissions
- ppp
- security
- smb.conf
- system_fonts.xml
- usb_modeswitch.d
- usb_modeswitch.sh
- vold.fstab
- wifi
- app_48@android:/etc $ cat vold.fstab
- ## Vold 2.0 fstab for HTC Passion
- #
- ## - San Mehat ([email protected])
- ##
- #######################
- ## Regular device mount
- ##
- ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
- ## label - Label for the volume
- ## mount_point - Where the volume will be mounted
- ## part - Partition # (1 based), or 'auto' for first usable partition.
- ## <sysfs_path> - List of sysfs paths to source devices
- ######################
- # Mounts the first usable partition of the specified device
- #/devices/platform/awsmc.3/mmc_host for sdio
- dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandk
- dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
- dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1
- app_48@android:/etc $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement