PDA

View Full Version : USB


henrik
6th March 2004, 07:26 PM
I am using FC 1 and I have problems to locate my Digital camer trhu USB port. I know I have to mount it from somewhere but I don't remeber from where.

Would be pleased if someone could help me.

vorte[x]
9th March 2004, 05:01 AM
Hi henrik,

Try mounting /dev/sda1 by issuing...

[code:1]mount /dev/sda1 /mnt/camera[/code:1]

(fstab entry looks like: /dev/sda1 /mnt/camera auto defaults,user,noauto 0 0)

Hope that helps!

- V