This is what I'm trying to do: root@crespo:/ # mount /dev/block/platform/s3c-sdhci.0/by-name/media /storage/sdcard0 Usage: mount [-r] [-w] [-o options] [-t type] device directory 1|root@crespo:/ # mount /dev/block/mmcblk0p3 /storage/sdcard0 Usage: mount [-r] [-w] [-o options] [-t type] device directory 1|root@crespo:/ # mount /dev/block/mmcblk0 /storage/sdcard0 Usage: mount [-r] [-w] [-o options] [-t type] device directory
-t should be optional, but if I add it actually parses the arguments correctly 1|root@crespo:/ # mount -t vfat /dev/block/mmcblk0 /storage/sdcard0 mount: Device or resource busy as you might have realized, this is on an android system... I'd report it to https://github.com/tpruvot/android_external_busybox (or https://github.com/dylex/android_external_busybox maybe?) but there's no authoritative repository apparently, and they don't have an issue tracker Thanks -- xmpp: [email protected] bitmessage: BM-2cTYXfGiSTsnx3righ6aHcJSWe4MV17jDP gpg fingerprint: 3F8D53518012716C4EEF7DF67B498306B3BF75A0 (used just for signing commits) _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
