[ltp] usb digital camera help

Joel Ebel linux-thinkpad@linux-thinkpad.org
Tue, 24 Jun 2003 22:05:54 -0400


You would want the modprobe usbstorage line in /etc/rc.d/rc.modules, or 
if you have slack 9 and hotplug, you won't need it at all.  Hotplug will 
load the usbstorage module.  The usbdevfs can be put in /etc/fstab as 
well.  And again, the user option should allow any user to mount the 
drive.  Maybe permissions on the device are funny if they can't.

Joel

Jim Harvey wrote:
> The second mount should work from a non-root ID, that's what
> the "user" parameter does.  Did you create a /mnt/usbflash directory?
> 
> I don't know why you need the first two things, I'm running Redhat 9
> and USB comes up at boot.  Maybe someone using Slack on this list
> can comment?  Probably an entry in /etc/modules.conf?
> 
> 
> luca pisani wrote:
> 
>> Thanks,
>> as sda1, vfat now it works......
>>
>> What I do is:
>> modprobe usb-storage
>> mount -t usbdevfs devusb /proc/bus/usb
>> mount /dev/sda1  (I added /dev/sda1     /mnt/usbflash     vfat    
>> noauto,user,mask=022,exec  in fstab)
>>
>> But only root can do that.....
>> How can a normal user do that?
>>
>> Thanks.
>> Bye Luca
>>
>> Jim Harvey wrote:
>>
>>> luca pisani wrote:
>>>
>>>> Hi...
>>>> I'm trying to use Fujifilm digital camera mv-1 with linux (slackware 
>>>> 8.1 kernel 2.4.21) on thinkpad 600E
>>>> How can I mount the device?
>>>> Witch type of file system?
>>>>
>>>> Thanks,
>>>> Bye Luca
>>>>
>>>
>>> My Fuji S602 shows up as /dev/sda1.  I have the following in /etc/fstab:
>>>
>>> /dev/sda1     /mnt/usbflash     vfat    noauto,user,mask=022,exec
>>>
>>> And I can mount /mnt/usbflash from a user account.  It doesn't always 
>>> work though.  I bought a SanDisk USB reader for the Compact Flash 
>>> cards and it will mount with the same fstab entry.  I also have a 
>>> PCMCIA compact flash adaptor and that mounts as /dev/hde1.  It works 
>>> better, but can't be used with another PCMCIA card in the second card 
>>> slot.  I can run fdisk on the flash cards from the PCMCIA adaptor or 
>>> from the SanDisk adaptor, but a SanDisk partitioned CF won't work in 
>>> the camera while the PCMCIA partioned one will.
>>>
>>> One other thing, the SanDisk did not work reliabily when I got it, I 
>>> had much better luck when I plugged it in through a powered USB hub.  
>>> Apparently the laptop does not provide enough power to the USB string 
>>> to handle a 128 meg CF card.