Re: Getting photos from USB compactFlash into linux

2004-08-07 Thread J F
etting photos from USB compactFlash into linux At the end of this transcript I found dmesg error:usb 3-2: new full speed USB device using address 20usb 3-2: device not accepting address 20, error -71I am using hotplug package not usbmgr package.I have read somewhere that the USB device not accepti

Re: Getting photos from USB compactFlash into linux

2004-08-04 Thread J F
L PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Tue, 3 Aug 2004 08:45:00 -0400 (EDT) Subject: Re: Getting photos from USB compactFlash into linux On Tue, 3 Aug 2004, J F wrote:> [EMAIL PROTECTED]:/etc# mount -t vfat /dev/sda1 /usb> mount: /dev/sda1 is not a va

Re: Getting photos from USB compactFlash into linux

2004-08-03 Thread Andrew Perrin
On Tue, 3 Aug 2004, J F wrote: > [EMAIL PROTECTED]:/etc# mount -t vfat /dev/sda1 /usb > mount: /dev/sda1 is not a valid block device > [EMAIL PROTECTED]:/etc# mount -t vfat /dev/sda2 /usb > mount: /dev/sda2 is not a valid block device > [EMAIL PROTECTED]:/etc# ls -ld /usb > drwxr-xr-x 2 root root

Re: Getting photos from USB compactFlash into linux

2004-08-02 Thread J F
> Try `lsmod | grep usb_storage` and if there is no return OK: $ lsmod | grep usb_ $ There was no return. > try `modprobe usb-storage` > and then add `usb-storage` to your /etc/modules file. > That _should_ allow you to mount it. If not it may be a problem >with your dev files- in which cas

Re: Getting photos from USB compactFlash into linux

2004-07-29 Thread John Summerfield
Andrew Perrin wrote: fdisk -l /dev/sda A mate of mine has a problem: his "disk" wanders. First time it's sda, then sdb etc. You might check for that: for d in a b c d e f g h i j k; do fdisk -l /dev/sd{d};done Use eject /dev/sda when done to fix this. Hm. I'd reckon he knows enough to umoun

Re: Getting photos from USB compactFlash into linux

2004-07-29 Thread Andrew Perrin
On Thu, 29 Jul 2004, John Summerfield wrote: > J F wrote: > > >I've always wanted automounter to work. > >I thought of it as mounting an NFS disk on another > >computer, but it would be cool if it works for flash. > >It's still not working, and I wonder if the compactflash > >reader hardware is >

Re: Getting photos from USB compactFlash into linux

2004-07-29 Thread John Summerfield
J F wrote: I've always wanted automounter to work. I thought of it as mounting an NFS disk on another computer, but it would be cool if it works for flash. It's still not working, and I wonder if the compactflash reader hardware is burned out or if the flash card is not formated: [EMAIL PROTECT

Re: Getting photos from USB compactFlash into linux

2004-07-29 Thread Aaron B
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 July 2004 01:05 am, J F wrote: > [EMAIL PROTECTED]:/# mount -t vfat /dev/sda1 /usb > mount: /dev/sda1 is not a valid block device > [EMAIL PROTECTED]:/# ls -lad /usb > drwxr-xr-x 2 root root 4096 Jul 28 19:47 /usb Sounds like a probl

Re: Getting photos from USB compactFlash into linux

2004-07-29 Thread Lucio Crusca
I've no real experience with automounter, but I've noticed something in your config files that looks strange to me; please don't assume I'm right. > This file below (auto.misc) > looks like it needs a flash line like maybe: > #below added july 28,2004 > flash -fstype=fvat,sync,nodev,nos

Re: Getting photos from USB compactFlash into linux

2004-07-28 Thread J F
ppix-autoconfig --- On Wed 07/28, Micha Feigin < [EMAIL PROTECTED] > wrote: From: Micha Feigin [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 29 Jul 2004 03:17:55 +0300 Subject: Re: Getting photos

Re: Getting photos from USB compactFlash into linux

2004-07-28 Thread Micha Feigin
On Wed, Jul 28, 2004 at 04:42:38PM -0400, J F wrote: > > I would like to get Debian to recognize my pictures on > from my camera which uses compact flash. > > >From a posting by dances with crows: > >USB Mass Storage devices are seen as SCSI disks. Unless you have any > >real SCSI disks or any

Re: Getting photos from USB compactFlash into linux

2004-07-28 Thread Jason Rennie
On Wed, Jul 28, 2004 at 04:42:38PM -0400, J F wrote: > So I typed: > [EMAIL PROTECTED]:/etc/apt# mount -r -t vfat /dev/sda1 /mnt/auto/sda > mount: mount point /mnt/auto/sda does not exist It doesn't matter where you mount the sucker. Do this: mkdir /usb mount -r -t vfat /dev/sda1 /usb I mount w

Getting photos from USB compactFlash into linux

2004-07-28 Thread J F
I would like to get Debian to recognize my pictures on from my camera which uses compact flash. >From a posting by dances with crows: >USB Mass Storage devices are seen as SCSI disks. Unless you have any >real SCSI disks or any other USB storage devices, your CF reader will be >seen as /dev/sda