The file system on you camera must be FAT32. You can mount it in linux under certain condition :
You must have compiled your kernel with the vfat and scsi disk support.
Then, you can simply mount it by :
mount /dev/sdX1 /mnt/your_mount_path.
replace the X with appropriate letter, usualy its sda1; and your_mount_path by a path that exist.
Redhat must be using automount, but i dont know how to use it, so maybe you will have to type this command everytime. You can try adding a line in the fstab :
/dev/sdX1 /mnt/your_mout_path vfat defaults, noauto 0 0
But on my box, the device sdX1 change from sda1 to sdb1. Very anoying.
good luck
pawn
|