On Thu, 2003-12-11 at 13:20, Tim Waugh wrote: > On Thu, Dec 11, 2003 at 12:45:33PM +0100, Martin Andersen wrote: > > > When I turn on my Sony DSC-P31 USB camera, a new > > line is added to /etc/fstab: > > /dev/sda1 /mnt/camera auto > > noauto,owner,kudzu 0 0 > > > > Very nice, but the system doesn't mount the camera. ls /mnt/camera shows > > nothing. So I need to do mount -t vfat /dev/sda1 /mnt/camera for getting > > access to the camera (only as root). # chown your_user_id /dev/sda3 Then, you'll be able to mount the camera as a non-root user.