mount command outputs its usage on correct arguments

Dario Bertini berdario at gmail.com
Mon Jan 20 14:30:14 UTC 2014


This is what I'm trying to do:

root at 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 at crespo:/ # mount /dev/block/mmcblk0p3 /storage/sdcard0
Usage: mount [-r] [-w] [-o options] [-t type] device directory
1|root at 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 at 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: berdario at gmail.com
bitmessage: BM-2cTYXfGiSTsnx3righ6aHcJSWe4MV17jDP
gpg fingerprint: 3F8D53518012716C4EEF7DF67B498306B3BF75A0 (used just
for signing commits)


More information about the busybox mailing list