Using Nikon Camera with Fedora Redhat Linux 3 (kernel 2.6.12-1.1381_FC3)


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 !!!