On Friday 18 March 2005 22:07, Mohsen Pahlevanzadeh wrote: >Dears,I'm using Slackware distro. >When i connect a digital camera to my PC,& i run lsusb command,I > receive following messages: >Bus 004 Device 001: ID 0000:0000 >Bus 003 Device 001: ID 0000:0000 >Bus 003 Device 002: ID 04a9:3074 Canon, Inc. PowerShot A60 >Bus 002 Device 001: ID 0000:0000 >Bus 001 Device 001: ID 0000:0000 >/////////////////////////////////////// > >Please help that i can mount it.
Many of these cameras are rigged to resemble a vfat filesystem, so you will need the usbstorage module loaded, and then they'll mount with the standard 'mount -t vfat /dev/camera /mnt/camera' invocation after doing a mkdir /mnt/camera so there is a place to mount it to. In my case here, the '/dev/camera' is actually a softlink to /dev/sda1. If you already have scsi disks of course, then it will probably be the next unused scsi disk, sdb1, sdc1, etc. -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) 99.34% setiathome rank, not too shabby for a WV hillbilly Yahoo.com and AOL/TW attorneys please note, additions to the above message by Gene Heskett are: Copyright 2005 by Maurice Eugene Heskett, all rights reserved. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
