I am trying to implement a program on PC which will retrive pcitures from like 100 Android phones all pluged in.
However after running some test, I already found out on Ubuntu it can automatically mount up 40 phones, others can be recognized on the bus but cannot be mounted automatically.
So I am trying to find out a way to connect MTP device in ubuntu command line.
So far I tried mtpfs from here using "mtpfs -o allow_other /media/mtp/" seems it is still automatically finding available devices and mount them to mountpoint. this is not what Im looking for, I hope it can be done like mounting an disk by mount/umount. is that possible?