just some FYI as to what i have done...
i added the following line to my /etc/fstab
/dev/sda1 /mnt/camera auto noauto,user,ower 0 0
i have made a directory called camera in /mnt
here is what i am getting:
Code:
usb.c: USB device 20 (vend/prod 0x3f0/0x4502) is not claimed by any active driver.
[root@raylap root]# mount /dev/sda1
mount: you must specify the filesystem type
[root@raylap root]# cd /mnt
[root@raylap mnt]# mkdir camera
[root@raylap mnt]# ls
camera cdrom floppy
[root@raylap mnt]# mount /mnt/camera
mount: /dev/sda1 is not a valid block device
what next?