"udcmount" "1" "" "" "Starbuntu"
udcmount - mounts block devices, opens them and finally unmounts them (provided by Starbuntu)
udcmount [1|2] [<device path>]
The Starbuntu program udcmount mounts block devices, that means other partitions, external hard disks, memory sticks or SD cards under their label in the folder /media/<user> and displays them in the file manager.
After calling the program the file manager pops up either in one window (first parameter = 1 or unset) or with two windows (first parameter = 2): one shows the file structure of the mounted device and the other one the home directory. If the block device isn't given, a selection menu with the possible block devices initially shows up.
After closing the file manager the mounted device gets unmounted again.
/usr/local/bin/udcmount
udcmount 2 /dev/sdb1 or briefly udcmount 2 sdb1
Peter Starfinger <info@die-starfingers.de>