Quote:
Originally posted by jcabral3
I can make a /mnt/camera directory but I do not know how to add to the /etc file.
|
jcabral3,
I had the same problem with my digital camera. I had to figure out the name for it in the /dev directory. Its probably sbd1. So I had to this command: mount /dev/sdb1 /mnt/camera
This mounts the camera on directory that you created. Run these commands to figure out what the device name is:
modprobe usb-storage
dmesg | less
You're going to get alot of output. Pay attention to the USB entries. It will give you device name.