Microsoft Windows [Versión 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Reservados todos los derechos.
C:\Users\Eloy>cd C:\Users\Eloy\AppData\Local\Android\android-sdk\platform-tools
C:\Users\Eloy\AppData\Local\Android\android-sdk\platform-tools>adb devices
List of devices attached
014FEC3D04013005 device
C:\Users\Eloy\AppData\Local\Android\android-sdk\platform-tools>adb shell
su
mkdir /tmp/webtop
mount -t ext3 /dev/block/webtop /tmp/webtop
rm -r /tmp/webtop/*
su
mkdir /tmp/webtop
mount -t ext3 /dev/block/webtop /tmp/webtop
rm -r /tmp/webtop/*
shell@umts_spyder:/ $ su
root@umts_spyder:/ # mkdir /tmp/webtop
mkdir failed for /tmp/webtop, File exists
255|root@umts_spyder:/ # mount -t ext3 /dev/block/webtop /tmp/webtop
mount: Invalid argument
255|root@umts_spyder:/ # rm -r /tmp/webtop/*
rm failed for /tmp/webtop/*, No such file or directory
255|root@umts_spyder:/ #
