All of lore.kernel.org
 help / color / mirror / Atom feed
From: chuck gelm <chuck@gelm.net>
To: smertens@mho.com
Cc: linux-newbie@vger.kernel.org
Subject: Re: Card Reader
Date: Thu, 07 Apr 2005 22:24:42 -0400	[thread overview]
Message-ID: <4255EB6A.80405@gelm.net> (raw)
In-Reply-To: <d34fua$c59$1@sea.gmane.org>

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 /dev/sda1 /mnt/hd
  and
df -T indicated that it was a 'msdos' filesystem.


tail /var/log/messages indicated that the kernel found a
/dev/sda1 USB device.

Does your kernel find your USB device and put information into
/var/log/messages?

...
Apr  7 21:59:40 g2000 kernel: hub.c: new USB device 00:10.3-1, assigned 
address 2
Apr  7 21:59:43 g2000 kernel: Initializing USB Mass Storage driver...
Apr  7 21:59:43 g2000 kernel: usb.c: registered new driver usb-storage
Apr  7 21:59:43 g2000 kernel: scsi1 : SCSI emulation for USB Mass 
Storage devices
Apr  7 21:59:43 g2000 kernel:  sda: sda1
Apr  7 21:59:43 g2000 kernel: USB Mass Storage support registered.
...

HTH, Chuck

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2005-04-08  2:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-07 20:35 Card Reader smertz
2005-04-07 21:29 ` James Miller
2005-04-07 21:30 ` Ray Olszewski
2005-04-07 21:44   ` smertz
2005-04-07 22:08     ` Flemming Greve Skovengaard
2005-04-07 22:14     ` chuck gelm
2005-04-07 22:59       ` smertz
2005-04-07 23:09         ` caszonyi
2005-04-07 23:34           ` smertz
2005-04-08  2:24             ` chuck gelm [this message]
2005-04-08 22:02               ` smertz
2005-04-07 21:35 ` chuck gelm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4255EB6A.80405@gelm.net \
    --to=chuck@gelm.net \
    --cc=linux-newbie@vger.kernel.org \
    --cc=smertens@mho.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.