07-21-2014, 06:27 AM
Try mounting it manually. With it plugged in, open a terminal and do:
This will create a folder in your home folder called 'kidscamera'
When you have finished, unmount the camera with:
Code:
mkdir ~/kidscamera
mount /dev/sdb ~/kidscamera
This will create a folder in your home folder called 'kidscamera'
When you have finished, unmount the camera with:
Code:
umount ~/kidscamera