1. Log in as root 2. Observe the logs # tail -f /var/log/messages 3. Connect the camera's USB and switch it on. 4. You will see the device in the logs It would most likely show connecting as sda1 5. Create a dir # mkdir /media/nikon 6. Mount the device # mount /mnt/sda1 /media/nikon 7. List the files under /media/nikon DONE !!!