Re: Card Reader

2005-04-08 Thread smertz
On Thu, 2005-04-07 at 22:24 -0400, chuck gelm wrote: > Mounting thumb drive. > > On my two Slackware 9.1 (kernel 2.4.22) systems > each mounted my thumbdrive (Sandisk microcruzer 128 MB) with > > mount /dev/sda1 /mnt/hd > > df -T indicated that it was a 'umsdos' filesystem. > > Slackware v10.0

Re: Card Reader

2005-04-07 Thread chuck gelm
Mounting thumb drive. On my two Slackware 9.1 (kernel 2.4.22) systems each mounted my thumbdrive (Sandisk microcruzer 128 MB) with mount /dev/sda1 /mnt/hd df -T indicated that it was a 'umsdos' filesystem. Slackware v10.0 & 10.1's kernel (2.4.26 & 2.4.29) found a /dev/sda1 device and I could mount

Re: Card Reader

2005-04-07 Thread smertz
[EMAIL PROTECTED] wrote: On Thu, 7 Apr 2005, smertz wrote: mount /dev/sdc1 /mnt/thumb Trying this gives me the error mount: special device /dev/sdsc1 does not exist ^^^ Same error message below [EMAIL PROTECTED] ~]# mount /dev/sdc /mnt/thumb mount: special device

Re: Card Reader

2005-04-07 Thread caszonyi
On Thu, 7 Apr 2005, smertz wrote: mount /dev/sdc1 /mnt/thumb Trying this gives me the error mount: special device /dev/sdsc1 does not exist ^^^ should be sdc1 Also you could try with mount /dev/sdc /mnt/thumb maybe you don't have sdc1 or sdc in your /dev/ director

Re: Card Reader

2005-04-07 Thread smertz
mount /dev/sdc1 /mnt/thumb Trying this gives me the error mount: special device /dev/sdsc1 does not exist dmesg lines again usb 1-1: new high speed USB device using address 4 scsi3 : SCSI emulation for USB Mass Storage devices Vendor: Generic Model: STORAGE DEVICERev: 1.22 Type: Direc

Re: Card Reader

2005-04-07 Thread chuck gelm
alhost mnt]# You don't tell us anything about your hardware, so any responses really are largely guesses. From the df output you show above, I'd infer that sda is a physical hard disk of some type. The card reader, then, is more likely sdb than sda, so I'd be trying sdb1 or sdb2

Re: Card Reader

2005-04-07 Thread Flemming Greve Skovengaard
smertz wrote: Ray Olszewski wrote: [snip] This is the last few lines from dmesg. Based on this how would one mount if I have made the mountpoint of /mnt/thumb SCSI device sdc: 256000 512-byte hdwr sectors (131 MB) sdc: Write Protect is off sdc: Mode Sense: 02 00 00 00 sdc: assuming drive cache:

Re: Card Reader

2005-04-07 Thread smertz
You don't tell us anything about your hardware, so any responses really are largely guesses. From the df output you show above, I'd infer that sda is a physical hard disk of some type. The card reader, then, is more likely sdb than sda, so I'd be trying sdb1 or sdb2 for the thumbdr

Re: Card Reader

2005-04-07 Thread chuck gelm
smertz wrote: I have a new computer I installed Linux on Red Hat Enterprise Linux ES release 4 (Nahant), it has one of those all-in-one card readers on it. I have made mountpoints as root as follows for my thumb, Compact flash and secure digital drive. mkdir /mnt/thumb mkdir /mnt/cf mkdir /mnt/

Re: Card Reader

2005-04-07 Thread Ray Olszewski
anything about your hardware, so any responses really are largely guesses. From the df output you show above, I'd infer that sda is a physical hard disk of some type. The card reader, then, is more likely sdb than sda, so I'd be trying sdb1 or sdb2 for the thumbdrive. Each possible dev

Re: Card Reader

2005-04-07 Thread James Miller
On Thu, 7 Apr 2005, smertz wrote: I have a new computer I installed Linux on Red Hat Enterprise Linux ES release 4 (Nahant), it has one of those all-in-one card readers on it. I have made mountpoints as root as follows for my thumb, Compact flash and secure digital drive. mkdir /mnt/thumb mkdir

Card Reader

2005-04-07 Thread smertz
I have a new computer I installed Linux on Red Hat Enterprise Linux ES release 4 (Nahant), it has one of those all-in-one card readers on it. I have made mountpoints as root as follows for my thumb, Compact flash and secure digital drive. mkdir /mnt/thumb mkdir /mnt/cf mkdir /mnt/sd Now when I