HTTP/1.0 200 OK Date: Thu, 25 Jul 2002 00:48:52 GMT Server: Apache/1.3.9 (Unix) Debian/GNU mod_perl/1.21_03-dev Last-Modified: Wed, 22 Aug 2001 10:24:23 GMT ETag: "184fb-322-3b838857" Accept-Ranges: bytes Content-Length: 802 Content-Type: text/html; charset=iso-8859-1 Age: 0 X-Cache: MISS from proxy.sydney.apana.org.au X-Cache-Lookup: MISS from proxy.sydney.apana.org.au:8080 Proxy-Connection: close Accessing the fuji 1300 camera from Linux Present documentation discusses mass storage devices and digital cameras, but don't seem to acknowledge that the digital camera may look like a mass storage device to an outside interface, being a crossover covering both categories.

For the Fuji Fine Pix 1300, you map the device as a scsi drive.

The modules needed are :

uhci
usbcore
usb-storage
scsi_mod
sd_mod
vfat
fat

Of course, if your system is set up well enough, it will load these automatically. Mine isn't !

It looks like some sort of dos drive, hence the fat & vfat.

You mount it with a command like :

mount /dev/sda1 /mnt

and then

cd /mnt/dcim/100_fuji

because the images live in a sub directory.