USB Camera

Jason Clinton clintonj at umkc.edu
Thu Dec 12 15:24:48 CST 2002


Jim Herrmann wrote:
> su -c "/sbin/modprobe usb-storage; mount -t vfat /dev/sda1 /mnt/camera;
> /etc/rc.d/init.d/usb start;

How could you mount a USB device before the USB drivers have loaded? I think you 
need to put '/etc/rc.d/init.d/usb start' before the '/sbin/modprobe usb-storage'

> mv /mnt/camera/dcim/100msdcf/*.jpg ~/picture/$DIRPATH;
> umount /mnt/camera;
> chown -R your_login_name ~/picture/$DIRPATH"
> 

-- 
I don't believe in witty sigs.




More information about the Kclug mailing list