-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As Owen pointed out, this response isn't really relevant, but if anyone was curious, the camera acts as a USB mass storage device, which show up as scsi hard drives. I'm sure there's a good reason =)
sd 1:0:0:0: Attached scsi removable disk sda That line in your log gives the name of the device it used, 'sda'. If sda was already in use, it would go to sdb, sdc, and so on. Now, you get to mount it. It may or may not be partitioned, so if "mount /dev/sda /path/to/mount/point" doesn't work, try /dev/sda1 instead. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFEIkPzwsRpgTiXSOERAqxvAJ99LVcmQroIwYvr/huSSoGXuaWzNACgttKB ZFCu+kHahR8VXq1ImC5EUVc= =MZ2e -----END PGP SIGNATURE----- -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
